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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary scope resolution operator.
Jim Grosbach
2011-09-13
1
-3
/
+2
*
Correct disassembly printing of Thumb2 post-incremented LDRD and STRD.
Owen Anderson
2011-09-13
2
-6
/
+9
*
There's only 16 regs legal in a register list.
Jim Grosbach
2011-09-13
1
-1
/
+1
*
Tidy up a few 80 column violations.
Jim Grosbach
2011-09-13
5
-17
/
+17
*
Tidy up a bit.
Jim Grosbach
2011-09-13
1
-152
/
+78
*
Teach the Thumb ASM parser that BKPT is allowed in IT blocks, even though it ...
Owen Anderson
2011-09-13
1
-1
/
+4
*
Fix encoding of Thumb2 shifted register operands with RRX shifts.
Owen Anderson
2011-09-13
1
-0
/
+1
*
Zap some junk from the ARM instruction descriptions.
Eli Friedman
2011-09-13
4
-67
/
+0
*
Tidy up a bit.
Jim Grosbach
2011-09-12
1
-18
/
+9
*
Thumb2 POP's don't allow the PC as an operand, and PUSH's don't allow the SP ...
Owen Anderson
2011-09-12
1
-7
/
+88
*
Fix encoding of PC-relative LDRSHW with an immediate offset.
Owen Anderson
2011-09-12
1
-10
/
+19
*
There's no need to add additional predicate operands when converting a tB to ...
Owen Anderson
2011-09-12
1
-2
/
+0
*
Port more encoding tests to decoding tests, and correct an improper Thumb2 pr...
Owen Anderson
2011-09-12
2
-0
/
+36
*
Thumb2 parsing and encoding for MOV(immediate).
Jim Grosbach
2011-09-10
2
-4
/
+58
*
LDM writeback is not allowed if Rn is in the target register list.
Owen Anderson
2011-09-09
1
-0
/
+19
*
Fix an ambiguously nested if.
Owen Anderson
2011-09-09
1
-2
/
+2
*
Fix buildbot breakage caused by r139415. I missed one instance of a manually...
Owen Anderson
2011-09-09
1
-1
/
+5
*
Fix assembly/disassembly of Thumb2 ADR instructions with immediate operands.
Owen Anderson
2011-09-09
3
-2
/
+27
*
Thumb unconditional branches are allowed in IT blocks, and therefore should h...
Owen Anderson
2011-09-09
9
-23
/
+70
*
Thumb2 assembly parsing and encoding for MLA and MLS.
Jim Grosbach
2011-09-09
1
-2
/
+2
*
Thumb2 assembly parsing and encoding for LDRSB.
Jim Grosbach
2011-09-09
1
-1
/
+11
*
Thumb2 assembly parsing and encoding for LDREX/LDREXB/LDREXD/LDREXH.
Jim Grosbach
2011-09-09
8
-40
/
+125
*
All conditional branches are disallowed in IT blocks, not just CBZ/CBNZ.
Owen Anderson
2011-09-08
1
-2
/
+3
*
Soft fail CBZ/CBNZ in the disassembler if they appear inside an IT block.
Owen Anderson
2011-09-08
1
-12
/
+21
*
Thumb2 assembly parsing and encoding for LDRD(immediate).
Jim Grosbach
2011-09-08
6
-25
/
+226
*
Thumb2 assembly parsing and encoding for LDR post-indexed.
Jim Grosbach
2011-09-08
2
-27
/
+27
*
Thumb2 assembly parsing and encoding for LDR pre-indexed w/ writeback.
Jim Grosbach
2011-09-08
3
-59
/
+112
*
Remove the "common" set of instructions shared between ARM and Thumb2 modes. ...
Owen Anderson
2011-09-08
2
-20
/
+0
*
Thumb2 assembly parsing and encoding for LDRBT.
Jim Grosbach
2011-09-07
2
-13
/
+30
*
Thumb2 assembly parsing and encoding for LDR(register).
Jim Grosbach
2011-09-07
2
-1
/
+25
*
Thumb2 assembly parsing and encoding for LDRB(immediate).
Jim Grosbach
2011-09-07
1
-3
/
+7
*
Create Thumb2 versions of STC/LDC, and reenable the relevant tests.
Owen Anderson
2011-09-07
2
-0
/
+132
*
Thumb2 parsing and encoding for LDR(immediate).
Jim Grosbach
2011-09-07
2
-42
/
+96
*
Thumb2 parsing and encoding for LDMDB.
Jim Grosbach
2011-09-07
1
-0
/
+1
*
Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...
James Molloy
2011-09-07
1
-16
/
+23
*
Thumb2 ldm/stm 'db' mnemonics don't have a '.w' suffix.
Jim Grosbach
2011-09-07
1
-2
/
+2
*
Thumb2 parsing and encoding for LDMIA.
Jim Grosbach
2011-09-07
1
-3
/
+51
*
Port more assembler tests over to disassembler tests, and fix a minor logic e...
Owen Anderson
2011-09-07
1
-1
/
+1
*
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...
James Molloy
2011-09-07
4
-12
/
+22
*
Thumb2 use 'ldm' as default mnemonic.
Jim Grosbach
2011-09-07
1
-2
/
+2
*
Better diagnostic location information for mnemonic suffices.
Jim Grosbach
2011-09-07
1
-2
/
+4
*
ISB is HasDB, not just HasV7.
Jim Grosbach
2011-09-06
1
-1
/
+1
*
Thumb2 parsing and encoding for ISB.
Jim Grosbach
2011-09-06
1
-8
/
+7
*
Thumb2 parsing and encoding for DMB.
Jim Grosbach
2011-09-06
1
-0
/
+4
*
Thumb2 parsing and encoding for DBG.
Jim Grosbach
2011-09-06
1
-6
/
+4
*
Thumb2 parsing and encoding for CMN and CMP.
Jim Grosbach
2011-09-06
1
-21
/
+44
*
Add mayLoad/mayStore markings to ARM 64-bit atomic pseudo-instructions.
Eli Friedman
2011-09-06
1
-1
/
+1
*
Thumb2 parsing and encoding for CLREX.
Jim Grosbach
2011-09-06
2
-5
/
+3
*
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-09-06
2
-5
/
+15
*
Fix fall outs from my recent change on how carry bit is modeled during isel.
Evan Cheng
2011-09-06
3
-33
/
+36
[next]