aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * 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-242-30/+22
* 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
* New Support file for operations on set like objectsChris Lattner2002-02-052-0/+120
* Remove empty filesChris Lattner2002-02-051-0/+0
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-055-75/+90
* * Code CleanupsChris Lattner2002-02-053-7/+21
* Remove empty fileChris Lattner2002-02-051-0/+0
* * Big cleanups.Chris Lattner2002-02-053-56/+26
* Clean up MethodLiveVarInfoChris Lattner2002-02-042-12/+6
* Turn live variable analysis into a real MethodPass.Chris Lattner2002-02-042-30/+50
* Instruction scheduling is a real pass now.Chris Lattner2002-02-041-4/+4
* Remove Obsolete LoopDepthCalculator. All users should use LoopInfo directly.Chris Lattner2002-02-041-40/+0
* Remvoe big hack that was used by the register allocatorChris Lattner2002-02-041-1/+0
* eliminate the add and remove methods, clients must use insert and erase direc...Chris Lattner2002-02-042-38/+6
* Remove tons of include pollutionChris Lattner2002-02-042-78/+28
* Use generic pointer hashes instead of custom ones.Chris Lattner2002-02-041-28/+6
* PostOrderIterator really does depend on Method and BasicBlock. Obviously thisChris Lattner2002-02-042-0/+6
* Convert RegisterAllocator interface to opaque pass type, so that users do notChris Lattner2002-02-041-6/+2
* Eliminate ModuleAnalyzer. It's old code that is not going to be used in the ...Chris Lattner2002-02-041-84/+0
* * Minor cleanupsChris Lattner2002-02-043-249/+96
* * Minor cleanupsChris Lattner2002-02-044-45/+14
* * Move command line parsing debug stuff to InstrScheduling internal header fileChris Lattner2002-02-041-14/+1
* Split RegisterAllocation stuff OUT of Sparc.cpp into a well defined passChris Lattner2002-02-041-0/+24
* Revamp compilation to be pass based instead of being monolithic so thatChris Lattner2002-02-031-27/+5
* Code pulled out of MAchineInstr.(h|cpp)Chris Lattner2002-02-033-0/+272