summaryrefslogtreecommitdiffstats
path: root/llvm/test
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Fix a silent codegen fault in BUILD_VECTOR lowering.James Molloy2014-10-171-0/+22
* Don't crash if find_executable return None.Rafael Espindola2014-10-171-4/+4
* [PowerPC] Enable use of lxvw4x/stxvw4x in VSX code generationBill Schmidt2014-10-177-9/+142
* R600: Add EG to FMA testJan Vesely2014-10-171-1/+14
* SelectionDAG: Add sext_inreg optimizationsJan Vesely2014-10-171-0/+26
* [mips] Add support for COP1's Branch-On-Cond-Likely instructionsVasileios Kalintiris2014-10-1723-14/+94
* [mips] Add support for COP0's Branch-On-Cond-Likely instructionsVasileios Kalintiris2014-10-1715-24/+192
* [DSE] Remove no-data-layout-only type-based overlap checkingHal Finkel2014-10-174-12/+21
* Add back commits r219835 and a fixed version of r219829.Rafael Espindola2014-10-174-1/+126
* [PPC] Adjust some PowerPC tests to account for presence/absence of VSXBill Schmidt2014-10-1719-37/+243
* Add a test that would have found the bug in r219829.Rafael Espindola2014-10-171-0/+31
* ARM: Fix a bug which was causing convergence failure in constant-island pass.Akira Hatanaka2014-10-171-0/+395
* Revert commit r219835 and r219829.Rafael Espindola2014-10-174-126/+1
* [OCaml] Add Llvm.instr_clone.Peter Zotov2014-10-171-0/+18
* [llvm-symbolizer] Introduce the -dsym-hint option.Alexander Potapenko2014-10-178-0/+62
* Add our own copy of the find_executable function to cope with installationsPeter Collingbourne2014-10-161-2/+20
* Initial version of Go bindings.Peter Collingbourne2014-10-166-3/+50
* Erase fence insertion from SelectionDAGBuilder.cpp (NFC)Robin Morisset2014-10-161-3/+2
* R600: Fix nonsensical implementation of computeKnownBits for BFEMatt Arsenault2014-10-161-0/+15
* Delete -std-compile-opts.Rafael Espindola2014-10-1612-12/+12
* Allow call-slop optzn for destinations with a suitable dereferenceable attributeBjorn Steinbrink2014-10-161-0/+29
* fold: sqrt(x * x * y) -> fabs(x) * sqrt(y)Sanjay Patel2014-10-161-0/+170
* [AArch64] Fix miscompile of sdiv-by-power-of-2.Juergen Ributzka2014-10-161-1/+14
* [mips] Account for endianess when expanding BuildPairF64/ExtractElementF64 no...Vasileios Kalintiris2014-10-161-67/+31
* [mips] Marked the DI/EI instruction aliases as MIPS32r2Vasileios Kalintiris2014-10-1611-4/+75
* Reapply r219832 - InstCombine: Narrow switch instructions using known bits.Akira Hatanaka2014-10-161-0/+93
* TRE: make TRE a bit more aggressiveSaleem Abdulrasool2014-10-163-2/+37
* Revert r219832.Akira Hatanaka2014-10-161-61/+0
* Revert "r219834 - Teach ScalarEvolution to sharpen range information"Sanjoy Das2014-10-152-40/+2
* Preserve non-byval pointer alignment attributes using @llvm.assume when inliningHal Finkel2014-10-151-0/+98
* [AVX512] Add DQ subvector insertsAdam Nemet2014-10-152-3/+14
* [AVX512] Add SKX testing to avx512-insert-extract.llAdam Nemet2014-10-151-2/+4
* [AVX512] Fix test to produce a defined valueAdam Nemet2014-10-151-1/+1
* R600/SI: Fix bug where immediates were being used in DS addr operandsTom Stellard2014-10-151-0/+18
* Allow forward references to section symbols.Rafael Espindola2014-10-151-0/+28
* Teach ScalarEvolution to sharpen range information.Sanjoy Das2014-10-152-2/+40
* InstCombine: Narrow switch instructions using known bits.Akira Hatanaka2014-10-151-0/+61
* Reapply "[FastISel][AArch64] Add custom lowering for GEPs."Juergen Ributzka2014-10-152-3/+43
* Correctly handle references to section symbols.Rafael Espindola2014-10-153-1/+98
* R600/SI: Also try to use 0 base for misaligned 8-byte DS loads.Matt Arsenault2014-10-152-0/+56
* R600: Fix miscompiles when BFE has multiple usesMatt Arsenault2014-10-151-0/+22
* [SLPVectorize] Basic ephemeral-value awarenessHal Finkel2014-10-151-0/+43
* [MC] Make bundle alignment mode setting idempotent and support nested bundlesDerek Schuff2014-10-151-0/+67
* Revert "[FastISel][AArch64] Add custom lowering for GEPs."Juergen Ributzka2014-10-152-20/+3
* [MachineSink] Use the real post dominator treeJingyue Wu2014-10-153-2/+66
* [llvm-objdump] Update error message and add test case for mach-o file with ba...Nick Kledzik2014-10-142-0/+6
* [AAarch64] Optimize CSINC-branch sequenceGerolf Hoflehner2014-10-141-0/+26
* [LoopVectorize] Ignore @llvm.assume for cost estimates and legalityHal Finkel2014-10-141-0/+100
* MC, COFF: Make bigobj test compatible with python3David Majnemer2014-10-141-3/+3
* [X86][SSE] pslldq/psrldq shuffle mask decodesSimon Pilgrim2014-10-144-146/+146
OpenPOWER on IntegriCloud