aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1822-43/+40
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0962-716/+896
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-23121-765/+1336
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0267-453/+822
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2120-14/+154
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2911-8/+95
* Update to LLVM 3.5a.Stephen Hines2014-04-2420-33/+549
* Merging r195504:Manman Ren2013-12-0916-6/+32
* Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren2013-10-313-5/+31
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-053-0/+153
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-044-172/+2
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-013-0/+155
* Remove triple from type unique testing cases.Manman Ren2013-10-013-6/+0
* Try to fix native-arm botManman Ren2013-10-011-2/+0
* Debug Info: remove duplication of DIEs when a DIE is part of the type systemManman Ren2013-10-011-2/+17
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-161-0/+9
* Debug Info: In DIBuilder, the context fields of a TAG_inheritance and aManman Ren2013-09-093-0/+178
* Debug Info Testing: remove a commented out line.Manman Ren2013-09-091-1/+0
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-092-0/+141
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-082-8/+8
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-0610-18/+18
* Error on linking appending globals with different unnamed_addr.Rafael Espindola2013-09-042-0/+8
* Fix linking of unnamed_addr in functions.Rafael Espindola2013-09-042-0/+27
* Rename in preparation for adding tests for function linking.Rafael Espindola2013-09-042-28/+28
* Use CHECK-DAG instead of sort.Rafael Espindola2013-09-041-11/+11
* Fix linking of unnamed_addr.Rafael Espindola2013-09-041-3/+3
* [tests] Use multiple statements instead of 'echo -e', which is not part of BS...Daniel Dunbar2013-08-291-1/+6
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-2610-12/+12
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-2610-61/+69
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-252-4/+4
* Update testing cases to pass debug info verifier.Manman Ren2013-07-242-15/+19
* Debug Info: improve the Finder.Manman Ren2013-07-232-2/+2
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-231-1/+1
* Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy2013-05-281-0/+15
* Rewrite test/Linker tests to use FileCheck instead of grep.Eli Bendersky2013-04-0925-34/+57
* Linker: correctly link in dbg.declareManman Ren2013-01-312-0/+134
* Revert r173946. This breaks compilation of googletest with ClangAlexey Samsonov2013-01-312-134/+0
* Linker: correctly link in dbg.declareManman Ren2013-01-302-0/+134
* [IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar2013-01-162-0/+21
* [Linker] Change module flag linking to be more extensible.Daniel Dunbar2013-01-164-6/+21
* Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a Ve...Joey Gouly2013-01-102-0/+9
* Remove the dependent libraries feature.Bill Wendling2012-11-271-4/+1
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-026-7/+7
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-0226-39/+39
* Switch a bunch of Linker tests from using elaborate echo productions toChandler Carruth2012-07-0213-55/+55
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-194-22/+5
* Add back removed code. It still causes LLVM to miscompile. But not having it ...Bill Wendling2012-02-271-3/+0
* XFAIL test until <rdar://problem/10913281> is fixed.Bill Wendling2012-02-271-0/+3
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1