Free the constants that have no uses in ~LLVMContext.
[oota-llvm.git] / test / Feature /
2006-11-23 Reid SpencerFix some typos.
2006-11-23 Reid SpencerPromote GEP ubyte indices to uint. Backwards compatibil...
2006-05-28 Reid SpencerFix a problem where dejagnu won't accept the value...
2006-05-28 Reid SpencerProvide an infrastructure for testing the llvm2cpp...
2006-05-19 Chris Lattnernew testcase for csretcc
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-04-08 Chris Lattnernew testcase for shufflevector
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2006-01-25 Chris Lattnernew tests for actual inline asm expressions
2006-01-24 Chris Lattnerminor syntax change
2006-01-23 Chris Lattnernew testcase
2006-01-19 Reid SpencerExpand test to cover the non-overloaded variants of...
2006-01-17 Robert BocchinoTest case for the insertelement operation.
2006-01-10 Chris Lattnernew testcase for extractelement instruction
2005-11-12 Chris Lattnernew testcase
2005-11-06 Chris Lattneradd alignment info for globals and functions
2005-11-05 Chris Lattnernew testcase
2005-06-18 Reid SpencerFix this test case to actually test the new va_arg...
2005-06-18 Andrew Lenharthnew vararg test
2005-05-09 Reid SpencerAdd note to self to complete the testing of all intrins...
2005-05-06 Chris Lattnernew testcase
2005-05-06 Chris Lattnertest that tail call survives bytecodification
2005-05-03 Andrew Lenharthyea yea yea
2005-05-03 Andrew Lenharthpre add count tests
2005-03-05 Chris LattnerThis file is all commented out.
2005-02-28 Chris LattnerAdd a test for llvm.prefetch.
2004-12-10 Alkis EvlogimenosUpdate testcase
2004-12-10 Chris LattnerSimple testcase for quoted label.
2004-11-20 Reid SpencerTest floating point constants
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-07 Tanya LattnerFix for objdir != srcdir.
2004-11-07 Tanya LattnerAdded RUN lines and dejagnu support for Feature dir.
2004-10-16 Chris Lattnertestcases for undefined and unreachable
2004-08-20 Reid SpencerAdded a test case for packed types. Test case kindly...
2004-07-25 Reid Spencerbug 263:
2004-07-14 Chris LattnerYou cannot pass functions by value, what does that...
2004-07-14 Chris LattnerNew, horrible, testcase
2004-06-15 Chris LattnerRight, stop being silly
2004-06-15 Chris LattnerAdd a nan, stop testing isnan
2004-06-12 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-06-11 Chris LattnerI misled Alkis: LLVM should have isnan, not isunordered.
2004-06-11 Alkis EvlogimenosAdd feature test for llvm intrinsics. It currently...
2003-10-21 Chris LattnerUpdate test to new style
2003-10-07 John CriswellThese scripts are no longer needed. They have been...
2003-09-25 John CriswellMoved wierdnames.ll to weirdnames.ll. The new name...
2003-09-15 John CriswellRemoving Makefile. The QMTest program now handles...
2003-08-22 Chris LattnerNew testcase for non-simple variable and type names
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
next