index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
RegAlloc
/
PhyRegAlloc.h
Age
Commit message (
Expand
)
Author
2004-01-09
Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specific
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-10
Operand numbers are now ints. Save the register allocation of the value
Brian Gaeke
2003-10-24
Publicize the type of FnAllocState.
Brian Gaeke
2003-10-23
Make FnAllocState contain vectors of AllocInfo, instead of LLVM Constants.
Brian Gaeke
2003-10-23
* Fix order of #include files
Misha Brukman
2003-10-22
Change the type of FnAllocState.
Brian Gaeke
2003-10-22
Add prototype for verifySavedState().
Brian Gaeke
2003-10-21
Added LLVM copyright header.
John Criswell
2003-09-24
Untabify tabs in stuff I've recently added.
Brian Gaeke
2003-09-23
Move getAnalysisUsage method from header to .cpp file. Add a normal file
Chris Lattner
2003-09-21
Erase now-unused prototypes.
Brian Gaeke
2003-09-21
Standardize the names of include guards.
Brian Gaeke
2003-09-21
I tried to standardize the formatting and tidy up the huge amount of
Brian Gaeke
2003-09-21
Convert PhyRegAlloc into a proper pass.
Brian Gaeke
2003-09-16
Edit comment for accuracy
Brian Gaeke
2003-09-01
LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directory
Chris Lattner
2003-08-05
Add a map
Chris Lattner
2003-08-05
Minor cleanups
Chris Lattner
2003-07-29
Code to insert caller-saves moved here from SparcRegInfo: it is now
Vikram S. Adve
2003-07-25
Remove unused field. Change the way unused regs. are marked and
Vikram S. Adve
2003-05-31
Minor changes.
Vikram S. Adve
2003-01-15
Remvoe dependency on RegClass.h
Chris Lattner
2002-12-29
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-10-29
Remove #include, misleading comment, and a typedef used only once
Chris Lattner
2002-10-28
Rename some regalloc fields
Chris Lattner
2002-10-28
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-07-08
getUsableUniRegAtMI interface simplified slightly.
Vikram S. Adve
2002-05-20
Don't lose namespace qualifications on previous patch.
Chris Lattner
2002-05-19
InstrnsBefore and InstrnsAfter are now vectors instead of deques.
Vikram S. Adve
2002-04-28
Include appropriate file
Chris Lattner
2002-04-28
Remove all contents of the cfg namespace to the global namespace
Chris Lattner
2002-04-27
s/Method/Function
Chris Lattner
2002-04-25
Don't record instructions for copying method arguments in the
Vikram S. Adve
2002-04-09
Convert AddedInstrMapType to contain AddedInstrns by value instead of by
Chris Lattner
2002-04-08
s/Method/Function
Chris Lattner
2002-03-18
Big bug fix: getUsableUniRegAtMI needed to return values in arguments
Vikram S. Adve
2002-02-05
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-04
Switch register allocator over to using LoopInfo directly instead of indirect...
Chris Lattner
2002-02-04
Make #include "llvm/Analysis/LoopDepth.h" be an internal artifact of how regi...
Chris Lattner
2002-02-04
* Minor cleanups
Chris Lattner
2002-02-03
Add a class forward decl
Chris Lattner
2002-01-31
LoopDepth calculation is now in CFG namespace
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-07
Added comments, destructors where necessary.
Ruchira Sasanka
2001-11-15
Changed some names of methods, added const etc.
Ruchira Sasanka
2001-11-14
Added support method for setting interference for pseudo instructions
Ruchira Sasanka
2001-11-08
Add method decl
Chris Lattner
2001-11-08
Removed class RegStackOffsets and used class MachineCodeForMethod
Vikram S. Adve
2001-11-03
Added support for correct spilling of %ccr
Ruchira Sasanka
[next]