aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-25[Driver] Add support for mips32 and scudolinaro-local/diana.picus/VerboseISelSimon Dardis
2018-01-24FreeBSD needs also execinfo (in sanitizers)Kamil Rytarowski
2018-01-24[analyzer] Do not attempt to get the pointee of void*Alexander Shaposhnikov
2018-01-24[coroutines] Pass coro func args to promise ctorBrian Gesiak
2018-01-24[analyzer] NFC: Run many existing C++ tests with a custom operator new().Artem Dergachev
2018-01-24[analyzer] Enable c++-allocator-inlining by default.Artem Dergachev
2018-01-24[analyzer] Assume that the allocated value is non-null before construction.Artem Dergachev
2018-01-24Revert r323051 "[cmake] Use CLANG_BINARY_DIR to determine the build directory."Vassil Vassilev
2018-01-24IRGen: Emit an inline implementation of __builtin_wmemcmp on MSVCRT platforms.Peter Collingbourne
2018-01-24Don't create hidden dllimport global values.Rafael Espindola
2018-01-24[Hexagon] Accept lowercase b in -hvx-length=64b and -hvx-length=128bKrzysztof Parzyszek
2018-01-24[CodeComplete] only respect LoadExternal hint at namespace/tu scopeSam McCall
2018-01-24[CUDA] Disable PGO and coverage instrumentation in NVPTX.Artem Belevich
2018-01-24clang-cl: Parse /permissive-, /Bt, Bt+ (PR32672)Hans Wennborg
2018-01-24[clang-format] Disable string literal breaking for text protosKrasimir Georgiev
2018-01-24Fix typos of occurred and occurrenceMalcolm Parsons
2018-01-24Refactor RecursiveASTVisitor test for post-order traversalRaphael Isemann
2018-01-24Attempt to fix implicit-fallthrough warning after r323218.Nico Weber
2018-01-24Fix typo in comment.Nico Weber
2018-01-24Fix test Driver/solaris-ld.c for Windows.Douglas Yung
2018-01-23Adjust MaxAtomicInlineWidth for i386/i486 targets.Wei Mi
2018-01-23Fix test Driver/solaris-ld.cRichard Trieu
2018-01-23AST: correct mangling for SEL on MS ABISaleem Abdulrasool
2018-01-23[WebAssembly] Factor out settings common to wasm32 and wasm64. NFC.Dan Gohman
2018-01-23[analyzer] Mark lines as relevant even if they weren't executed but have a la...George Karpenkov
2018-01-23CodeGen: use `llvm.used` for ObjC protocolsSaleem Abdulrasool
2018-01-23[analyzer] Show full analyzer invocation for reproducibility in HTML reportsGeorge Karpenkov
2018-01-23[html] [NFC] Use raw strings to dump the style table.George Karpenkov
2018-01-23AST: adjust ObjC MS mangling to work with typedefsSaleem Abdulrasool
2018-01-23[CUDA] CUDA has no device-side library builtins.Artem Belevich
2018-01-23[OPENMP] Replace call of EmitLoadOfLValue() by EmitLoadOfScalar(), NFC.Alexey Bataev
2018-01-23[Docs] Re-generate command line documentation.Craig Topper
2018-01-23[OPENMP] Remove more empty SourceLocations() from the code.Alexey Bataev
2018-01-23test/Driver: Add some --stdlib=platform, NFC.Jonas Hahnfeld
2018-01-23test: simplify the matching logic a bit (NFC)Saleem Abdulrasool
2018-01-23Name two bool parameters. No behavior change.Nico Weber
2018-01-23clang-format: Support macros in front of @interface / @protocol for ObjC code.Nico Weber
2018-01-23test: adjust the target for some Windows testsSaleem Abdulrasool
2018-01-23[WebAssembly] Add mem.* builtin functions.Dan Gohman
2018-01-23clang-format: Support formatting Java 8 interface default methods.Nico Weber
2018-01-23Fix Driver/solaris-ld.c test on WindowsFedor Sergeev
2018-01-23[Tooling] Added a VFS parameter to ClangToolIlya Biryukov
2018-01-23[Solaris] Make RHEL devtoolsets handling Linux-specificFedor Sergeev
2018-01-23[Solaris] gcc toolchain handling revampFedor Sergeev
2018-01-23[clang-format] Ignore UnbreakableTailLength sometimes during breakingKrasimir Georgiev
2018-01-23[ARM] Pass _Float16 as int or floatSjoerd Meijer
2018-01-23[NFC] fix trivial typos in commentsHiroshi Inoue
2018-01-23NewPM: Improve/fix GCOV - which needs to run early in the pass pipeline.David Blaikie
2018-01-22Add hasTrailingReturn AST matcherJulie Hockett
2018-01-22[ASTMatchers] [NFC] Fix code examplesFangrui Song