aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/GlobalMerge.cpp
AgeCommit message (Expand)Author
2013-04-22Clarify that llvm.used can contain aliases.Rafael Espindola
2013-03-19Update global merge pass according to Duncan's advices:Quentin Colombet
2013-03-18Extend global merge pass to optionally consider global constant variables.Quentin Colombet
2013-01-07Make the MergeGlobals pass correctly handle the address space qualifiers of t...Silviu Baranga
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-07-24Clean whitespaces.Nadav Rotem
2012-02-13Fix various issues (or do cleanups) found by enabling certain MSVC warnings.Ahmed Charles
2011-11-30Make GlobalMerge honor the preferred alignment on globals without an explicit...Eli Friedman
2011-10-17svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cppDevang Patel