- Dec 24, 2011
-
-
Akira Hatanaka authored
loadRegFromStackSlot. llvm-svn: 147235
-
Akira Hatanaka authored
llvm-svn: 147234
-
Akira Hatanaka authored
llvm-svn: 147232
-
Rafael Espindola authored
llvm-svn: 147231
-
- Dec 23, 2011
-
-
Jakob Stoklund Olesen authored
ARM targets with NEON units have access to aligned vector loads and stores that are potentially faster than unaligned operations. Add support for spilling the callee-saved NEON registers to an aligned stack area using 16-byte aligned NEON loads and store. This feature is off by default, controlled by an -align-neon-spills command line option. llvm-svn: 147211
-
rdar://10620138Bob Wilson authored
My change r146949 added register clobbers to the eh_sjlj_dispatchsetup pseudo instruction, but on Thumb1 some of those registers cannot be used. This caused massive failures on the testsuite when compiling for Thumb1. While fixing that, I noticed that the eh_sjlj_setjmp instruction has a "nofp" variant, and I realized that dispatchsetup needs the same thing, so I have added that as well. llvm-svn: 147204
-
- Dec 22, 2011
-
-
Chad Rosier authored
llvm-svn: 147192
-
Jim Grosbach authored
rdar://10558523 llvm-svn: 147189
-
Bob Wilson authored
Noticed by inspection; I don't have a testcase for this. llvm-svn: 147188
-
Jim Grosbach authored
llvm-svn: 147184
-
Rafael Espindola authored
Fixes PR11214. llvm-svn: 147180
-
Jim Grosbach authored
The value from the operands isn't right yet, but we weren't encoding it at all previously. The parser needs to twiddle the values when building the instruction. Partial for: rdar://10558523 llvm-svn: 147170
-
Jim Grosbach authored
llvm-svn: 147169
-
Jim Grosbach authored
llvm-svn: 147158
-
Rafael Espindola authored
it. It does need some some tests... llvm-svn: 147154
-
Jim Grosbach authored
Just treat it as-if the shift wasn't there at all. 'as' compatibility. rdar://10604767 llvm-svn: 147153
-
Jim Grosbach authored
llvm-svn: 147152
-
Jim Grosbach authored
llvm-svn: 147151
-
Jim Grosbach authored
llvm-svn: 147150
-
Rafael Espindola authored
llvm-svn: 147133
-
Rafael Espindola authored
llvm-svn: 147132
-
Rafael Espindola authored
llvm-svn: 147129
-
Rafael Espindola authored
llvm-svn: 147126
-
Rafael Espindola authored
llvm-svn: 147124
-
Rafael Espindola authored
llvm-svn: 147121
-
Rafael Espindola authored
llvm-svn: 147119
-
Akira Hatanaka authored
ELF relocations. Patch by Jack Carter. llvm-svn: 147118
-
Richard Smith authored
llvm-svn: 147117
-
Rafael Espindola authored
llvm-svn: 147115
-
Jim Grosbach authored
llvm-svn: 147109
-
Jim Grosbach authored
llvm-svn: 147104
-
Jim Grosbach authored
llvm-svn: 147103
-
Jim Grosbach authored
llvm-svn: 147102
-
- Dec 21, 2011
-
-
Jim Grosbach authored
Rather than require the symbol to be explicitly an argument of the directive, allow it to look ahead and grab the symbol from the next non-whitespace line. rdar://10611140 llvm-svn: 147100
-
Jim Grosbach authored
Maps to the RRX instruction. Missed this case earlier. rdar://10615373 llvm-svn: 147096
-
Chad Rosier authored
llvm-svn: 147095
-
Jim Grosbach authored
These map to the ASR, LSR, LSL, ROR instruction definitions. rdar://10615373 llvm-svn: 147094
-
Jakob Stoklund Olesen authored
llvm-svn: 147071
-
Jim Grosbach authored
llvm-svn: 147069
-
Chad Rosier authored
necessary. Please chime in if I'm mistaken. llvm-svn: 147065
-