make MachineFunction keep track of its ID and make
[oota-llvm.git] / include / llvm / CodeGen / LinkAllCodegenComponents.h
2010-01-23 Bill WendlingRemove the '-disable-scheduling' flag and replace it...
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-09-17 Evan ChengRemove simple regalloc. It has bit rotted.
2009-07-30 Lang HamesRemoved the BigBlock register allocator.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2008-11-24 Dan GohmanMove the scheduler constructor functions to SchedulerRe...
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...
2008-11-11 Dan GohmanChange the scheduler accessor methods to accept an...
2008-10-02 Evan ChengA Partitioned Boolean Quadratic Programming (PBQP)...
2008-09-18 Dan GohmanAdd a new "fast" scheduler. This is currently basically...
2008-09-17 Dan GohmanAdd a new MachineInstr-level DCE pass. It is very simpl...
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-17 Anton KorobeynikovFix merge error
2008-08-17 Gordon HenriksenFactor GC metadata table assembly generation out of...
2008-07-01 Evan ChengDo not use computationally expensive scheduling heurist...
2008-01-07 Gordon HenriksenSetting GlobalDirective in TargetAsmInfo by default...
2008-01-07 Gordon HenriksenWith this patch, the LowerGC transformation becomes the
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-01 Evan ChengRemove simple scheduler.
2007-09-06 David GreenePluggable coalescers inplementation.
2007-06-22 Duraid Madinacheck in the BigBlock local register allocator
2006-12-17 Bill WendlingAccidental submission.
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-08-01 Jim LaskeyNow that the ISel is available, it's possible to create...
2006-08-01 Jim Laskey1. Change use of "Cache" to "Default".
2006-08-01 Jim LaskeyForgot the added files for plugable machine passes.