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
/
AsmParser
/
ARMAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
First steps in ARM AsmParser support for .eabi_attribute and .arch
Jason W Kim
2011-12-20
1
-0
/
+18
*
ARM assembly shifts by zero should be plain 'mov' instructions.
Jim Grosbach
2011-12-20
1
-0
/
+17
*
ARM NEON assembly aliases for VMOV<-->VMVN for i32 immediates.
Jim Grosbach
2011-12-19
1
-0
/
+30
*
ARM assembly parsing and encoding support for LDRD(label).
Jim Grosbach
2011-12-19
1
-0
/
+29
*
ARM VFP pre-UAL mnemonic aliases for fmul[sd].
Jim Grosbach
2011-12-19
1
-1
/
+3
*
ARM VFP pre-UAL mnemonic aliases for fcpy[sd] and fdiv[sd].
Jim Grosbach
2011-12-19
1
-1
/
+1
*
ARM NEON relax parse time diagnostics for alignment specifiers.
Jim Grosbach
2011-12-19
1
-2
/
+5
*
Silence warning.
Jim Grosbach
2011-12-15
1
-1
/
+1
*
ARM NEON two-register double spaced register list parsing support.
Jim Grosbach
2011-12-15
1
-14
/
+49
*
ARM NEON better assembly operand range checking for lane indices of VLD/VST.
Jim Grosbach
2011-12-14
1
-0
/
+20
*
ARM NEON VLD2/VST2 lane indexed assembly parsing and encoding.
Jim Grosbach
2011-12-14
1
-192
/
+349
*
ARM assembler support for the target-specific .req directive.
Jim Grosbach
2011-12-14
1
-1
/
+67
*
Thumb2 assembler aliases for "mov(shifted register)"
Jim Grosbach
2011-12-13
1
-1
/
+38
*
ARM LDM/STM system instruction variants.
Jim Grosbach
2011-12-13
1
-0
/
+8
*
Thumb2 tweak for ccout handling in RSB parsing.
Jim Grosbach
2011-12-13
1
-1
/
+4
*
ARM thumb2 parsing of "rsb rd, rn, #0".
Jim Grosbach
2011-12-13
1
-2
/
+8
*
ARM add some more pre-UAL VFP mnemonics for convenience when porting old code.
Jim Grosbach
2011-12-13
1
-0
/
+1
*
ARM add some more pre-UAL VFP mnemonics for convenience when porting old code.
Jim Grosbach
2011-12-10
1
-1
/
+1
*
ARM add some pre-UAL VFP mnemonics for convenience when porting old code.
Jim Grosbach
2011-12-09
1
-0
/
+9
*
ARM allows '' syntax, not just '#imm' for assembly.
Jim Grosbach
2011-12-09
1
-10
/
+21
*
ARM convenience aliases for VSQRT.
Jim Grosbach
2011-12-08
1
-1
/
+1
*
ARM VSHR implied destination operand form aliases.
Jim Grosbach
2011-12-08
1
-0
/
+32
*
ARM asm parser, just issue a warning for a duplicate reg in a list.
Jim Grosbach
2011-12-08
1
-1
/
+7
*
ARM assembler support for register name aliases.
Jim Grosbach
2011-12-08
1
-2
/
+16
*
ARM NEON two-operand aliases for VSHL(immediate).
Jim Grosbach
2011-12-08
1
-0
/
+8
*
ARM VFP support 'fmrs/fmsr' aliases for 'vldr'
Jim Grosbach
2011-12-08
1
-0
/
+1
*
ARM VFP support 'flds/fldd' aliases for 'vldr'
Jim Grosbach
2011-12-08
1
-1
/
+1
*
ARM assembler aliases for "add Rd, #-imm" to "sub Rd, #imm".
Jim Grosbach
2011-12-08
1
-0
/
+32
*
ARM assembly, allow 'asl' as a synonym for 'lsl' in shifted-register operands.
Jim Grosbach
2011-12-07
1
-1
/
+3
*
ARM support the .arm and .thumb directives for assembly mode switching.
Jim Grosbach
2011-12-07
1
-3
/
+19
*
ARM: NEON SHLL instruction immediate operand range checking.
Jim Grosbach
2011-12-07
1
-0
/
+48
*
Thumb2 encoding choice correction for PLD.
Jim Grosbach
2011-12-06
1
-2
/
+2
*
Tweak ADDrr fix. Bad check for explicit .w
Jim Grosbach
2011-12-05
1
-2
/
+2
*
Thumb2 prefer ADD register encoding T2 to T3 when possible.
Jim Grosbach
2011-12-05
1
-0
/
+20
*
Thumb2 prefer encoding T3 to T4 for ADD/SUB immediate instructions.
Jim Grosbach
2011-12-05
1
-0
/
+18
*
ARM NEON VEXT aliases for data type suffices.
Jim Grosbach
2011-12-02
1
-0
/
+16
*
ARM VST1 single lane assembly parsing.
Jim Grosbach
2011-12-02
1
-4
/
+150
*
ARM VLD1 single lane assembly parsing.
Jim Grosbach
2011-12-02
1
-5
/
+101
*
Clean up aliases for ARM VLD1 single-lane assembly parsing a bit.
Jim Grosbach
2011-12-02
1
-4
/
+32
*
ARM start parsing VLD1 single lane instructions.
Jim Grosbach
2011-12-02
1
-14
/
+97
*
ARM parsing for VLD1 two register all lanes, no writeback.
Jim Grosbach
2011-11-30
1
-0
/
+5
*
ARM parsing aliases for VLD1 single register all lanes.
Jim Grosbach
2011-11-30
1
-3
/
+114
*
Tidy up a bit.
Jim Grosbach
2011-11-29
1
-33
/
+5
*
Clean up debug printing of ARM shifted operands.
Jim Grosbach
2011-11-16
1
-9
/
+6
*
ARM assembly parsing for RRX mnemonic.
Jim Grosbach
2011-11-16
1
-1
/
+14
*
ARM mode aliases for bitwise instructions w/ register operands.
Jim Grosbach
2011-11-16
1
-0
/
+26
*
ARM assembly parsing for register range syntax for VLD/VST register lists.
Jim Grosbach
2011-11-15
1
-2
/
+34
*
ARM accept an immediate offset in memory operands w/o the '#'.
Jim Grosbach
2011-11-15
1
-3
/
+6
*
ARM enclosing curly braces optional on one-register VLD/VST instruction lists.
Jim Grosbach
2011-11-15
1
-2
/
+23
*
Fix typo.
Jim Grosbach
2011-11-15
1
-1
/
+1
[prev]
[next]