[GlobalMerge] Look at uses to create smaller global sets.
[oota-llvm.git] / lib / CodeGen / GlobalMerge.cpp
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.