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