index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
RegAlloc
/
PhyRegAlloc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move AllocInfo structure to a private AllocInfo.h header file.
Brian Gaeke
2003-10-23
1
-48
/
+15
*
* Fix order of #include files
Misha Brukman
2003-10-23
1
-12
/
+12
*
Don't worry about converting each function's reg. alloc. state into One Big
Brian Gaeke
2003-10-22
1
-20
/
+21
*
Doxygenify method comments.
Brian Gaeke
2003-10-22
1
-207
/
+154
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
include passes.h which defines the interface this file exposes
Chris Lattner
2003-09-30
1
-4
/
+4
*
Update head-of-file comment.
Brian Gaeke
2003-09-24
1
-1
/
+10
*
Untabify tabs in stuff I've recently added.
Brian Gaeke
2003-09-24
1
-3
/
+150
*
Use getRegClassID() instead of getRegClass()->getID(), since it's there.
Brian Gaeke
2003-09-24
1
-17
/
+15
*
Move getAnalysisUsage method from header to .cpp file. Add a normal file
Chris Lattner
2003-09-23
1
-0
/
+6
*
Use C++ math header instead of C version.
Brian Gaeke
2003-09-21
1
-1
/
+1
*
Rearrange #includes ... since there are fewer now I guess it's a win.
Brian Gaeke
2003-09-21
1
-2
/
+2
*
I tried to standardize the formatting and tidy up the huge amount of
Brian Gaeke
2003-09-21
1
-196
/
+30
*
Convert PhyRegAlloc into a proper pass.
Brian Gaeke
2003-09-21
1
-116
/
+70
*
Fix typo in comment. Take out some random whitespace.
Brian Gaeke
2003-09-16
1
-4
/
+1
*
Fixed spelling and grammar.
Misha Brukman
2003-09-11
1
-14
/
+14
*
PhyRegAlloc.h got moved to lib/CodeGen/RegAlloc
Chris Lattner
2003-09-01
1
-1
/
+1
*
Move IGNode from public include directory to here. Minor cleanups like addin...
Chris Lattner
2003-09-01
1
-54
/
+51
*
Factory methods for function passes now return type FunctionPass *.
Brian Gaeke
2003-08-14
1
-1
/
+1
*
For instructions in a delay slot of another instruction,
Vikram S. Adve
2003-08-12
1
-12
/
+16
*
Use a new local data structure instead of the MachineInstr::regsUsed set
Chris Lattner
2003-08-05
1
-8
/
+7
*
Physical registers no longer live in the regsUsed set for each machine instr
Chris Lattner
2003-08-05
1
-18
/
+30
*
1. Bug fix: Don't use branch operand reg. as temp. reg. when
Vikram S. Adve
2003-07-29
1
-81
/
+326
*
Making this code const-correct would be a pain, so I'll hack it.
Chris Lattner
2003-07-26
1
-1
/
+1
*
(1) Change the way unused regs. are marked and found to consider regType
Vikram S. Adve
2003-07-25
1
-79
/
+77
*
Several fixes to handling of int CC register:
Vikram S. Adve
2003-07-10
1
-8
/
+10
*
Minor beautification: fold a couple of lines of code.
Vikram S. Adve
2003-07-02
1
-3
/
+2
*
Extensive changes to the way code generation occurs for function
Vikram S. Adve
2003-05-31
1
-137
/
+175
*
(1) Added special register class containing (for now) %fsr.
Vikram S. Adve
2003-05-27
1
-13
/
+11
*
Adjust to new interfaces
Chris Lattner
2003-01-15
1
-3
/
+3
*
#include RegClass.h explicitly
Chris Lattner
2003-01-15
1
-1
/
+2
*
Use buildmi not MI ctor directly
Chris Lattner
2003-01-15
1
-3
/
+2
*
Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...
Chris Lattner
2003-01-14
1
-1
/
+1
*
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-14
1
-1
/
+1
*
Rename MachineFrameInfo to TargetFrameInfo.h
Chris Lattner
2002-12-28
1
-1
/
+1
*
Frame info moved out of MachineFunction into a seperate object
Chris Lattner
2002-12-28
1
-6
/
+7
*
Use higher level methods, don't use TargetInstrDescriptors directly!
Chris Lattner
2002-10-29
1
-2
/
+2
*
Add #includes that were eliminated from headers
Chris Lattner
2002-10-29
1
-0
/
+1
*
Eliminate usage of MachineBasicBlock::get
Chris Lattner
2002-10-28
1
-81
/
+65
*
Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT...
Chris Lattner
2002-10-28
1
-11
/
+11
*
Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInst...
Chris Lattner
2002-10-28
1
-0
/
+1
*
*** empty log message ***
Chris Lattner
2002-10-28
1
-1
/
+0
*
*** empty log message ***
Chris Lattner
2002-10-28
1
-20
/
+20
*
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-28
1
-3
/
+3
*
- Two minor improvements to the MachineInstr class to reduce footprint and
Chris Lattner
2002-10-22
1
-9
/
+8
*
Major bug fix: spill code for an instruction in a delay slot was
Vikram S. Adve
2002-10-11
1
-11
/
+73
*
Fixed incorrect assertion: spill code for function ptr should be
Vikram S. Adve
2002-09-28
1
-3
/
+4
*
RegAllocCommon no longer includes CommandLine.h so we have to include it
Chris Lattner
2002-09-15
1
-0
/
+1
*
Break RA_DEBUG option into several levels to get better control over
Vikram S. Adve
2002-09-14
1
-64
/
+55
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
1
-9
/
+4
[next]