aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/LiveVariables.h
Commit message (Expand)AuthorAgeFilesLines
* ADd a method for when an instruction movesChris Lattner2004-02-191-0/+6
* Add a new lazily constructed mapping from Idx's the MBB they representChris Lattner2004-01-301-0/+10
* Make LiveVariables::HandlePhysRegUse andAlkis Evlogimenos2004-01-111-2/+3
* Add TwoAddressInstructionPass to handle instructions that have two orAlkis Evlogimenos2003-12-181-12/+56
* Ignore non-allocatable physical registers in live interval analysis.Alkis Evlogimenos2003-12-131-0/+4
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Remove a ton of extraneous #includesChris Lattner2003-06-221-1/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+1
* Beef up interface, move getVarInfo out-of-line.Chris Lattner2003-05-121-12/+39
* Expand API for updating live var info.Chris Lattner2003-05-121-8/+39
* Add comments, add a vector to keep track of which registers are allocatableChris Lattner2003-05-071-5/+19
* Add new filesChris Lattner2003-01-131-0/+131