Get rid of static constructors for pass registration. Instead, every pass exposes...
[oota-llvm.git] / lib / CodeGen / PrologEpilogInserter.h
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-08-26 Jim GrosbachSimplify eliminateFrameIndex() interface back down...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-03-10 Jim GrosbachClear up the last (famous last words) frame index value...
2009-10-08 Jim GrosbachRe-enable register scavenging in Thumb1 by default.
2009-10-08 Jim Grosbachbugfix. The target may use virtual registers that aren...
2009-10-07 Jim Grosbachreverting thumb1 scavenging default due to test failure...
2009-10-07 Jim GrosbachEnable thumb1 register scavenging by default.
2009-10-07 Jim GrosbachAdd register-reuse to frame-index register scavenging...
2009-09-24 Jim GrosbachStart of revamping the register scavenging in PEI....
2009-07-16 Anton KorobeynikovScan for presence of calls and determine max callframe...
2009-05-13 John MosbyPEI: rename PEI.h to PrologEpilogInserter.h to adhere...