summaryrefslogtreecommitdiff
path: root/test/Linker
AgeCommit message (Expand)AuthorFilesLines
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith26-334/+337
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith26-337/+334
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith26-334/+337
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl16-55/+55
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl16-55/+55
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl16-55/+55
2014-09-09Merge alignment of common GlobalValue.Rafael Espindola2-0/+5
2014-09-09When merging two common GlobalValues, keep the largest.Rafael Espindola2-2/+7
2014-09-09Make this input file pass the verifier.Rafael Espindola1-2/+2
2014-09-09Fix a use of an undefined value (the linkage).Rafael Espindola2-1/+5
2014-09-09Prefer common over weak linkage when linking.Rafael Espindola2-0/+7
2014-09-05Fix pr20078.Rafael Espindola2-0/+21
2014-09-04[ dwarfdump ] Add symbolic dump of known DWARF attribute values.Frederic Riss1-1/+1
2014-08-29Debug info: Add a new explicit DIDescriptor flag for the "public" accessAdrian Prantl2-6/+6
2014-08-27Fix a couple of debug info test cases to match the metadata schema change in ...David Blaikie1-1/+1
2014-08-15Set comdats when lazily linking functions.Rafael Espindola2-0/+12
2014-08-12Don't upgrade global constructors when reading bitcodeDuncan P. N. Exon Smith1-0/+1
2014-08-11Fix use of uninitialized variable.Rafael Espindola2-0/+20
2014-07-30Use "weak alias" instead of "alias weak"Rafael Espindola4-56/+56
2014-07-28Clean up testing cases.Manman Ren2-4/+4
2014-07-28Remove extra ; in testing case.Manman Ren1-1/+1
2014-07-28[Debug Info] add DISubroutineType and its creation takes DITypeArray. Manman Ren2-0/+237
2014-06-27IR: Add COMDATs to the IRDavid Majnemer13-0/+132
2014-06-06Allow aliases to be unnamed_addr.Rafael Espindola2-0/+17
2014-06-03Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola5-14/+5
2014-05-27DebugInfo: Lazily construct subprogram definition DIEs.David Blaikie1-6/+6
2014-05-23DebugInfo: Generalize some tests to handle variations in attribute ordering.David Blaikie1-4/+8
2014-05-19LTO: Add a testcase for linking modules with incompatible Debug InfoAdrian Prantl2-0/+26
2014-05-16Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2-0/+29
2014-05-16Fix most of PR10367.Rafael Espindola5-1/+29
2014-04-22Fix DataLayout::operator==().Rafael Espindola1-1/+1
2014-03-18Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.Adrian Prantl1-1/+1
2014-03-14Debug info: Unique types before emitting them to DWARF, where applicable.Adrian Prantl1-0/+4
2014-03-14Debug Info: Fix LTO type uniquing for C++ member declarationsAdrian Prantl2-0/+180
2014-03-12Reject alias to undefined symbols in the verifier.Rafael Espindola1-27/+81
2014-03-11Don't assume an empty stderr.Rafael Espindola2-6/+6
2014-03-10Add test for LinkModules warning on triple, modified by r203009. Datalayout i...JF Bastien3-0/+16
2014-03-05Fix datalayout test that I broke with my previous LinkModules warning improve...JF Bastien1-1/+1
2014-02-27Revert "Use count 0."Juergen Ributzka1-1/+4
2014-02-26Use count 0.Rafael Espindola1-4/+1
2014-02-26Compare DataLayout by Value, not by pointer.Rafael Espindola3-0/+16
2014-02-13Copy dll storage in copyAttributes.Rafael Espindola2-0/+7
2014-02-04DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie6-6/+6
2014-01-30Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov3-3/+3
2014-01-24Verify that attributes are not lost during linking.Bill Wendling2-0/+22
2014-01-18Debug info (LTO): Move the creation of accessibility flags toAdrian Prantl2-0/+217
2013-11-22Debug Info: update testing cases to specify the debug info version number.Manman Ren16-6/+32
2013-10-31Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren3-5/+31
2013-10-05Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren3-0/+153
2013-10-04Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher4-172/+2