summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix for PR32990"Reid Kleckner2017-12-216-138/+27
* When instantiating a deduction guide, transform its name.Richard Smith2017-12-212-3/+20
* [CodeGen] Fix crash when a function taking transparent union is redeclared.Volodymyr Sapsai2017-12-217-11/+91
* [DWARF v5] Rework of string offsets table readerWolfgang Pieb2017-12-219-207/+497
* [AARch64] Add ARMv8.2-A FP16 vector intrinsicsAbderrazek Zaafrani2017-12-2110-363/+2348
* Revert "[mips][compiler-rt] Provide 64bit atomic add and sub"Simon Dardis2017-12-213-125/+73
* [X86] Promote v8i1 shuffles to v8i32 instead of v8i64 if we have VLX.Craig Topper2017-12-214-145/+163
* [analyzer] Fix zero-initialization of stack VLAs under ObjC ARC.Artem Dergachev2017-12-212-3/+50
* [X86][SSE] Split large PAVGB/PAVGW vectors to legal widthsSimon Pilgrim2017-12-213-2323/+318
* [clangd] Fix use after free.Benjamin Kramer2017-12-211-3/+4
* [ASTImporterTest] Add mandatory testing with '-fdelayed-template-parsing'Aleksei Sidorin2017-12-211-384/+386
* [YAML] Refactor escaping unittestsFrancis Visoiu Mistrih2017-12-212-112/+25
* [YAML] Fix UTF-8 handlingFrancis Visoiu Mistrih2017-12-212-1/+34
* [TableGen] Print more helpful information in case of type contradictionKrzysztof Parzyszek2017-12-212-21/+39
* [DAGCombiner] Remove (xor (xor x, c1), c2) -> (xor x, (xor c1, c2)) fold. NFCI.Simon Pilgrim2017-12-211-15/+0
* [DAGCombiner] Generalize (or (and X, c1), c2) -> (and (or X, c2), c1|c2) comb...Simon Pilgrim2017-12-213-18/+20
* [X86] Add (or (and X, c1), c2) -> (and (or X, c2), c1|c2) non-splat vector testSimon Pilgrim2017-12-211-4/+14
* Make one more test redhat-compatiblePavel Labath2017-12-211-11/+11
* [PowerPC] Fix parest build failure in SPEC2017.Tony Jiang2017-12-212-5/+21
* [DAGCombiner] Generalize (and (or x, C), D) -> D iff (C & D) == D combine to ...Simon Pilgrim2017-12-212-6/+7
* [mips] Fix the invalid EVA testSimon Dardis2017-12-211-23/+24
* [clangd] Index symbols share storage within a slab.Sam McCall2017-12-215-14/+35
* Work around test failures on red-hat linuxPavel Labath2017-12-213-8/+41
* Add missing test case from D41171 commitJoachim Protze2017-12-211-0/+29
* [OMPT] Add missing ompt_get_num_procs functionJoachim Protze2017-12-214-0/+21
* [X86] Add (and (or x, C), D) -> D iff (C & D) == D non-splat vector testSimon Pilgrim2017-12-211-0/+11
* [clangd] Log more info about preamblesIlya Biryukov2017-12-211-2/+10
* Added helper to get size of PrecompiledPreambleIlya Biryukov2017-12-212-4/+32
* [OMPT] Fix return address handling in a few GOMP interface methodsJoachim Protze2017-12-212-8/+14
* [OMPT] Handle null pointer in set_callback to improve performanceJoachim Protze2017-12-211-2/+5
* [OMPT] Use frames at different level when using clang version 5 or higher wit...Joachim Protze2017-12-217-18/+35
* [OMPT] Add annotations to testcases that are expected to fail when using cert...Joachim Protze2017-12-2126-7/+32
* [X86] Add v48i8 AVG test case, based on discussion on D41440Simon Pilgrim2017-12-211-0/+404
* [mips][compiler-rt] Provide 64bit atomic add and subSimon Dardis2017-12-213-73/+125
* [DAGCombine] Improve ReduceLoadWidth for SRLSam Parker2017-12-213-22/+140
* [AArch64] add required arch specific code for running OMPT test casesPaul Osmialowski2017-12-211-0/+6
* [Support] Remove MemoryBuffer::getNewUninitMemBufferPavel Labath2017-12-213-20/+9
* [ARM] Armv8-R DFB instructionSam Parker2017-12-219-5/+49
* Make sure DataBufferLLVM contents are writablePavel Labath2017-12-2112-79/+61
* [llvm-readobj] Fix ambiguous call to the `printNumber`Simon Atanasyan2017-12-211-1/+1
* [llvm-readobj] Support 'GNU' style for MIPS GOT/PLT dumpingSimon Atanasyan2017-12-213-263/+611
* [clangd] Use the clang-tools-extra as the official repo for `vscode-clangd` e...Haojian Wu2017-12-214-15/+88
* [X86] Use PSHUFB for v32i16 shuffles before falling back to VPERMW/VPERMI2W.Craig Topper2017-12-212-0/+19
* [CodeGen] Fix access sizes in new-format TBAA tagsIvan A. Kosarev2017-12-211-1/+3
* [X86] Use VPERMI2B for v16i8 shuffles if we have VBMI+VLX and would have othe...Craig Topper2017-12-212-20/+38
* [X86] Use VPERMB/VPERMI2B for v32i8 shuffle lowering if VBMI and VLX are supp...Craig Topper2017-12-212-143/+252
* [X86] Add avx512vbmi command lines to vector-shuffle-256-v32.llCraig Topper2017-12-211-211/+372
* [WebAssembly] Remove unneeded sub-directorySam Clegg2017-12-215-4/+4
* [WebAssmebly] Fix references to weak aliasesSam Clegg2017-12-213-12/+13
* Revert "Expose a TargetMachine::getTargetTransformInfo function"Sanjoy Das2017-12-2129-84/+89
OpenPOWER on IntegriCloud