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
Age
Commit message (
Expand
)
Author
2003-10-23
* Eliminate `using' directive
Misha Brukman
2003-10-23
* Fix order of #include files
Misha Brukman
2003-10-23
* Order #includes as per style guide
Misha Brukman
2003-10-23
* Use C++ style comments instead of C-style
Misha Brukman
2003-10-22
Change the type of FnAllocState.
Brian Gaeke
2003-10-22
Don't worry about converting each function's reg. alloc. state into One Big
Brian Gaeke
2003-10-22
Add prototype for verifySavedState().
Brian Gaeke
2003-10-22
Doxygenify method comments.
Brian Gaeke
2003-10-21
Added LLVM copyright notice.
John Criswell
2003-10-21
Added LLVM copyright header.
John Criswell
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-15
#include vector which we will need here soon
Chris Lattner
2003-09-30
include passes.h which defines the interface this file exposes
Chris Lattner
2003-09-24
Update head-of-file comment.
Brian Gaeke
2003-09-24
Untabify tabs in stuff I've recently added.
Brian Gaeke
2003-09-24
Use getRegClassID() instead of getRegClass()->getID(), since it's there.
Brian Gaeke
2003-09-24
Remove some unused methods of class IGNode.
Brian Gaeke
2003-09-23
Move getAnalysisUsage method from header to .cpp file. Add a normal file
Chris Lattner
2003-09-21
Use C++ math header instead of C version.
Brian Gaeke
2003-09-21
Erase now-unused prototypes.
Brian Gaeke
2003-09-21
Rearrange #includes ... since there are fewer now I guess it's a win.
Brian Gaeke
2003-09-21
Standardize the names of include guards.
Brian Gaeke
2003-09-21
Standardize the names of include guards.
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
Fix typo in comment. Take out some random whitespace.
Brian Gaeke
2003-09-16
Edit comment for accuracy
Brian Gaeke
2003-09-15
Fix typos in comments.
Brian Gaeke
2003-09-11
Fixed spelling and grammar.
Misha Brukman
2003-09-01
LiveRange.h is now in lib/CodeGen/RegAlloc
Chris Lattner
2003-09-01
LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directory
Chris Lattner
2003-09-01
PhyRegAlloc.h got moved to lib/CodeGen/RegAlloc
Chris Lattner
2003-09-01
Move IGNode from public include directory to here. Minor cleanups like addin...
Chris Lattner
2003-08-21
The word `dependent' has no `a'.
Misha Brukman
2003-08-14
Factory methods for function passes now return type FunctionPass *.
Brian Gaeke
2003-08-12
For instructions in a delay slot of another instruction,
Vikram S. Adve
2003-08-05
Use a new local data structure instead of the MachineInstr::regsUsed set
Chris Lattner
2003-08-05
Add a map
Chris Lattner
2003-08-05
Minor cleanups
Chris Lattner
2003-08-05
Physical registers no longer live in the regsUsed set for each machine instr
Chris Lattner
2003-07-29
1. Bug fix: Don't use branch operand reg. as temp. reg. when
Vikram S. Adve
2003-07-29
Add const version of getLiveRangeForValue().
Vikram S. Adve
2003-07-29
Code to insert caller-saves moved here from SparcRegInfo: it is now
Vikram S. Adve
2003-07-26
Making this code const-correct would be a pain, so I'll hack it.
Chris Lattner
2003-07-26
Remove extraneous #includes
Chris Lattner
2003-07-25
(1) Change the way unused regs. are marked and found to consider regType
Vikram S. Adve
2003-07-25
Remove unused field. Change the way unused regs. are marked and
Vikram S. Adve
2003-07-10
isMarkedForSpill() should be const.
Vikram S. Adve
[next]