index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMCallingConv.td
Age
Commit message (
Expand
)
Author
2011-04-20
ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...
Stuart Hastings
2011-02-28
Support for byval parameters on ARM. Will be enabled by a forthcoming
Stuart Hastings
2010-10-22
Add fastcc cc: pass and return VFP / NEON values in registers. Controlled by ...
Evan Cheng
2010-08-17
fix emacs language spec's, patch by Edmund Grimley-Evans!
Chris Lattner
2010-08-06
Fix eabi calling convention when a 64 bit value shadows r3.
Rafael Espindola
2009-10-27
Correctly align double arguments in the stack.
Rafael Espindola
2009-08-05
Missed pieces for ARM HardFP ABI.
Anton Korobeynikov
2009-06-22
Add support for ARM's Advanced SIMD (NEON) instruction set.
Bob Wilson
2009-06-16
Address review comments: add 3 ARM calling conventions.
Anton Korobeynikov
2009-06-08
Typo
Anton Korobeynikov
2009-06-08
The attached patches implement most of the ARM AAPCS-VFP hard float
Anton Korobeynikov
2009-05-19
Fix pr4058 and pr4059. Do not split i64 or double arguments between r3 and
Bob Wilson
2009-04-24
Remove unnecessary references to f32 types. After specifying that f32
Bob Wilson
2009-04-17
Clean up formatting, remove trailing whitespace, fix comment typos and
Bob Wilson
2009-04-17
Use CallConvLower.h and TableGen descriptions of the calling conventions
Bob Wilson