aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-12-10Use zip_longest for iterator range comparisons. NFC.Michael Kruse
2018-12-10Misc typos fixes in ./lib folderRaphael Isemann
2018-12-10[OpenCL][CodeGen] Fix replacing memcpy with addrspacecastAndrew Savonichev
2018-12-10Revert r348741 "[Sema] Further improvements to to static_assert diagnostics."Clement Courbet
2018-12-10[Sema] Further improvements to to static_assert diagnostics.Clement Courbet
2018-12-10[X86] Remove the addcarry builtins. Leaving only the addcarryx builtins since...Craig Topper
2018-12-09NFC: Rename TemplateDecl dump utilitiesStephen Kelly
2018-12-09NFC: Move dump of individual comment nodes to NodeDumperStephen Kelly
2018-12-09Revert "Introduce optional labels to dumpStmt"Stephen Kelly
2018-12-09Introduce optional labels to dumpStmtStephen Kelly
2018-12-09Inline hasNodes into only callerStephen Kelly
2018-12-09Inline dumpFullComment into callersStephen Kelly
2018-12-09Re-order content from InitListExprStephen Kelly
2018-12-09SourceManager: insert(make_pair(..)) -> try_emplace. NFCFangrui Song
2018-12-08Convert some ObjC msgSends to runtime calls.Pete Cooper
2018-12-08Stop tracking retain count of OSObject after escape to void * / other primiti...George Karpenkov
2018-12-07[CUDA] Added missing 'inline' for functions defined in a header.Artem Belevich
2018-12-07[Preprocessor] Don't avoid entering included files after hitting a fatal error.Volodymyr Sapsai
2018-12-07[analyzer] Move out tracking retain count for OSObjects into a separate checkerGeorge Karpenkov
2018-12-07[analyzer] RetainCountChecker: remove untested, unused, incorrect option Incl...George Karpenkov
2018-12-07[CTU] Add triple/lang mismatch handlingGabor Marton
2018-12-07[CTU] Add more lit tests and better error handlingGabor Marton
2018-12-07Make CPUDispatch resolver emit dependent functions.Erich Keane
2018-12-07Revert "Multiversioning- Ensure all MV functions are emitted."Erich Keane
2018-12-07[CTU] Add DisplayCTUProgress analyzer switchGabor Marton
2018-12-07[CodeComplete] Fix assertion failureIlya Biryukov
2018-12-07[CTU] Add asserts to protect invariantsGabor Marton
2018-12-07[CTU] Add statisticsGabor Marton
2018-12-07[PowerPC] VSX register support for inline assemblyKang Zhang
2018-12-07Fix thunks returning memptrs via sret by emitting also scalar return values d...Hans Wennborg
2018-12-06NFC: Move VisitExpr code to dumpStmtStephen Kelly
2018-12-06NFC: Move VisitStmt code to dumpStmtStephen Kelly
2018-12-06[frontend][darwin] warn_stdlibcxx_not_found: supress warning for preprocessed...Alex Lorenz
2018-12-06[analyzer] Rely on os_consumes_this attribute to signify that the method call...George Karpenkov
2018-12-06[attributes] Add an attribute os_consumes_this, with similar semantics to ns_...George Karpenkov
2018-12-06[analyzer] Fix an infinite recursion bug while checking parent methods in Ret...George Karpenkov
2018-12-06Allow forwarding -fdebug-compilation-dir to cc1asNico Weber
2018-12-06Reapply "Avoid emitting redundant or unusable directories in DIFile metadata ...Adrian Prantl
2018-12-06[CUDA] Fix nvidia-cuda-toolkit detection on UbuntuJoel E. Denny
2018-12-06[OPENMP][NVPTX] Fix globalization of the mapped array sections.Alexey Bataev
2018-12-06Diagnose friend function template redefinitions.Serge Pavlov
2018-12-06Remove unnecessary include.Richard Trieu
2018-12-06Remove CodeGen dependencies on Sema.Richard Trieu
2018-12-06ARM, AArch64: support `__attribute__((__swiftcall__))`Saleem Abdulrasool
2018-12-06[darwin] remove version number check when enabling -fobjc-subscripting-legacy...Alex Lorenz
2018-12-06[Sema/Attribute] Check for noderef attributeLeonard Chan
2018-12-06[Sema] Push and Pop Expression Evaluation Context Records at the start and en...Leonard Chan
2018-12-05[Hexagon] Add intrinsics for Hexagon V66Krzysztof Parzyszek
2018-12-05[Hexagon] Add support for Hexagon V66Krzysztof Parzyszek
2018-12-05NFC: Extract TextNodeDumper classStephen Kelly