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
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
2002-10-28
*** empty log message ***
Chris Lattner
2002-10-28
*** empty log message ***
Chris Lattner
2002-10-28
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-22
- Two minor improvements to the MachineInstr class to reduce footprint and
Chris Lattner
2002-10-11
Major bug fix: spill code for an instruction in a delay slot was
Vikram S. Adve
2002-09-28
Fixed incorrect assertion: spill code for function ptr should be
Vikram S. Adve
2002-09-15
RegAllocCommon no longer includes CommandLine.h so we have to include it
Chris Lattner
2002-09-14
Break RA_DEBUG option into several levels to get better control over
Vikram S. Adve
2002-08-09
* Removed extraneous #includes
Chris Lattner
2002-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-07-22
*** empty log message ***
Chris Lattner
2002-07-09
changed mem_fun to std::mem_fun
Anand Shukla
2002-07-08
Significant changes to correctly spill CC registers and to correctly
Vikram S. Adve
2002-06-30
Remove tag that just clutters diffs
Chris Lattner
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-23
Convert RegClass::IsColorUsedArr from a dynamically allocated array to
Chris Lattner
2002-05-22
Move debug options out of header files so that the header does not have
Chris Lattner
2002-05-20
Hide debugging options
Chris Lattner
2002-05-19
Numerous bug fixes:
Vikram S. Adve
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-28
Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes
Chris Lattner
2002-04-27
s/Method/Function
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
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
[next]