aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2007-05-10Merging from mainline PR 1403Tanya Lattner
2007-05-09file 2007-05-09-JumpTables.ll was added on branch release_20 on 2007-05-10 04...Tanya Lattner
2007-05-09This commit was manufactured by cvs2svn to create branch 'release_20'.cvs2svn
2007-05-08move this out of Codegen/Generic, because it requires the ARM backend to beChris Lattner
2007-05-08move to CodeGen/ARM/2007-05-07-tailmerge-1.llChris Lattner
2007-05-07Fix tests.Evan Cheng
2007-05-07Add some tests for (conv (load x)) -> (load (conv*)x) xform.Evan Cheng
2007-05-07Fix test case.Evan Cheng
2007-05-07Handle some non-exit blocks in tail merging.Dale Johannesen
2007-05-07Testcase for PR1398.Duncan Sands
2007-05-05Fix PR1390.Lauro Ramos Venancio
2007-05-05the sparc v8 backend handles this correctlyChris Lattner
2007-05-05remove this xfail'd test, move it to the X86 readme.Chris Lattner
2007-05-05We need support for tail calls, this is moved to PR1392Chris Lattner
2007-05-05remove xfailed testcase (attached to pr)Chris Lattner
2007-05-05unxfail this, llc doesn't support this feature yet, so don't run it.Chris Lattner
2007-05-05Check that the right eh personality function is used.Duncan Sands
2007-05-05new testcase for PR1371Chris Lattner
2007-05-04Test that the eh lowering code can handle constant folded bitcasts.Duncan Sands
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-03negatize -> negativeEvan Cheng
2007-05-03new testcaseChris Lattner
2007-05-03match a reassociated form of fnmulChris Lattner
2007-05-01Split target dependent test portions to target-specific directories.Reid Spencer
2007-05-01Test a dag combiner crasher.Evan Cheng
2007-04-30testcase for PR1228Chris Lattner
2007-04-30testcase for PR1357Chris Lattner
2007-04-30For PR1370:Reid Spencer
2007-04-29Updated aliases testAnton Korobeynikov
2007-04-28new testcase for PR1356Chris Lattner
2007-04-28ensure the operand prints.Chris Lattner
2007-04-28new testcaseChris Lattner
2007-04-28update syntaxChris Lattner
2007-04-28update for new inline asm 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-27make this testcase harder, to cover PR1326Chris Lattner
2007-04-27Test that eh_selector lowering accepts global variables as well as bitcastsDuncan Sands
2007-04-26Unxfail testsAnton Korobeynikov
2007-04-26testcase for PR1339: http://llvm.org/PR1339Dan Gohman
2007-04-26Add test to proper place. Also, XFAIL until ppc bootstrap will be ok.Anton Korobeynikov
2007-04-26Fixx off-by-one bug, which prevents llvm-gcc bootstrap on ppc32Anton Korobeynikov
2007-04-26PR1348 test case.Evan Cheng
2007-04-26New test case.Evan Cheng
2007-04-25&& no longer neededChris Lattner
2007-04-25Testcase for codegen bug.Bill Wendling
2007-04-25remember to emit weak reference in one more case.Lauro Ramos Venancio