summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/GlobalMerge
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-175-0/+131
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-175-131/+0
* [GlobalMerge] Allow merging globals with explicit section markings.Eli Friedman2018-08-021-5/+16
* [GlobalMerge] Handle llvm.compiler.used correctly.Eli Friedman2018-07-251-0/+29
* [GlobalMerge] Allow merging globals with arbitrary alignment.Eli Friedman2018-07-254-6/+48
* [GlobalMerge] Set the alignment on merged global structsDavid Green2018-06-061-1/+1
* Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl2017-08-301-3/+3
* Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner2017-08-231-2/+1
* [DI] Every DIGlobalVariable should have a type.Davide Italiano2017-08-161-5/+5
* Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn2017-06-141-1/+1
* Renumber testcase metadata nodes after r290153.Adrian Prantl2016-12-221-8/+11
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-201-4/+6
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-6/+4
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-4/+6
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-6/+4
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-4/+6
* Teach llvm::StripDebugInfo() about global variable !dbg attachments.Adrian Prantl2016-10-101-1/+3
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-131-0/+23
* CodeGen: Make the global-merge pass independently testable, and add a test.Peter Collingbourne2016-05-191-0/+20
* Move GlobalMerge from Transform to CodeGen.Jiangning Liu2014-06-137-211/+0
* Global merge for global symbols.Jiangning Liu2014-06-115-65/+97
* Rename global-merge to enable-global-merge.Jiangning Liu2014-06-112-8/+8
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-092-4/+2
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-242-1/+1
* Revert "Implement global merge optimization for global variables."Rafael Espindola2014-05-166-88/+39
* Implement global merge optimization for global variables.Jiangning Liu2014-05-156-39/+88
* ARM64: initial backend importTim Northover2014-03-294-0/+181
OpenPOWER on IntegriCloud