summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMGlobalMerge.cpp
Commit message (Expand)AuthorAge
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-21
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-11
* Fix <rdar://problem/9751331>.Cameron Zwarich2011-07-11
* In the ARM global merging pass, allow extraneous alignment specifiers. This passCameron Zwarich2011-06-29
* Enable GlobalMerge on darwin.Devang Patel2011-03-23
* Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract ind...Devang Patel2011-03-04
* Change ARMGlobalMerge to keep BSS globals in separate pools.Bob Wilson2010-11-17
* Fix ARMGlobalMerge pass to check if globals are entirely within range.Bob Wilson2010-11-17
* Change the symbol for merged globals from "merged" to "_MergedGlobals".Bob Wilson2010-11-17
* Fix the ARMGlobalMerge pass to look at variable sizes instead of pointer sizes.Bob Wilson2010-11-17
* 80-col fixups.Eric Christopher2010-09-28
* cleanups.Chris Lattner2010-09-05
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Currently EH lowering code expects typeinfo to be global only.Anton Korobeynikov2010-07-26
* Remove extraneous semicolonDouglas Gregor2010-07-25
* Hook in GlobalMerge passAnton Korobeynikov2010-07-24
* Remove late ARM codegen optimization pass committed by accident.Anton Korobeynikov2010-04-07
* Separate const from non-const stuff during mergeingAnton Korobeynikov2010-04-07
* Some initial version of global mergerAnton Korobeynikov2010-04-07