The hazard recognizer only needs a subtarget, not a target machine
[oota-llvm.git] / lib / Transforms / Scalar / GlobalMerge.cpp
2014-06-11 Jiangning LiuCreate macro INITIALIZE_TM_PASS.
2014-06-11 Jiangning LiuGlobal merge for global symbols.
2014-06-11 Jiangning LiuRename global-merge to enable-global-merge.
2014-06-10 Eric ChristopherWe already have a reference to the TargetMachine, use...
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
2014-05-15 Jiangning LiuImplement global merge optimization for global variables.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-13 Mark SeabornFix typo in comment: "inwoke" -> "invoke"
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2014-02-21 Rafael EspindolaRename many DataLayout variables from TD to DL.
2014-02-18 Tim NorthoverGlobalMerge: move "-global-merge" option to the pass...
2013-07-22 Jakub StaszakChange tabs to spaces.
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...