Make a new llvm/Target #include directory.
[oota-llvm.git] / test /
2001-09-12 Chris Lattner* Clean up InstrForest
2001-09-10 Chris LattnerImplement global variable support
2001-09-09 Chris LattnerRerun backend tests if as or llc is changed
2001-09-07 Chris LattnerNew testcase to deal with lists
2001-09-07 Chris LattnerExecutables all live in a nice centralized location now
2001-09-07 Chris LattnerExecutables have moved into centralized location
2001-09-07 Chris LattnerAdd llc path to setup
2001-09-07 Chris LattnerMake makefile not depend on where stuff is installed!!!!
2001-09-07 Chris LattnerCheck opaque, abstract, and recursive type handling
2001-09-07 Chris LattnerSymboltables are sorted in the bytecode, so no problems...
2001-09-01 Chris LattnerMake fib be more real
2001-08-28 Vikram S. AdveAdd testcodegen target, and restrict which tests are...
2001-08-23 Chris LattnerRename start methods to main so interpreter works easier
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