aboutsummaryrefslogtreecommitdiff
path: root/test/Linker
AgeCommit message (Expand)Author
2014-04-22Fix DataLayout::operator==().Rafael Espindola
2014-03-18Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.Adrian Prantl
2014-03-14Debug info: Unique types before emitting them to DWARF, where applicable.Adrian Prantl
2014-03-14Debug Info: Fix LTO type uniquing for C++ member declarationsAdrian Prantl
2014-03-12Reject alias to undefined symbols in the verifier.Rafael Espindola
2014-03-11Don't assume an empty stderr.Rafael Espindola
2014-03-10Add test for LinkModules warning on triple, modified by r203009. Datalayout i...JF Bastien
2014-03-05Fix datalayout test that I broke with my previous LinkModules warning improve...JF Bastien
2014-02-27Revert "Use count 0."Juergen Ributzka
2014-02-26Use count 0.Rafael Espindola
2014-02-26Compare DataLayout by Value, not by pointer.Rafael Espindola
2014-02-13Copy dll storage in copyAttributes.Rafael Espindola
2014-02-04DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie
2014-01-30Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov
2014-01-24Verify that attributes are not lost during linking.Bill Wendling
2014-01-18Debug info (LTO): Move the creation of accessibility flags toAdrian Prantl
2013-11-22Debug Info: update testing cases to specify the debug info version number.Manman Ren
2013-10-31Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren
2013-10-05Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren
2013-10-04Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher
2013-10-01Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren
2013-10-01Remove triple from type unique testing cases.Manman Ren
2013-10-01Try to fix native-arm botManman Ren
2013-10-01Debug Info: remove duplication of DIEs when a DIE is part of the type systemManman Ren
2013-09-16Implement function prefix data as an IR feature.Peter Collingbourne
2013-09-09Debug Info: In DIBuilder, the context fields of a TAG_inheritance and aManman Ren
2013-09-09Debug Info Testing: remove a commented out line.Manman Ren
2013-09-09Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren
2013-09-08Debug Info Testing: update context from empty string to null.Manman Ren
2013-09-06Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren
2013-09-04Error on linking appending globals with different unnamed_addr.Rafael Espindola
2013-09-04Fix linking of unnamed_addr in functions.Rafael Espindola
2013-09-04Rename in preparation for adding tests for function linking.Rafael Espindola
2013-09-04Use CHECK-DAG instead of sort.Rafael Espindola
2013-09-04Fix linking of unnamed_addr.Rafael Espindola
2013-08-29[tests] Use multiple statements instead of 'echo -e', which is not part of BS...Daniel Dunbar
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-07-26Debug Info Verifier: enable verification of DICompileUnit.Manman Ren
2013-07-25Debug Info: improve the verifier to check field types.Manman Ren
2013-07-24Update testing cases to pass debug info verifier.Manman Ren
2013-07-23Debug Info: improve the Finder.Manman Ren
2013-07-23Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren
2013-05-28Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy
2013-04-09Rewrite test/Linker tests to use FileCheck instead of grep.Eli Bendersky
2013-01-31Linker: correctly link in dbg.declareManman Ren
2013-01-31Revert r173946. This breaks compilation of googletest with ClangAlexey Samsonov
2013-01-30Linker: correctly link in dbg.declareManman Ren
2013-01-16[IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar
2013-01-16[Linker] Change module flag linking to be more extensible.Daniel Dunbar