aboutsummaryrefslogtreecommitdiff
path: root/test/Linker
AgeCommit message (Expand)Author
2004-12-03Do not multiply define symbolChris 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-10-05Another testcase for constness linkageChris Lattner
2004-10-05Testcase to ensure that the 'constant' flag follows the definition when thereChris Lattner
2004-05-27Correct test. use "not grep" instead of "grep -v"Chris Lattner
2004-05-07Regression test for PR#330.John Criswell
2004-02-17New testcase for PR245Chris Lattner
2003-11-19New testcase for PR 130Chris Lattner
2003-10-27Fix initializers to matchChris Lattner
2003-10-27New testcaseChris Lattner
2003-10-21New testcase. The linker should not consider it an error if two typesChris Lattner
2003-09-26Updated these tests so that they use the new temporary directory as opposedJohn Criswell
2003-09-15Removing Makefiles. Regression tests are now run by QMTest.John Criswell
2003-09-15Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-09-06Checkin of autoconf-style object root.John Criswell
2003-08-29Yet ANOTHER complication that the libstdc++ library runs into linking...Chris Lattner
2003-08-29Ok, the last bug fix was not good enough to fix libstdc++. Maybe this one wi...Chris Lattner
2003-08-29New testcase which is preventing the linking of libstdc++Chris Lattner
2003-08-25Fix spelling error in comment.Brian Gaeke
2003-08-24New testcaseChris Lattner
2003-08-23New testcase, which causes the linker to segv.Chris Lattner
2003-08-23Test functions as well as globalsChris Lattner
2003-08-23New testcase, which is basically the problem with 176.gccChris Lattner
2003-08-20new testcaseChris Lattner
2003-06-28Remove usage of grep-not scriptChris Lattner
2003-06-28Remove explicit control flow through the use of the 'not' scriptChris Lattner
2003-06-02Second testcase identified by JoelChris Lattner
2003-06-02New testcase identified by JoelChris Lattner
2003-05-31New testcase for behavior we depend on.Chris Lattner
2003-05-15New linker problem from twolf benchmarkChris Lattner
2003-05-13Add uses of the appending variableChris Lattner
2003-05-13Add new testcase for appending linkageChris Lattner
2003-05-13New test for appending linkageChris Lattner
2003-04-26New testcase distilled from a problem identified by sumantChris Lattner
2003-04-23New testcaseChris Lattner
2003-04-23Tweak testcases to use linkonce as appropriateChris Lattner
2003-04-21New testcaseChris Lattner
2003-04-16Add tests for linker and linkonce globalsChris Lattner
2003-01-30New testcaseChris Lattner
2003-01-30NEw testcaseChris Lattner
2003-01-23Fix broken testcaseChris Lattner
2002-08-22Covnert testcases to not use indexed loads/storesChris Lattner
2002-08-21Fix testcase to not use indexing in non-gep instructionsChris Lattner
2002-08-20Cleanup testsuiteChris Lattner
2002-08-20Clean up testcases to make them properChris Lattner
2002-08-20New testcase for constexpr problem.Chris Lattner
2002-08-20Provide a way to actually run testsChris Lattner
2002-07-23TEstcases for old bugsChris Lattner
2001-12-14Update LLVM tests to use new pointer indexing, and remove unsized array test ...Chris Lattner