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
/
ARMInstrThumb.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the existing ARM disassembler with a new one based on the FixedLenDec...
Owen Anderson
2011-08-09
1
-11
/
+17
*
Thumb1 BL instructions encoding 22 bits of displacement, not 21.
Owen Anderson
2011-08-08
1
-1
/
+4
*
Fix encodings for Thumb ASR and LSR immediate operands. They encode the rang...
Owen Anderson
2011-08-08
1
-4
/
+12
*
ARM refactoring assembly parsing of memory address operands.
Jim Grosbach
2011-08-03
1
-18
/
+4
*
Fix broken encoding of tCBNZ.
Owen Anderson
2011-08-03
1
-2
/
+2
*
Move imm0_255 to ARMInstrInfo.td with the other immediate predicates.
Jim Grosbach
2011-08-01
1
-4
/
+0
*
ARM parsing and encoding for SVC instruction.
Jim Grosbach
2011-07-26
1
-1
/
+1
*
Thumb assembly support for SETEND instruction.
Jim Grosbach
2011-07-22
1
-14
/
+4
*
Revamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD] to avoid having multiple...
Owen Anderson
2011-07-18
1
-10
/
+15
*
Mark the Darwin assembler workout as isCodeGenOnly, so that it doesn't cause ...
Owen Anderson
2011-07-18
1
-1
/
+1
*
Re-apply r135319 with a fix for the constant island pass.
Owen Anderson
2011-07-18
1
-41
/
+20
*
Revert r135319 in an attempt to get to unbreak testers.
Owen Anderson
2011-07-16
1
-20
/
+41
*
Get rid of the separate opcodes for the Darwin versions of tBL, tBLXi, and tB...
Owen Anderson
2011-07-15
1
-41
/
+20
*
Add OperandTypes for Thumb branch targets.
Benjamin Kramer
2011-07-14
1
-0
/
+3
*
Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...
Owen Anderson
2011-07-13
1
-17
/
+17
*
Range checking for CDP[2] immediates.
Jim Grosbach
2011-07-13
1
-4
/
+0
*
Fix predicates for Thumb co-processor instructions.
Jim Grosbach
2011-07-13
1
-94
/
+0
*
Mark tBRIND as predicable.
Jim Grosbach
2011-07-08
1
-2
/
+2
*
Pseudo-ize tBRIND.
Jim Grosbach
2011-07-08
1
-12
/
+6
*
Make tBX_RET and tBX_RET_vararg predicable.
Jim Grosbach
2011-07-08
1
-4
/
+4
*
Pseudo-ize tBX_RET and tBX_RET_vararg.
Jim Grosbach
2011-07-08
1
-16
/
+5
*
Shuffle productions around a bit.
Jim Grosbach
2011-07-08
1
-21
/
+21
*
Use tPseudoExpand for tTAILJMPrND and tTAILJMPr.
Jim Grosbach
2011-07-08
1
-6
/
+8
*
Use tPseudoExpand for tTAILJMPd and tTAILJMPdND.
Jim Grosbach
2011-07-08
1
-6
/
+6
*
Move Thumb tail call pseudos to Thumb.td file.
Jim Grosbach
2011-07-08
1
-0
/
+25
*
Use TableGen'erated pseudo lowering for ARM.
Jim Grosbach
2011-07-08
1
-8
/
+11
*
Pseudo-ize t2MOVCC[ri].
Jim Grosbach
2011-07-01
1
-26
/
+1
*
Refact ARM Thumb1 tMOVr instruction family.
Jim Grosbach
2011-06-30
1
-38
/
+4
*
Thumb1 register to register MOV instruction is predicable.
Jim Grosbach
2011-06-30
1
-11
/
+12
*
Pseudo-ize the Thumb tTPsoft instruction.
Jim Grosbach
2011-06-30
1
-7
/
+5
*
Pseudo-ize the Thumb tPOP_RET instruction.
Jim Grosbach
2011-06-30
1
-9
/
+2
*
Refactor away tSpill and tRestore pseudos in ARM backend.
Jim Grosbach
2011-06-29
1
-26
/
+0
*
ARM Assembly support for Thumb mov-immediate.
Jim Grosbach
2011-06-27
1
-4
/
+5
*
Teach dag combine to match halfword byteswap patterns.
Evan Cheng
2011-06-21
1
-17
/
+2
*
Clean up a few 80 column violations.
Jim Grosbach
2011-06-13
1
-4
/
+5
*
Fix for setjmp/longjmp exception handling on ARM. setjmp clobbers CPSR.
Andrew Trick
2011-06-07
1
-1
/
+1
*
Make the branch encoding for tBcc more obvious that it's a 4-byte opcode
Eric Christopher
2011-05-27
1
-1
/
+1
*
Mark tBX as an indirect branch rather than a return.
Cameron Zwarich
2011-05-26
1
-8
/
+8
*
Convert tBX_CALL / tBXr9_CALL to actual pseudoinstructions.
Cameron Zwarich
2011-05-25
1
-10
/
+4
*
Move some code to a more logical place.
Cameron Zwarich
2011-05-25
1
-8
/
+8
*
Change the order of tBX's operands so that the predicate operands come after the
Cameron Zwarich
2011-05-25
1
-1
/
+1
*
Rename tBX_Rm to tBX.
Cameron Zwarich
2011-05-25
1
-3
/
+2
*
Rename the existing tBX/tBXr9 instructions to tBX_CALL/tBXr9_CALL to better
Cameron Zwarich
2011-05-25
1
-2
/
+2
*
Fix encoding of Thumb BLX register instructions. Patch by Koan-Sin Tan.
Owen Anderson
2011-05-11
1
-4
/
+8
*
Mark ultra-super-registers QQQQ as call-clobbered instead of the D sub-regist...
Jakob Stoklund Olesen
2011-05-03
1
-8
/
+2
*
Fold ARM coprocessor intrinsics patterns into the instructions defs whenever
Bruno Cardoso Lopes
2011-05-03
1
-24
/
+19
*
Add a few ARM coprocessor intrinsics. Testcases included
Bruno Cardoso Lopes
2011-05-03
1
-0
/
+17
*
Let the immediate leaf pattern take transforms and switch the signed
Eric Christopher
2011-04-28
1
-6
/
+6
*
Disassembly of A8.6.59 LDR (literal) Encoding T1 (16-bit thumb instruction) s...
Johnny Chen
2011-04-22
1
-0
/
+13
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
[next]