aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Don't reserve R2 on Darwin/PPCHal Finkel2013-03-126-33/+34
* llvm/test/CodeGen/R600/schedule-*.ll: Let them require +Asserts.NAKAMURA Takumi2013-03-116-0/+6
* Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie2013-03-1122-116/+118
* Remove duplicate test contents.David Blaikie2013-03-1118-224/+10
* Fix a crasher newly introduced in r176659/r176649, where fast-isel tries toNick Lewycky2013-03-111-0/+23
* R600: Fix JUMP handling so that MachineInstr verification can occurVincent Lejeune2013-03-116-0/+494
* llvm/test/CodeGen/X86/handle-move.ll: Mark it as XFAIL:cygming. Investigating.NAKAMURA Takumi2013-03-111-0/+1
* Suppress atomic(32|64).ll as XFAIL on win32 codegen. Investigating.NAKAMURA Takumi2013-03-112-0/+4
* Remove date from test case file name. The PR number provides a unique ID alre...Lang Hames2013-03-111-0/+0
* Don't glue users to extract_subreg when selecting the llvm.arm.ldrexdLang Hames2013-03-091-0/+13
* Test case hygiene.Benjamin Kramer2013-03-0916-27/+26
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-0838-0/+24
* Rewrite the physreg part of findLastUseBefore().Jakob Stoklund Olesen2013-03-081-0/+40
* R600: Optimize another selectcc caseTom Stellard2013-03-081-2/+29
* R600: Improve custom lowering of select_ccTom Stellard2013-03-082-3/+40
* R600: Change operation action from Custom to Expand for BR_CCTom Stellard2013-03-081-2/+3
* R600: Change operation action from Custom to Expand for SETCCTom Stellard2013-03-081-3/+25
* LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCCTom Stellard2013-03-081-0/+26
* R600: Change addresspace in fold-kcache.llVincent Lejeune2013-03-081-12/+12
* AArch64: specify full triple in test as only Linux works for now.Tim Northover2013-03-081-1/+1
* R600/SI: adjust test to recent changesChristian Konig2013-03-081-8/+6
* Hexagon: Add patterns for zero extended loads from i1->i64.Jyotsna Verma2013-03-081-0/+25
* AArch64: expand sincos operations, we don't support them.Tim Northover2013-03-081-0/+35
* Another test fix for r176671.David Blaikie2013-03-081-1/+1
* Couple of test fixes for r176671.David Blaikie2013-03-082-5/+5
* Revert r176154 in favor of a better approach.Bill Wendling2013-03-081-6/+39
* Upgrade tests to the latest debug info format.David Blaikie2013-03-0831-705/+742
* [fast-isel] Add support for the expect intrinsic.Chad Rosier2013-03-071-0/+12
* Hexagon: Handle i8, i16 and i1 Var Args.Jyotsna Verma2013-03-073-0/+124
* Hexagon: Add support to lower block address.Jyotsna Verma2013-03-072-0/+78
* Move testcase, this is testing extraction not inserting.Benjamin Kramer2013-03-072-16/+18
* X86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into a smaller BUILD_VECTOR.Benjamin Kramer2013-03-073-3/+18
* SDAG: Handle scalarizing an extend of a <1 x iN> vector.Jim Grosbach2013-03-071-0/+19
* Fix two remaining issue after fixing PR15355 when CMOV is not availableMichael Liao2013-03-072-0/+67
* [mips] Custom-legalize BR_JT.Akira Hatanaka2013-03-061-15/+20
* [mips] Add a line which checks function name. Rename file.Akira Hatanaka2013-03-061-0/+1
* Fix PR15355Michael Liao2013-03-0613-17/+17
* [mips] Remove android calling convention.Akira Hatanaka2013-03-051-12/+0
* [mips] Fix MipsCC::analyzeReturn so that, in soft-float mode, fp128 getsAkira Hatanaka2013-03-051-5/+5
* [mips] Fix MipsTargetLowering::LowerCallResult and LowerReturn to correctlyAkira Hatanaka2013-03-051-0/+18
* [mips] Fix MipsTargetLowering::LowerCall to pass fp128 arguments in floatingAkira Hatanaka2013-03-051-0/+13
* [mips] Correct handling of fp128 (long double) formals and read long doubleAkira Hatanaka2013-03-051-0/+13
* reverting patch 176508.Jyotsna Verma2013-03-052-78/+0
* Hexagon: Add support for lowering block address.Jyotsna Verma2013-03-052-0/+78
* Hexagon: Expand addc, adde, subc and sube.Jyotsna Verma2013-03-052-0/+63
* Hexagon: Add encoding bits to the TFR64 instructions.Jyotsna Verma2013-03-052-5/+5
* R600: Turn BUILD_VECTOR into Reg_SequenceVincent Lejeune2013-03-051-3/+3
* R600: Use MUL_IEEE for trig/fdiv intrinsicVincent Lejeune2013-03-051-4/+4
* llvm/test/CodeGen/Mips/mips64-f128.ll: Add explicit -mtriple=mips64el-unknown...NAKAMURA Takumi2013-03-051-1/+1
* llvm/test/CodeGen/Thumb/iabs.ll: Add explicit -mtriple=thumb-unknown-unknown ...NAKAMURA Takumi2013-03-051-1/+1