summaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMGlobalMerge.cpp
Commit message (Expand)AuthorAgeFilesLines
* cleanups.Chris Lattner2010-09-051-22/+17
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Currently EH lowering code expects typeinfo to be global only.Anton Korobeynikov2010-07-261-2/+11
* Remove extraneous semicolonDouglas Gregor2010-07-251-1/+1
* Hook in GlobalMerge passAnton Korobeynikov2010-07-241-0/+203
* Remove late ARM codegen optimization pass committed by accident.Anton Korobeynikov2010-04-071-149/+0
* Separate const from non-const stuff during mergeingAnton Korobeynikov2010-04-071-21/+35
* Some initial version of global mergerAnton Korobeynikov2010-04-071-0/+135