index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMInstrFormats.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM NEON assembly parsing and encoding for VDUP(scalar).
Jim Grosbach
2011-10-07
1
-1
/
+0
*
ARM assembly parsing and encoding for VMRS/FMSTAT.
Jim Grosbach
2011-10-03
1
-0
/
+4
*
Port more encoding tests to decoding tests, and correct an improper Thumb2 pr...
Owen Anderson
2011-09-12
1
-0
/
+4
*
Thumb2 assembly parsing and encoding for LDRD(immediate).
Jim Grosbach
2011-09-08
1
-9
/
+8
*
Thumb2 assembly parsing and encoding for LDR post-indexed.
Jim Grosbach
2011-09-08
1
-3
/
+3
*
Thumb2 assembly parsing and encoding for LDR pre-indexed w/ writeback.
Jim Grosbach
2011-09-08
1
-6
/
+36
*
Fix Thumb2 decoding of CPS instructions to mirror ARM decoding of the same in...
Owen Anderson
2011-08-23
1
-1
/
+0
*
Reject invalid imod values in t2CPS instructions.
Owen Anderson
2011-08-22
1
-0
/
+1
*
Clean up predicates on ARM target instruction aliases.
Jim Grosbach
2011-08-22
1
-0
/
+11
*
Thumb assembly parsing and encoding for MOV.
Jim Grosbach
2011-08-19
1
-1
/
+1
*
Tidy up. Tab character.
Jim Grosbach
2011-08-19
1
-1
/
+1
*
Tab characters.
Jim Grosbach
2011-08-19
1
-2
/
+2
*
Separate out Thumb1 instructions that need an S bit operand from those that d...
Owen Anderson
2011-08-16
1
-0
/
+1
*
ARM thumb assembly parsing for arithmetic flag setting instructions.
Jim Grosbach
2011-08-16
1
-0
/
+6
*
Specify a necessary fixed bit for VLD3DUP, and otherwise rearrange the Thumb2...
Owen Anderson
2011-08-15
1
-2
/
+4
*
Remove dead classes.
Owen Anderson
2011-08-15
1
-33
/
+0
*
Update comment to reflect MC target machine refactor.
Jim Grosbach
2011-08-15
1
-1
/
+1
*
Fix decoding of ARM-mode STRH.
Owen Anderson
2011-08-12
1
-0
/
+1
*
Tidy up. Remove unused template parameter.
Jim Grosbach
2011-08-11
1
-1
/
+1
*
ARM STRD assembly parsing and encoding.
Jim Grosbach
2011-08-11
1
-29
/
+0
*
Continue to tighten decoding by performing more operand validation.
Owen Anderson
2011-08-11
1
-0
/
+1
*
Add initial support for decoding NEON instructions in Thumb2 mode.
Owen Anderson
2011-08-10
1
-2
/
+4
*
Replace the existing ARM disassembler with a new one based on the FixedLenDec...
Owen Anderson
2011-08-09
1
-0
/
+14
*
Fix broken encodings for the Thumb2 LDRD/STRD instructions.
Owen Anderson
2011-08-04
1
-0
/
+21
*
ARM refactoring assembly parsing of memory address operands.
Jim Grosbach
2011-08-03
1
-38
/
+7
*
Split am2offset into register addend and immediate addend forms, necessary fo...
Owen Anderson
2011-07-26
1
-3
/
+22
*
ARM fix for LDREX source register encoding.
Jim Grosbach
2011-07-26
1
-2
/
+2
*
ARM assembly parsing and encoding for SWP[B] instructions.
Jim Grosbach
2011-07-26
1
-3
/
+3
*
Clean up the ARM asm parser a bit.
Jim Grosbach
2011-07-26
1
-1
/
+1
*
More simple cleanup of ARM asm operand definitions.
Jim Grosbach
2011-07-25
1
-27
/
+9
*
Make assembly parser method names more consistent.
Jim Grosbach
2011-07-25
1
-3
/
+3
*
ARM assembly parsing and encoding for SETEND instruction.
Jim Grosbach
2011-07-22
1
-0
/
+5
*
Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n...
Owen Anderson
2011-07-21
1
-1
/
+2
*
ARM assembly parsing and encoding for PKHBT and PKHTB instructions.
Jim Grosbach
2011-07-21
1
-0
/
+10
*
ARM PKH shift ammount operand printing tweaks.
Jim Grosbach
2011-07-20
1
-2
/
+6
*
Tidy up a bit.
Jim Grosbach
2011-07-20
1
-0
/
+3
*
ARM: Tidy up representation of PKH instruction.
Jim Grosbach
2011-07-20
1
-2
/
+2
*
Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...
Owen Anderson
2011-07-19
1
-2
/
+11
*
Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...
Owen Anderson
2011-07-13
1
-110
/
+99
*
Parameterize away the ARM T1Cop class.
Jim Grosbach
2011-07-13
1
-7
/
+2
*
Fix predicates for Thumb co-processor instructions.
Jim Grosbach
2011-07-13
1
-8
/
+6
*
Use TableGen'erated pseudo lowering for ARM.
Jim Grosbach
2011-07-08
1
-0
/
+19
*
Mark ARM pseudo-instructions as isPseudo.
Jim Grosbach
2011-07-06
1
-5
/
+3
*
Make the branch encoding for tBcc more obvious that it's a 4-byte opcode
Eric Christopher
2011-05-27
1
-0
/
+4
*
80 columns.
Jim Grosbach
2011-05-19
1
-9
/
+12
*
Add a few ARM coprocessor intrinsics. Testcases included
Bruno Cardoso Lopes
2011-05-03
1
-0
/
+8
*
Fix a bug in the disassembly of VGETLNs8 where the lane index was wrong.
Johnny Chen
2011-04-06
1
-0
/
+2
*
- Implement asm parsing support for LDRSBT, LDRHT, LDRSHT and STRHT
Bruno Cardoso Lopes
2011-04-04
1
-0
/
+41
*
Apply again changes to support ARM memory asm parsing. I removed
Bruno Cardoso Lopes
2011-03-31
1
-0
/
+18
*
Revert r128632 again, until I figure out what break the tests
Bruno Cardoso Lopes
2011-03-31
1
-6
/
+6
[next]