Access the TargetLoweringInfo from the TargetMachine object instead of caching it...
[oota-llvm.git] / lib / Transforms / Scalar / GlobalMerge.cpp
2013-06-19 Bill WendlingAccess the TargetLoweringInfo from the TargetMachine...
2013-04-22 Rafael EspindolaClarify that llvm.used can contain aliases.
2013-03-19 Quentin ColombetUpdate global merge pass according to Duncan's advices:
2013-03-18 Quentin ColombetExtend global merge pass to optionally consider global...
2013-01-07 Silviu BarangaMake the MergeGlobals pass correctly handle the address...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-07-24 Nadav RotemClean whitespaces.
2012-02-13 Ahmed CharlesFix various issues (or do cleanups) found by enabling...
2011-11-30 Eli FriedmanMake GlobalMerge honor the preferred alignment on globa...
2011-10-17 Devang Patelsvn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar...