Simplify some code now that the RHS of a rem can't be 0
[oota-llvm.git] / test /
2006-02-28 Chris Lattnernew testcase
2006-02-27 Chris Lattnernew testcases
2006-02-27 Chris LattnerNew testcases
2006-02-27 Chris LattnerReenable this
2006-02-27 Chris Lattnernew testcase
2006-02-26 Chris Lattnernew testcase
2006-02-25 Evan ChengNew test case: use lea for imul by some constants.
2006-02-25 Evan Chenglea.ll is XFAIL until we implement convertToThreeAddress.
2006-02-25 Chris Lattnerthis fails, mark it as such
2006-02-23 Evan ChengAdd a test case for 'lea'.
2006-02-22 Chris Lattnernew testcase distilled from SPASS
2006-02-18 Chris Lattnernew testcase that crashes simplifycfg
2006-02-17 Nate BegemanA few final (for now) tests
2006-02-17 Nate BegemanYet another test
2006-02-17 Nate BegemanNew tests!
2006-02-17 Nate BegemanFix a comment sabre noticed :)
2006-02-17 Nate BegemanA couple new regression tests to make sure we always...
2006-02-15 Jim LaskeyCode sufficiently protected against this test.
2006-02-14 Chris Lattnernew testcase that broke unswitch due to loopsimplify...
2006-02-13 Chris Lattnernew testcase
2006-02-13 Chris Lattnertestcase reduced from Ptrdist/bc that is miscompiled...
2006-02-13 Andrew Lenharthtest for improved zap discovery
2006-02-13 Chris Lattnerthis passes now, due to Nate's recent efforts
2006-02-13 Chris LattnerReduce this testcase a bit more, with the help of llvm...
2006-02-12 Evan ChengAdded a test case for a libcall insertion bug.
2006-02-12 Chris Lattnertweaks
2006-02-12 Chris Lattnernew testcase
2006-02-12 Chris Lattnermove a failing testcase from bit-tracking.ll to narrow...
2006-02-12 Chris LattnerMake these tests fail if opt crashes.
2006-02-11 Chris LattnerUpdate comments to be actually accurate
2006-02-11 Chris LattnerThis is implemented by the simplify-libcalls pass,...
2006-02-09 Chris Lattnernew testcase
2006-02-09 Chris Lattnerthis apparently passes on linux
2006-02-08 Jim LaskeyDisable this test for the time being as debug is brough...
2006-02-08 Chris Lattnernew testcase for more interesting select sccp cases
2006-02-07 Chris Lattnernew testcase that caused instcombine to crash on 176...
2006-02-05 Chris Lattnernew testcases
2006-02-05 Chris LattnerThese were moved to ../SPARC
2006-02-05 Chris Lattnermove V8 testcases here
2006-02-03 Evan ChengAdded a (store (op (load ...) ...) ...) folding test...
2006-02-02 Chris Lattnernew testcase
2006-02-01 Andrew Lenharthtest cmov immediate form
2006-02-01 Chris Lattnernew testcase for the 'ret double folding with load...
2006-01-31 Chris Lattnernew testcase
2006-01-30 Evan ChengDon't generate (or setp, setae) for SETUGE. Simply...
2006-01-30 Chris Lattnernew testcase for the 'C++' failures last night.
2006-01-30 Chris Lattnernew testcase
2006-01-27 Evan ChengUse Intel assembly syntax to look for ST
2006-01-27 Evan ChengX86 dag isel is now (soon) the default.
2006-01-27 Evan ChengThese are fp stack test cases.
2006-01-27 Evan ChengXFAIL tailcall test cases until it's implemented.
2006-01-27 Reid SpencerA test case for ensuring that conversion of old-format...
2006-01-27 Reid SpencerThis now passes.
2006-01-26 Andrew Lenharthadded a couple test cases, including the new vaarg...
2006-01-25 Chris Lattnernew tests for actual inline asm expressions
2006-01-24 Chris Lattnertestcase that crashes scalarrepl
2006-01-24 Chris LattnerThis is still broken
2006-01-24 Chris Lattnernew c front-end testcase
2006-01-24 Chris Lattnerminor syntax change
2006-01-23 Chris Lattnernew testcase
2006-01-23 Chris LattnerTestcase that failed due to a legalizer bug
2006-01-23 Chris Lattnerthis option is gone, the dag isel is the default now
2006-01-23 Chris Lattnermake this test harder
2006-01-23 Chris Lattneradd new tests
2006-01-23 Chris LattnerMake sure this tests the right thing, xfail on solaris...
2006-01-21 Chris Lattnernew testcase that crashes llc for ppc
2006-01-20 Reid SpencerAdd a test case for PR697, ensuring the linker works...
2006-01-20 Evan ChengAdded a load folding bug test case.
2006-01-19 Chris LattnerAdd a new testcase for an eliminable cast
2006-01-19 Reid SpencerThis test passes now.
2006-01-19 Chris Lattnermake this work for Reid, who renamed his CVS module...
2006-01-19 Chris Lattnernew testcase the autoupgrader in the bc reader fails...
2006-01-19 Reid SpencerExpand test to cover the non-overloaded variants of...
2006-01-18 Andrew Lenhartha reduced test case, the GlobalAddress is never legalized
2006-01-18 Chris Lattnernew testcase
2006-01-18 Chris Lattnerthis testcase sent the dag combiner spinning into an...
2006-01-17 Robert BocchinoTest case for the insertelement operation.
2006-01-17 Chris LattnerEnsure that the CFE always emits intrinsics in their...
2006-01-16 Andrew Lenharththis is fixed
2006-01-16 Chris LattnerFix these testcases :(
2006-01-16 Chris LattnerThis pass has been removed.
2006-01-14 Chris LattnerNew testcase for a regression last night: the -inline...
2006-01-14 Nate Begemanbswap implementation
2006-01-14 Nate BegemanAdd bswap intrinsics as documented in the Language...
2006-01-14 Jim Laskeytestcase for PR676: http://llvm.cs.uiuc.edu/PR676
2006-01-13 Chris Lattnertestcase for PR691
2006-01-13 Chris Lattnernew testcases for the stackrestore instcombine optimiza...
2006-01-13 Chris LattnerNew testcase that functions with dynamic allocas can...
2006-01-13 Chris Lattnertestcase for the llvm.stacksave/llvm.stackrestore intri...
2006-01-13 Evan ChengTest case for a SETCC / BRCOND folding bug.
2006-01-12 Duraid Madinaverily, sabre did leave
2006-01-11 Nate BegemanAdd testcase for rotate by register and rotate by immediate
2006-01-11 Chris LattnerTestcase the PPC backend is miscompiling.
2006-01-11 Chris Lattnercatch all forms of xnor
2006-01-10 Chris Lattnernew testcase for extractelement instruction
2006-01-07 Chris LattnerModify this test to not depend on the host math.h imple...
2006-01-06 Chris LattnerA case that instcombine is not catching.
2006-01-05 Chris Lattnernew tests, derived from cosmics scheme output
2006-01-01 Andrew LenharthChange this regression so andi is not a valid codegen...
2005-12-23 Chris Lattnerthis test fails
next