index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMMachineFunctionInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...
Evan Cheng
2010-08-10
1
-2
/
+9
*
Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FP
Daniel Dunbar
2010-08-10
1
-9
/
+2
*
Fix ARM hasFP() semantics. It should return true whenever FP register is
Evan Cheng
2010-08-10
1
-2
/
+9
*
Allow ARM if-converter to be run after post allocation scheduling.
Evan Cheng
2010-06-18
1
-2
/
+10
*
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-17
1
-2
/
+8
*
eliminate the ARMFunctionInfo::Align member, using
Chris Lattner
2010-01-27
1
-10
/
+0
*
Cleanup up unused R3LiveIn tracking.
Jim Grosbach
2009-10-08
1
-10
/
+2
*
Whitespace cleanup. Remove trailing whitespace.
Jim Grosbach
2009-08-11
1
-3
/
+3
*
Use common code for both ARM and Thumb-2 instruction and register info.
David Goodwin
2009-07-08
1
-0
/
+1
*
Add conditional and unconditional thumb-2 branch. Add thumb-2 jump table.
David Goodwin
2009-06-30
1
-1
/
+9
*
Add explicit keywords.
Dan Gohman
2009-06-05
1
-1
/
+1
*
Use ARMFunctionInfo to track number of constpool entries and jumptables.
Evan Cheng
2008-11-08
1
-3
/
+21
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
add Align field, and use when generating function alignment
Dale Johannesen
2007-04-23
1
-2
/
+12
*
- Track which callee-saved registers are spilled.
Evan Cheng
2007-03-01
1
-9
/
+28
*
Switch from std::vector<bool> to BitVector.
Evan Cheng
2007-03-01
1
-12
/
+32
*
In thumb mode, R3 is reserved, but it can be live in to the function. If
Evan Cheng
2007-02-07
1
-2
/
+11
*
- In thumb mode, if size of MachineFunction is >= 2048, force LR to be
Evan Cheng
2007-01-30
1
-7
/
+7
*
Remember if LR register has been spilled in this function.
Evan Cheng
2007-01-29
1
-4
/
+12
*
Getting rid uses of evil std::set<>
Evan Cheng
2007-01-25
1
-15
/
+33
*
Clean up ARM PEI code.
Evan Cheng
2007-01-20
1
-7
/
+7
*
ARM backend contribution from Apple.
Evan Cheng
2007-01-19
1
-0
/
+136