aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-06-29Reapply my if-conversion cleanup from svn r106939 with fixes.Bob Wilson
2010-06-29Add an Intraprocedural form of BasicAliasAnalysis, which aims toDan Gohman
2010-06-29Described the missing AVX forms of SSE2 convert instructionsBruno Cardoso Lopes
2010-06-29The comment string does not match for all targets. PowerPC uses ;.Devang Patel
2010-06-28Unlike other targets, ARM now uses BUILD_VECTORs post-legalization so theyBob Wilson
2010-06-28Refix XTARGET. Previous attempt matches on powerpc-apple-darwin,Dale Johannesen
2010-06-28Attempt to fix XTARGET.Dale Johannesen
2010-06-28Use DW_FORM_addr for DW_AT_entry_pc.Devang Patel
2010-06-28In asm's, output operands with matching input constraintsDale Johannesen
2010-06-28Constant fold x == undef to undef.Dan Gohman
2010-06-28Fix Value::stripPointerCasts and BasicAA to avoid trouble onDan Gohman
2010-06-28Remove this weak test.Devang Patel
2010-06-28Testcase for llvm-gcc fix 107051.Dale Johannesen
2010-06-28Don't write temporary files in test directoryJakob Stoklund Olesen
2010-06-28Add a triple so test runs on Linux as well.Jakob Stoklund Olesen
2010-06-28Add more special treatment for inline asm in RegAllocFast.Jakob Stoklund Olesen
2010-06-28Preserve deleted function's local variables' debug info.Devang Patel
2010-06-28Make this test darwin specific.Devang Patel
2010-06-26this test is failing nondeterministically and blaming me, just disableChris Lattner
2010-06-26Fix test weirdness.Benjamin Kramer
2010-06-26Fix some tests that didn't test anything.Benjamin Kramer
2010-06-26Partial specialization test should not depend on the order of specialization ...Kenneth Uildriks
2010-06-26When splitting a VAARG, remember its alignment.Rafael Espindola
2010-06-26Revert my if-conversion cleanup since it caused a bunch of nightly testBob Wilson
2010-06-26Fix PR7328: when turning a tail recursion into a loop, need to preserveDuncan Sands
2010-06-26Remove bogus test.Eli Friedman
2010-06-26Clean up some problems with extra CFG edges being introduced duringBob Wilson
2010-06-26When creating X86 MUL8 and DIV8 instructions, make sure we don't produceJakob Stoklund Olesen
2010-06-25Add AVX convert CVTSS2SI{rr,rm} and CVTDQ2PS{rr,rm} instructionsBruno Cardoso Lopes
2010-06-25Reapply r106896:Bruno Cardoso Lopes
2010-06-25Thumb2ITBlockPass: Fix a possible dereference of an invalid iterator. This wasDaniel Dunbar
2010-06-25revert this now, it's using avx instead of sse :)Bruno Cardoso Lopes
2010-06-25Change if-conversion block size limit checks to add some flexibility.Evan Cheng
2010-06-25Add several AVX MOV flavorsBruno Cardoso Lopes
2010-06-25The hasMemory argument is irrelevant to how the argumentDale Johannesen
2010-06-25pcmpeqd and friends are Commutable.Dan Gohman
2010-06-25- Reapply r106066 now that the bzip2 build regression has been fixed.Bill Wendling
2010-06-25XFAIL this test on powerpc for now.Devang Patel
2010-06-25Add some AVX convert instructionsBruno Cardoso Lopes
2010-06-24Don't write an output file to cwd, and put an rdar prefix onDan Gohman
2010-06-24Teach EmitLiveInCopies to omit copies for unused virtual registers,Dan Gohman
2010-06-24It's possible that a flag is added to the SDNode that points back to theBill Wendling
2010-06-24DBG_VALUE machine instruction pointing to undefined register for a variable j...Devang Patel
2010-06-24- Add AVX COMI{SS,SD}{rr,rm} and UCOMI{SS,SD}{rr,rm}.Bruno Cardoso Lopes
2010-06-24Disallow matching "i" constraint to symbol addresses whenDale Johannesen
2010-06-24Replace a big gob of old coalescer logic with the new CoalescerPair class.Jakob Stoklund Olesen
2010-06-24PR7458: Try commuting Thumb2 instruction operands to put them into 2-addressBob Wilson
2010-06-24Eliminate the other half of the BRCOND optimization, and updateDan Gohman
2010-06-24Eliminate the first have of the optimization which eliminates BRCONDDan Gohman
2010-06-24Reapply r106634, now that the bug it exposed is fixed.Dan Gohman