aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-03-14[ASan] emit instrumentation for initialization order checking by defaultAlexey Samsonov
2013-03-14PR14972: SROA vs. GVN exposed a really bad bug in SROA.Chandler Carruth
2013-03-14Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...Craig Topper
2013-03-14Fix PR15309Michael Liao
2013-03-14test commit: remove blank line.Jiong Wang
2013-03-14Remove a change to the debug info in this test, that I made while testingNick Lewycky
2013-03-14Try using %S to find the emitted .gcno file.Nick Lewycky
2013-03-14Refactor GCOV's six constructor arguments into a struct with a getter thatNick Lewycky
2013-03-13Simplify file/directory name handling in DILexicalBlockDavid Blaikie
2013-03-13Remove an extra operand to a DIFile metadata entryDavid Blaikie
2013-03-13Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie
2013-03-13ARM cost model: Add test case to make sure we would notice a change in CodeGenArnold Schwaighofer
2013-03-13Add llvm-symbolizer as test dependency.Evgeniy Stepanov
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