index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMRegisterInfo.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
When using NEON for single-precision FP, the NEON result must be placed in D0...
David Goodwin
2009-08-05
1
-0
/
+8
*
In thumb mode, r7 is used as frame register. This fixes pr4681.
Evan Cheng
2009-08-04
1
-0
/
+11
*
Add VFP3 D registers to the DPR register class.
Evan Cheng
2009-07-29
1
-1
/
+3
*
Fix a obvious copy-n-paste bug.
Evan Cheng
2009-07-22
1
-1
/
+1
*
Model fpscr to prevent fcmped / fcmpezs etc from being deleted.
Evan Cheng
2009-07-20
1
-1
/
+3
*
Fix an obvious copy-and-paste error.
Bob Wilson
2009-07-14
1
-8
/
+8
*
Revert 75309.
Bob Wilson
2009-07-14
1
-106
/
+8
*
Add superclasses of ARM Neon quad registers. The Q2PR class contains pairs of
Bob Wilson
2009-07-10
1
-8
/
+106
*
Add support for ARM's Advanced SIMD (NEON) instruction set.
Bob Wilson
2009-06-22
1
-9
/
+118
*
For Darwin on ARMv6 and newer, make register r9 available for use as a
Bob Wilson
2009-06-22
1
-10
/
+9
*
Remove UseThumbBacktraces. Just check if subtarget is darwin.
Evan Cheng
2009-06-18
1
-2
/
+2
*
The attached patches implement most of the ARM AAPCS-VFP hard float
Anton Korobeynikov
2009-06-08
1
-0
/
+15
*
Changing allocation ordering from r3 ... r0 back to r0 ... r3. The order chan...
Evan Cheng
2009-06-05
1
-5
/
+5
*
PR2985 / <rdar://problem/6584986>
Jim Grosbach
2009-04-07
1
-10
/
+36
*
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
/
+1
*
Use TableGen to emit information for dwarf register numbers.
Anton Korobeynikov
2007-11-11
1
-16
/
+16
*
Added ARM::CPSR to represent ARM CPSR status register.
Evan Cheng
2007-07-05
1
-0
/
+6
*
Specify S registers as D registers' sub-registers.
Evan Cheng
2007-04-20
1
-2
/
+2
*
Change register allocation order to Dale's suggestion.
Evan Cheng
2007-03-08
1
-14
/
+18
*
ARM always use register scavenger. No longer reserves R12.
Evan Cheng
2007-03-07
1
-50
/
+12
*
Make requiresRegisterScavenging determination on a per MachineFunction basis.
Evan Cheng
2007-02-28
1
-8
/
+8
*
Temporary: make R12 available in ARM mode if RegScavenger is being used.
Evan Cheng
2007-02-28
1
-12
/
+53
*
Minor tweak. Allocate r0 to r3 in reverse order, r3 is least likely to be liv...
Evan Cheng
2007-02-27
1
-5
/
+5
*
Comment.
Evan Cheng
2007-01-29
1
-1
/
+1
*
hasFP() is now a virtual method of MRegisterInfo.
Evan Cheng
2007-01-23
1
-1
/
+2
*
Clean up ARM PEI code.
Evan Cheng
2007-01-20
1
-1
/
+2
*
ARM backend contribution from Apple.
Evan Cheng
2007-01-19
1
-103
/
+143
*
initial support for frame pointers
Rafael Espindola
2006-10-26
1
-1
/
+4
*
fix the names of the 64bit fp register
Rafael Espindola
2006-10-02
1
-16
/
+16
*
add floating point registers
Rafael Espindola
2006-09-29
1
-18
/
+94
*
Constify some methods. Patch provided by Anton Vayvod, thanks!
Chris Lattner
2006-08-17
1
-2
/
+2
*
initial implementation of ARMRegisterInfo::eliminateFrameIndex
Rafael Espindola
2006-06-18
1
-1
/
+7
*
added a skeleton of the ARM backend
Rafael Espindola
2006-05-14
1
-0
/
+56