aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/FunctionResolve
AgeCommit message (Expand)Author
2007-02-05For PR411:Reid Spencer
2007-01-26For PR761:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-23Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2004-11-22This was fixedChris Lattner
2004-11-19Adding srcdir argTanya Lattner
2004-11-13Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner
2004-11-06This test is obsolete and incorrectChris Lattner
2004-11-06Adding XFAIL lines for dejagnu support.Tanya Lattner
2004-08-24Modify testcase to merit a warning, though no warning is still printed!Chris Lattner
2003-11-20Fix an all too common form of the 'Found global types that are not compatible...Chris Lattner
2003-10-23Update testChris Lattner
2003-10-22New testcase for fun hack that is absolutely necessary for the C++ stdlib.Chris Lattner
2003-10-21New testcase: globals should be linked if they are the wrong type. We shouldChris Lattner
2003-10-08old testcaseChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-09-15Removing Makefiles. Regression tests are now run by QMTest.John Criswell
2003-08-23new testcase: we warn if we are merging together two functions whose argumentChris Lattner
2003-07-23New testcaseChris Lattner
2003-06-28Remove explicit control flow through the use of the 'not' scriptChris Lattner
2003-06-19The actual nicification of calls is now implemented in instcombine, not inChris Lattner
2003-05-31New testcaseChris Lattner
2003-05-31New testcaseChris Lattner
2003-05-31Add another testcaseChris Lattner
2003-05-31New testcaseChris Lattner
2003-05-21New testcase that crashes the funcresolve pass.Chris Lattner
2003-04-19Update testcases to match what is currently output by the CFEChris Lattner
2003-04-19Add testcase for constantexpr gepChris Lattner
2003-04-18Test case for forward declared global array with no sizeChris Lattner
2002-11-10New testcaseChris Lattner
2002-11-08Fix predicateChris Lattner
2002-11-08Add testcase that is fscking twolfChris Lattner
2002-10-09Add check to see if opt abortsChris Lattner
2002-10-09New testcaseChris Lattner
2002-10-09Avoid having testcases spit out bytecode on errorChris Lattner
2002-10-09Cleanup testcase a lot to test JUST funcresolve of globalsChris Lattner
2002-08-19New testcaseChris Lattner
2002-07-30Oops, fix testcaseChris Lattner
2002-07-30NEw testcase to handle "yet another" return type mismatch possibilityChris Lattner
2002-05-24Testcases to show what -funcresolve does.Chris Lattner