summaryrefslogtreecommitdiff
path: root/test/Linker
AgeCommit message (Expand)AuthorFilesLines
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth6-7/+7
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth26-39/+39
2012-07-02Switch a bunch of Linker tests from using elaborate echo productions toChandler Carruth13-55/+55
2012-04-19Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer4-22/+5
2012-02-27Add back removed code. It still causes LLVM to miscompile. But not having it ...Bill Wendling1-3/+0
2012-02-27XFAIL test until <rdar://problem/10913281> is fixed.Bill Wendling1-0/+3
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2-3/+1
2012-02-15Remove extraneous tests.Bill Wendling2-119/+0
2012-02-15Add a test for the Objective-C garbage collection metadata stuff.Bill Wendling2-0/+119
2012-02-14Change error tests to coincide with message changes.Bill Wendling3-3/+3
2012-02-11[WIP] Initial code for module flags.Bill Wendling12-0/+110
2012-01-05Link symbols with different visibilities according to the rules in theRafael Espindola2-0/+73
2011-12-20Now that PR11464 is fixed, reapply the patch to fix PR11464, Chris Lattner1-0/+10
2011-12-20fix PR11464 by preventing the linker from mapping two different struct types ...Chris Lattner1-0/+19
2011-12-17Revert 146728 as it's causing failures on some of the external bots as well as Chad Rosier1-9/+0
2011-12-16By popular demand, link up types by name if they are isomorphic and one is anChris Lattner1-0/+9
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2-2/+2
2011-10-15Let this test pass even if 'int' is somewhere in its directory path.Nico Weber1-1/+1
2011-08-26Use %% for literals in RUN lines.Andrew Trick6-8/+8
2011-08-22Testcase for PR10663.Duncan Sands2-0/+181
2011-08-18Add another test.Devang Patel2-0/+70
2011-08-18Add test to check type uniquing.Devang Patel2-0/+51
2011-08-04We need to map DebugLoc. It leads to Fuction * (through subprogram entry node...Devang Patel2-0/+49
2011-08-04Linke NamedMDNodes after linking global values as comment suggests.Devang Patel2-0/+58
2011-07-15fix rdar://9776316 - type remapping needed for inline asm blobs,Chris Lattner1-0/+17
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner7-47/+116
2011-07-09remove a test that doesn't make sense in the new world.Chris Lattner1-6/+0
2011-07-02Quote two greps which contain parentheses.Chandler Carruth2-2/+2
2011-02-01Correctly merge available_externally and regular definitions when they haveRafael Espindola2-0/+9
2011-01-24fix PR9015, a crash linking recursive metadata.Chris Lattner2-0/+11
2011-01-16Make everyone happy this time.Michael J. Spencer1-1/+1
2011-01-16Try and fix this test. For some reason llvm-ar thinks that the file exists whenMichael J. Spencer1-0/+1
2011-01-16Revert "Archive: Replace all internal uses of PathV1 with PathV2. The externa...Michael J. Spencer1-1/+0
2011-01-16one of michael's recent patches broke this, temporarily disableChris Lattner1-0/+1
2011-01-15Allow unnamed_addr on declarations.Rafael Espindola4-27/+33
2011-01-13Keep unnamed_addr when linking.Rafael Espindola4-0/+33
2010-10-19Fix PR8300 by remembering to keep the bitcast in all cases.Rafael Espindola1-0/+13
2010-08-26Reapply r112091 and r111922, support for metadata linking, with aDan Gohman2-0/+24
2010-08-26Revert r112091, "Remap metadata attached to instructions when remappingDaniel Dunbar2-24/+0
2010-08-25Remap metadata attached to instructions when remapping individualDan Gohman2-0/+24
2009-09-15When a constant's type is refined, update the constant in placeDan Gohman2-0/+44
2009-09-15Use llvm-link -S instead of using llvm-dis.Dan Gohman21-24/+24
2009-09-05Rename %S metavar to %M (clang uses %S for the basename of the test file).Daniel Dunbar7-23/+23
2009-09-03There is not any need to copy metadata while merging modules.Devang Patel2-0/+55
2009-08-25Remove obsolete -f flags.Dan Gohman18-40/+40
2009-08-11Link NamedMDNodes.Devang Patel2-0/+12
2009-08-11Link metadata.Devang Patel2-0/+24
2009-01-02Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner1-1/+1
2008-10-15Add global variable to test for consistencyAnton Korobeynikov2-0/+4
2008-10-15This is not failing anymoreAnton Korobeynikov1-2/+0