Change references from Method to Function
[oota-llvm.git] / lib / CodeGen / InstrSelection / InstrForest.cpp
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-24 Vikram S. AdveChange treeRoots data structure to make enumeration...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-03 Chris Lattner* Swich to annotation model for MachineCodeForInstruction
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-14 Chris LattnerRemove much cruft from the MemAccessInst instruction
2001-11-08 Vikram S. AdveMajor overhaul of stack frame management.
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-09-30 Vikram S. AdveChange ! ( ...== ...) to !=.
2001-09-18 Chris LattnerDon't check for null on delete
2001-09-18 Vikram S. AdveDon't add instructions to subtree for Phi or Call.
2001-09-12 Chris LattnerMore cleanups, preparing to revamp InstrForest to,...
2001-09-12 Chris Lattner* Clean up InstrForest
2001-09-11 Chris LattnerEliminate 'BasicNode' from InstrForest.
2001-09-10 Chris LattnerUse predicate for Value type test
2001-07-31 Vikram S. AdveGenerate tree nodes for Phi instructions.
2001-07-28 Vikram S. AdveEliminate unused function.
2001-07-23 Chris LattnerEliminated the Unique class in favor of NonCopyable...
2001-07-23 Chris LattnerClean up hash table usage
2001-07-21 Chris LattnerEliminate lots of unnecessary #includes and forward...
2001-07-21 Chris LattnerEliminate many unneccesary #includes
2001-07-21 Chris LattnerRenamed include/llvm/Codegen to include/llvm/CodeGen
2001-07-21 Vikram S. AdveInstruction selection via pattern matching on instructi...