[opaque pointer types] Fix a few easy places in GlobalMerge that were accessing value...
[oota-llvm.git] / lib / CodeGen / GlobalMerge.cpp
2015-08-21 David Blaikie[opaque pointer types] Fix a few easy places in GlobalM...
2015-08-18 Sanjay Pateluse minSize wrapper; NFCI
2015-08-12 John Brawn[GlobalMerge] Only emit aliases for internal linkage...
2015-08-11 John Brawn[GlobalMerge] Use private linkage for MergedGlobals...
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-03 John Brawn[GlobalMerge] Allow targets to enable merging of extern...
2015-07-07 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-06-08 Oliver StannardFix assertion failure in global-merge with unused Const...
2015-06-04 Ahmed Bougacha[GlobalMerge] Take into account minsize on Global users...
2015-04-29 David Blaikie[opaque pointer type] Pass GlobalAlias the actual point...
2015-04-18 Ahmed Bougacha[GlobalMerge] Look at uses to create smaller global...
2015-04-11 Ahmed Bougacha[CodeGen] Split -enable-global-merge into ARM and AArch...
2015-04-02 David Blaikie[opaque pointer type] API migration for GEP constant...
2015-02-23 Eric ChristopherRewrite the global merge pass to be subprogram agnostic...
2015-02-20 Eric ChristopherGrab the DataLayout off of the TargetMachine since...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-08 Benjamin KramerFix some Twine locals.
2014-06-13 Jiangning LiuMove GlobalMerge from Transform to CodeGen.