aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-03-13Set symbolizer path in the test environment.Evgeniy Stepanov
2013-03-13Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie
2013-03-12Update debug info test cases with empty SplitDebugFilename field.David Blaikie
2013-03-12ARM cost model: Increase the cost for vector casts that use the stackArnold Schwaighofer
2013-03-12Correct invalid debug info metadataDavid Blaikie
2013-03-12Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung
2013-03-12Don't reserve R2 on Darwin/PPCHal Finkel
2013-03-12In r169695, the address space limit for tests was replaced with a dataPatrik Hagglund
2013-03-11llvm/test/CodeGen/R600/schedule-*.ll: Let them require +Asserts.NAKAMURA Takumi
2013-03-11Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie
2013-03-11Remove duplicate test contents.David Blaikie
2013-03-11Fix a crasher newly introduced in r176659/r176649, where fast-isel tries toNick Lewycky
2013-03-11Fixes disassembler crashes on 2013 Haswell RTM instructions.Kevin Enderby
2013-03-11Don't remove a landing pad if the invoke requires a table entry.Bill Wendling
2013-03-11R600: Fix JUMP handling so that MachineInstr verification can occurVincent Lejeune
2013-03-11llvm/test/CodeGen/X86/handle-move.ll: Mark it as XFAIL:cygming. Investigating.NAKAMURA Takumi
2013-03-11Suppress atomic(32|64).ll as XFAIL on win32 codegen. Investigating.NAKAMURA Takumi
2013-03-11Remove date from test case file name. The PR number provides a unique ID alre...Lang Hames
2013-03-09Don't glue users to extract_subreg when selecting the llvm.arm.ldrexdLang Hames
2013-03-09Fix test case.Benjamin Kramer
2013-03-09Test case hygiene.Benjamin Kramer
2013-03-09LoopVectorizer: Ignore dbg.value instructionsArnold Schwaighofer
2013-03-09We need a shndx if the number of sections breaks SHN_LORESERVE. This conditionNick Lewycky
2013-03-08Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung
2013-03-08Remove -print-dbginfo as it is unused & bitrotten.David Blaikie
2013-03-08Rewrite the physreg part of findLastUseBefore().Jakob Stoklund Olesen
2013-03-08Force cpu in test.Benjamin Kramer
2013-03-08Insert the reduction start value into the first bypass block to preserve domi...Benjamin Kramer
2013-03-08R600: Optimize another selectcc caseTom Stellard
2013-03-08R600: Improve custom lowering of select_ccTom Stellard
2013-03-08R600: Change operation action from Custom to Expand for BR_CCTom Stellard
2013-03-08R600: Change operation action from Custom to Expand for SETCCTom Stellard
2013-03-08LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCCTom Stellard
2013-03-08R600: Change addresspace in fold-kcache.llVincent Lejeune
2013-03-08AArch64: specify full triple in test as only Linux works for now.Tim Northover
2013-03-08R600/SI: adjust test to recent changesChristian Konig
2013-03-08Hexagon: Add patterns for zero extended loads from i1->i64.Jyotsna Verma
2013-03-08AArch64: expand sincos operations, we don't support them.Tim Northover
2013-03-08Another test fix for r176671.David Blaikie
2013-03-08Couple of test fixes for r176671.David Blaikie
2013-03-08Revert r176154 in favor of a better approach.Bill Wendling
2013-03-08Upgrade tests to the latest debug info format.David Blaikie
2013-03-07[fast-isel] Add support for the expect intrinsic.Chad Rosier
2013-03-07Hexagon: Handle i8, i16 and i1 Var Args.Jyotsna Verma
2013-03-07Hexagon: Add support to lower block address.Jyotsna Verma
2013-03-07Move testcase, this is testing extraction not inserting.Benjamin Kramer
2013-03-07X86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into a smaller BUILD_VECTOR.Benjamin Kramer
2013-03-07SDAG: Handle scalarizing an extend of a <1 x iN> vector.Jim Grosbach
2013-03-07Debug Info: store the files and directories for each compile unit.Manman Ren