Add support to print constant arrays and structures.
[oota-llvm.git] / test /
2001-11-08 Vikram S. AdveEliminate cleaning step for individual %.bc files creat...
2001-11-08 Vikram S. AdveTook out .clean.bc target.
2001-11-08 Vikram S. AdveRun cleaning pass only when linking multiple files.
2001-11-08 Vikram S. AdveAdd cleaning pass after linking.
2001-11-08 Vikram S. AdveKeep *.s files while we're debugging the native code.
2001-11-08 Vikram S. AdveAdd rule for %.clean.bc.
2001-11-07 Vikram S. AdveRoll back all these changes that have broken Makefile...
2001-11-06 Chris LattnerMinor fixes
2001-11-06 Chris LattnerBuild .bc from .c better.
2001-11-06 Chris LattnerDon't forget to make the clean version.
2001-11-06 Vikram S. AdveReally fix Makefile to compile individual tests and...
2001-11-06 Vikram S. AdveMoved *.c files into subdirectory TestSources to avoid...
2001-11-06 Chris LattnerReorder paramters to make the command line more easily...
2001-11-05 Chris LattnerFix makefile to compile olden and main benchmarks
2001-11-05 Chris LattnerMake the olden benchmarks compile again
2001-11-05 Vikram S. AdvePut it back!
2001-11-05 Vikram S. AdveRemoved by mistake; will add it back immediately.
2001-11-05 Vikram S. AdveMake gcc generate assembly files (%.ll) until Chris...
2001-11-05 Vikram S. AdveDelete rule to disassemble %.bc -- need to make it...
2001-11-05 Vikram S. AdveReplaced another HERE.
2001-11-05 Vikram S. AdvePut common rules for compiling programs into Makefile...
2001-10-31 Chris LattnerStart testing the new cleangcc pass
2001-10-31 Chris LattnerInitial checkin of heapsort benchmark
2001-10-30 Chris LattnerInitial checkin of ary3 "benchmark" from prog lang...
2001-10-30 Chris LattnerAdd testcase for missed SCCP optimization
2001-10-29 Chris LattnerTest bitwise operations
2001-10-28 Vikram S. AdveAdded printPointer.
2001-10-28 Vikram S. AdveRuntime routines implementing print<TYPE> for all basic...
2001-10-28 Vikram S. AdveAdd calls to print results in fib, simpleadd and sumarray.
2001-10-28 Vikram S. AdveAdded rules for building sparc executable with and...
2001-10-22 Vikram S. AdveDisable alloca code gen tests until size of extra args...
2001-10-18 Vikram S. Adve*** empty log message ***
2001-10-18 Chris LattnerCheck in new testcase based on .c file. Adapted to...
2001-10-18 Chris LattnerFix null termination issue
2001-10-18 Chris LattnerAdd new testcase from C source
2001-10-18 Vikram S. AdveReverse previous change.
2001-10-18 Vikram S. AdveGenerate assembly code for testcodegen.
2001-10-18 Vikram S. AdveAdded several cases where a constant must be forwarded...
2001-10-17 Vikram S. AdveDisable codgen test for calltest.ll.
2001-10-15 Chris LattnerAdd rule to build executables
2001-10-15 Chris LattnerMake main do some simple work without requiring main...
2001-10-15 Chris LattnerCompile with v9 extensions
2001-10-15 Chris LattnerAdd some more interesting test cases for the linker
2001-10-14 Chris LattnerMore interesting testcase
2001-10-14 Vikram S. AdveEnable most tests.
2001-10-14 Vikram S. AdveAdded a string global variable.
2001-10-13 Chris LattnerAdd C source for testmisc.ll
2001-10-13 Chris LattnerNew testcase for testing constant pointers to globals
2001-10-13 Chris LattnerTest files for linker
2001-10-13 Chris LattnerUse null keyword instead of kludge
2001-10-13 Chris LattnerAdd more function call and prototype specific tests
2001-10-11 Vikram S. AdveDelete *.s on clean.
2001-10-10 Vikram S. AdveMoved first function to "simpleadd.ll".
2001-10-10 Vikram S. Advetestmemory and sumarray now work with instruction selec...
2001-10-03 Chris LattnerFix broken testcase
2001-10-03 Chris LattnerAdjust test cases to match the fact that methods are...
2001-10-03 Chris LattnerModify testcases for new LLVM const syntax
2001-10-01 Chris LattnerAdd path to as so it doesn't find llvm as if that path...
2001-10-01 Chris LattnerExclude a couple of tests that the regalloc stuff doesn...
2001-10-01 Vikram S. AdveAdd different "cast constant value" for several possibl...
2001-09-30 Chris LattnerAdd a test for the new null keyword
2001-09-28 Chris LattnerAdd commands to assemble and compile a .ll file
2001-09-28 Chris LattnerAdding the tool to the path doesn't break anything...
2001-09-18 Chris LattnerUn-neuter makefile
2001-09-18 Vikram S. AdveFolded inssel*.ll into select.ll.
2001-09-18 Chris LattnerFix testcases to handle new syntax for construction...
2001-09-14 Chris LattnerRemove invalid testcase
2001-09-14 Chris LattnerRemove invalid testcase. Unneccesary anyways
2001-09-14 Chris LattnerAdd new test cases
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...
next