Make testcase more interesting
[oota-llvm.git] / test / Feature /
2003-06-28 Chris LattnerAdd test for new zeroinitializer token
2003-06-20 Chris LattnerRemove obsolete support for LD_LIBRARY_PATH
2003-06-20 John CriswellUpdated to the new Makefile.common.
2003-06-20 John CriswellThe modifications to LD_LIBRARY_PATH now add the specif...
2003-06-17 Chris LattnerFix to mesh with Johns recent changes
2003-05-08 Chris LattnerTest the whole range of varargs handling stuff
2003-05-08 Chris LattnerNew testcase
2003-04-22 Chris LattnerAdd testcase for target information
2003-04-22 Chris LattnerADd newline to end of file
2003-04-17 Chris LattnerAdd a simple test for hex constant integers
2003-03-18 Chris LattnerFix testcase
2002-10-06 Chris Lattner - Cleaned up all of the test/Feature tests to not...
2002-10-06 Chris LattnerRemove old crusty test
2002-10-06 Chris LattnerTest "external" modifier on global variable
2002-08-22 Chris LattnerCovnert tests to not use indexed load/stores
2002-08-21 Chris LattnerTest the C backend on all of the feature tests as well.
2002-08-16 Chris LattnerFix typo
2002-08-15 Chris LattnerConvert constexpr over to new syntax
2002-08-15 Chris LattnerMake 'features' testsuite work with the /shared changes.
2002-08-15 Chris LattnerConvert testcase to use correct syntax
2002-07-30 Chris LattnerRemove invokation of cleangcc pass which has been renam...
2002-07-23 Chris LattnerNew testcase
2002-07-15 Vikram S. AdveAdded duplicate constant expressions to test uniqueness...
2002-07-14 Vikram S. AdveMinor additions.
2002-07-14 Vikram S. AdveTest the handling of constant expressions.
2002-05-22 Chris LattnerRemove spaces from function names
2002-05-22 Chris LattnerNew testcase
2002-05-02 Chris LattnerEliminate usage of function level constant pool
2002-05-02 Chris LattnerUse unified diffs with gnu diff instead of old diffs
2002-04-16 Chris LattnerFix for buggy test
2002-02-12 Chris Lattnertest/Features should not contain whole programs
2002-02-11 Vikram S. AdveAdded command to build SPARC executable.
2002-02-11 Vikram S. AdveSimple fibonacci test.
2002-01-31 Chris LattnerTestcase broken - Entry node of method cannot have...
2002-01-23 Chris LattnerFailure.sh moved up a level
2002-01-23 Chris LattnerInitial checkin
2002-01-23 Chris LattnerChange test scripts so that they do not stop on failure...
2002-01-21 Chris LattnerAdd a path to LD_LIBRARY_PATH so that programs can...
2001-12-14 Chris LattnerUpdate LLVM tests to use new pointer indexing, and...
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-10-31 Chris LattnerStart testing the new cleangcc pass
2001-10-29 Chris LattnerTest bitwise operations
2001-10-28 Vikram S. AdveAdd calls to print results in fib, simpleadd and sumarray.
2001-10-14 Vikram S. AdveAdded a string global variable.
2001-10-13 Chris LattnerNew testcase for testing constant pointers to globals
2001-10-13 Chris LattnerUse null keyword instead of kludge
2001-10-13 Chris LattnerAdd more function call and prototype specific tests
2001-10-10 Vikram S. AdveMoved first function to "simpleadd.ll".
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-09-30 Chris LattnerAdd a test for the new null keyword
2001-09-18 Chris LattnerFix testcases to handle new syntax for construction...
2001-09-10 Chris LattnerImplement global variable support
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 LattnerCheck opaque, abstract, and recursive type handling
2001-09-07 Chris LattnerSymboltables are sorted in the bytecode, so no problems...
2001-07-28 Chris LattnerNew test cases
2001-07-28 Chris LattnerChanges to make test scripts more reliable
2001-07-26 Chris LattnerWork around a few 'sorting issues' with the bytecode...
2001-07-25 Chris LattnerNew test for varargs functions
2001-07-21 Vikram S. AdveVersion of testmemory to test alloca, load and store.
2001-07-15 Chris LattnerNew test case for prototype support
2001-07-08 Chris Lattneradd coverage of newly implemented instructions.
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-06-27 Chris LattnerPut in test of SCCP. Watch out though, because we...
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