Add #include <iostream> since Value.h does not #include it any more.
[oota-llvm.git] / lib / Target / SparcV9 / InstrSelection / InstrForest.cpp
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-26 Chris LattnerThere is no reason to print ValueType here
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-05-29 Brian GaekeRemove unused #include.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-23 Misha BrukmanMake code layout more consistent.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-15 Chris LattnerDecrease usage of use_size()
2003-09-17 Misha BrukmanFixed spelling.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-16 Chris LattnerActually, change it to use explicit new/delete, which...
2003-06-16 Chris LattnerRemove two using decls
2003-06-16 Brian GaekeIsolate machine-dependent use of <alloca.h> in "Support...
2002-08-24 Vikram S. AdveUse newly-added type inspection support in InstTreeNode...
2002-08-23 Anand ShuklaAdded #include <alloca.h>
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Vikram S. AdvedumpNode() does not need to print MachineInstrs.
2002-08-15 Vikram S. AdveUnary Not (boolean and bitwise) is no longer a separate...
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-07-08 Vikram S. AdveMachineInstr::dump() now takes no arguments.
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-29 Chris LattnerAdd neccesary #include
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerGCC3.0 is reported to die without an alloca definition.
2002-04-08 Chris LattnerDon't leak memory like a seive
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...