| Commit message (Expand) | Author | Age | Files | Lines |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+11 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
* | Whoops, this one was needed | Chris Lattner | 2003-07-26 | 1 | -0/+1 |
* | Remove extraneous #includes | Chris Lattner | 2003-07-26 | 1 | -1/+0 |
* | Remove a ton of extraneous #includes | Chris Lattner | 2003-06-22 | 1 | -2/+0 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+1 |
* | Remove noncopyable base class as it was making the doxygen docs harder to read | Chris Lattner | 2003-06-03 | 1 | -2/+3 |
* | Added support for type inquiry in subclasses of InstTreeNode. | Vikram S. Adve | 2002-08-24 | 1 | -1/+35 |
* | Just some extra comments. | Vikram S. Adve | 2002-08-22 | 1 | -12/+12 |
* | Change opLabel numbers for Not and BNot. | Vikram S. Adve | 2002-08-15 | 1 | -1/+2 |
* | * Removed extraneous #includes | Chris Lattner | 2002-08-09 | 1 | -8/+3 |
* | Non-standard hash classes are not in the std:: namespace | Chris Lattner | 2002-07-24 | 1 | -1/+1 |
* | remove deprecated getInstType() method | Chris Lattner | 2002-05-10 | 1 | -1/+1 |
* | Don't leak memory like a seive | Chris Lattner | 2002-04-08 | 1 | -1/+4 |
* | Change treeRoots data structure to make enumeration deterministic. | Vikram S. Adve | 2002-03-24 | 1 | -5/+22 |
* | Rename Method to Function | Chris Lattner | 2002-03-23 | 1 | -2/+2 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -5/+4 |
* | Rename ConstPoolVal -> Constant | Chris Lattner | 2001-12-03 | 1 | -3/+3 |
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -2/+2 |
* | Use different op labels for bitwise logical operations and boolean logical | Vikram S. Adve | 2001-11-08 | 1 | -0/+5 |
* | Commit more code over to new cast style | Chris Lattner | 2001-10-02 | 1 | -2/+2 |
* | Minor fixes: renamed target machine files; fold sched info into TargetMachine. | Vikram S. Adve | 2001-09-18 | 1 | -24/+26 |
* | More cleanups, preparing to revamp InstrForest to, among other things, | Chris Lattner | 2001-09-12 | 1 | -1/+1 |
* | * Clean up InstrForest | Chris Lattner | 2001-09-12 | 1 | -53/+47 |
* | Eliminate 'BasicNode' from InstrForest. | Chris Lattner | 2001-09-11 | 1 | -31/+23 |
* | Eliminate MainTreeNode function | Chris Lattner | 2001-09-11 | 1 | -23/+6 |
* | Remove redundant and unused functions. | Vikram S. Adve | 2001-07-28 | 1 | -11/+20 |
* | Eliminated the Unique class in favor of NonCopyable and NonCopyableV | Chris Lattner | 2001-07-23 | 1 | -4/+4 |
* | Clean up hash table usage | Chris Lattner | 2001-07-23 | 1 | -71/+48 |
* | Exterminate nasty Cisms | Chris Lattner | 2001-07-21 | 1 | -61/+32 |
* | Header files for the target architecture description and for instruction | Vikram S. Adve | 2001-07-21 | 1 | -0/+339 |