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
*
Renaming for consistency.
Evan Cheng
2009-06-27
1
-6
/
+6
*
Change thumb2 instruction definitions so if-converter so add predicate operan...
Evan Cheng
2009-06-25
1
-7
/
+38
*
Add IsThumb1Only to most 16-bit thumb instructions since we want to isel 32-b...
Evan Cheng
2009-06-23
1
-0
/
+22
*
Initial Thumb2 support. Majority of the work is done by David Goodwin. There are
Evan Cheng
2009-06-23
1
-0
/
+20
*
Add support for ARM's Advanced SIMD (NEON) instruction set.
Bob Wilson
2009-06-22
1
-8
/
+111
*
Handle the rest of pseudo instructions.
Evan Cheng
2008-11-13
1
-29
/
+29
*
Fix pre- and post-indexed load / store encoding bugs.
Evan Cheng
2008-11-13
1
-19
/
+21
*
Consolidate formats; fix FCMPED etc. encodings.
Evan Cheng
2008-11-12
1
-22
/
+19
*
Fix VFP conversion instruction encodings.
Evan Cheng
2008-11-12
1
-19
/
+30
*
Fix FMDRR encoding.
Evan Cheng
2008-11-11
1
-6
/
+15
*
Encode VFP load / store instructions.
Evan Cheng
2008-11-11
1
-60
/
+53
*
Encode VFP conversion instructions.
Evan Cheng
2008-11-11
1
-1
/
+20
*
Encode VFP arithmetic instructions.
Evan Cheng
2008-11-11
1
-2
/
+98
*
Jump table JIT support. Work in progress.
Evan Cheng
2008-11-07
1
-26
/
+2
*
Encode misc arithmetic instructions.
Evan Cheng
2008-11-07
1
-0
/
+8
*
Encode extend instructions; more clean up.
Evan Cheng
2008-11-06
1
-10
/
+20
*
- Improve naming consistency: Branch -> BrFrm, BranchMisc -> BrMiscFrm.
Evan Cheng
2008-11-06
1
-43
/
+13
*
Remove opcode from instruction TS flags; add MOVCC support; fix addrmode3 enc...
Evan Cheng
2008-11-06
1
-126
/
+123
*
Handle smul<x><y>, smulw<y>, smla<x><y>, smlaw<y>.
Evan Cheng
2008-11-06
1
-20
/
+27
*
Fix encoding of multiple instructions with 3 src operands; also handle smmul,...
Evan Cheng
2008-11-06
1
-32
/
+38
*
Encode pic load / store instructions; fix some encoding bugs.
Evan Cheng
2008-11-05
1
-24
/
+40
*
Restructure ARM code emitter to use instruction formats instead of addressing...
Evan Cheng
2008-11-05
1
-38
/
+39
*
LDM_RET restores pc, do not set 's' bit which would restore CPSR from SPSR.
Evan Cheng
2008-11-04
1
-1
/
+0
*
Add binary encoding support for multiply instructions. Some blanks left to fi...
Jim Grosbach
2008-11-03
1
-0
/
+22
*
Update ARM Insn encoding to get endian-ness to match the documentation (31-0 ...
Jim Grosbach
2008-10-14
1
-23
/
+19
*
Fix addrmode1 instruction encodings; fix bx_ret encoding.
Evan Cheng
2008-09-17
1
-7
/
+0
*
Specify instruction encoding using range list to avoid endianess issues.
Evan Cheng
2008-09-17
1
-25
/
+26
*
Revert 56176. All those instruction formats are still needed.
Evan Cheng
2008-09-13
1
-9
/
+20
*
Eliminate unnecessary instruction formats.
Evan Cheng
2008-09-12
1
-20
/
+9
*
Addrmode 1 S bit can be dynamically set. Look for CPSR def.
Evan Cheng
2008-09-12
1
-2
/
+0
*
Control flow instruction encodings.
Evan Cheng
2008-09-01
1
-12
/
+66
*
ldm / stm instruction encodings.
Evan Cheng
2008-09-01
1
-3
/
+25
*
AXI2 and AXI3 instruction encodings.
Evan Cheng
2008-09-01
1
-0
/
+84
*
Reorganize instruction formats again; AXI1 encoding.
Evan Cheng
2008-09-01
1
-34
/
+35
*
addrmode3 instruction encodings.
Evan Cheng
2008-09-01
1
-28
/
+194
*
Reorganize some instruction format definitions. No functionality change.
Evan Cheng
2008-09-01
1
-18
/
+29
*
Rest of addrmode2 instruction encodings.
Evan Cheng
2008-09-01
1
-4
/
+96
*
Addr2 word / byte load encodings.
Evan Cheng
2008-08-31
1
-1
/
+21
*
Addr1 instructions opcodes are encoded in bits 21-24; encode S bit.
Evan Cheng
2008-08-31
1
-4
/
+5
*
addrmode1 (data processing) instruction encoding: bits 5-6 are 0, bits 7-10 e...
Evan Cheng
2008-08-29
1
-3
/
+10
*
More refactoring.
Evan Cheng
2008-08-29
1
-0
/
+55
*
Refactor ARM instruction format definitions into a separate file. No function...
Evan Cheng
2008-08-28
1
-0
/
+228