summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* code hoisting pass based on GVNSebastian Pop2016-07-1412-4/+1643
* [X86][AVX] Add VBROADCASTF128/VBROADCASTI128 shuffle comments supportSimon Pilgrim2016-07-145-8/+31
* Remove extra ';' to appease -WpedanticDean Michael Berris2016-07-141-1/+1
* [X86][AVX] Regenerate broadcast upgrade testsSimon Pilgrim2016-07-142-17/+24
* Fix formattingTobias Grosser2016-07-141-1/+2
* GPGPU: Map initial schedule to GPU scheduleTobias Grosser2016-07-144-7/+73
* GPGPU: Do not dump schedule by defaultTobias Grosser2016-07-141-1/+1
* mark newly failing tests as XFAILPavel Labath2016-07-142-2/+6
* [test] [linux] define PR_SET_PTRACER constants if the system does not provide...Pavel Labath2016-07-141-3/+8
* [NFC] Add full title/author information to "Apply the BLIS matmul optimizatio...Roman Gareev2016-07-141-6/+11
* [X86][AVX2] VBROADCASTSSrr/VBROADCASTSSYrr require AVX2 not AVXSimon Pilgrim2016-07-141-1/+1
* GPGPU: compute new schedule from polly scopTobias Grosser2016-07-146-17/+164
* GPGPU: create default initialized PPCG scop and gpu programTobias Grosser2016-07-146-3/+214
* [clang-rename] add documentationBenjamin Kramer2016-07-142-0/+100
* [clang-rename] exit code-related bugfix and code cleanupBenjamin Kramer2016-07-145-28/+47
* [include-fixer] Correct an incorrecst judgement about prefix scoped qualifiers.Haojian Wu2016-07-142-5/+15
* [ELF] r275383 reverted due to buildbot failureEugene Leviant2016-07-142-14/+3
* [X86][AVX512F] minor fix of the parameter namesAsaf Badouh2016-07-141-18/+18
* [ELF] Allow overriding reserved symbols in linker scriptsEugene Leviant2016-07-142-3/+14
* This implements a more optimal algorithm for selecting a base constant inSjoerd Meijer2016-07-148-7/+186
* Fix -break-enable/-break-disable commands (MI)Ilia K2016-07-142-23/+48
* [InstCombine] Masked loads with undef masks can fold to normal loadsDavid Majnemer2016-07-142-6/+28
* Simplify llvm.masked.load w/ undef masksDavid Majnemer2016-07-143-19/+49
* [AVX512] Implement EXTLOAD lowering with patterns to select existing VPMOVZX ...Craig Topper2016-07-141-46/+76
* Use hasFlag instead of hasArgDean Michael Berris2016-07-141-2/+2
* [X86] Fix stupid typo in isel lowering.Eli Friedman2016-07-142-1/+37
* AMDGPU/R600: Delete/rename intrinsics no longer used by mesaMatt Arsenault2016-07-1424-1721/+1450
* Set sh_addralign to 1 instead of 0.Rui Ueyama2016-07-143-10/+5
* Attempt to unbreak msan bot.Rui Ueyama2016-07-141-1/+4
* AMDGPU/R600: Remove intrinsics with no tests and no usersMatt Arsenault2016-07-144-76/+15
* AMDGPU: Remove unused intrinsicsMatt Arsenault2016-07-143-119/+0
* AMDGPU: Fix test not actually testing anythingMatt Arsenault2016-07-142-4/+28
* AMDGPU: Remove dead codeMatt Arsenault2016-07-142-10/+0
* Add C++ dependencies to xray runtimeDean Michael Berris2016-07-141-2/+17
* XRay: Add entry and exit sledsDean Michael Berris2016-07-1418-12/+317
* [SCCP] Pass a Value * instead of templating this function. NFC.Davide Italiano2016-07-141-9/+8
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-1446-12/+4555
* clarify a bit.Chris Lattner2016-07-141-1/+1
* [IPSCCP] Constant fold struct argument/instructions when all the lattice valu...Davide Italiano2016-07-142-13/+15
* [lld] Update LLD for Archive::child_iterator change in LLVM r275361.Lang Hames2016-07-146-22/+33
* [Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames2016-07-1415-197/+236
* Teach fast isel about thiscall (and callee-pop) calls.Nico Weber2016-07-142-10/+26
* [Scalarizer] PR28108: Skip over nullptr rather than crashing on it.Mehdi Amini2016-07-142-1/+29
* Add missing test for r275347 "[IPRA] Set callee saved registers to none for l...Mehdi Amini2016-07-141-0/+30
* [SCCP] Generalize tryToReplaceInstWithConstant to work also with arguments.Davide Italiano2016-07-141-22/+18
* Add a comment mirroring the one in LLVM's Dwarf.hAdrian Prantl2016-07-141-0/+1
* MIRParser: Fix MIRParser not reporting nullptr on error.Matthias Braun2016-07-141-1/+1
* Synchronize LLVM and clang's ObjCDeclSpec::ObjCPropertyAttributeKind.Adrian Prantl2016-07-147-19/+77
* [Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames2016-07-1415-236/+197
* [ConstantFolding] Fold masked loadsDavid Majnemer2016-07-142-1/+47
OpenPOWER on IntegriCloud