Unify all of the code for floating point +,-,*,/ into one function
[oota-llvm.git] / test /
2004-04-11 Chris LattnerNew testcase
2004-04-11 Chris LattnerAdd another variant of the testcase
2004-04-11 Chris Lattnernew testcase
2004-04-10 Chris LattnerNew testcases
2004-04-10 Chris LattnerNew testcase
2004-04-10 Chris LattnerNew testcases
2004-04-10 Chris LattnerCreate the output directory if it's not already there
2004-04-09 Chris LattnerSimplify cfg now eliminates all of the branches in...
2004-04-09 Chris LattnerAnother testcase
2004-04-09 Chris LattnerTestcase to make sure we can apply the shift to the...
2004-04-09 Chris LattnerAdd testcases for harder combining cases.
2004-04-09 Chris Lattnernew testcase
2004-04-08 Chris LattnerNew testcase
2004-04-08 Chris LattnerNew testcase, corresponding to phi_promote.ll
2004-04-08 Chris LattnerAdd some more cases we should combine
2004-04-07 Chris LattnerNew testcase
2004-04-07 Chris LattnerNew testcase that crashed scalarevolution on sparc
2004-04-07 Chris LattnerNew file that can be useful for hand inspection of...
2004-04-07 Chris LattnerNew testcase
2004-04-05 Chris LattnerNew testcase for PR312
2004-04-05 Chris LattnerNew testcase that crashes the instcombine pass. Domina...
2004-04-03 Chris LattnerNew testcase
2004-04-02 Chris Lattnernew testcase
2004-04-02 Chris LattnerNew testcases for the indvars pass
2004-04-02 Chris LattnerTweak testcase to work with new indvars pass
2004-04-02 Chris LattnerNew testcase
2004-04-01 Chris LattnerNew testcase for PR310
2004-04-01 Chris LattnerNew testcase for PR306
2004-04-01 Chris LattnerTests for fp cmov's that I forgot to check in earlier
2004-03-30 Chris LattnerTest folding comparisons into select instructions
2004-03-30 Chris LattnerNew testcase. This now codegens to:
2004-03-30 Chris LattnerNew testcase for select instructions
2004-03-30 Chris LattnerNew testcase that crashes the assembler
2004-03-30 Chris LattnerOops, actually USE the previously computed value
2004-03-30 Chris LattnerTest general value/value selection which we can do...
2004-03-30 Chris LattnerAdd some testcases for select simplification
2004-03-29 John CriswellMerged in RELEASE_12.
2004-03-25 Chris LattnerNew testcase
2004-03-19 Chris LattnerNew testcase, the optimizer can delete zero sized allocas
2004-03-18 Chris LattnerThis is the last remaining bug that I know of in the...
2004-03-18 Chris LattnerNew testcase, reduced from 256.bzip2
2004-03-18 Chris LattnerNew testcase
2004-03-18 Chris LattnerNew testcase that crashes the code extractor
2004-03-17 John CriswellModify test to use the %t substition (temporary name...
2004-03-16 Chris LattnerAnother simple testcase
2004-03-16 Chris LattnerNew testcase for PR297
2004-03-16 Chris LattnerFix test
2004-03-16 Chris LattnerFix testcase
2004-03-16 Chris LattnerNew testcase
2004-03-16 Chris LattnerNew testcase for PR293
2004-03-16 Chris Lattnerfoo Bug 291, bar PR291
2004-03-16 Chris Lattnerfoo bug291 bar PR 291
2004-03-16 Chris LattnerPR291
2004-03-16 Chris Lattner// Testcase from Bug 291
2004-03-15 Chris LattnerNew testcase for CSE of call instructions
2004-03-15 Chris LattnerMake sure that pure calls don't kill loads
2004-03-15 Chris LattnerNew testcases to test LICM of call instructions
2004-03-15 Chris LattnerNew testcase that causes the code extractor to generate...
2004-03-14 Chris LattnerNew testcase that crashes the loop extractor
2004-03-14 Chris LattnerNew testcase that crashes the -lowerswitch pass
2004-03-14 Chris LattnerNew testcase that crashes the loop extractor
2004-03-13 Chris LattnerNew testcase, distilled from povray I think.
2004-03-13 Chris LattnerOh right, casts can interfere. Test this too
2004-03-12 Chris Lattnernew testcases
2004-03-12 Chris Lattnernew testcase
2004-03-12 Misha BrukmanTest the mod/ref analysis in DSA.
2004-03-12 Chris Lattnertest instruction combiner opts for select instruction
2004-03-12 Chris LattnerNew testcase
2004-03-10 Chris LattnerNew testcase for PR284: [indvars] Induction variable...
2004-03-10 Chris LattnerNew testcase for PR275
2004-03-09 Chris LattnerNew testcase for PR276: llvm-g++ does not mangle method...
2004-03-09 Chris LattnerCheckin testcase for PR261
2004-03-08 Chris LattnerNew testcase for folding in some important situations...
2004-03-08 Chris LattnerNew testcase for PR269
2004-03-08 Chris LattnerTestcase that crashes the C front-end.
2004-03-08 Chris LattnerNew code-quality testcase.
2004-03-08 Chris LattnerNew testcase
2004-03-07 Chris LattnerNew testcase for missed case
2004-03-07 Chris LattnerNew testcase
2004-02-29 Chris LattnerTestcase for a bug that caused a whole bunch of testcas...
2004-02-28 Chris LattnerAdd a testcase for switch instruction induction
2004-02-28 Chris Lattnerfix a bug in the testcase
2004-02-28 Chris Lattnernew testcase for a tblgen bug that alkis ran into
2004-02-28 Chris Lattnernew testcase for intrinsic folding
2004-02-28 Chris LattnerThe instruction combining pass removes dead instruction...
2004-02-28 Misha BrukmanTwo testcases for loops: one with outputs, one without.
2004-02-27 Chris LattnerFix a verifier bug that was preventing us from ripping...
2004-02-27 Chris LattnerThe instcombiner should canonicalize comparisons.
2004-02-26 John CriswellFixed test case to actually check for the static declar...
2004-02-26 John CriswellRegression tests for PR258 and PR259.
2004-02-25 Chris LattnerNew testcase
2004-02-25 Brian GaekeNote that this test is currently expected to fail.
2004-02-24 Chris LattnerNew testcase. Switch instructions that go to switch...
2004-02-24 Chris LattnerThe simplifycfg pass should be able to turn stuff like:
2004-02-23 Chris LattnerTest for the other way also
2004-02-23 Chris LattnerNew testcase
2004-02-23 Chris LattnerAdd tests for casts that should be eliminated
2004-02-23 Chris LattnerHandle the unsigned form as well
2004-02-23 Chris LattnerAdd a slight variant of test10
2004-02-23 Chris LattnerThis multiply can be eliminated
next