Make sure to consider alignment of variable sized objects.
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGISel.h
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...