Disengage DEBUG_LOC from non-PPC targets.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / ScheduleDAG.cpp
2005-12-21 Jim LaskeyDisengage DEBUG_LOC from non-PPC targets.
2005-12-19 Jim LaskeyAmend comment.
2005-12-19 Jim LaskeyCreate a strong dependency for loads following stores...
2005-12-18 Jeff CohenKeep VC++ happy.
2005-12-18 Jim LaskeyFix a bug Sabre was having where the DAG root was a...
2005-12-18 Jim LaskeyGroups were not emitted if the dominator node and the...
2005-12-18 Chris LattnerSimplify code
2005-12-01 Nate BegemanSupport multiple ValueTypes per RegisterClass, needed...
2005-11-30 Evan ChengAdded an index field to GlobalAddressSDNode so it can...
2005-11-09 Chris LattnerSwitch the allnodes list from a vector of pointers...
2005-11-08 Chris LattnerExplicitly initialize some instance vars
2005-11-07 Jim LaskeyLet's try ignoring resource utilization on the backward...
2005-11-05 Jim LaskeyFix logic bug in finding retry slot in tally.
2005-11-04 Jim LaskeyFix a warning
2005-11-04 Jim LaskeyScheduling now uses itinerary data.
2005-10-31 Jim Laskey1. Embed and not inherit vector for NodeGroup.
2005-10-30 Chris LattnerReduce the number of copies emitted as machine instruct...
2005-10-13 Jim LaskeyInhibit instructions from being pushed before function...
2005-10-12 Jim LaskeyFinally committing to the new scheduler. Still -sched...
2005-10-09 Chris LattnerWhen emiting a CopyFromReg and the source is already...
2005-10-04 Jim LaskeyReverting to version - until problem isolated.
2005-10-03 Jim LaskeyRefactor gathering node info and emission.
2005-10-02 Chris Lattnersilence a bogus warning
2005-10-02 Chris LattnerAdd assertions to the trivial scheduler to check that...
2005-10-02 Chris LattnerCodegen CopyFromReg using the regclass that matches...
2005-10-01 Chris LattnerAdd some very paranoid checking for operand/result...
2005-10-01 Jim Laskeytypo
2005-10-01 Jim Laskey1. Simplify the gathering of node groups.
2005-09-30 Jim Laskey1. Made things node-centric (from operand).
2005-09-29 Jeff CohenSilence VC++ redeclaration warnings.
2005-09-27 Jim LaskeyRemove some redundancies.
2005-09-26 Jim LaskeyAddition of a simple two pass scheduler. This version...
2005-09-02 Chris LattnerFix the release build, noticed by Eric van Riet Paap
2005-09-01 Chris LattnerIt is NDEBUG not _NDEBUG
2005-08-30 Chris LattnerName this variable to be what it really is!
2005-08-30 Chris LattnerHandle CopyToReg nodes with flag operands correctly
2005-08-29 Chris LattnerAdd a hack to avoid some horrible code in some cases...
2005-08-27 Chris Lattnerfix PHI node emission for basic blocks that have select...
2005-08-26 Chris LattnerCall the InsertAtEndOfBasicBlock hook if the usesCustom...
2005-08-26 Chris LattnerChange ConstantPoolSDNode to actually hold the Constant...
2005-08-25 Chris LattnerAdd support for flag operands
2005-08-24 Chris LattnerAdd support for external symbols, and support for varia...
2005-08-22 Chris LattnerAdd a fast-path for register values. Add support for...
2005-08-21 Chris LattnerAdd support for frame index nodes
2005-08-21 Chris LattnerAdd support for basic blocks, fix a bug in result ...
2005-08-20 Chris Lattnerfix bogus warning
2005-08-19 Chris LattnerAdd support for global address nodes
2005-08-19 Chris LattnerImplement CopyFromReg, TokenFactor, and fix a bug in...
2005-08-19 Chris LattnerBefore implementing copyfromreg, we'll implement copyto...
2005-08-19 Chris LattnerNow that we have operand info for machine instructions...
2005-08-19 Chris LattnerFix computation of # operands, add a temporary hack...
2005-08-18 Chris Lattneradd a new -view-sched-dags option to view dags as they...
2005-08-18 Chris LattnerImplement the first chunk of a code emitter. This...
2005-08-18 Chris Lattnernew file, obviously just a stub