aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
AgeCommit message (Expand)Author
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
2007-04-27fix the test tls1.Lauro Ramos Venancio
2007-04-27add TLS tests.Lauro Ramos Venancio
2007-04-27In Thumb mode, the frame register must be R7.Lauro Ramos Venancio
2007-04-25remember to emit weak reference in one more case.Lauro Ramos Venancio
2007-04-22Implement PIC for arm-linux.Lauro Ramos Venancio
2007-04-21Use the llvm_supports_target function to prevent running of tests forReid Spencer
2007-04-16Fix test.Evan Cheng
2007-04-16For PR1319:Reid Spencer
2007-04-16Fix hello.ll test.Lauro Ramos Venancio
2007-04-16Fix align test.Lauro Ramos Venancio
2007-04-16For PR1319:Reid Spencer
2007-04-15For PR1336:Reid Spencer
2007-04-15For PR1319: Upgrade to new test harness.Reid Spencer