Now that the ISel is available, it's possible to create a default instruction
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGISel.h
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 LaskeyIntroducing plugable register allocators and instructio...
2006-07-28 Evan ChengRename IsFoldableBy to CanBeFoldedleBy
2006-07-27 Evan ChengLet each target specific isel provide routine to check...
2006-05-08 Nate BegemanRemove unncessary include
2006-05-05 Nate BegemanSomehow, I missed this part of the checkin a couple...
2006-04-28 Evan ChengRemove the temporary option: -no-isel-fold-inflight
2006-04-28 Evan ChengAdded a temporary option -no-isel-fold-inflight to...
2006-04-23 Nate BegemanFix the updating of the machine CFG when a PHI node...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-03-27 Nate BegemanSelectionDAGISel can now natively handle Switch instruc...
2006-03-08 Chris LattnerChange the interface for getting a target HazardRecogni...
2006-03-06 Chris LattnerHoist the HazardRecognizer out of the ScheduleDAGList...
2006-02-24 Chris LattnerAdd some hooks for selecting memory addresses.
2006-01-21 Evan ChengDo some code refactoring on Jim's scheduler in preparat...
2005-08-18 Chris Lattneradd a method
2005-08-17 Chris LattnerThis was moved to the .cpp file
2005-05-13 Chris Lattneradd a new method
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-17 Chris LattnerMake methods private, add a method.
2005-01-13 Chris LattnerAdd a new node type, add comments.
2005-01-07 Chris LattnerCommon base class for SelectionDAG-based instruction...