aboutsummaryrefslogtreecommitdiff
path: root/test/Linker
AgeCommit message (Expand)Author
2015-02-04Utils: Resolve cycles under distinct MDNodesDuncan P. N. Exon Smith
2015-01-15Merging r226048:Duncan P. N. Exon Smith
2015-01-14Utils: Handle remapping distinct MDLocationsDuncan P. N. Exon Smith
2015-01-14Utils: Add mapping for uniqued MDLocationsDuncan P. N. Exon Smith
2015-01-08Utils: Keep distinct MDNodes distinct in MapMetadata()Duncan P. N. Exon Smith
2015-01-07Linker: Don't use MDNode::replaceOperandWith()Duncan P. N. Exon Smith
2015-01-06Change the .ll syntax for comdats and add a syntactic sugar.Rafael Espindola
2014-12-18Reapply "Linker: Drop superseded subprograms"Duncan P. N. Exon Smith
2014-12-17Revert "Linker: Drop superseded subprograms"Duncan P. N. Exon Smith
2014-12-16Linker: Drop superseded subprogramsDuncan P. N. Exon Smith
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-12-11IR: Canonicalize metadata formatting, NFCDuncan P. N. Exon Smith
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith
2014-12-08Lazily link GlobalVariables and GlobalAliases.Rafael Espindola
2014-12-08Don't crash when the key of a comdat is lazily linked.Rafael Espindola
2014-12-08Simplify the test. NFC.Rafael Espindola
2014-12-08Simplify test. NFC.Rafael Espindola
2014-12-08Use CHECK-DAG to reduce the noise in an upcoming patch.Rafael Espindola
2014-12-08Fix linking of prologue data.Rafael Espindola
2014-12-06IR: Disallow function-local metadata attachmentsDuncan P. N. Exon Smith
2014-12-05Add a few extra cases to the test. NFC.Rafael Espindola
2014-12-04Convert test to use an extra Input file. NFC.Rafael Espindola
2014-12-03Split the set of identified struct types into opaque and non-opaque ones.Rafael Espindola
2014-12-03Ask the module for its the identified types.Rafael Espindola
2014-12-03Prologue supportPeter Collingbourne
2014-12-01Partial revert of r222986.Rafael Espindola
2014-12-01Change how we keep track of which types are in the dest module.Rafael Espindola
2014-12-01Add a test showing what the linker IdentifiedStructTypes is for.Rafael Espindola
2014-11-28Add back r222727 with a fix.Rafael Espindola
2014-11-28Add a testcase reduced from clang lto bootstrap on OS X.Rafael Espindola
2014-11-27Revert "Fix overly aggressive type merging."Duncan P. N. Exon Smith
2014-11-25Set the body of a new struct as soon as it is created.Rafael Espindola
2014-11-25Fix overly aggressive type merging.Rafael Espindola
2014-11-25Link the type of aliases.Rafael Espindola
2014-11-25Add an interesting test that we already get right. NFC.Rafael Espindola
2014-11-24Pass the .ll files to llvm-link directly. NFC.Rafael Espindola
2014-11-17IR: Simplify uniquing for MDNodeDuncan P. N. Exon Smith
2014-11-10Copy externally_initialized in GlobalVariable::copyAttributesFrom.Rafael Espindola
2014-11-07Add Position-independent Code model Module API.Justin Hibbits
2014-11-05[Linker] Add some test coverage for llvm.ident mergingSean Silva
2014-11-02Revert r221096 bringing back r221014 with a fix.Rafael Espindola
2014-11-02Revert r221014: "Refactor duplicated code in liking GlobalValues."Chandler Carruth
2014-10-31Refactor duplicated code in liking GlobalValues.Rafael Espindola
2014-10-31Unify and update link-messages.ll and redefinition.ll. NFC.Rafael Espindola
2014-10-31Move an input file to Inputs instead of using RUN: true.Rafael Espindola
2014-10-31merge tests for constant linking.Rafael Espindola
2014-10-30Fix the merging of the constantness of declarations.Rafael Espindola
2014-10-30Update test to pass .ll to llvm-link and use Inputs.Rafael Espindola
2014-10-25Add a test for the -suppress-warnings option.Rafael Espindola
2014-10-23Cleanup this test a bit.Rafael Espindola