aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2006-06-28not really XFailing these, as only incompleteness is wrong in the graphAndrew Lenharth
2006-06-28change I flag on testAndrew Lenharth
2006-06-28Testcase that crashes the ppc backend.Chris Lattner
2006-06-28Infinite loop in instcombine that nate hit.Chris Lattner
2006-06-27New testcase, reduced by nate, which crashes DSEChris Lattner
2006-06-27Testcase that Nate found where LoopUnswitch chokes on eliminating a dead caseOwen Anderson
2006-06-27testcase that crashes dead arg elim.Chris Lattner
2006-06-18initial implementation of ARMRegisterInfo::eliminateFrameIndexRafael Espindola
2006-06-17Just a minor tweak so you can run things like:Chris Lattner
2006-06-17new testcase that crashes indvarsChris Lattner
2006-06-16PR# not associated with XFAILJim Laskey
2006-06-16debug info is alive againJim Laskey
2006-06-16This test isn't implemented yetChris Lattner
2006-06-16New testcase, the linker is not merging alignments right.Chris Lattner
2006-06-15Make sure global doubles and vectors are aligned properly.Jim Laskey
2006-06-15new testcase, instcombine should turn these into llvm.bswap intrinsics.Chris Lattner
2006-06-14new testcase, not currently working.Chris Lattner
2006-06-14new testcase, distilled from povrayChris Lattner
2006-06-13My original test case was bogus. Reverting to crasher case.Jim Laskey
2006-06-13Tests to make sure that ComputeMaskedBits discards bits for shifts.Jim Laskey
2006-06-12TEstcase that makes simplifycfg infloop.Chris Lattner
2006-06-12New testcase that crashes llcChris Lattner
2006-06-12Make sure that LCSSA works properly when it encounters an exit block that hasOwen Anderson
2006-06-08Add new testcaseChris Lattner
2006-06-08New testcase, using "AX" as i32.Chris Lattner
2006-06-04Update the regression tests, and add a new one encountered while compiling cr...Owen Anderson
2006-06-01added some tests for argument passingRafael Espindola
2006-06-01testcase for the recent inliner improvement.Chris Lattner
2006-06-01No, libLLVMbzip2 does not have a .a suffix.Reid Spencer
2006-06-01Fix gcc command line options after LLVMCore and LLVMbzip2 became archiveReid Spencer
2006-05-31Update vector extract test cases.Evan Cheng
2006-05-301. No need to thwart this test with an environment variable. Turning it offReid Spencer
2006-05-30Added a test case for parameter passing of vector values.Evan Cheng
2006-05-30Fix the test failure on non-Darwin targets.Evan Cheng
2006-05-30Add a lea instruction selection test case.Evan Cheng
2006-05-29Fix a bug with diffing the wrong files. Make output more readable.Reid Spencer
2006-05-29Require both tests to pass.Owen Anderson
2006-05-29Update the testcase to check the full extent of LCSSA.Owen Anderson
2006-05-28Fix a problem where dejagnu won't accept the value of global tcl variableReid Spencer
2006-05-28Provide an infrastructure for testing the llvm2cpp program (yet to beReid Spencer
2006-05-27New testcase: check that the inliner constant folds instructions on theChris Lattner
2006-05-26Trivial testcase that LCSSA can already handle.Owen Anderson
2006-05-26New testcase for trivial DSEChris Lattner
2006-05-26New testcase, check that the bc file correctly encodes varargs nonccc calls.Chris Lattner
2006-05-25new testcaseChris Lattner
2006-05-25new testcasesChris Lattner
2006-05-25The patch corresponding to this test had to be reverted as unsafe.Chris Lattner
2006-05-25New test case. x86 isel was creating a cycle in the DAG.Evan Cheng
2006-05-25create test/Regression/CodeGen/ARM/ and add a minimal test to itRafael Espindola
2006-05-25-sched-commute-nodes is now on by default.Evan Cheng