Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
b99bd2b14501fe596de56120d8618042e48509e2
/
lib
/
CodeGen
/
RegAlloc
/
PhyRegAlloc.cpp
6dd98a6
Split RegisterAllocation stuff OUT of Sparc.cpp into a well defined pass
by Chris Lattner
· 24 years ago
dd1e40b
Lots of code cleanups, no functional changes
by Chris Lattner
· 24 years ago
dbe5304
Oops lost a parenthesis somehow :(
by Chris Lattner
· 24 years ago
697954c
Changes to build successfully with GCC 3.02
by Chris Lattner
· 24 years ago
6a3db8c
PhyRegAlloc.cpp: Added temp area resetting before every call
by Ruchira Sasanka
· 24 years ago
4f3eb22
Added destructors and comments. Added correct spill candidate selection logic.
by Ruchira Sasanka
· 24 years ago
7a17675
Renamed inst_const_iterator -> const_inst_iterator
by Chris Lattner
· 24 years ago
f90870f
Commented some popTempArg.. since it leads to a bug
by Ruchira Sasanka
· 24 years ago
ba9d5db
Fixed a bug in setReLRegsUsedByMI
by Ruchira Sasanka
· 24 years ago
f6dfca1
fixed setUsedRegAtMI
by Ruchira Sasanka
· 24 years ago
22ccb1b
Added interference for args in pseudo instructions
by Ruchira Sasanka
· 24 years ago
84dce16
commented out lines printing code after scheduling
by Ruchira Sasanka
· 24 years ago
f221a2e
Fixed a bug concering LR spilling. Earlier, added spilled code was not inserted
by Ruchira Sasanka
· 24 years ago
e85f233
Do the same for allocating spills to get their alignment right too.
by Vikram S. Adve
· 24 years ago
00521d7
When allocating space on stack for writing a register,
by Vikram S. Adve
· 24 years ago
65480b7
Changed code to ignore Phi Nodes in PhyRegAlloc
by Ruchira Sasanka
· 24 years ago
ad14009
No major change
by Ruchira Sasanka
· 24 years ago
226f1f0
corrected insertCode4Spilled ... bug.
by Ruchira Sasanka
· 24 years ago
5a61d85
Uncommented LR spill code insertion
by Ruchira Sasanka
· 24 years ago
12af164
Removed class RegStackOffsets and used class MachineCodeForMethod
by Vikram S. Adve
· 24 years ago
80b1a1a
Added support for correct spilling of %ccr
by Ruchira Sasanka
· 24 years ago
ef1b0cb
Arranged stack frame - needs furhter organization
by Ruchira Sasanka
· 24 years ago
174bded
Added spill code support; moved insertCallerSaving to SparRegInfo since
by Ruchira Sasanka
· 24 years ago
251d8db
Added support to move "added instructions" after the delay slot
by Ruchira Sasanka
· 24 years ago
c023be2
Use class MachineCodeForMethod to print machine code.
by Vikram S. Adve
· 24 years ago
b3b6f53
Added support for both call/jmpl instructions
by Ruchira Sasanka
· 24 years ago
0e62aa6
Added code to PhyRegAlloc to mark unusable suggested regs
by Ruchira Sasanka
· 24 years ago
958faf3
Corrected call interference bug
by Ruchira Sasanka
· 24 years ago
0fd8dc8
no major change
by Ruchira Sasanka
· 24 years ago
97b8b44
removed some debug messages
by Ruchira Sasanka
· 24 years ago
1b732fd
changed debugg message printing - no change to useful code
by Ruchira Sasanka
· 24 years ago
47c1372
No major change - commented some debug code
by Ruchira Sasanka
· 24 years ago
c4d4b76
Added support for caller saving
by Ruchira Sasanka
· 24 years ago
1e23ed7
Output to cerr rather than cout so that debug info doesn't mess up assembly generation
by Chris Lattner
· 24 years ago
a90e770
updated suggesting/coloring of call & return args & implicit operands.
by Ruchira Sasanka
· 24 years ago
a5ab964
--added suggesting colors; call/ret arg handling
by Ruchira Sasanka
· 24 years ago
045e7c8
Change debug info from #define to command line option
by Chris Lattner
· 24 years ago
4c3aaa4
* REMOVE extraneous debug info if DEBUG_RA is not set * Spell PhyRegAlloc right.
by Chris Lattner
· 24 years ago
[Renamed (98%) from lib/CodeGen/RegAlloc/PhyRegAloc.cpp]
e727f85
-- updated printing
by Ruchira Sasanka
· 24 years ago
7e54503
Remove a copy of a bunch of code
by Chris Lattner
· 24 years ago
137f720
Cast unsigned to int! It was causing a nice little bug.
by Vikram S. Adve
· 24 years ago
6b0a8b5
modified machine code printing
by Ruchira Sasanka
· 24 years ago
0931a01
fixed printing messages
by Ruchira Sasanka
· 24 years ago
8e60479
*** empty log message ***
by Ruchira Sasanka
· 24 years ago