New testcase. The store is not dead here.
[oota-llvm.git] / test / CodeGen /
2004-11-20 Tanya LattnerAdding missing dg file.
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-11-13 Chris LattnerNew testcase
2004-11-07 Tanya LattnerChanged to XFAIL
2004-11-07 Chris LattnerUpdate this to expect AT&T syntax
2004-11-07 Chris LattnerFix a test.
2004-11-06 Tanya LattnerAdding RUN lines.
2004-11-06 Tanya LattnerAdding RUN lines.
2004-11-06 Chris LattnerAdd missing run line
2004-11-06 Tanya LattnerAdding XFAIL lines for dejagnu support.
2004-10-24 Nate BegemanInitial checkin of regression test for generating the...
2004-10-08 Chris LattnerNew testcase. The setcc is only used by a select,...
2004-08-25 Brian GaekeNew version of Bill Wendling's PR33 patch.
2004-08-24 Brian Gaekenote pr#
2004-08-23 Brian GaekeA PR60 test case
2004-08-11 Misha BrukmanSimple hand-coded tests to aid in early development...
2004-08-09 Chris LattnerThis testcase causes the CBE to generate code that...
2004-07-26 Reid SpencerAdded another test case for double FP constants as...
2004-07-26 Chris LattnerUpdate test
2004-07-22 Chris LattnerUpdate gc intrinsics to take pointer to object as well...
2004-07-02 Chris LattnerMake this testcase more interesting
2004-06-25 Chris LattnerNew testcase for constant expression lowering pass...
2004-06-22 Chris LattnerIsnan became unordered
2004-06-15 Chris LattnerThis testcase is a bit silly now, but oh well :)
2004-06-11 Chris LattnerTest that the X86 backend is only emitting one fucom...
2004-06-11 Chris LattnerTestcase for PR369
2004-06-11 Chris LattnerCheck to make sure that isnan doesn't require calling...
2004-06-11 Brian GaekeTest case for PR368
2004-05-27 Reid SpencerMake the test pass by using the correct RUN: syntax.
2004-05-27 Reid SpencerAdded a "RUN:" line so this file can be executed by...
2004-05-27 Chris Lattnergc_init now gets an argument
2004-05-26 Chris LattnerMake the test use the %A type
2004-05-23 Chris LattnerAdd a simple testcase for garbage collection support
2004-05-10 Chris LattnerTestcase for PR337, which was reduced by Reid Spencer.
2004-04-14 John CriswellTest for memory mapped I/O intrinsics.
2004-04-13 Chris Lattnernew testcase that crashes the fp stackifier
2004-04-13 Chris LattnerMake the testcase more challenging
2004-04-12 Alkis EvlogimenosUpdate testcase to illustrate the coalescing problem...
2004-04-12 John CriswellAdded testcase for the llvm.readport and llvm.writeport...
2004-04-12 Alkis EvlogimenosAdd same value coalescing testcase
2004-04-11 Chris LattnerNew testcase
2004-04-11 Chris LattnerNew testcase
2004-04-11 Chris LattnerNew testcase
2004-04-07 Chris LattnerNew file that can be useful for hand inspection of...
2004-04-07 Chris LattnerNew testcase
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-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-23 Chris LattnerAdd testcase for the casts that are missing in PR249
2004-02-15 Chris LattnerNew testcase
2004-02-15 Chris LattnerTest for actual support, not just for lack of crashage
2004-02-15 Chris LattnerNew testcase for PR237: [x86] wierd stack/frame pointer...
2004-02-14 Chris LattnerAdd a testcase for the frameaddress and returnaddress...
2004-02-14 Chris LattnerTest that the code generator supports these intrinsics
2004-02-13 Chris LattnerUpdate tests
2004-02-12 Chris LattnerTest that we get rep movs when calling memcpy
2004-02-09 Chris LattnerMove this testcase out of /home/vadve/lattner/cvs/llvm...
2004-02-08 Chris LattnerNew testcase, code generators should support invoke...
2003-11-22 Brian GaekeUnbreak this test case - llvm-as no longer tolerates...
2003-11-22 Brian GaekeStrengthen test case.
2003-11-22 Brian GaekeC Writer was dumping core on this test case.
2003-11-03 Chris LattnerNew testcase
2003-10-28 Brian GaekeNew testcase, reduced from DOOM.
2003-10-23 Chris LattnerNew testcase, which failes to compile. 252.eon hits...
2003-10-23 Chris LattnerZero arg varargs functions are legal in LLVM, but not...
2003-10-23 Chris LattnerUpdate test
2003-10-12 Chris LattnerTest that we can emit global initializers that are...
2003-10-03 John CriswellRenamed these tests so that they don't contain extra...
2003-10-02 Alkis EvlogimenosChange llc command line for register allocators
2003-09-26 John CriswellUpdated to generate temporary files in the temporary...
2003-09-15 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis'.
2003-09-09 Chris LattnerUpdate testcases to be more modern
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-08-24 Chris LattnerNew testcase, distilled from 176.gcc
2003-08-04 Chris LattnerNew testcase
2003-07-29 Vikram S. AdveRegression test for incorrect character emitted to...
2003-07-10 Vikram S. Adve*** empty log message ***
2003-07-10 Vikram S. AdveJust documentation.
2003-07-08 Vikram S. Adve*** empty log message ***
2003-07-06 Vikram S. AdveRegression test for bug in reg. allocation that was...
2003-06-28 Chris LattnerNew testcase for invoke support
2003-06-28 Chris LattnerNew testcase
2003-06-23 Brian GaekeNew test case for C Writer regression found in 256...
2003-06-16 Chris LattnerNew testcases for bugs and the new DAE pass
2003-06-02 Chris LattnerTestcase distilled from 255.vortex
2003-05-31 Chris LattnerNew testcase
2003-05-31 Vikram S. Adve3 more bugs from the SPEC codes and from richards_bench...
2003-05-28 Vikram S. AdveThree kinds of boolean values handled incorrectly:
2003-05-13 Chris LattnerNew testcase
2003-05-12 Chris LattnerNew testcase
2003-05-03 Chris LattnerFix buggy tests
2003-04-26 Chris LattnerWhoever checked this testcase in apparently never teste...
2003-02-26 Chris LattnerRename -no-* to -disable-*
2003-01-15 Chris LattnerCleanup testcase
2002-12-23 Chris LattnerTestcases for bugfixes
2002-11-06 Nick HildenbrandtCertain characters not getting escaped properly
next