- Feb 12, 2002
-
-
Chris Lattner authored
Method::inst_* is now in llvm/Support/InstIterator.h GraphTraits specializations for BasicBlock and Methods are now in llvm/Support/CFG.h llvm-svn: 1746
-
Chris Lattner authored
llvm-svn: 1742
-
Chris Lattner authored
Also add more comments. llvm-svn: 1741
-
Chris Lattner authored
llvm-svn: 1739
-
Chris Lattner authored
llvm-svn: 1737
-
- Feb 11, 2002
-
-
Chris Lattner authored
llvm-svn: 1728
-
Chris Lattner authored
llvm-svn: 1725
-
Chris Lattner authored
llvm-svn: 1722
-
- Feb 05, 2002
-
-
Chris Lattner authored
Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap from MethodLiveVarInfo. llvm-svn: 1721
-
Chris Lattner authored
llvm-svn: 1720
-
Chris Lattner authored
return references instead of pointers. llvm-svn: 1719
-
Chris Lattner authored
* Removal dependencies on Type.h & remove uses of getTypeID() llvm-svn: 1718
-
Chris Lattner authored
* Removal of getTypeID() methods, and dependence on llvm/Type.h, from IGNode & LiveRange llvm-svn: 1717
-
Chris Lattner authored
llvm-svn: 1716
-
Chris Lattner authored
llvm-svn: 1715
-
Chris Lattner authored
llvm-svn: 1713
-
Chris Lattner authored
function in the one .cpp file that uses it. Use ValueSet's instead. * Prepare to delete LiveVarSet.h & LiveVarSet.cpp * Eliminate the ValueSet class, making all old member functions into global templates that will eventually be moved to Support. * Eliminate some irrelevant const's llvm-svn: 1712
-
Chris Lattner authored
function in the one .cpp file that uses it. Use ValueSet's instead. * Prepare to delete LiveVarSet.h & LiveVarSet.cpp * Eliminate the ValueSet class, making all old member functions into global templates that will eventually be moved to Support. llvm-svn: 1711
-
Chris Lattner authored
* Introduce RAV to allow stream I/O instead of using printValue llvm-svn: 1710
-
Chris Lattner authored
llvm-svn: 1709
-
Chris Lattner authored
llvm-svn: 1707
-
Chris Lattner authored
* applyFlowFunc DOES NOT NEED TO COPY the huge BB->BBLiveVar Map every time it is invoked! * Big cleanups. * Make BBLiveVar.h effectively an internal header file * Prepare LiveVarMap.h for deletion llvm-svn: 1706
-
Chris Lattner authored
* Make BBLiveVar.h effectively an internal header file * Prepare LiveVarMap.h for deletion llvm-svn: 1705
-
Chris Lattner authored
llvm-svn: 1704
-
- Feb 04, 2002
-
-
Chris Lattner authored
llvm-svn: 1703
-
Chris Lattner authored
llvm-svn: 1702
-
Chris Lattner authored
llvm-svn: 1701
-
Chris Lattner authored
* InstructionScheduling is now a real pass * InstrSched _uses_ LiveVar analysis, instead of creating it's own copy many times through a loop. In this was LiveVarAnalysis is actually even SHARED by Register allocation. * SchedPriorities is now passed the live var information in llvm-svn: 1700
-
Chris Lattner authored
llvm-svn: 1699
-
Chris Lattner authored
llvm-svn: 1697
-
Chris Lattner authored
Switch register allocator over to using LoopInfo directly instead of indirectly through LoopDepthCalculator llvm-svn: 1696
-
Chris Lattner authored
do not expose it. Additionally, have it be auto generated by the pass framework for us. llvm-svn: 1695
-
Chris Lattner authored
llvm-svn: 1694
-
Chris Lattner authored
Make #include "llvm/Analysis/LoopDepth.h" be an internal artifact of how register allocation is implemented. llvm-svn: 1693
-
Chris Lattner authored
llvm-svn: 1690
-
Chris Lattner authored
* ValueSet interface converted from add/remove to insert/erase * Minor cleanups llvm-svn: 1689
-
Chris Lattner authored
Minor cleanups llvm-svn: 1688
-
Chris Lattner authored
* Convert over to valueset interface that uses insert & erase insead of add and remove * the -> operator really isn't that hard to use! llvm-svn: 1687
-
Chris Lattner authored
llvm-svn: 1683
-
Chris Lattner authored
need to know _anything_ about RegAlloc to use it. Well in the end maybe. llvm-svn: 1681
-