aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/global-merge.ll
AgeCommit message (Expand)Author
2013-03-18Extend global merge pass to optionally consider global constant variables.Quentin Colombet
2011-11-30Make GlobalMerge honor the preferred alignment on globals without an explicit...Eli Friedman
2011-03-23Enable GlobalMerge on darwin.Devang Patel
2011-03-04XFAIL for all. These tests are darwin specific anyway.Devang Patel
2011-03-04Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract ind...Devang Patel
2010-11-17Change ARMGlobalMerge to keep BSS globals in separate pools.Bob Wilson
2010-11-17Fix ARMGlobalMerge pass to check if globals are entirely within range.Bob Wilson
2010-11-17Change the symbol for merged globals from "merged" to "_MergedGlobals".Bob Wilson
2010-11-17Fix the ARMGlobalMerge pass to look at variable sizes instead of pointer sizes.Bob Wilson