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
/
ARM
/
ARMRegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remember if LR register has been spilled in this function.
Evan Cheng
2007-01-29
1
-1
/
+5
*
Represent tADDspi and tSUBspi as two-address instructions.
Evan Cheng
2007-01-26
1
-1
/
+1
*
I am an idiot.
Evan Cheng
2007-01-25
1
-1
/
+1
*
PEI is now responsible for adding MaxCallFrameSize to frame size and align th...
Evan Cheng
2007-01-23
1
-15
/
+0
*
hasFP() is now a virtual method of MRegisterInfo.
Evan Cheng
2007-01-23
1
-1
/
+1
*
Round up stack to multiple of alignment only if it's a leaf function without ...
Evan Cheng
2007-01-20
1
-4
/
+7
*
Prologue and epilogue bugs for non-Darwin targets.
Evan Cheng
2007-01-20
1
-22
/
+46
*
Clean up ARM PEI code.
Evan Cheng
2007-01-20
1
-79
/
+65
*
isDarwin -> isTargetDarwin
Evan Cheng
2007-01-19
1
-3
/
+3
*
ARM backend contribution from Apple.
Evan Cheng
2007-01-19
1
-124
/
+904
*
Don't add or sub zero to sp.
Lauro Ramos Venancio
2007-01-12
1
-6
/
+10
*
Build constants using instructions mov/orr or mvn/eor.
Lauro Ramos Venancio
2007-01-12
1
-69
/
+6
*
Fix naming inconsistency.
Evan Cheng
2007-01-02
1
-6
/
+6
*
macros -> Inline functions
Rafael Espindola
2006-12-18
1
-9
/
+13
*
Avoid creating invalid sub/add instructions on the prolog/epilog
Rafael Espindola
2006-12-14
1
-10
/
+86
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-1
/
+0
*
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-27
1
-16
/
+18
*
implement load effective address similar to the alpha backend
Rafael Espindola
2006-11-09
1
-4
/
+4
*
initial implementation of addressing mode 2
Rafael Espindola
2006-11-08
1
-9
/
+9
*
add support for calling functions when the caller has variable sized objects
Rafael Espindola
2006-10-31
1
-1
/
+19
*
initial support for frame pointers
Rafael Espindola
2006-10-26
1
-4
/
+37
*
add the immediate to the Offset in eliminateFrameIndex
Rafael Espindola
2006-10-17
1
-2
/
+2
*
add FCPYS and FCPYD
Rafael Espindola
2006-10-17
1
-3
/
+11
*
fix the stack alignment
Rafael Espindola
2006-10-06
1
-0
/
+3
*
add shifts to addressing mode 1
Rafael Espindola
2006-09-13
1
-4
/
+8
*
partial implementation of the ARM Addressing Mode 1
Rafael Espindola
2006-09-11
1
-4
/
+4
*
Completely eliminate def&use operands. Now a register operand is EITHER a
Chris Lattner
2006-09-05
1
-2
/
+2
*
add a "load effective address"
Rafael Espindola
2006-08-17
1
-1
/
+2
*
Declare the callee saved regs
Rafael Espindola
2006-08-16
1
-8
/
+10
*
correctly set LocalAreaOffset of TargetFrameInfo
Rafael Espindola
2006-08-09
1
-5
/
+0
*
fix the spill code
Rafael Espindola
2006-08-09
1
-7
/
+9
*
fix the loading of the link register in emitepilogue
Rafael Espindola
2006-08-09
1
-1
/
+3
*
change the addressing mode of the str instruction to reg+imm
Rafael Espindola
2006-08-08
1
-4
/
+2
*
initial support for variable number of arguments
Rafael Espindola
2006-08-08
1
-8
/
+17
*
implemented sub
Rafael Espindola
2006-07-21
1
-3
/
+8
*
initial prologue and epilogue implementation. Need to define add and sub befo...
Rafael Espindola
2006-07-18
1
-0
/
+20
*
add the memri memory operand
Rafael Espindola
2006-07-11
1
-8
/
+18
*
create the raddr addressing mode that matches any register and the frame index
Rafael Espindola
2006-07-10
1
-1
/
+1
*
handle the "mov reg1, reg2" case in isMoveInstr
Rafael Espindola
2006-06-27
1
-1
/
+1
*
initial implementation of ARMRegisterInfo::eliminateFrameIndex
Rafael Espindola
2006-06-18
1
-1
/
+23
*
implement movri
Rafael Espindola
2006-05-18
1
-1
/
+1
*
getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.
Evan Cheng
2006-05-18
1
-0
/
+11
*
added a skeleton of the ARM backend
Rafael Espindola
2006-05-14
1
-0
/
+91