aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* ARM refactor simple immediate asm operand render methods.Jim Grosbach2011-11-121-60/+0
* ARM vldm and vstm VFP instructions can take a data type suffix.Jim Grosbach2011-11-111-0/+22
* Nuke no longer accurate comment.Jim Grosbach2011-11-111-3/+0
* ARM allow Q registers in vldm/vstm register lists.Jim Grosbach2011-11-111-27/+45
* Thumb2 ldm/stm updating w/ one register in the list are LDR/STR.Jim Grosbach2011-11-101-0/+32
* ARM let processInstruction() tranforms chain.Jim Grosbach2011-11-101-15/+37
* Thumb2 parsing for push/pop w/ hi registers in the reglist.Jim Grosbach2011-11-101-2/+32
* Thumb1 diagnostics for reglist on PUSH/POP fix.Jim Grosbach2011-11-101-2/+2
* Thumb MUL assembly parsing for 3-operand form.Jim Grosbach2011-11-101-7/+9
* ARM .thumb_func directive for quoted symbol names.Jim Grosbach2011-11-101-3/+3
* ARM assembly parsing for LSR/LSL/ROR(immediate).Jim Grosbach2011-11-101-5/+32
* ARM assembly parsing for ASR(immediate).Jim Grosbach2011-11-101-0/+15
* Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-062-13/+7
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+24
* ARM label operands can be quoted.Jim Grosbach2011-11-011-0/+1
* ARM label operands can have an optional '#' before them.Jim Grosbach2011-11-011-6/+4
* ARM VLD/VST assembly parsing for symbolic address operands.Jim Grosbach2011-11-011-1/+15
* ARM VST1 w/ writeback assembly parsing and encoding.Jim Grosbach2011-10-311-0/+34
* ARM mode 'mov' to 'mvn' assembler alias.Jim Grosbach2011-10-281-0/+16
* Add Thumb2 alias for "mov Rd, #imm" to "mvn Rd, #~imm".Jim Grosbach2011-10-281-0/+16
* ARM Allow 'q' registers in VLD/VST vector lists.Jim Grosbach2011-10-281-4/+47
* Thumb2 ldr pc-relative encoding fixes.Jim Grosbach2011-10-261-6/+0
* ARM parse parenthesized expressions for label references.Jim Grosbach2011-10-261-0/+1
* ARM assembly parsing and encoding for VLD1 w/ writeback.Jim Grosbach2011-10-241-0/+34
* Move various generated tables into read-only memory, fixing up const correctn...Benjamin Kramer2011-10-221-8/+9
* Assembly parsing for 2-register sequential variant of VLD2.Jim Grosbach2011-10-211-0/+14
* Assembly parsing for 4-register variant of VLD1.Jim Grosbach2011-10-211-0/+12
* Assembly parsing for 3-register variant of VLD1.Jim Grosbach2011-10-211-0/+12
* ARM VLD parsing and encoding.Jim Grosbach2011-10-211-0/+12
* Don't automatically set the "fc" bits on MSR instructions if the user didn't ...Owen Anderson2011-10-211-3/+7
* Nuke an #if0 that got accidentally left in.Jim Grosbach2011-10-211-31/+0
* ARM VTBL (one register) assembly parsing and encoding.Jim Grosbach2011-10-181-0/+84
* ARM assembly parsing and encoding for VMOV.i64.Jim Grosbach2011-10-181-0/+25
* ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i32.Jim Grosbach2011-10-181-0/+59
* ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i16.Jim Grosbach2011-10-171-0/+23
* Tidy up.Jim Grosbach2011-10-171-1/+0
* ARM NEON "vmov.i8" immediate assembly parsing and encoding.Jim Grosbach2011-10-171-1/+37
* Removed set, but unused variables.Chad Rosier2011-10-171-2/+0
* Thumb2 assembly parsing and encoding for LDC/STC.Jim Grosbach2011-10-121-2/+4
* ARM parsing and encoding for the <option> form of LDC/STC instructions.Jim Grosbach2011-10-121-5/+66
* ARM assembly parsing and encoding for LDC{2}{L}/STC{2}{L} instructions.Jim Grosbach2011-10-111-2/+24
* ARM parse alignment specifier for NEON load/store instructions.Jim Grosbach2011-10-111-29/+91
* ARM Rename operand sub-structure 'Mem' to 'Memory' for a bit more clarity.Jim Grosbach2011-10-111-113/+113
* Simplify operand Kind checks a bit.Jim Grosbach2011-10-101-20/+20
* ARM NEON assembly parsing and encoding for VDUP(scalar).Jim Grosbach2011-10-071-0/+119
* ARM prefix asmparser operand kind enums for readability.Jim Grosbach2011-10-071-172/+172
* Improve ARM assembly parser diagnostic for unexpected tokens.Jim Grosbach2011-10-071-1/+2
* Support a valid, but not very useful, encoding of CPSIE where none of the AIF...Owen Anderson2011-10-051-12/+16
* ARM assembly parsing and encoding for VMOV immediate.Jim Grosbach2011-10-031-0/+76
* ARM parsing/encoding for VCMP/VCMPE.Jim Grosbach2011-10-031-0/+11