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
/
test
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove obsolete test.
Jim Grosbach
2011-11-16
1
-58
/
+0
*
Generalize the fixup info for ARM mode.
Jim Grosbach
2011-11-16
1
-2
/
+2
*
Update test for r144842.
Jim Grosbach
2011-11-16
1
-1
/
+1
*
ARM assembly parsing for register range syntax for VLD/VST register lists.
Jim Grosbach
2011-11-15
1
-0
/
+8
*
ARM assembly parsing two operand forms for shift instructions.
Jim Grosbach
2011-11-15
1
-0
/
+8
*
ARM alternate size suffices for VTRN instructions.
Jim Grosbach
2011-11-15
1
-0
/
+60
*
ARM assembly parsing for optional datatype suffix on VFP VMOV GPR<->VFP insns.
Jim Grosbach
2011-11-15
1
-0
/
+10
*
ARM assembly parsing for two-operand form of 'mul' instruction.
Jim Grosbach
2011-11-15
1
-0
/
+6
*
ARM assembly parsing for two-operand form of 'mul' instruction.
Jim Grosbach
2011-11-15
1
-0
/
+2
*
Testcase for r144684.
Jim Grosbach
2011-11-15
1
-0
/
+2
*
Fix an ambiguous decoding where we failed to properly decode VMOVv2f32 and VM...
Owen Anderson
2011-11-15
1
-0
/
+6
*
Thumb2 assembly parsing for mul.w in IT block fix.
Jim Grosbach
2011-11-15
1
-0
/
+4
*
ARM parsing datatype suffix variants for non-writeback VST1 instructions.
Jim Grosbach
2011-11-14
1
-0
/
+21
*
ARM parsing datatype suffix variants for non-writeback VLD1 instructions.
Jim Grosbach
2011-11-14
1
-0
/
+28
*
ARM parsing optional datatype suffix for VAND/VEOR/VORR instructions.
Jim Grosbach
2011-11-14
1
-0
/
+177
*
ARM VLDR/VSTR instructions don't need a size suffix.
Jim Grosbach
2011-11-14
3
-44
/
+44
*
ARM optional size suffix for VLDR/VSTR syntax.
Jim Grosbach
2011-11-11
1
-0
/
+10
*
ARM allow Q registers in vldm/vstm register lists.
Jim Grosbach
2011-11-11
1
-0
/
+2
*
Thumb2 parsing for push/pop w/ hi registers in the reglist.
Jim Grosbach
2011-11-10
1
-0
/
+15
*
Thumb MUL assembly parsing for 3-operand form.
Jim Grosbach
2011-11-10
1
-0
/
+2
*
ARM assembly parsing for LSR/LSL/ROR(immediate).
Jim Grosbach
2011-11-10
2
-6
/
+33
*
ARM assembly parsing for ASR(immediate).
Jim Grosbach
2011-11-10
1
-1
/
+8
*
Thumb2 assembly parsing STMDB w/ optional .w suffix.
Jim Grosbach
2011-11-09
1
-0
/
+2
*
Simplify some uses of utohexstr.
Benjamin Kramer
2011-11-07
6
-41
/
+41
*
Fix the issue that r143552 was trying to address the _right_ way. One-regist...
Owen Anderson
2011-11-02
1
-0
/
+4
*
Fixed a bug in the code to create a dwarf file and directory table entires when
Kevin Enderby
2011-11-01
1
-0
/
+22
*
Fix disassembly of some VST1 instructions.
Owen Anderson
2011-11-01
1
-1
/
+2
*
Move test to the X86 directory, note the PR number and only run MC once.
Rafael Espindola
2011-10-31
2
-6
/
+3
*
More not-crashing NEON disassembly updates for the vld refactoring.
Owen Anderson
2011-10-31
1
-0
/
+2
*
Add Thumb2 alias for "mov Rd, #imm" to "mvn Rd, #~imm".
Jim Grosbach
2011-10-28
1
-0
/
+7
*
Fix illegal disassembly testcase.
Owen Anderson
2011-10-28
1
-2
/
+2
*
Reapply r143202, with a manual decoding hook for SWP. This change inadvertan...
Owen Anderson
2011-10-28
1
-1
/
+1
*
Thumb2 ADD/SUB instructions encoding selection outside IT block.
Jim Grosbach
2011-10-28
2
-2
/
+6
*
test/MC/AsmParser/2011-09-06-NoNewline.s: Add explicit -mtriple=i386. It uses...
NAKAMURA Takumi
2011-10-28
1
-3
/
+3
*
ARM Allow 'q' registers in VLD/VST vector lists.
Jim Grosbach
2011-10-28
1
-0
/
+9
*
Add testcase for r143162.
Owen Anderson
2011-10-27
1
-0
/
+4
*
Change the sysexit mnemonic (and sysexitl) to never have the REX.W prefix and
Kevin Enderby
2011-10-27
3
-0
/
+21
*
Thumb2 t2LDMDB[_UPD] assembly parsing to recognize .w suffix.
Jim Grosbach
2011-10-27
1
-0
/
+4
*
Thumb2 t2MVNi assembly parsing to recognize ".w" suffix.
Jim Grosbach
2011-10-27
1
-2
/
+2
*
Thumb2 ldr pc-relative encoding fixes.
Jim Grosbach
2011-10-26
1
-8
/
+11
*
ARM assembly parsing and encoding for VLD1 with writeback.
Jim Grosbach
2011-10-25
1
-0
/
+20
*
ARM assembly parsing and encoding for VLD1 w/ writeback.
Jim Grosbach
2011-10-24
1
-0
/
+20
*
ARM assembly parsing and encoding for VLD1 w/ writeback.
Jim Grosbach
2011-10-24
1
-11
/
+47
*
Fix a NEON disassembly case that was broken in the recent refactorings. As m...
Owen Anderson
2011-10-24
1
-0
/
+4
*
Update test for r142801.
Jim Grosbach
2011-10-24
1
-1
/
+1
*
Add X86 SARX, SHRX, and SHLX instructions.
Craig Topper
2011-10-23
3
-0
/
+103
*
Add X86 RORX instruction
Craig Topper
2011-10-23
3
-0
/
+50
*
Add X86 MULX instruction for disassembler.
Craig Topper
2011-10-23
2
-0
/
+24
*
Assembly parsing for 4-register sequential variant of VLD2.
Jim Grosbach
2011-10-21
1
-6
/
+6
*
Assembly parsing for 2-register sequential variant of VLD2.
Jim Grosbach
2011-10-21
1
-7
/
+7
[next]