| Commit message (Expand) | Author | Age | Files | Lines |
* | Linker: correctly link in dbg.declare | Manman Ren | 2013-01-31 | 2 | -0/+134 |
* | Revert r173946. This breaks compilation of googletest with Clang | Alexey Samsonov | 2013-01-31 | 2 | -134/+0 |
* | Linker: correctly link in dbg.declare | Manman Ren | 2013-01-30 | 2 | -0/+134 |
* | [IR] Add 'Append' and 'AppendUnique' module flag behaviors. | Daniel Dunbar | 2013-01-16 | 2 | -0/+21 |
* | [Linker] Change module flag linking to be more extensible. | Daniel Dunbar | 2013-01-16 | 4 | -6/+21 |
* | Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a Ve... | Joey Gouly | 2013-01-10 | 2 | -0/+9 |
* | Remove the dependent libraries feature. | Bill Wendling | 2012-11-27 | 1 | -4/+1 |
* | Convert the uses of '|&' to use '2>&1 |' instead, which works on old | Chandler Carruth | 2012-07-02 | 6 | -7/+7 |
* | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth | 2012-07-02 | 26 | -39/+39 |
* | Switch a bunch of Linker tests from using elaborate echo productions to | Chandler Carruth | 2012-07-02 | 13 | -55/+55 |
* | Remove llvm-ld and llvm-stub (which is only used by llvm-ld). | Michael J. Spencer | 2012-04-19 | 4 | -22/+5 |
* | Add back removed code. It still causes LLVM to miscompile. But not having it ... | Bill Wendling | 2012-02-27 | 1 | -3/+0 |
* | XFAIL test until <rdar://problem/10913281> is fixed. | Bill Wendling | 2012-02-27 | 1 | -0/+3 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
* | Remove extraneous tests. | Bill Wendling | 2012-02-15 | 2 | -119/+0 |
* | Add a test for the Objective-C garbage collection metadata stuff. | Bill Wendling | 2012-02-15 | 2 | -0/+119 |
* | Change error tests to coincide with message changes. | Bill Wendling | 2012-02-14 | 3 | -3/+3 |
* | [WIP] Initial code for module flags. | Bill Wendling | 2012-02-11 | 12 | -0/+110 |
* | Link symbols with different visibilities according to the rules in the | Rafael Espindola | 2012-01-05 | 2 | -0/+73 |
* | Now that PR11464 is fixed, reapply the patch to fix PR11464, | Chris Lattner | 2011-12-20 | 1 | -0/+10 |
* | fix PR11464 by preventing the linker from mapping two different struct types ... | Chris Lattner | 2011-12-20 | 1 | -0/+19 |
* | Revert 146728 as it's causing failures on some of the external bots as well as | Chad Rosier | 2011-12-17 | 1 | -9/+0 |
* | By popular demand, link up types by name if they are isomorphic and one is an | Chris Lattner | 2011-12-16 | 1 | -0/+9 |
* | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner | 2011-11-27 | 2 | -2/+2 |
* | Let this test pass even if 'int' is somewhere in its directory path. | Nico Weber | 2011-10-15 | 1 | -1/+1 |
* | Use %% for literals in RUN lines. | Andrew Trick | 2011-08-26 | 6 | -8/+8 |
* | Testcase for PR10663. | Duncan Sands | 2011-08-22 | 2 | -0/+181 |
* | Add another test. | Devang Patel | 2011-08-18 | 2 | -0/+70 |
* | Add test to check type uniquing. | Devang Patel | 2011-08-18 | 2 | -0/+51 |
* | We need to map DebugLoc. It leads to Fuction * (through subprogram entry node... | Devang Patel | 2011-08-04 | 2 | -0/+49 |
* | Linke NamedMDNodes after linking global values as comment suggests. | Devang Patel | 2011-08-04 | 2 | -0/+58 |
* | fix rdar://9776316 - type remapping needed for inline asm blobs, | Chris Lattner | 2011-07-15 | 1 | -0/+17 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 7 | -47/+116 |
* | remove a test that doesn't make sense in the new world. | Chris Lattner | 2011-07-09 | 1 | -6/+0 |
* | Quote two greps which contain parentheses. | Chandler Carruth | 2011-07-02 | 2 | -2/+2 |
* | Correctly merge available_externally and regular definitions when they have | Rafael Espindola | 2011-02-01 | 2 | -0/+9 |
* | fix PR9015, a crash linking recursive metadata. | Chris Lattner | 2011-01-24 | 2 | -0/+11 |
* | Make everyone happy this time. | Michael J. Spencer | 2011-01-16 | 1 | -1/+1 |
* | Try and fix this test. For some reason llvm-ar thinks that the file exists when | Michael J. Spencer | 2011-01-16 | 1 | -0/+1 |
* | Revert "Archive: Replace all internal uses of PathV1 with PathV2. The externa... | Michael J. Spencer | 2011-01-16 | 1 | -1/+0 |
* | one of michael's recent patches broke this, temporarily disable | Chris Lattner | 2011-01-16 | 1 | -0/+1 |
* | Allow unnamed_addr on declarations. | Rafael Espindola | 2011-01-15 | 4 | -27/+33 |
* | Keep unnamed_addr when linking. | Rafael Espindola | 2011-01-13 | 4 | -0/+33 |
* | Fix PR8300 by remembering to keep the bitcast in all cases. | Rafael Espindola | 2010-10-19 | 1 | -0/+13 |
* | Reapply r112091 and r111922, support for metadata linking, with a | Dan Gohman | 2010-08-26 | 2 | -0/+24 |
* | Revert r112091, "Remap metadata attached to instructions when remapping | Daniel Dunbar | 2010-08-26 | 2 | -24/+0 |
* | Remap metadata attached to instructions when remapping individual | Dan Gohman | 2010-08-25 | 2 | -0/+24 |
* | When a constant's type is refined, update the constant in place | Dan Gohman | 2009-09-15 | 2 | -0/+44 |
* | Use llvm-link -S instead of using llvm-dis. | Dan Gohman | 2009-09-15 | 21 | -24/+24 |
* | Rename %S metavar to %M (clang uses %S for the basename of the test file). | Daniel Dunbar | 2009-09-05 | 7 | -23/+23 |