aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalMerge
AgeCommit message (Expand)Author
2018-08-02[GlobalMerge] Allow merging globals with explicit section markings.Eli Friedman
2018-07-25[GlobalMerge] Handle llvm.compiler.used correctly.Eli Friedman
2018-07-25[GlobalMerge] Allow merging globals with arbitrary alignment.Eli Friedman
2018-06-06[GlobalMerge] Set the alignment on merged global structsDavid Green
2017-08-30Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl
2017-08-23Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner
2017-08-16[DI] Every DIGlobalVariable should have a type.Davide Italiano
2017-06-14Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn
2016-12-22Renumber testcase metadata nodes after r290153.Adrian Prantl
2016-12-20[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-10-10Teach llvm::StripDebugInfo() about global variable !dbg attachments.Adrian Prantl
2016-09-13DebugInfo: New metadata representation for global variables.Peter Collingbourne
2016-05-19CodeGen: Make the global-merge pass independently testable, and add a test.Peter Collingbourne
2014-06-13Move GlobalMerge from Transform to CodeGen.Jiangning Liu
2014-06-11Global merge for global symbols.Jiangning Liu
2014-06-11Rename global-merge to enable-global-merge.Jiangning Liu
2014-06-09Reduce verbiage of lit.local.cfg filesAlp Toker
2014-05-24AArch64/ARM64: move ARM64 into AArch64's placeTim Northover
2014-05-16Revert "Implement global merge optimization for global variables."Rafael Espindola
2014-05-15Implement global merge optimization for global variables.Jiangning Liu
2014-03-29ARM64: initial backend importTim Northover