aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/InstrForest.h
Commit message (Expand)AuthorAgeFilesLines
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Whoops, this one was neededChris Lattner2003-07-261-0/+1
* Remove extraneous #includesChris Lattner2003-07-261-1/+0
* Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+1
* Remove noncopyable base class as it was making the doxygen docs harder to readChris Lattner2003-06-031-2/+3
* Added support for type inquiry in subclasses of InstTreeNode.Vikram S. Adve2002-08-241-1/+35
* Just some extra comments.Vikram S. Adve2002-08-221-12/+12
* Change opLabel numbers for Not and BNot.Vikram S. Adve2002-08-151-1/+2
* * Removed extraneous #includesChris Lattner2002-08-091-8/+3
* Non-standard hash classes are not in the std:: namespaceChris Lattner2002-07-241-1/+1
* remove deprecated getInstType() methodChris Lattner2002-05-101-1/+1
* Don't leak memory like a seiveChris Lattner2002-04-081-1/+4
* Change treeRoots data structure to make enumeration deterministic.Vikram S. Adve2002-03-241-5/+22
* Rename Method to FunctionChris Lattner2002-03-231-2/+2
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-5/+4
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-3/+3
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-2/+2
* Use different op labels for bitwise logical operations and boolean logicalVikram S. Adve2001-11-081-0/+5
* Commit more code over to new cast styleChris Lattner2001-10-021-2/+2
* Minor fixes: renamed target machine files; fold sched info into TargetMachine.Vikram S. Adve2001-09-181-24/+26
* More cleanups, preparing to revamp InstrForest to, among other things,Chris Lattner2001-09-121-1/+1
* * Clean up InstrForestChris Lattner2001-09-121-53/+47
* Eliminate 'BasicNode' from InstrForest.Chris Lattner2001-09-111-31/+23
* Eliminate MainTreeNode functionChris Lattner2001-09-111-23/+6
* Remove redundant and unused functions.Vikram S. Adve2001-07-281-11/+20
* Eliminated the Unique class in favor of NonCopyable and NonCopyableVChris Lattner2001-07-231-4/+4
* Clean up hash table usageChris Lattner2001-07-231-71/+48
* Exterminate nasty CismsChris Lattner2001-07-211-61/+32
* Header files for the target architecture description and for instructionVikram S. Adve2001-07-211-0/+339