aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Rename Method to FunctionChris Lattner2002-03-2325-110/+113
* Remove extranous forward declChris Lattner2002-03-231-1/+0
* Remove unneccesary forward definitionsChris Lattner2002-03-231-3/+0
* Add transition header fileChris Lattner2002-03-231-0/+8
* Update documentation, rename Method to Function, move typedef to Value.h for ...Chris Lattner2002-03-231-14/+12
* Change Method to FunctionChris Lattner2002-03-231-8/+6
* Add transition typedef to FunctionChris Lattner2002-03-231-0/+2
* New pass to convert Convert multi-dimensionalVikram S. Adve2002-03-231-0/+16
* Moved to Scalar/ directory.Vikram S. Adve2002-03-231-16/+0
* * Make AllocationInst ctor protectedChris Lattner2002-03-211-23/+10
* Remove a misguided API extensionChris Lattner2002-03-211-10/+0
* Allow implementation of all HANDLE_*_INST macros at once by defining HANDLE_INSTChris Lattner2002-03-191-4/+27
* New pass to convert Convert multi-dimensionalVikram S. Adve2002-03-191-0/+16
* Big bug fix: killed uses were being inserted instead of erased!Vikram S. Adve2002-03-192-14/+28
* Initial checkin of InstVisitor classChris Lattner2002-03-181-0/+133
* Add isa,cast,dyncast support for AllocationInst.Chris Lattner2002-03-181-0/+10
* Added function computeOffsetforLocalVar to check how big theVikram S. Adve2002-03-182-2/+8
* Use vector for machine instructions in GetInstructionsByRule.Vikram S. Adve2002-03-181-3/+2
* Added machine-independent value for INVALID_MACHINE_OPCODE.Vikram S. Adve2002-03-182-30/+26
* Add function getRegClassIDOfType.Vikram S. Adve2002-03-181-1/+4
* Bug fix in setting CC register.Vikram S. Adve2002-03-181-9/+11
* Convert the top line of the header from .cpp style to .h style.Chris Lattner2002-03-171-1/+1
* Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.llChris Lattner2002-03-111-2/+4
* * Add new method localLookupChris Lattner2002-03-081-0/+5
* Fix typo in commentChris Lattner2002-03-081-1/+1
* Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-C...Chris Lattner2002-03-061-56/+113
* Move callgraph printing out of writer.h into callgraph.hChris Lattner2002-03-062-21/+26
* Pull Callgraph out of the cfg namespaceChris Lattner2002-03-061-14/+13
* Take CallGraph out of the CFG namespace. It has nothing to do with CFGsChris Lattner2002-03-061-17/+13
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-2615-341/+60
* Expose verifier for method and module, and accept constant structuresChris Lattner2002-02-261-1/+6
* Move ProfilePaths class into ProfilePaths library, only expose a creation fun...Chris Lattner2002-02-261-10/+4
* Initial check in of header file for profile-paths passAnand Shukla2002-02-261-0/+43
* Make it compile with GCC 3.0.4Chris Lattner2002-02-242-2/+2
* Genericize the ReversePostOrderIterator.Chris Lattner2002-02-241-15/+11
* Modernize verifier interfaceChris Lattner2002-02-201-8/+9
* Fix isArrayAllocation() to be correctChris Lattner2002-02-191-2/+2
* Minor cleanups I missedChris Lattner2002-02-191-4/+1
* These constructors are for internal use only. These should have beenChris Lattner2002-02-191-16/+17
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-12/+133
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-122-20/+29
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-111/+13
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-124-11/+18
* * Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" fileChris Lattner2002-02-122-0/+230
* * Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" fileChris Lattner2002-02-122-200/+2
* Initial checkin of new memory -> register promotion passChris Lattner2002-02-121-0/+22
* Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...Chris Lattner2002-02-052-12/+6
* Convert operand iterator over to work like an STL iteratorChris Lattner2002-02-051-65/+81
* Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner2002-02-052-8/+8
* Remove generic routines to Support/SetOperations.hChris Lattner2002-02-052-70/+0