Include SparcV9TmpInstr.h to pick up the def. of TmpInstruction,
[oota-llvm.git] / include / llvm / CodeGen / InstrForest.h
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-07-26 Chris LattnerWhoops, this one was needed
2003-07-26 Chris LattnerRemove extraneous #includes
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-06-03 Chris LattnerRemove noncopyable base class as it was making the...
2002-08-24 Vikram S. AdveAdded support for type inquiry in subclasses of InstTre...
2002-08-22 Vikram S. AdveJust some extra comments.
2002-08-15 Vikram S. AdveChange opLabel numbers for Not and BNot.
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-07-24 Chris LattnerNon-standard hash classes are not in the std:: namespace
2002-05-10 Chris Lattnerremove deprecated getInstType() method
2002-04-08 Chris LattnerDon't leak memory like a seive
2002-03-24 Vikram S. AdveChange treeRoots data structure to make enumeration...
2002-03-23 Chris LattnerRename Method to Function
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-08 Vikram S. AdveUse different op labels for bitwise logical operations...
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-09-18 Vikram S. AdveMinor fixes: renamed target machine files; fold sched...
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-11 Chris LattnerEliminate MainTreeNode function
2001-07-28 Vikram S. AdveRemove redundant and unused functions.
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 LattnerExterminate nasty Cisms
2001-07-21 Vikram S. AdveHeader files for the target architecture description...