summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix some spelling mistakesTobias Grosser2016-03-031-3/+3
* [ValueTracking] Remove dead code from an old experimentPhilip Reames2016-03-035-455/+2
* [InstCombine] transform bitcasted bitwise logic ops with constants (PR26702)Sanjay Patel2016-03-033-23/+40
* [PGO] Add API for profile merge from bufferXinliang David Li2016-03-039-2/+340
* Fix breakage caused by r262636.Easwaran Raman2016-03-031-1/+1
* Fix PR26818.Rafael Espindola2016-03-032-1/+19
* [OpenCL] Improve diagnostics of address spaces for variables in functionAnastasia Stulova2016-03-035-28/+27
* [ConstantRange] Rename test; NFCSanjoy Das2016-03-031-1/+1
* [SCEV] Prove no-overflow via constant rangesSanjoy Das2016-03-033-0/+95
* [SCEV] Be less eager about demoting zexts to sextsSanjoy Das2016-03-032-4/+28
* [ConstantRange] Generalize makeGuaranteedNoWrapRegion to work on rangesSanjoy Das2016-03-033-22/+89
* Infrastructure for PGO enhancements in inlinerEaswaran Raman2016-03-0311-52/+433
* [X86][AVX] Better support for the variable mask form of VPERMILPD/VPERMILPSSimon Pilgrim2016-03-034-28/+35
* Use LineLocation instead of CallsiteLocation to index callsite profile.Dehao Chen2016-03-037-84/+53
* [X86] Tidied up 256-bit -> 2 x 128-bit vector shift extraction.Simon Pilgrim2016-03-031-14/+2
* [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
OpenPOWER on IntegriCloud