summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [test/ubsan/coverage-levels] Fix file references in UBSAN_OPTIONSFilipe Cabecinhas2016-03-031-5/+5
* [X86] Pulled out repeated code testing for constant vector shift amount. NFCI.Simon Pilgrim2016-03-031-8/+6
* clang-format: Use stable_sort when sorting #includes.Daniel Jasper2016-03-032-8/+23
* [BlockGenerator] Fix PHI merges for MK_Arrays.Michael Kruse2016-03-033-0/+60
* MCU target has its own ABI, however X86 interrupt handler calling convention ...Amjad Aboud2016-03-031-1/+3
* [X86] Don't assume that shuffle non-mask operands starts at #0.Ahmed Bougacha2016-03-033-32/+95
* Simplify error handling.Rafael Espindola2016-03-037-79/+54
* [OpenMP] Code generation for teams - kernel launchingSamuel Antao2016-03-033-8/+427
* [LoopUtils, LV] Fix PR26734Matthew Simpson2016-03-032-1/+50
* [AArch64] fold 'isPositive' vector integer operations (PR26819)Sanjay Patel2016-03-032-16/+37
* Revert "Fetch remote log files from LLGS tests"Pavel Labath2016-03-031-29/+5
* AVX512: Combine AND + TESTM instructions .Igor Breger2016-03-034-8/+86
* Making rem_crash.ll target-specificRenato Golin2016-03-033-1/+516
* [ARM] Add Clang targeting for ARMv8-M Baseline/MainlineBradley Smith2016-03-036-10/+82
* [clang-tidy] Improve the robustness of a test.Gabor Horvath2016-03-031-3/+2
* [CLANG][AVX512][BUILTIN] movddup{128|256|512}Michael Zuckerman2016-03-035-0/+106
* [OpenCL] Apply missing restrictions for Blocks in OpenCL v2.0Anastasia Stulova2016-03-038-46/+133
* [clang-tidy] Do not emit warnings from misc-suspicious-semicolon when the com...Gabor Horvath2016-03-033-7/+23
* Fix typo [NFC]Johannes Doerfert2016-03-031-1/+1
* [FIX] Consolidation of loads with same pointer but different access relationJohannes Doerfert2016-03-032-2/+134
* Fixing a checkfile error in avx512vlbw-builtins.cMichael Zuckerman2016-03-031-8/+8
* Fix for PR26812: possible overflow issue in std::allocator::allocateMarshall Clow2016-03-032-2/+64
* [CLANG][AVX512][BUILTIN] movdqu{qi|hi} {128|256|512}Michael Zuckerman2016-03-035-0/+184
* [DOC] Add documentation for the supported call instructionsJohannes Doerfert2016-03-031-0/+17
* [DOC] Add more documentation about the different element type supportJohannes Doerfert2016-03-031-0/+23
* Tweak CMakeLists not for libclang to depend on the variable CLANG_TOOL_EXTRA_...NAKAMURA Takumi2016-03-032-2/+4
* [docs] Fix docs to work with doxygen 1.8.11Alexander Kornienko2016-03-033-22/+10
* [docs] Add missing fileAlexander Kornienko2016-03-031-0/+15
* [docs] Updated doxygen files to work well with doxygen 1.8.11Alexander Kornienko2016-03-032-28/+1
* Fix OSX breakage caused by r262597Pavel Labath2016-03-031-0/+1
* [clang-tidy] Documentation fixes.Gabor Horvath2016-03-031-6/+6
* [AVR] Add calling convention parser tokensDylan McKay2016-03-036-0/+25
* [X86][SSE] Improve vector ZERO_EXTEND by combining to ZERO_EXTEND_VECTOR_INREGSimon Pilgrim2016-03-034-43/+60
* [CLANG][AVX512][BUILTIN] movdqa{32|64}{load|store|}{128|256|512}Michael Zuckerman2016-03-035-0/+307
* Fetch remote log files from LLGS testsPavel Labath2016-03-031-5/+28
* [libclang] Link clang-tidy plugin into libclang if present.Benjamin Kramer2016-03-032-0/+12
* [clang-tidy] Add "clang-tidy as a clang plugin" skeleton.Benjamin Kramer2016-03-036-0/+148
* Revert "[ARM] Merging 64-bit divmod lib calls into one"Renato Golin2016-03-033-14/+2
* [Clang][AVX512][BUILTIN] Adding PSRL{W|WI}{128|256|512}Michael Zuckerman2016-03-034-0/+161
* [LLVM][AVX512] PSRLWI Chnage imm8 to intMichael Zuckerman2016-03-034-21/+21
* Allow the client of DependenceInfo to obtain dependences at different granula...Hongbin Zheng2016-03-036-38/+84
* [ELF] - add support for relocations against local symbols when producing relo...George Rimar2016-03-036-7/+81
* www: Add links to sphinx/doxygen documentationTobias Grosser2016-03-031-0/+2
* docs: Drop modindex from sphinxTobias Grosser2016-03-031-1/+0
* Semantic analysis for the swiftcall calling convention.John McCall2016-03-0319-18/+614
* Replace ECRAII class with a function.Rui Ueyama2016-03-031-9/+7
* TTI: Fix not using overload of getIntrinsicInstrCostMatt Arsenault2016-03-031-1/+1
* [index] Report references of ObjC super class/protocols in interfaces and pro...Argyrios Kyrtzidis2016-03-032-6/+51
* [test] Re-enable asan on the test, stack usage should be lower.Argyrios Kyrtzidis2016-03-031-2/+2
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-0341-26/+1150
OpenPOWER on IntegriCloud