summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-01
* PR16493: DebugInfo with TLS on PPC crashing due to invalid relocationDavid Blaikie2013-07-01
* [PowerPC] Support all condition register logical instructionsUlrich Weigand2013-07-01
* Index: test/CodeGen/PowerPC/reloc-align.llBill Schmidt2013-07-01
* [ARMAsmParser] Sort the ARM register lists based on the encoding value, not theChad Rosier2013-07-01
* [PowerPC] Also add "msync" aliasUlrich Weigand2013-07-01
* [mips] Increase the number of floating point control registers available to 32.Akira Hatanaka2013-07-01
* [mips] Fix test case to check that mips64 instructions are generated.Akira Hatanaka2013-07-01
* Really fix the test. Sorry for the breakage...Anton Korobeynikov2013-07-01
* Fix the test which relies on uncommitted changeAnton Korobeynikov2013-07-01
* Add jump tables handling for MSP430.Anton Korobeynikov2013-07-01
* Fix PR16508.Cameron Zwarich2013-07-01
* Don't form PPC CTR loops for over-sized exit countsHal Finkel2013-07-01
* AArch64: correct CodeGen of MOVZ/MOVK combinations.Tim Northover2013-07-01
* (1) Add ".test" to test/Other/lit.local.cfg, so llvm-cov.test is actually run.Matt Beaumont-Gay2013-07-01
* Revert r185339 (ARM: relax the atomic release barrier to "dmb ishst")Tim Northover2013-07-01
* [PowerPC] Fix @got references to local symbolsUlrich Weigand2013-07-01
* [PowerPC] Add "wait" instructionUlrich Weigand2013-07-01
* [PowerPC] Support "eieio" instructionUlrich Weigand2013-07-01
* [PowerPC] Add some existing instructions to ppc64-encoding-bookII.sUlrich Weigand2013-07-01
* [PowerPC] Add variants of "sync" instructionUlrich Weigand2013-07-01
* ARM: relax the atomic release barrier to "dmb ishst"Tim Northover2013-07-01
* [NVPTX] Add support for module-scope inline asmJustin Holewinski2013-07-01
* [NVPTX] 64-bit ADDC/ADDE are not legalJustin Holewinski2013-07-01
* [NVPTX] Fix vector loads from parameters that span multiple loads, and fix so...Justin Holewinski2013-07-01
* [NVPTX] Handle signext/zeroext attributes properlyJustin Holewinski2013-07-01
* [NVPTX] Add support for native SIGN_EXTEND_INREG where availableJustin Holewinski2013-07-01
* [NVPTX] Add isel patterns for [reg+offset] form of ldg/ldu.Justin Holewinski2013-07-01
* [NVPTX] Make sure we zero out high-order 24 bits for 8-bit load into 32-bit v...Justin Holewinski2013-07-01
* llvm-symbolizer: Recognize a drive letter on win32. Then "REQUIRES: shell" ca...NAKAMURA Takumi2013-07-01
* Added the test missed from r185080.Serge Pavlov2013-07-01
* LoopVectorize: Math functions only read rounding modeArnold Schwaighofer2013-07-01
* DeadArgumentElimination: keep return value on functions that have a live argu...Stephen Lin2013-06-30
* ConstantFold: Check that truncating the other side is safe under a sext when ...Benjamin Kramer2013-06-30
* ValueTracking: Teach isKnownToBeAPowerOfTwo about (ADD X, (XOR X, Y)) where X...David Majnemer2013-06-29
* InstCombine: Also turn selects fed by an and into arithmetic when the types d...Benjamin Kramer2013-06-29
* R600: Support schedule and packetization of trans-only instVincent Lejeune2013-06-29
* InstCombine: FoldGEPICmp shouldn't change sign of base pointer comparisonDavid Majnemer2013-06-29
* InstCombine: Be more agressive optimizing 'udiv' instrs with 'select' denomsDavid Majnemer2013-06-29
* InstCombine: Optimize (1 << X) Pred CstP2 to X Pred Log2(CstP2)David Majnemer2013-06-28
* Minimize precision loss when computing cyclic probabilities.Jakob Stoklund Olesen2013-06-28
* PPC: Ignore spill/restore requests for VRSAVE (except on Darwin)Hal Finkel2013-06-28
* SLP Vectorizer: Add support for trees with external users.Nadav Rotem2013-06-28
* Adding tests for DebugIR passDaniel Malea2013-06-28
* Fix CodeGen/PowerPC/stack-protector.ll on OpenBSDHal Finkel2013-06-28
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-28
* Fix a PPC rlwimi instruction-selection bugHal Finkel2013-06-28
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185187 91177308-0d34...Preston Briggs2013-06-28
* Add missing case to switch statement - DAGTypeLegalizer::ExpandIntegerResultLang Hames2013-06-28
* [NVPTX] Add (1.0 / sqrt(x)) => rsqrt(x) generation when allowable by FP flagsJustin Holewinski2013-06-28