[C++] Use 'nullptr'.
[oota-llvm.git] / include / llvm / CodeGen / LinkAllCodegenComponents.h
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2013-03-25 Yiannis TsiourisAdd a GC plugin for Erlang
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-02-08 Andrew TrickCodegen pass definition cleanup. No functionality.
2012-02-01 Andrew TrickVLIW specific scheduler framework that utilizes determi...
2011-11-12 Jakob Stoklund OlesenDelete the linear scan register allocator.
2011-10-24 Dan GohmanDelete the top-down "Latency" scheduler. Top-down sched...
2011-10-20 Dan GohmanDelete the list-tdrr scheduler. Top-down schedulers...
2011-06-26 Rafael EspindolaThere is only one register coalescer. Merge it into...
2010-12-08 Jakob Stoklund OlesenStub out RegAllocGreedy.
2010-10-22 Andrew TrickThis is a prototype of an experimental register allocation
2010-09-23 Lang HamesMoved the PBQP allocator class out of the header and...
2010-06-15 Jakob Stoklund OlesenRemove the local register allocator.
2010-05-20 Evan ChengAdd a hybrid bottom up scheduler that reduce register...
2010-04-21 Jakob Stoklund OlesenAdd fast register allocator, enabled with -regalloc...
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.