| Commit message (Expand) | Author | Age | Files | Lines |
* | Use newly-added type inspection support in InstTreeNode subclasses. | Vikram S. Adve | 2002-08-24 | 1 | -5/+4 |
* | Added #include <alloca.h> | Anand Shukla | 2002-08-23 | 1 | -0/+1 |
* | Eliminated the MemAccessInst class, folding contents into GEP class. | Chris Lattner | 2002-08-22 | 1 | -4/+3 |
* | dumpNode() does not need to print MachineInstrs. | Vikram S. Adve | 2002-08-22 | 1 | -15/+2 |
* | Unary Not (boolean and bitwise) is no longer a separate LLVM instruction | Vikram S. Adve | 2002-08-15 | 1 | -2/+7 |
* | * Removed extraneous #includes | Chris Lattner | 2002-08-09 | 1 | -14/+5 |
* | MachineInstr::dump() now takes no arguments. | Vikram S. Adve | 2002-07-08 | 1 | -1/+1 |
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -5/+3 |
* | Add neccesary #include | Chris Lattner | 2002-04-29 | 1 | -0/+1 |
* | Split ConstantVals.h into Constant.h and Constants.h | Chris Lattner | 2002-04-28 | 1 | -1/+1 |
* | Move FunctionArgument out of iOther.h into Argument.h and rename class to | Chris Lattner | 2002-04-09 | 1 | -1/+1 |
* | GCC3.0 is reported to die without an alloca definition. | Chris Lattner | 2002-04-09 | 1 | -0/+1 |
* | Don't leak memory like a seive | Chris Lattner | 2002-04-08 | 1 | -18/+5 |
* | Change references from Method to Function | Chris Lattner | 2002-03-26 | 1 | -6/+6 |
* | Change treeRoots data structure to make enumeration deterministic. | Vikram S. Adve | 2002-03-24 | 1 | -15/+24 |
* | Method.h no longer includes BasicBlock.h | Chris Lattner | 2002-02-12 | 1 | -3/+6 |
* | * Swich to annotation model for MachineCodeForInstruction | Chris Lattner | 2002-02-03 | 1 | -8/+10 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -17/+20 |
* | Rename ConstPoolVal -> Constant | Chris Lattner | 2001-12-03 | 1 | -3/+3 |
* | Split the PHINode class out from the iOther.h file into the iPHINode.h file | Chris Lattner | 2001-12-03 | 1 | -1/+1 |
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -1/+1 |
* | Remove much cruft from the MemAccessInst instruction | Chris Lattner | 2001-11-14 | 1 | -1/+1 |
* | Major overhaul of stack frame management. | Vikram S. Adve | 2001-11-08 | 1 | -0/+9 |
* | Commit more code over to new cast style | Chris Lattner | 2001-10-02 | 1 | -3/+4 |
* | Convert more code to use new style casts | Chris Lattner | 2001-10-01 | 1 | -7/+7 |
* | Change ! ( ...== ...) to !=. | Vikram S. Adve | 2001-09-30 | 1 | -1/+1 |
* | Don't check for null on delete | Chris Lattner | 2001-09-18 | 1 | -5/+1 |
* | Don't add instructions to subtree for Phi or Call. | Vikram S. Adve | 2001-09-18 | 1 | -132/+201 |
* | More cleanups, preparing to revamp InstrForest to, among other things, | Chris Lattner | 2001-09-12 | 1 | -7/+6 |
* | * Clean up InstrForest | Chris Lattner | 2001-09-12 | 1 | -245/+155 |
* | Eliminate 'BasicNode' from InstrForest. | Chris Lattner | 2001-09-11 | 1 | -38/+23 |
* | Use predicate for Value type test | Chris Lattner | 2001-09-10 | 1 | -12/+8 |
* | Generate tree nodes for Phi instructions. | Vikram S. Adve | 2001-07-31 | 1 | -23/+16 |
* | Eliminate unused function. | Vikram S. Adve | 2001-07-28 | 1 | -13/+0 |
* | Eliminated the Unique class in favor of NonCopyable and NonCopyableV | Chris Lattner | 2001-07-23 | 1 | -4/+0 |
* | Clean up hash table usage | Chris Lattner | 2001-07-23 | 1 | -1/+1 |
* | Eliminate lots of unnecessary #includes and forward decls | Chris Lattner | 2001-07-21 | 1 | -3/+0 |
* | Eliminate many unneccesary #includes | Chris Lattner | 2001-07-21 | 1 | -15/+1 |
* | Renamed include/llvm/Codegen to include/llvm/CodeGen | Chris Lattner | 2001-07-21 | 1 | -2/+2 |
* | Instruction selection via pattern matching on instruction trees using BURG. | Vikram S. Adve | 2001-07-21 | 1 | -0/+461 |