Remove separate vector of implicit refs from MachineInstr, and
[oota-llvm.git] / include / llvm / CodeGen / InstrSelectionSupport.h
2002-10-28 Chris LattnerMake MachineInstr.h not #include MachineInstrInfo.h
2002-10-21 Chris LattnerAdd a missing std:: qualifier
2002-10-14 Vikram S. AdveRemoved misleading const keyword.
2002-09-29 Vikram S. AdveAdded several more helper functions for construction...
2002-09-16 Vikram S. AdveAdd a version of ChooseRegOrImmed to handle numerical...
2002-08-24 Vikram S. AdveAdded function GetMemInstArgs and made FoldGetElemChain...
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-08-04 Vikram S. AdveAdd function GetConstantValueAsUnsignedInt.
2002-07-10 Vikram S. AdveAdded a few more methods for creating instructions.
2002-07-08 Vikram S. AdveAdded two more helper functions for instruction creation.
2002-05-19 Vikram S. AdveBetter interface to generating machine instr for common...
2002-02-04 Chris Lattner* Minor cleanups
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-15 Vikram S. AdveEliminate all uses of memInst->getIndicesBROKEN().
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-10-17 Vikram S. Adve1. Add a bottom-up pass on BURG trees that is used...
2001-10-10 Vikram S. AdveMachine-independent code generation routines used in...