summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-1396-103/+108
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-1294-97/+97
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-1274-77/+77
* ARM cost model: Increase the cost for vector casts that use the stackArnold Schwaighofer2013-03-121-0/+14
* Correct invalid debug info metadataDavid Blaikie2013-03-121-1/+8
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-1287-68/+73
* Don't reserve R2 on Darwin/PPCHal Finkel2013-03-126-33/+34
* In r169695, the address space limit for tests was replaced with a dataPatrik Hagglund2013-03-121-1/+2
* 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-1151-244/+249
* 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
* Fixes disassembler crashes on 2013 Haswell RTM instructions.Kevin Enderby2013-03-111-0/+9
* Don't remove a landing pad if the invoke requires a table entry.Bill Wendling2013-03-111-0/+77
* 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
* Fix test case.Benjamin Kramer2013-03-091-2/+2
* Test case hygiene.Benjamin Kramer2013-03-0918-51/+50
* LoopVectorizer: Ignore dbg.value instructionsArnold Schwaighofer2013-03-091-0/+70
* We need a shndx if the number of sections breaks SHN_LORESERVE. This conditionNick Lewycky2013-03-091-0/+65281
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-0887-0/+68
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-081-66/+0
* Rewrite the physreg part of findLastUseBefore().Jakob Stoklund Olesen2013-03-081-0/+40
* Force cpu in test.Benjamin Kramer2013-03-081-1/+1
* Insert the reduction start value into the first bypass block to preserve domi...Benjamin Kramer2013-03-081-0/+35
* 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-0845-867/+930
* [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
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-071-3/+6
* SimplifyCFG fix for volatile load/store.Andrew Trick2013-03-071-0/+48