summaryrefslogtreecommitdiff
path: root/test/Linker
Commit message (Expand)AuthorAge
* DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie2014-02-04
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov2014-01-30
* Verify that attributes are not lost during linking.Bill Wendling2014-01-24
* Debug info (LTO): Move the creation of accessibility flags toAdrian Prantl2014-01-18
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-22
* Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren2013-10-31
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-05
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-04
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-01
* Remove triple from type unique testing cases.Manman Ren2013-10-01
* Try to fix native-arm botManman Ren2013-10-01
* Debug Info: remove duplication of DIEs when a DIE is part of the type systemManman Ren2013-10-01
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-16
* Debug Info: In DIBuilder, the context fields of a TAG_inheritance and aManman Ren2013-09-09
* Debug Info Testing: remove a commented out line.Manman Ren2013-09-09
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-09
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-08
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-06
* Error on linking appending globals with different unnamed_addr.Rafael Espindola2013-09-04
* Fix linking of unnamed_addr in functions.Rafael Espindola2013-09-04
* Rename in preparation for adding tests for function linking.Rafael Espindola2013-09-04
* Use CHECK-DAG instead of sort.Rafael Espindola2013-09-04
* Fix linking of unnamed_addr.Rafael Espindola2013-09-04
* [tests] Use multiple statements instead of 'echo -e', which is not part of BS...Daniel Dunbar2013-08-29
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-26
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-25
* Update testing cases to pass debug info verifier.Manman Ren2013-07-24
* Debug Info: improve the Finder.Manman Ren2013-07-23
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-23
* 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