summaryrefslogtreecommitdiff
path: root/test/Linker
Commit message (Expand)AuthorAge
* When a constant's type is refined, update the constant in placeDan Gohman2009-09-15
* Use llvm-link -S instead of using llvm-dis.Dan Gohman2009-09-15
* Rename %S metavar to %M (clang uses %S for the basename of the test file).Daniel Dunbar2009-09-05
* There is not any need to copy metadata while merging modules.Devang Patel2009-09-03
* Remove obsolete -f flags.Dan Gohman2009-08-25
* Link NamedMDNodes.Devang Patel2009-08-11
* Link metadata.Devang Patel2009-08-11
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-02
* Add global variable to test for consistencyAnton Korobeynikov2008-10-15
* This is not failing anymoreAnton Korobeynikov2008-10-15
* Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixesChris Lattner2008-07-14
* implement linking of globals to functions, in one directionChris Lattner2008-07-14
* Testcase for PR2463Anton Korobeynikov2008-07-05
* Testcase for PR2146Anton Korobeynikov2008-07-05
* Use the c modifier to tell llvm-ar not to issue aDuncan Sands2008-06-27
* when linking globals, make sure to preserve the address space of the global.Chris Lattner2008-06-27
* Fix an error handling redefinition of linkonce functions where theChris Lattner2008-06-20
* Fix some tests.Evan Cheng2008-06-12
* Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman2008-06-10
* Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif2008-05-20
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Update old-style syntax in some "not grep" tests.Dan Gohman2008-05-01
* This passes nowAnton Korobeynikov2008-03-10
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-10
* Temporary XFAIL the test, until I'll commit a fixAnton Korobeynikov2008-03-09
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-09
* much simpler test caseAndrew Lenharth2008-03-08
* add dropped section test case for PR2123Andrew Lenharth2008-03-07
* Fix test not to emit junk into source directoryAnton Korobeynikov2008-03-05
* Testcase for PR2054Anton Korobeynikov2008-03-05
* Use not instead of ignore when an exit status is expected to alwaysDan Gohman2007-12-11
* Add a test to ensure that obvious link messages are actually produced on Reid Spencer2007-08-16
* Convert .cvsignore filesJohn Criswell2007-06-29
* Add a test case for PR1434Reid Spencer2007-05-18
* For PR1319:Reid Spencer2007-04-16
* For PR1319: Upgrade to new test harnessReid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* For PR411:Reid Spencer2007-02-05
* For PR411:Reid Spencer2007-01-30
* Use -f option so test is repeatable.Reid Spencer2007-01-27
* Add a test case for PR411.Reid Spencer2007-01-27
* Make this really do nothing.Reid Spencer2007-01-27
* For PR761:Reid Spencer2007-01-26
* Global variables are not renamed by llvm-upgrade any more.Reid Spencer2007-01-05
* Update test cases that grepped for register names that have now changedReid Spencer2007-01-03
* For PR1070:Reid Spencer2007-01-02
* For PR950:Reid Spencer2006-12-31
* Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer2006-12-29
* Make sure linker output is overwritten so this test can pass multiple times.Reid Spencer2006-12-19