aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Add methods to TargetMachine to:Chris Lattner2002-02-031-9/+15
* * Trim #includesChris Lattner2002-02-031-3/+6
* Remove #includeChris Lattner2002-02-032-2/+18
* Remove extranous #includeChris Lattner2002-02-031-1/+0
* * Prune many #includesChris Lattner2002-02-031-206/+8
* * Remove TMP_INSTRUCTION_OPCODE sillinessChris Lattner2002-02-031-34/+26
* Remove extraneous #includesChris Lattner2002-02-031-9/+4
* * Inline destructorChris Lattner2002-02-031-24/+3
* Remove extraneous #includeChris Lattner2002-02-031-1/+2
* Add constructor for addition to opt programChris Lattner2002-02-011-1/+1
* Free memory when not in useChris Lattner2002-01-311-0/+5
* * Make debugging output nicerChris Lattner2002-01-311-14/+32
* Eliminate SimplifyCFG.h file, pull everything into the UnifyMethodExitNodes c...Chris Lattner2002-01-311-4/+10
* Remove this file. Folded into UnifyMethodExitNodes passChris Lattner2002-01-311-27/+0
* Implement LoopDepth calculation in terms of dominators instead of intervalsChris Lattner2002-01-311-7/+19
* Convert xforms over to use new pass structureChris Lattner2002-01-3011-23/+98