summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/GlobalMerge.cpp
Commit message (Expand)AuthorAge
* 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