summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/GlobalMerge.cpp
Commit message (Expand)AuthorAge
* Move GlobalMerge from Transform to CodeGen.Jiangning Liu2014-06-13
* Create macro INITIALIZE_TM_PASS.Jiangning Liu2014-06-11
* Global merge for global symbols.Jiangning Liu2014-06-11
* Rename global-merge to enable-global-merge.Jiangning Liu2014-06-11
* We already have a reference to the TargetMachine, use that.Eric Christopher2014-06-10
* Revert "Implement global merge optimization for global variables."Rafael Espindola2014-05-16
* Implement global merge optimization for global variables.Jiangning Liu2014-05-15
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Fix typo in comment: "inwoke" -> "invoke"Mark Seaborn2014-03-13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-01
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* GlobalMerge: move "-global-merge" option to the pass itself.Tim Northover2014-02-18
* Change tabs to spaces.Jakub Staszak2013-07-22
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-22
* Update global merge pass according to Duncan's advices:Quentin Colombet2013-03-19
* Extend global merge pass to optionally consider global constant variables.Quentin Colombet2013-03-18
* Make the MergeGlobals pass correctly handle the address space qualifiers of t...Silviu Baranga2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Clean whitespaces.Nadav Rotem2012-07-24
* Fix various issues (or do cleanups) found by enabling certain MSVC warnings.Ahmed Charles2012-02-13
* Make GlobalMerge honor the preferred alignment on globals without an explicit...Eli Friedman2011-11-30
* svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cppDevang Patel2011-10-17