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
/
Target
/
SparcV9
/
RegAlloc
/
PhyRegAlloc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert to the new TargetMachine interface.
Chris Lattner
2004-06-02
1
-18
/
+18
*
Reduce the amount of LLVM Values for which we save reg. allocator
Brian Gaeke
2004-05-30
1
-9
/
+14
*
Rename verifySavedState to dumpSavedState. Give it a new comment.
Brian Gaeke
2004-05-30
1
-8
/
+10
*
Changes to fix up the inst_iterator to pass to boost iterator checks. This
Chris Lattner
2004-04-27
1
-4
/
+4
*
MBB::remove should not modify the iterator passed in
Chris Lattner
2004-03-31
1
-1
/
+1
*
Don't warn about a null live range if the Value is a ConstantIntegral.
Brian Gaeke
2004-03-29
1
-1
/
+1
*
Get rid of the abort in PhyRegAlloc::finishSavingState().
Brian Gaeke
2004-03-11
1
-5
/
+6
*
In PhyRegAlloc::saveState(), dump Arguments' saved-state, and try to
Brian Gaeke
2004-03-11
1
-10
/
+30
*
Move all the SaveState options and stuff inton one spot at the top of the file.
Brian Gaeke
2004-03-10
1
-8
/
+10
*
Only call verifySavedState if SaveRegAllocState is set AND debugging flag is on.
Brian Gaeke
2004-03-10
1
-3
/
+4
*
Save argument list alloc state by recording it as the operands of Instruction
Brian Gaeke
2004-03-08
1
-2
/
+10
*
Move the private MachineInstrAnnot.h into a private directory.
Chris Lattner
2004-02-29
1
-1
/
+1
*
FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar
Brian Gaeke
2004-02-24
1
-1
/
+1
*
Use newly added next() and prior() utility functions.
Alkis Evlogimenos
2004-02-14
1
-5
/
+3
*
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-13
1
-3
/
+2
*
Remove this MachineOpCodeFlags assertion - its test can never be false.
Brian Gaeke
2004-02-12
1
-2
/
+0
*
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-12
1
-45
/
+36
*
MachineInstr::getOpCode() --> getOpcode() in SPARC back-end.
Brian Gaeke
2004-02-11
1
-15
/
+15
*
Add a new (static inline) std::ostream& << AllocInfo& method. Use it.
Brian Gaeke
2004-01-28
1
-6
/
+2
*
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-12-14
1
-8
/
+7
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Fix problems linking against the reoptimizer; _llvm_regAllocState must have
Brian Gaeke
2003-11-10
1
-2
/
+2
*
Operand numbers are now ints. Save the register allocation of the value
Brian Gaeke
2003-11-10
1
-27
/
+34
*
Update verifySavedState()'s comment, so that it reflects its current
Brian Gaeke
2003-11-04
1
-1
/
+3
*
Add comments.
Brian Gaeke
2003-11-04
1
-0
/
+4
*
Include llvm/CodeGen/MachineCodeForInstruction.h. Use it to start
Brian Gaeke
2003-10-30
1
-6
/
+29
*
Publicize the type of FnAllocState.
Brian Gaeke
2003-10-24
1
-0
/
+11
*
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
[next]