aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSelection/InstrForest.cpp
AgeCommit message (Expand)Author
2002-07-08MachineInstr::dump() now takes no arguments.Vikram S. Adve
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-29Add neccesary #includeChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-04-09GCC3.0 is reported to die without an alloca definition.Chris Lattner
2002-04-08Don't leak memory like a seiveChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-03-24Change treeRoots data structure to make enumeration deterministic.Vikram S. Adve
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-02-03* Swich to annotation model for MachineCodeForInstructionChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-12-03Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-14Remove much cruft from the MemAccessInst instructionChris Lattner
2001-11-08Major overhaul of stack frame management.Vikram S. Adve
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Convert more code to use new style castsChris Lattner
2001-09-30Change ! ( ...== ...) to !=.Vikram S. Adve
2001-09-18Don't check for null on deleteChris Lattner
2001-09-18Don't add instructions to subtree for Phi or Call.Vikram S. Adve
2001-09-12More cleanups, preparing to revamp InstrForest to, among other things,Chris Lattner
2001-09-12* Clean up InstrForestChris Lattner
2001-09-11Eliminate 'BasicNode' from InstrForest.Chris Lattner
2001-09-10Use predicate for Value type testChris Lattner
2001-07-31Generate tree nodes for Phi instructions.Vikram S. Adve
2001-07-28Eliminate unused function.Vikram S. Adve
2001-07-23Eliminated the Unique class in favor of NonCopyable and NonCopyableVChris Lattner
2001-07-23Clean up hash table usageChris Lattner
2001-07-21Eliminate lots of unnecessary #includes and forward declsChris Lattner
2001-07-21Eliminate many unneccesary #includesChris Lattner
2001-07-21Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner
2001-07-21Instruction selection via pattern matching on instruction trees using BURG.Vikram S. Adve