Code sufficiently protected against this test.
[oota-llvm.git] / test / CodeGen /
2006-02-15 Jim LaskeyCode sufficiently protected against this test.
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-09 Chris Lattnerthis apparently passes on linux
2006-02-08 Jim LaskeyDisable this test for the time being as debug is brough...
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-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-26 Andrew Lenharthadded a couple test cases, including the new vaarg...
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-21 Chris Lattnernew testcase that crashes llc for ppc
2006-01-20 Evan ChengAdded a load folding bug test case.
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-16 Andrew Lenharththis is fixed
2006-01-16 Chris LattnerFix these testcases :(
2006-01-14 Nate Begemanbswap implementation
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-01 Andrew LenharthChange this regression so andi is not a valid codegen...
2005-12-21 Chris Lattnernew testcase, fails on X86 and probably others
2005-12-16 Chris LattnerA truly trivial testcase to ensure sparcv8 doesn't...
2005-12-14 Nate BegemanAdd a case for float just to make sure the patterns...
2005-12-14 Chris Lattnernew testcase, each function should have one extension...
2005-12-12 Chris LattnerTestcase for a problem that reid ran into
2005-12-04 Chris Lattnernew testcase, for PR672
2005-12-01 Chris LattnerNew testcase that crashes llc
2005-11-30 Chris LattnerTest that crashes the ppc backend.
2005-11-20 Chris LattnerThis should not be dce'd
2005-11-20 Andrew Lenharthoops
2005-11-20 Andrew Lenharthcheck that rdtsc is generated from readcyclecounter
2005-11-12 Chris Lattnerthis is no apparently passing on alpha
2005-11-11 Andrew Lenharthcontinued readcyclecounter support
2005-11-10 Chris LattnerCheck that this compiles to a label with a space in it.
2005-10-30 Chris Lattnernew testcase
2005-10-30 Chris LattnerThe pass was removed, but the spirit lives on
2005-10-30 Chris Lattnernew testcase
2005-10-29 Duraid Madinatest for the formation of shladd
2005-10-28 Chris Lattneradd the xfail lines
2005-10-28 Chris LattnerNew testcase. Probably many targets don't support...
2005-10-25 Nate BegemanAdd a regression test for the recent fix for FP_TO_UINT...
2005-10-21 Chris LattnerNew testcase that crashes the ppc backend
2005-10-19 John CriswellMoved to Regression/Codegen/Generic.
2005-10-19 John CriswellThis is a generic test for all code generators. It...
2005-10-19 John CriswellForce i386 code generation for an i386 specific test.
2005-10-18 Chris Lattnernew testcase
2005-10-17 John CriswellUse %s instead of hard coding the input filename.
2005-10-13 Chris LattnerNate implemented this :)
2005-10-10 Chris Lattnernew testcase
2005-10-10 Chris LattnerA testcase sitting in my tree
2005-10-09 Chris LattnerTestcase that is miscompiled by the ppc backend
2005-10-07 Chris LattnerThese don't need to be sdivs.
2005-10-07 Chris LattnerNew testcase, should turn into a ushr
2005-10-07 Chris Lattnerdouble to float casts should nto result in an fmr
2005-10-07 Chris Lattnertest broken in the IA64 backend.
2005-09-30 Andrew Lenharthmore specific tests of subtarget stuff
2005-09-28 Chris Lattneradd a testcase for a feature we regressed on because...
2005-09-28 Chris Lattneradd testcase for nand
2005-09-28 Chris LattnerConsolidate the eqv.ll and nor.ll files together.
2005-09-28 Chris Lattnersimple tests for nor generation
2005-09-27 Chris Lattnernew testcase the CBE creates invalid C code for
2005-09-23 Chris Lattnernew testcase
2005-09-11 Chris LattnerMake sure to disable 64-bit extensions for this test
2005-09-09 Chris LattnerNew testcase, neither should require a register-registe...
2005-09-06 Nate BegemanTest the new 64bit i64<->fp functionality
2005-09-02 Chris LattnerTest that converting from double to int64 results in...
2005-09-02 Chris Lattnernew testcase to ensure fsqrt is generated for correct...
2005-09-02 Chris LattnerThis should permit NOT and's, not even dead ones.
2005-09-01 Chris LattnerAnother case that shouldn't have sign extends: function...
2005-09-01 Nate BegemanAdd regression test for efficient codegen of i32 x...
2005-08-31 Chris LattnerAdd a testcase for nate's patch
2005-08-30 Chris Lattnernew testcase corresponding to PR621
2005-08-30 Chris LattnerThe dag isel misses both of these, the pattern isel...
2005-08-24 Chris LattnerMake sure this doesn't break when we're improving the...
2005-08-23 Chris LattnerNew testcase for PR618
2005-08-22 Chris LattnerTestcase for a crash in the legalizer on ia64. This...
2005-08-22 Chris LattnerAdd a long-overdue itanium regression test dir: hint...
2005-08-21 Chris LattnerFix a bug in the RUN line
2005-08-19 Chris Lattnerremove dead args
2005-08-19 Chris Lattnerremove dead options
2005-08-19 Chris Lattnerremove dead flags
2005-08-18 Jim LaskeyUnmangled names.
next