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
/
ARMTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Thumb add sp, #imm requires the immediate value be multiple of 4. For now,
Evan Cheng
2007-01-31
1
-2
/
+6
*
ARM AAPCS abi (Linux, etc.) requires 8-byte double / long alignment; Mac
Evan Cheng
2007-01-22
1
-2
/
+2
*
Double and Long preferred alignment is 4 for Darwin, 8 for Linux.
Evan Cheng
2007-01-22
1
-1
/
+5
*
Clean up ARM PEI code.
Evan Cheng
2007-01-20
1
-4
/
+1
*
isDarwin -> isTargetDarwin
Evan Cheng
2007-01-19
1
-1
/
+1
*
ARM backend contribution from Apple.
Evan Cheng
2007-01-19
1
-10
/
+21
*
revert previous patch
Rafael Espindola
2006-11-03
1
-2
/
+0
*
add createCFGSimplificationPass to ARMTargetMachine::addInstSelector
Rafael Espindola
2006-11-03
1
-0
/
+2
*
most ARM targets are little endian
Rafael Espindola
2006-10-09
1
-1
/
+1
*
Implement a MachineFunctionPass to fix the mul instruction
Rafael Espindola
2006-09-19
1
-1
/
+6
*
1. Remove condition on delete.
Jim Laskey
2006-09-07
1
-0
/
+7
*
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
2006-09-04
1
-50
/
+6
*
Simplify target construction.
Chris Lattner
2006-09-03
1
-2
/
+1
*
initial support for select
Rafael Espindola
2006-08-21
1
-0
/
+3
*
Declare the callee saved regs
Rafael Espindola
2006-08-16
1
-1
/
+2
*
correctly set LocalAreaOffset of TargetFrameInfo
Rafael Espindola
2006-08-09
1
-1
/
+1
*
Don't pass target name into TargetData anymore, it is never used or needed.
Chris Lattner
2006-06-16
1
-3
/
+1
*
Make all of the TargetMachine subclasses use the new string TargetData methods.
Owen Anderson
2006-05-20
1
-1
/
+1
*
added a skeleton of the ARM backend
Rafael Espindola
2006-05-14
1
-0
/
+99
[prev]