summaryrefslogtreecommitdiff
path: root/test/Linker
Commit message (Expand)AuthorAge
* Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy2013-05-28
* Rewrite test/Linker tests to use FileCheck instead of grep.Eli Bendersky2013-04-09
* Linker: correctly link in dbg.declareManman Ren2013-01-31
* Revert r173946. This breaks compilation of googletest with ClangAlexey Samsonov2013-01-31
* Linker: correctly link in dbg.declareManman Ren2013-01-30
* [IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar2013-01-16
* [Linker] Change module flag linking to be more extensible.Daniel Dunbar2013-01-16
* Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a Ve...Joey Gouly2013-01-10
* Remove the dependent libraries feature.Bill Wendling2012-11-27
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* Switch a bunch of Linker tests from using elaborate echo productions toChandler Carruth2012-07-02
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-19
* Add back removed code. It still causes LLVM to miscompile. But not having it ...Bill Wendling2012-02-27
* XFAIL test until <rdar://problem/10913281> is fixed.Bill Wendling2012-02-27
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Remove extraneous tests.Bill Wendling2012-02-15
* Add a test for the Objective-C garbage collection metadata stuff.Bill Wendling2012-02-15
* Change error tests to coincide with message changes.Bill Wendling2012-02-14
* [WIP] Initial code for module flags.Bill Wendling2012-02-11
* Link symbols with different visibilities according to the rules in theRafael Espindola2012-01-05
* Now that PR11464 is fixed, reapply the patch to fix PR11464, Chris Lattner2011-12-20
* fix PR11464 by preventing the linker from mapping two different struct types ...Chris Lattner2011-12-20
* Revert 146728 as it's causing failures on some of the external bots as well as Chad Rosier2011-12-17
* By popular demand, link up types by name if they are isomorphic and one is anChris Lattner2011-12-16
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Let this test pass even if 'int' is somewhere in its directory path.Nico Weber2011-10-15
* Use %% for literals in RUN lines.Andrew Trick2011-08-26
* Testcase for PR10663.Duncan Sands2011-08-22
* Add another test.Devang Patel2011-08-18
* Add test to check type uniquing.Devang Patel2011-08-18
* We need to map DebugLoc. It leads to Fuction * (through subprogram entry node...Devang Patel2011-08-04
* Linke NamedMDNodes after linking global values as comment suggests.Devang Patel2011-08-04
* fix rdar://9776316 - type remapping needed for inline asm blobs,Chris Lattner2011-07-15
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* remove a test that doesn't make sense in the new world.Chris Lattner2011-07-09
* Quote two greps which contain parentheses.Chandler Carruth2011-07-02
* Correctly merge available_externally and regular definitions when they haveRafael Espindola2011-02-01
* fix PR9015, a crash linking recursive metadata.Chris Lattner2011-01-24
* Make everyone happy this time.Michael J. Spencer2011-01-16
* Try and fix this test. For some reason llvm-ar thinks that the file exists whenMichael J. Spencer2011-01-16
* Revert "Archive: Replace all internal uses of PathV1 with PathV2. The externa...Michael J. Spencer2011-01-16
* one of michael's recent patches broke this, temporarily disableChris Lattner2011-01-16
* Allow unnamed_addr on declarations.Rafael Espindola2011-01-15
* Keep unnamed_addr when linking.Rafael Espindola2011-01-13
* Fix PR8300 by remembering to keep the bitcast in all cases.Rafael Espindola2010-10-19
* Reapply r112091 and r111922, support for metadata linking, with aDan Gohman2010-08-26
* Revert r112091, "Remap metadata attached to instructions when remappingDaniel Dunbar2010-08-26
* Remap metadata attached to instructions when remapping individualDan Gohman2010-08-25
* When a constant's type is refined, update the constant in placeDan Gohman2009-09-15