LV code on machine instructions
[oota-llvm.git] / test /
2001-07-31 Vikram S. AdveHad used the wrong option.
2001-07-31 Vikram S. AdveAdded support for testing instruction selection on...
2001-07-28 Chris LattnerNew test cases
2001-07-28 Chris LattnerChanges to make test scripts more reliable
2001-07-28 Chris LattnerAdd test of string constants
2001-07-26 Chris LattnerWork around a few 'sorting issues' with the bytecode...
2001-07-25 Chris LattnerNew test for varargs functions
2001-07-22 Chris LattnerNew test case
2001-07-21 Vikram S. AdveVersion of testmemory to test alloca, load and store.
2001-07-21 Vikram S. AdveUsed a bigger constant in loopfunc.ll that doesn't...
2001-07-15 Chris LattnerNew test case for prototype support
2001-07-15 Chris LattnerNew testcase from GCC doing array operations
2001-07-08 Chris Lattneradd coverage of newly implemented instructions.
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-07-03 Chris LattnerAdded analyze to path for SetupOpt script
2001-07-03 Chris LattnerAdd analyze tool to path for Setup script
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-27 Chris LattnerPut in test of SCCP. Watch out though, because we...
2001-06-24 Chris LattnerAdd a useless phi for testing with InductionVariables...
2001-06-21 Chris LattnerAdd a test case: an irreducible flow graph.
2001-06-20 Chris LattnerNew test case
2001-06-20 Chris LattnerAdd a more complex test case
2001-06-11 Chris LattnerUpdates to support
2001-06-07 Chris Lattnerinlining can change methods a second time, so don't...
2001-06-06 Chris LattnerInitial revision