DataLayout is mandatory, update the API to reflect it with references.
[oota-llvm.git] / lib / CodeGen / GlobalMerge.cpp
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.