aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/GlobalMerge.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-26/+27
* Change tabs to spaces.Jakub Staszak2013-07-221-2/+2
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-7/+7
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-221-3/+2
* Update global merge pass according to Duncan's advices:Quentin Colombet2013-03-191-8/+7
* Extend global merge pass to optionally consider global constant variables.Quentin Colombet2013-03-181-5/+78
* Make the MergeGlobals pass correctly handle the address space qualifiers of t...Silviu Baranga2013-01-071-11/+24
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-9/+9
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-081-5/+5
* Clean whitespaces.Nadav Rotem2012-07-241-3/+3
* Fix various issues (or do cleanups) found by enabling certain MSVC warnings.Ahmed Charles2012-02-131-2/+2
* Make GlobalMerge honor the preferred alignment on globals without an explicit...Eli Friedman2011-11-301-1/+1
* svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cppDevang Patel2011-10-171-0/+226