aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
AgeCommit message (Expand)Author
2007-12-20Remove xfail. This is fixed.Evan Cheng
2007-12-06Turning simple splitting on. Start testing new coalescer heuristics as new ll...Evan Cheng
2007-12-06Fix for PR1831: if all defs of an interval are re-materializable, then it's a...Evan Cheng
2007-11-29Update tests.Evan Cheng
2007-11-28update this test after the fmrrd fixChris Lattner
2007-11-28Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner
2007-11-27commit testcase I forgot to svn add.Chris Lattner
2007-11-08[ARM] Implement __builtin_thread_pointer.Lauro Ramos Venancio
2007-11-05[ARM] Fix code generation for:Lauro Ramos Venancio
2007-10-22Fix memcpy lowering when addresses are 4-byte aligned but size is not multipl...Evan Cheng
2007-10-13new testcaseChris Lattner
2007-09-20Disable if-conversion for this test.Evan Cheng
2007-09-20-enable-arm-if-conversion is gone.Evan Cheng
2007-09-05Change all floating constants that are not exactlyDale Johannesen
2007-09-05Testcases for PR1628.Duncan Sands
2007-08-15Implement FPOWI ExpandOp.Lauro Ramos Venancio
2007-08-15Test case for PR1609.Evan Cheng
2007-08-15This test used "wc | grep ..."; convert it to use the count script.Dan Gohman
2007-08-15Convert tests using "grep -c ... | grep ..." to use the count script.Dan Gohman
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-08-14New test.Evan Cheng
2007-08-01Expand unaligned loads/stores when the target doesn't support them. (PR1548)Lauro Ramos Venancio
2007-07-19For PR1553:Reid Spencer
2007-07-09Add explicit triples to these tests so that llc behaves as expected onDan Gohman
2007-06-29Convert .cvsignore filesJohn Criswell
2007-06-29Fix an assertion failure in legalizing bitcast operators on targets whereDan Gohman
2007-06-21Fix tests.Evan Cheng
2007-06-21New tests.Evan Cheng
2007-06-20Added some if-conversion tests.Evan Cheng
2007-05-31Add a test for PR1424.Lauro Ramos Venancio
2007-05-24Add a new test case.Evan Cheng
2007-05-22new testcases for -enable-tail-merge default handlingDale Johannesen
2007-05-15testcase that crashes llcChris Lattner
2007-05-14Test for PR1406.Evan Cheng
2007-05-14Enable aliases on arm-linux.Lauro Ramos Venancio
2007-05-10Another test for tail mergeingDale Johannesen
2007-05-09Can't fold bit_convert into truncating store.Evan Cheng
2007-05-08testcase for CodeGenPrepare bug fixed yesterdayDale Johannesen
2007-05-08move this out of Codegen/Generic, because it requires the ARM backend to beChris Lattner
2007-05-07Fix tests.Evan Cheng
2007-05-07Add some tests for (conv (load x)) -> (load (conv*)x) xform.Evan Cheng
2007-05-05Fix PR1390.Lauro Ramos Venancio
2007-05-05remove xfailed testcase (attached to pr)Chris Lattner
2007-05-04Test load global in static mode.Evan Cheng
2007-05-03New test case.Evan Cheng
2007-05-03Evan's patch to avoid FPreg->intreg copy for cvt; store to memDale Johannesen
2007-05-03match a reassociated form of fnmulChris Lattner
2007-05-01Test a dag combiner crasher.Evan Cheng
2007-04-30For PR1370:Reid Spencer
2007-04-28update syntaxChris Lattner