summaryrefslogtreecommitdiff
path: root/test/Linker
Commit message (Expand)AuthorAge
* IR: Add COMDATs to the IRDavid Majnemer2014-06-27
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-06
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* DebugInfo: Lazily construct subprogram definition DIEs.David Blaikie2014-05-27
* DebugInfo: Generalize some tests to handle variations in attribute ordering.David Blaikie2014-05-23
* LTO: Add a testcase for linking modules with incompatible Debug InfoAdrian Prantl2014-05-19
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-16
* Fix most of PR10367.Rafael Espindola2014-05-16
* Fix DataLayout::operator==().Rafael Espindola2014-04-22
* Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.Adrian Prantl2014-03-18
* Debug info: Unique types before emitting them to DWARF, where applicable.Adrian Prantl2014-03-14
* Debug Info: Fix LTO type uniquing for C++ member declarationsAdrian Prantl2014-03-14
* Reject alias to undefined symbols in the verifier.Rafael Espindola2014-03-12
* Don't assume an empty stderr.Rafael Espindola2014-03-11
* Add test for LinkModules warning on triple, modified by r203009. Datalayout i...JF Bastien2014-03-10
* Fix datalayout test that I broke with my previous LinkModules warning improve...JF Bastien2014-03-05
* Revert "Use count 0."Juergen Ributzka2014-02-27
* Use count 0.Rafael Espindola2014-02-26
* Compare DataLayout by Value, not by pointer.Rafael Espindola2014-02-26
* Copy dll storage in copyAttributes.Rafael Espindola2014-02-13
* 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