aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/InstrForest.h
AgeCommit message (Expand)Author
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-07-26Whoops, this one was neededChris Lattner
2003-07-26Remove extraneous #includesChris Lattner
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-06-03Remove noncopyable base class as it was making the doxygen docs harder to readChris Lattner
2002-08-24Added support for type inquiry in subclasses of InstTreeNode.Vikram S. Adve
2002-08-22Just some extra comments.Vikram S. Adve
2002-08-15Change opLabel numbers for Not and BNot.Vikram S. Adve
2002-08-09* Removed extraneous #includesChris Lattner
2002-07-24Non-standard hash classes are not in the std:: namespaceChris Lattner
2002-05-10remove deprecated getInstType() methodChris Lattner
2002-04-08Don't leak memory like a seiveChris Lattner
2002-03-24Change treeRoots data structure to make enumeration deterministic.Vikram S. Adve
2002-03-23Rename Method to FunctionChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-08Use different op labels for bitwise logical operations and boolean logicalVikram S. Adve
2001-10-02Commit more code over to new cast styleChris Lattner
2001-09-18Minor fixes: renamed target machine files; fold sched info into TargetMachine.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-11Eliminate MainTreeNode functionChris Lattner
2001-07-28Remove redundant and unused functions.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-21Exterminate nasty CismsChris Lattner
2001-07-21Header files for the target architecture description and for instructionVikram S. Adve