index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
PowerPC
/
PowerPCRegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targets
Misha Brukman
2004-08-10
1
-26
/
+26
*
Fix stack size processing now that the return address isn't an implied
Reid Spencer
2004-08-09
1
-2
/
+4
*
Changes commited for Nate Begeman:
Chris Lattner
2004-08-06
1
-71
/
+37
*
* Temporarily suspend LR save/restore optimization as it is not quite correct
Misha Brukman
2004-07-30
1
-11
/
+21
*
Remove empty unused method processFunctionBeforeFrameFinalized()
Misha Brukman
2004-07-27
1
-6
/
+0
*
Save and restore LR just like any other register and ONLY if we actually modify
Misha Brukman
2004-07-27
1
-11
/
+20
*
Do not store the stack pointer if the stack size is 0.
Misha Brukman
2004-07-26
1
-8
/
+14
*
Fix subtracting values > 2^15 in the prologue/epilogue, by Nate Begeman.
Misha Brukman
2004-07-26
1
-4
/
+20
*
Use addSImm() instead of addImm() for stack offsets, which may be negative.
Misha Brukman
2004-07-21
1
-3
/
+3
*
Fix stack frame layout in prologue/epilogue. Patch courtesy of Nate Begeman.
Misha Brukman
2004-07-20
1
-18
/
+11
*
* Store all non-volatile int registers R13-31 on the stack, restore on exit
Misha Brukman
2004-07-16
1
-9
/
+11
*
Delete the allocate*TargetMachine function, which is now dead.
Chris Lattner
2004-07-11
1
-1
/
+1
*
Add compilability
Chris Lattner
2004-07-11
1
-0
/
+1
*
Read/write the offset value for stack-relative loads via correct instr operand.
Misha Brukman
2004-07-09
1
-7
/
+5
*
Add FIXME notes for spilling int/fp regs (need to calculate stack space).
Misha Brukman
2004-07-02
1
-0
/
+2
*
* Follow the PowerPC convention of leaving 24 bytes for linking on the stack.
Misha Brukman
2004-07-01
1
-2
/
+5
*
Always assume a function may have calls because the printer may add `bl' to get
Misha Brukman
2004-06-30
1
-2
/
+8
*
Set up the prologue and epilogue to be more like the manual and GCC output.
Misha Brukman
2004-06-29
1
-11
/
+8
*
* Fix saving LR in function prologue
Misha Brukman
2004-06-29
1
-7
/
+12
*
Convert tabs to spaces.
Misha Brukman
2004-06-25
1
-31
/
+32
*
Use DEBUG() guard for printing out debug info.
Misha Brukman
2004-06-24
1
-1
/
+3
*
* Tabs to spaces
Misha Brukman
2004-06-24
1
-124
/
+125
*
Spell out `NoFramePointerElim'.
Misha Brukman
2004-06-21
1
-1
/
+1
*
Use the common `NoFPElim' setting instead of our own.
Misha Brukman
2004-06-21
1
-6
/
+2
*
Type::getPrimitiveID() -> getTypeID()
Misha Brukman
2004-06-21
1
-1
/
+1
*
Initial revision
Misha Brukman
2004-06-21
1
-0
/
+268