aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker
Commit message (Expand)AuthorAgeFilesLines
* Reapply r112091 and r111922, support for metadata linking, with aDan Gohman2010-08-262-0/+24
* Revert r112091, "Remap metadata attached to instructions when remappingDaniel Dunbar2010-08-262-24/+0
* Remap metadata attached to instructions when remapping individualDan Gohman2010-08-252-0/+24
* When a constant's type is refined, update the constant in placeDan Gohman2009-09-152-0/+44
* Use llvm-link -S instead of using llvm-dis.Dan Gohman2009-09-1521-24/+24
* Rename %S metavar to %M (clang uses %S for the basename of the test file).Daniel Dunbar2009-09-057-23/+23
* There is not any need to copy metadata while merging modules.Devang Patel2009-09-032-0/+55
* Remove obsolete -f flags.Dan Gohman2009-08-2518-40/+40
* Link NamedMDNodes.Devang Patel2009-08-112-0/+12
* Link metadata.Devang Patel2009-08-112-0/+24
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-021-1/+1
* Add global variable to test for consistencyAnton Korobeynikov2008-10-152-0/+4
* This is not failing anymoreAnton Korobeynikov2008-10-151-2/+0
* Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixesChris Lattner2008-07-144-4/+6
* implement linking of globals to functions, in one directionChris Lattner2008-07-141-0/+13
* Testcase for PR2463Anton Korobeynikov2008-07-052-0/+32
* Testcase for PR2146Anton Korobeynikov2008-07-052-0/+27
* Use the c modifier to tell llvm-ar not to issue aDuncan Sands2008-06-271-2/+2
* when linking globals, make sure to preserve the address space of the global.Chris Lattner2008-06-271-0/+9
* Fix an error handling redefinition of linkonce functions where theChris Lattner2008-06-202-1/+9
* Fix some tests.Evan Cheng2008-06-121-2/+1
* Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman2008-06-102-2/+2
* Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif2008-05-206-6/+6
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Update old-style syntax in some "not grep" tests.Dan Gohman2008-05-011-1/+1
* This passes nowAnton Korobeynikov2008-03-101-1/+0
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-1016-186/+162
* Temporary XFAIL the test, until I'll commit a fixAnton Korobeynikov2008-03-091-0/+1
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-0915-61/+62
* much simpler test caseAndrew Lenharth2008-03-082-442/+3
* add dropped section test case for PR2123Andrew Lenharth2008-03-072-0/+460
* Fix test not to emit junk into source directoryAnton Korobeynikov2008-03-051-2/+2
* Testcase for PR2054Anton Korobeynikov2008-03-052-0/+28
* Use not instead of ignore when an exit status is expected to alwaysDan Gohman2007-12-112-3/+3
* Add a test to ensure that obvious link messages are actually produced on Reid Spencer2007-08-161-0/+11
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1844-0/+570