Changed codegen to add 2 empty slots at the top of stack using StackSlots pass
[oota-llvm.git] / test /
2002-09-20 Chris LattnerBuild with $(CC), not gcc explicitly
2002-09-20 Chris LattnerNew testcase for cbe
2002-09-20 Nick HildenbrandtNew testcase for broken type printing for the cwriter
2002-09-20 Chris LattnerCheckin old testcase
2002-09-20 Vikram S. AdveFix data types header file and declarations to work...
2002-09-20 Vikram S. AdveFix to avoid addition on pointers, which is no longer...
2002-09-19 Chris LattnerReenable these options because they break testing on...
2002-09-19 Chris LattnerPoint gccld to the correct library directory.
2002-09-19 Chris LattnerIt turns out that the cannonical name for the llvm...
2002-09-19 Vikram S. AdveAvoid Solaris-specific defines.
2002-09-19 Chris LattnerNew testcase that breaks the CFE.
2002-09-19 Chris LattnerNew testcase for a bug fixed in the GCC SSA constructio...
2002-09-17 Chris LattnerNew regression test
2002-09-17 Chris LattnerConvert to use long indexes instead of uint
2002-09-16 Chris LattnerRun the cee pass tests
2002-09-16 Chris LattnerChecking testcases for cee pass
2002-09-10 Chris LattnerCheck for cannonicalization of shl X, 1 -> add X, X
2002-09-10 Chris LattnerClean up pointer using testcases
2002-09-10 Chris LattnerRemove a testcase that is irrelevant now, fix a pointer...
2002-09-10 Chris LattnerNew testcase for poitner problem
2002-09-10 Chris LattnerRun indvars tests
2002-09-10 Chris LattnerAdd new testcase for broken indvars case
2002-09-09 Chris LattnerTestcase no longer applicable since shifts of pointers...
2002-09-09 Chris LattnerEliminate multiply of pointer type
2002-09-08 Chris LattnerNew testcase for a bug identified by Vikram
2002-09-08 Chris LattnerNew testcase that tests for array pointer analysis...
2002-09-07 Chris LattnerFix bug in testcase now that load-vn is not built into...
2002-09-07 Chris LattnerFix broken test
2002-09-03 Chris LattnerMake sure that setcc is implemented for bools.
2002-08-31 Chris LattnerNew testcase
2002-08-30 Chris LattnerNew testcase
2002-08-30 Chris LattnerMake sure to run these tests with load value #'ing
2002-08-30 Vikram S. AdveEliminate hardcoded paths using LLVMGCCDIR variable.
2002-08-26 Chris LattnerNew testcase
2002-08-23 Chris LattnerTest that demorgan's law is instcombined successfully
2002-08-22 Chris LattnerAdd new testcases for instcombine
2002-08-22 Chris LattnerNew testcase
2002-08-22 Chris LattnerAdd a testcase that checks to make sure LICM uses basic...
2002-08-22 Chris LattnerAdd readme file describing directory
2002-08-22 Chris LattnerInitial testcases for basicaa alias analysis
2002-08-22 Chris LattnerConvert testcases to not use indexed loads/stores
2002-08-22 Chris LattnerConvert testcases to not use indexed loads/stores
2002-08-22 Chris LattnerCovnert testcases to not use indexed loads/stores
2002-08-22 Chris LattnerCovnert testcases to not use indexed loads/stores
2002-08-22 Chris LattnerRemove obsolete test
2002-08-22 Chris LattnerRemove ancient test
2002-08-22 Chris LattnerCovnert tests to not use indexed load/stores
2002-08-22 Vikram S. AdveAdd functions castbool and boolexpr.
2002-08-22 Vikram S. Adve*** empty log message ***
2002-08-21 Chris LattnerFix testcase to not use indexing in non-gep instructions
2002-08-21 Chris LattnerTest the C backend on all of the feature tests as well.
2002-08-21 Chris LattnerFix store to not index
2002-08-21 Chris LattnerConvert testcase to not use indexing on loads & stores
2002-08-21 Chris LattnerAdd testcase for the not (setcc A, B) case
2002-08-20 Chris LattnerCleanup testsuite
2002-08-20 Chris LattnerClean up testcases to make them proper
2002-08-20 Chris LattnerNew testcase for constexpr problem.
2002-08-20 Chris LattnerProvide a way to actually run tests
2002-08-20 Chris LattnerFix buggy testcase
2002-08-20 Chris LattnerDon't stop the testing process if dis segfaults
2002-08-20 Chris LattnerNew testcase
2002-08-20 Chris LattnerTestcase for anonymous recursive types
2002-08-20 Chris LattnerNew testcase for instcombine
2002-08-19 Chris LattnerNew testcase
2002-08-19 Chris Lattner* Build with warnings
2002-08-19 Chris LattnerNew testcase
2002-08-19 Chris LattnerNew testcase
2002-08-19 Chris LattnerNew testcase
2002-08-18 Chris LattnerNew testcase.
2002-08-17 Chris LattnerAdd a simple testcase that just uses a CPR instead...
2002-08-17 Chris LattnerNew testcase
2002-08-17 Chris LattnerInclude a basic simple test.
2002-08-16 Chris LattnerAdd new testcase for gep instruction -> get constexpr...
2002-08-16 Chris LattnerFix typo
2002-08-16 Chris LattnerNew testcase distilled from much larger problem
2002-08-15 Chris LattnerConvert constexpr over to new syntax
2002-08-15 Chris LattnerNew testcase
2002-08-15 Chris LattnerMake 'features' testsuite work with the /shared changes.
2002-08-15 Chris LattnerConvert testcase to use correct syntax
2002-08-15 Chris LattnerAdd another testcase
2002-08-15 Chris LattnerThere seem to be issues with constant exprs
2002-08-15 Chris LattnerAdd a bunch of testcases for cast-of-casts that should...
2002-08-15 Vikram S. AdveAdd tests for unary NOT operations.
2002-08-14 Chris LattnerFix testcase to actually test what we think we are
2002-08-14 Chris Lattner*** empty log message ***
2002-08-14 Chris LattnerThis file does not belong here.
2002-08-14 Chris LattnerFix tests that use the now dead not instruction
2002-08-14 Chris LattnerFix testcases that used to now dead 'not' instruction
2002-08-14 Chris LattnerChange not's to xors
2002-08-14 Chris LattnerRemove illegal test now that not instruction does not...
2002-08-14 Chris LattnerMake sure there is SOME output always so the test is...
2002-08-14 Chris LattnerThe not instruction is just a specialized form of XOR
2002-08-12 Chris LattnerTools are now moved into /shared
2002-08-12 Chris LattnerAdd comment
2002-08-09 Chris Lattnerxor x, ALLONES should -> not x
2002-08-09 Chris Lattnersetcc of booleans should always be eliminated
2002-08-09 Chris LattnerAdd more strength reduction testcases
2002-08-04 Vikram S. AdveAdd a sequence of GEPs with constant indices, for...
2002-08-03 Chris LattnerTestcase for stuff instcombine should do eventually
2002-08-03 Chris LattnerAdd some more features that we could instcombine away
next