Include all header files individually instead of this one
[oota-llvm.git] / test /
2002-01-21 Chris LattnerAdd a path to LD_LIBRARY_PATH so that programs can...
2001-12-15 Vikram S. AdveRenamed Makefile.target to Makefile.tests and folded in
2001-12-15 Vikram S. AdveRename Makefile.target to Makefile.tests.
2001-12-15 Vikram S. AdveRenaming to Makefile.tests
2001-12-15 Vikram S. AdveRun testsparc, not testcodegen for testing the back...
2001-12-14 Chris LattnerUpdate LLVM tests to use new pointer indexing, and...
2001-12-14 Chris LattnerBuild Programs subdirectory
2001-12-12 Vikram S. AdveAdded TRACEM option. Use -g when building native code...
2001-12-09 Chris LattnerUse _LOCAL_ gccas to build instead of Chris's
2001-11-26 Chris LattnerNew testcase for globaldce
2001-11-26 Chris LattnerAdd testcases for internal
2001-11-26 Chris LattnerRename irreducible to cfgstructures.ll Include other...
2001-11-26 Chris LattnerMAke sure diffs match
2001-11-26 Chris LattnerTest array indexing
2001-11-13 Chris LattnerOnly use one form of printVal per program to avoid...
2001-11-13 Chris LattnerOverwrite files when linked
2001-11-12 Vikram S. AdveDistinguish LOCAL_LDFLAGS and LOCAL_LCFLAGS from LOCAL_...
2001-11-10 Vikram S. AdveUse cc instead of gcc to compile *.native
2001-11-10 Chris LattnerTestcase for structure field reordering
2001-11-09 Vikram S. AdveAdded function LL__main.
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
next