| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename Method to Function | Chris Lattner | 2002-03-23 | 25 | -110/+113 |
* | Remove extranous forward decl | Chris Lattner | 2002-03-23 | 1 | -1/+0 |
* | Remove unneccesary forward definitions | Chris Lattner | 2002-03-23 | 1 | -3/+0 |
* | Add transition header file | Chris Lattner | 2002-03-23 | 1 | -0/+8 |
* | Update documentation, rename Method to Function, move typedef to Value.h for ... | Chris Lattner | 2002-03-23 | 1 | -14/+12 |
* | Change Method to Function | Chris Lattner | 2002-03-23 | 1 | -8/+6 |
* | Add transition typedef to Function | Chris Lattner | 2002-03-23 | 1 | -0/+2 |
* | New pass to convert Convert multi-dimensional | Vikram S. Adve | 2002-03-23 | 1 | -0/+16 |
* | Moved to Scalar/ directory. | Vikram S. Adve | 2002-03-23 | 1 | -16/+0 |
* | * Make AllocationInst ctor protected | Chris Lattner | 2002-03-21 | 1 | -23/+10 |
* | Remove a misguided API extension | Chris Lattner | 2002-03-21 | 1 | -10/+0 |
* | Allow implementation of all HANDLE_*_INST macros at once by defining HANDLE_INST | Chris Lattner | 2002-03-19 | 1 | -4/+27 |
* | New pass to convert Convert multi-dimensional | Vikram S. Adve | 2002-03-19 | 1 | -0/+16 |
* | Big bug fix: killed uses were being inserted instead of erased! | Vikram S. Adve | 2002-03-19 | 2 | -14/+28 |
* | Initial checkin of InstVisitor class | Chris Lattner | 2002-03-18 | 1 | -0/+133 |
* | Add isa,cast,dyncast support for AllocationInst. | Chris Lattner | 2002-03-18 | 1 | -0/+10 |
* | Added function computeOffsetforLocalVar to check how big the | Vikram S. Adve | 2002-03-18 | 2 | -2/+8 |
* | Use vector for machine instructions in GetInstructionsByRule. | Vikram S. Adve | 2002-03-18 | 1 | -3/+2 |
* | Added machine-independent value for INVALID_MACHINE_OPCODE. | Vikram S. Adve | 2002-03-18 | 2 | -30/+26 |
* | Add function getRegClassIDOfType. | Vikram S. Adve | 2002-03-18 | 1 | -1/+4 |
* | Bug fix in setting CC register. | Vikram S. Adve | 2002-03-18 | 1 | -9/+11 |
* | Convert the top line of the header from .cpp style to .h style. | Chris Lattner | 2002-03-17 | 1 | -1/+1 |
* | Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll | Chris Lattner | 2002-03-11 | 1 | -2/+4 |
* | * Add new method localLookup | Chris Lattner | 2002-03-08 | 1 | -0/+5 |
* | Fix typo in comment | Chris Lattner | 2002-03-08 | 1 | -1/+1 |
* | Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-C... | Chris Lattner | 2002-03-06 | 1 | -56/+113 |
* | Move callgraph printing out of writer.h into callgraph.h | Chris Lattner | 2002-03-06 | 2 | -21/+26 |
* | Pull Callgraph out of the cfg namespace | Chris Lattner | 2002-03-06 | 1 | -14/+13 |
* | Take CallGraph out of the CFG namespace. It has nothing to do with CFGs | Chris Lattner | 2002-03-06 | 1 | -17/+13 |
* | Change over to use new style pass mechanism, now passes only expose small | Chris Lattner | 2002-02-26 | 15 | -341/+60 |
* | Expose verifier for method and module, and accept constant structures | Chris Lattner | 2002-02-26 | 1 | -1/+6 |
* | Move ProfilePaths class into ProfilePaths library, only expose a creation fun... | Chris Lattner | 2002-02-26 | 1 | -10/+4 |
* | Initial check in of header file for profile-paths pass | Anand Shukla | 2002-02-26 | 1 | -0/+43 |
* | Make it compile with GCC 3.0.4 | Chris Lattner | 2002-02-24 | 2 | -2/+2 |
* | Genericize the ReversePostOrderIterator. | Chris Lattner | 2002-02-24 | 1 | -15/+11 |
* | Modernize verifier interface | Chris Lattner | 2002-02-20 | 1 | -8/+9 |
* | Fix isArrayAllocation() to be correct | Chris Lattner | 2002-02-19 | 1 | -2/+2 |
* | Minor cleanups I missed | Chris Lattner | 2002-02-19 | 1 | -4/+1 |
* | These constructors are for internal use only. These should have been | Chris Lattner | 2002-02-19 | 1 | -16/+17 |
* | * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into | Chris Lattner | 2002-02-12 | 1 | -12/+133 |
* | * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into | Chris Lattner | 2002-02-12 | 2 | -20/+29 |
* | Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into | Chris Lattner | 2002-02-12 | 1 | -111/+13 |
* | Method.h no longer includes BasicBlock.h | Chris Lattner | 2002-02-12 | 4 | -11/+18 |
* | * Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" file | Chris Lattner | 2002-02-12 | 2 | -0/+230 |
* | * Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" file | Chris Lattner | 2002-02-12 | 2 | -200/+2 |
* | Initial checkin of new memory -> register promotion pass | Chris Lattner | 2002-02-12 | 1 | -0/+22 |
* | Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ... | Chris Lattner | 2002-02-05 | 2 | -12/+6 |
* | Convert operand iterator over to work like an STL iterator | Chris Lattner | 2002-02-05 | 1 | -65/+81 |
* | Minor change: Methods that return ValueSet's that are guaranteed to be valid | Chris Lattner | 2002-02-05 | 2 | -8/+8 |
* | Remove generic routines to Support/SetOperations.h | Chris Lattner | 2002-02-05 | 2 | -70/+0 |