aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker
Commit message (Expand)AuthorAgeFilesLines
...
* Remove extraneous tests.Bill Wendling2012-02-152-119/+0
* Add a test for the Objective-C garbage collection metadata stuff.Bill Wendling2012-02-152-0/+119
* Change error tests to coincide with message changes.Bill Wendling2012-02-143-3/+3
* [WIP] Initial code for module flags.Bill Wendling2012-02-1112-0/+110
* Link symbols with different visibilities according to the rules in theRafael Espindola2012-01-052-0/+73
* Now that PR11464 is fixed, reapply the patch to fix PR11464, Chris Lattner2011-12-201-0/+10
* fix PR11464 by preventing the linker from mapping two different struct types ...Chris Lattner2011-12-201-0/+19
* Revert 146728 as it's causing failures on some of the external bots as well as Chad Rosier2011-12-171-9/+0
* By popular demand, link up types by name if they are isomorphic and one is anChris Lattner2011-12-161-0/+9
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-272-2/+2
* Let this test pass even if 'int' is somewhere in its directory path.Nico Weber2011-10-151-1/+1
* Use %% for literals in RUN lines.Andrew Trick2011-08-266-8/+8
* Testcase for PR10663.Duncan Sands2011-08-222-0/+181
* Add another test.Devang Patel2011-08-182-0/+70
* Add test to check type uniquing.Devang Patel2011-08-182-0/+51
* We need to map DebugLoc. It leads to Fuction * (through subprogram entry node...Devang Patel2011-08-042-0/+49
* Linke NamedMDNodes after linking global values as comment suggests.Devang Patel2011-08-042-0/+58
* fix rdar://9776316 - type remapping needed for inline asm blobs,Chris Lattner2011-07-151-0/+17
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-097-47/+116
* remove a test that doesn't make sense in the new world.Chris Lattner2011-07-091-6/+0
* Quote two greps which contain parentheses.Chandler Carruth2011-07-022-2/+2
* Correctly merge available_externally and regular definitions when they haveRafael Espindola2011-02-012-0/+9
* fix PR9015, a crash linking recursive metadata.Chris Lattner2011-01-242-0/+11
* Make everyone happy this time.Michael J. Spencer2011-01-161-1/+1
* Try and fix this test. For some reason llvm-ar thinks that the file exists whenMichael J. Spencer2011-01-161-0/+1
* Revert "Archive: Replace all internal uses of PathV1 with PathV2. The externa...Michael J. Spencer2011-01-161-1/+0
* one of michael's recent patches broke this, temporarily disableChris Lattner2011-01-161-0/+1
* Allow unnamed_addr on declarations.Rafael Espindola2011-01-154-27/+33
* Keep unnamed_addr when linking.Rafael Espindola2011-01-134-0/+33
* Fix PR8300 by remembering to keep the bitcast in all cases.Rafael Espindola2010-10-191-0/+13
* 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