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
2004-01-09
Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specific
Chris Lattner
2003-12-14
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-10
Fix problems linking against the reoptimizer; _llvm_regAllocState must have
Brian Gaeke
2003-11-10
Operand numbers are now ints. Save the register allocation of the value
Brian Gaeke
2003-11-04
Update verifySavedState()'s comment, so that it reflects its current
Brian Gaeke
2003-11-04
Add comments.
Brian Gaeke
2003-10-30
Include llvm/CodeGen/MachineCodeForInstruction.h. Use it to start
Brian Gaeke
2003-10-30
Make AllocState an enum.
Brian Gaeke
2003-10-24
Publicize the type of FnAllocState.
Brian Gaeke
2003-10-23
Move the implementations of ==, != on AllocInfos here, from UnpackTraceFunction.
Brian Gaeke
2003-10-23
Move AllocInfo structure to a private AllocInfo.h header file.
Brian Gaeke
2003-10-23
Make FnAllocState contain vectors of AllocInfo, instead of LLVM Constants.
Brian Gaeke
2003-10-23
New file, containing AllocInfo structure.
Brian Gaeke
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
[next]