Bob Wilson
|
6db76aaf10
|
Add support for ARM's Advanced SIMD (NEON) instruction set.
This is still a work in progress but most of the NEON instruction set
is supported.
llvm-svn: 73919
|
2009-06-22 23:27:02 +00:00 |
|
Anton Korobeynikov
|
cc8d0058e2
|
Address review comments: add 3 ARM calling conventions.
Dispatch C calling conv. to one of these conventions based on
target triple and subtarget features.
llvm-svn: 73530
|
2009-06-16 18:50:49 +00:00 |
|
Anton Korobeynikov
|
6dbf7b689c
|
Typo
llvm-svn: 73098
|
2009-06-08 22:59:50 +00:00 |
|
Anton Korobeynikov
|
d08df21f36
|
The attached patches implement most of the ARM AAPCS-VFP hard float
ABI. The missing piece is support for putting "homogeneous aggregates"
into registers.
Patch by Sandeep Patel!
llvm-svn: 73095
|
2009-06-08 22:53:56 +00:00 |
|
Bob Wilson
|
c6726ecca5
|
Fix pr4058 and pr4059. Do not split i64 or double arguments between r3 and
the stack. Patch by Sandeep Patel.
llvm-svn: 72106
|
2009-05-19 10:02:36 +00:00 |
|
Bob Wilson
|
1067abd956
|
Remove unnecessary references to f32 types. After specifying that f32
should be bit-converted to i32, it is sufficient to list only i32 in
subsequent definitions.
llvm-svn: 69973
|
2009-04-24 16:55:25 +00:00 |
|
Bob Wilson
|
911e92c7a3
|
Clean up formatting, remove trailing whitespace, fix comment typos and
punctuation. No functional changes.
llvm-svn: 69378
|
2009-04-17 20:35:10 +00:00 |
|
Bob Wilson
|
b8756b00cd
|
Use CallConvLower.h and TableGen descriptions of the calling conventions
for ARM. Patch by Sandeep Patel.
llvm-svn: 69371
|
2009-04-17 19:07:39 +00:00 |
|