summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
...
* [ASTImporter] Add support to import some AST nodes:Gabor Horvath2018-01-272-23/+200
* [CodeGen] Use the non-virtual alignment when emitting the baseAkira Hatanaka2018-01-272-1/+42
* Always allow "#pragma region".Matt Davis2018-01-272-2/+9
* Try to unbreak 32 bit builds after r323528.Benjamin Kramer2018-01-261-3/+6
* [X86] Add 'rdrnd' feature to silvermont to match recent gcc bug fix.Craig Topper2018-01-262-1/+3
* [index] Fix crash when indexing a C++14 PCH/module related to TemplateTemplat...Argyrios Kyrtzidis2018-01-263-3/+25
* AST: support protocol conformances on id/class/interfaces in MS ABISaleem Abdulrasool2018-01-262-3/+64
* [X86] Define __IBT__ when -mibt is specified.Craig Topper2018-01-262-2/+8
* clang-format: [JS] Prevent ASI before [ and (.Martin Probst2018-01-262-3/+8
* [AST] Use bit packing to reduce sizeof(TypedefNameDecl) from 88 to 80.Benjamin Kramer2018-01-262-20/+21
* [ASTImporter] avoid warnings: unused var, switch coveredSam McCall2018-01-262-8/+6
* [OpenCL] Add "cles_khr_int64" extension.Alexey Bader2018-01-262-0/+12
* [ASTImporter] Support LambdaExprs and improve template supportAleksei Sidorin2018-01-2613-87/+435
* [Tooling] Test more APIs of ToolExecutor. NFC.Eric Liu2018-01-261-3/+8
* [NFC] fix trivial typos in comments and documentsHiroshi Inoue2018-01-269-9/+9
* [Driver] Add an -fexperimental-isel driver option to enable/disable GlobalISel.Amara Emerson2018-01-265-0/+70
* Don't let test write to the source dir after r323426.Nico Weber2018-01-251-11/+11
* AST: inline a single-use variable (NFC)Saleem Abdulrasool2018-01-251-2/+1
* Unused diagnostics can occur in tblgen.Benjamin Kramer2018-01-251-1/+1
* [clang-cl] Add support for /arch:AVX512F and /arch:AVX512Nico Weber2018-01-252-5/+46
* clang-cl: Simplify handling of /arch: flag.Nico Weber2018-01-252-78/+60
* [CodeGen] Decorate aggregate accesses with TBAA tagsIvan A. Kosarev2018-01-2516-97/+219
* [clang-format] Fixes indentation of inner text proto messagesKrasimir Georgiev2018-01-252-7/+13
* [Driver] Add support for mips32 and scudoSimon Dardis2018-01-252-1/+7
* FreeBSD needs also execinfo (in sanitizers)Kamil Rytarowski2018-01-241-2/+3
* [analyzer] Do not attempt to get the pointee of void*Alexander Shaposhnikov2018-01-242-0/+15
* [coroutines] Pass coro func args to promise ctorBrian Gesiak2018-01-248-36/+200
* [analyzer] NFC: Run many existing C++ tests with a custom operator new().Artem Dergachev2018-01-2411-3/+40
* [analyzer] Enable c++-allocator-inlining by default.Artem Dergachev2018-01-245-13/+13
* [analyzer] Assume that the allocated value is non-null before construction.Artem Dergachev2018-01-244-19/+90
* Revert r323051 "[cmake] Use CLANG_BINARY_DIR to determine the build directory."Vassil Vassilev2018-01-241-1/+1
* IRGen: Emit an inline implementation of __builtin_wmemcmp on MSVCRT platforms.Peter Collingbourne2018-01-242-0/+94
* Don't create hidden dllimport global values.Rafael Espindola2018-01-242-0/+12
* [Hexagon] Accept lowercase b in -hvx-length=64b and -hvx-length=128bKrzysztof Parzyszek2018-01-242-3/+8
* [CodeComplete] only respect LoadExternal hint at namespace/tu scopeSam McCall2018-01-244-8/+16
* [CUDA] Disable PGO and coverage instrumentation in NVPTX.Artem Belevich2018-01-242-1/+39
* clang-cl: Parse /permissive-, /Bt, Bt+ (PR32672)Hans Wennborg2018-01-242-0/+6
* [clang-format] Disable string literal breaking for text protosKrasimir Georgiev2018-01-241-0/+6
* Fix typos of occurred and occurrenceMalcolm Parsons2018-01-249-11/+11
* Refactor RecursiveASTVisitor test for post-order traversalRaphael Isemann2018-01-244-129/+117
* Attempt to fix implicit-fallthrough warning after r323218.Nico Weber2018-01-241-0/+1
* Fix typo in comment.Nico Weber2018-01-241-1/+1
* Fix test Driver/solaris-ld.c for Windows.Douglas Yung2018-01-241-33/+33
* Adjust MaxAtomicInlineWidth for i386/i486 targets.Wei Mi2018-01-232-5/+65
* Fix test Driver/solaris-ld.cRichard Trieu2018-01-231-5/+5
* AST: correct mangling for SEL on MS ABISaleem Abdulrasool2018-01-232-1/+45
* [WebAssembly] Factor out settings common to wasm32 and wasm64. NFC.Dan Gohman2018-01-231-2/+1
* [analyzer] Mark lines as relevant even if they weren't executed but have a la...George Karpenkov2018-01-232-92/+125
* CodeGen: use `llvm.used` for ObjC protocolsSaleem Abdulrasool2018-01-232-7/+9
* [analyzer] Show full analyzer invocation for reproducibility in HTML reportsGeorge Karpenkov2018-01-234-1/+38
OpenPOWER on IntegriCloud