Remove integer promotion support for FP_EXTEND
[oota-llvm.git] / lib / CodeGen / SelectionDAG / ScheduleDAG.cpp
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