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.cpp
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-24
Publicize the type of FnAllocState.
Brian Gaeke
2003-10-23
Move AllocInfo structure to a private AllocInfo.h header file.
Brian Gaeke
2003-10-23
* Fix order of #include files
Misha Brukman
2003-10-22
Don't worry about converting each function's reg. alloc. state into One Big
Brian Gaeke
2003-10-22
Doxygenify method comments.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
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-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
Rearrange #includes ... since there are fewer now I guess it's a win.
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-11
Fixed spelling and grammar.
Misha Brukman
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-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
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-26
Making this code const-correct would be a pain, so I'll hack it.
Chris Lattner
2003-07-25
(1) Change the way unused regs. are marked and found to consider regType
Vikram S. Adve
2003-07-10
Several fixes to handling of int CC register:
Vikram S. Adve
2003-07-02
Minor beautification: fold a couple of lines of code.
Vikram S. Adve
2003-05-31
Extensive changes to the way code generation occurs for function
Vikram S. Adve
2003-05-27
(1) Added special register class containing (for now) %fsr.
Vikram S. Adve
2003-01-15
Adjust to new interfaces
Chris Lattner
2003-01-15
#include RegClass.h explicitly
Chris Lattner
2003-01-15
Use buildmi not MI ctor directly
Chris Lattner
2003-01-14
Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...
Chris Lattner
2003-01-14
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2002-12-28
Rename MachineFrameInfo to TargetFrameInfo.h
Chris Lattner
2002-12-28
Frame info moved out of MachineFunction into a seperate object
Chris Lattner
2002-10-29
Use higher level methods, don't use TargetInstrDescriptors directly!
Chris Lattner
2002-10-29
Add #includes that were eliminated from headers
Chris Lattner
2002-10-28
Eliminate usage of MachineBasicBlock::get
Chris Lattner
2002-10-28
Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT...
Chris Lattner
2002-10-28
Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInst...
Chris Lattner
[next]