| Commit message (Expand) | Author | Age | Files | Lines |
* | Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type | Manman Ren | 2013-10-05 | 3 | -0/+153 |
* | Temporarily revert r191792 as it is causing some LTO debug failures | Eric Christopher | 2013-10-04 | 4 | -172/+2 |
* | Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type | Manman Ren | 2013-10-01 | 3 | -0/+155 |
* | Remove triple from type unique testing cases. | Manman Ren | 2013-10-01 | 3 | -6/+0 |
* | Try to fix native-arm bot | Manman Ren | 2013-10-01 | 1 | -2/+0 |
* | Debug Info: remove duplication of DIEs when a DIE is part of the type system | Manman Ren | 2013-10-01 | 1 | -2/+17 |
* | Implement function prefix data as an IR feature. | Peter Collingbourne | 2013-09-16 | 1 | -0/+9 |
* | Debug Info: In DIBuilder, the context fields of a TAG_inheritance and a | Manman Ren | 2013-09-09 | 3 | -0/+178 |
* | Debug Info Testing: remove a commented out line. | Manman Ren | 2013-09-09 | 1 | -1/+0 |
* | Debug Info: Use DIScopeRef for DIType::getContext. | Manman Ren | 2013-09-09 | 2 | -0/+141 |
* | Debug Info Testing: update context from empty string to null. | Manman Ren | 2013-09-08 | 2 | -8/+8 |
* | Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields. | Manman Ren | 2013-09-06 | 10 | -18/+18 |
* | Error on linking appending globals with different unnamed_addr. | Rafael Espindola | 2013-09-04 | 2 | -0/+8 |
* | Fix linking of unnamed_addr in functions. | Rafael Espindola | 2013-09-04 | 2 | -0/+27 |
* | Rename in preparation for adding tests for function linking. | Rafael Espindola | 2013-09-04 | 2 | -28/+28 |
* | Use CHECK-DAG instead of sort. | Rafael Espindola | 2013-09-04 | 1 | -11/+11 |
* | Fix linking of unnamed_addr. | Rafael Espindola | 2013-09-04 | 1 | -3/+3 |
* | [tests] Use multiple statements instead of 'echo -e', which is not part of BS... | Daniel Dunbar | 2013-08-29 | 1 | -1/+6 |
* | Debug Info: add an identifier field to DICompositeType. | Manman Ren | 2013-08-26 | 10 | -12/+12 |
* | [tests] Cleanup initialization of test suffixes. | Daniel Dunbar | 2013-08-16 | 1 | -1/+0 |
* | Debug Info Verifier: enable verification of DICompileUnit. | Manman Ren | 2013-07-26 | 10 | -61/+69 |
* | Debug Info: improve the verifier to check field types. | Manman Ren | 2013-07-25 | 2 | -4/+4 |
* | Update testing cases to pass debug info verifier. | Manman Ren | 2013-07-24 | 2 | -15/+19 |
* | Debug Info: improve the Finder. | Manman Ren | 2013-07-23 | 2 | -2/+2 |
* | Debug Info Finder: use processDeclare and processValue to list debug info | Manman Ren | 2013-07-23 | 1 | -1/+1 |
* | Extend RemapInstruction and friends to take an optional new parameter, a Valu... | James Molloy | 2013-05-28 | 1 | -0/+15 |
* | Rewrite test/Linker tests to use FileCheck instead of grep. | Eli Bendersky | 2013-04-09 | 25 | -34/+57 |
* | 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 |