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
/
Disassembler
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove some instructions that seem to only exist to trick the filtering check...
Craig Topper
2013-10-07
2
-0
/
+12
*
Add disassembler support for long encodings for INC/DEC in 32-bit mode.
Craig Topper
2013-10-07
2
-1
/
+49
*
Add XOP disassembler support. Fixes PR13933.
Craig Topper
2013-10-03
1
-0
/
+72
*
[SystemZ] Add comparisons of high words and memory
Richard Sandiford
2013-10-01
1
-0
/
+60
*
[SystemZ] Add comparisons of large immediates using high words
Richard Sandiford
2013-10-01
1
-0
/
+30
*
[SystemZ] Add immediate addition involving high words
Richard Sandiford
2013-10-01
1
-0
/
+18
*
[ARM] Introduce the 'sevl' instruction in ARMv8.
Joey Gouly
2013-10-01
4
-11
/
+7
*
[SystemZ] Add truncating high-word stores (STCH and STHH)
Richard Sandiford
2013-10-01
1
-0
/
+60
*
[SystemZ] Add zero-extending high-word loads (LLCH and LLHH)
Richard Sandiford
2013-10-01
1
-0
/
+60
*
[SystemZ] Add sign-extending high-word loads (LBH and LHH)
Richard Sandiford
2013-10-01
1
-0
/
+60
*
[SystemZ] Reapply: Add definitions of LFH and STFH
Richard Sandiford
2013-10-01
1
-0
/
+60
*
[SystemZ] Revert r191661: Add definitions of LFH and STFH
Richard Sandiford
2013-09-30
1
-60
/
+0
*
[SystemZ] Add definitions of LFH and STFH
Richard Sandiford
2013-09-30
1
-0
/
+60
*
Add a few more FMA4 disassembler test cases to match the scalar set with rega...
Craig Topper
2013-09-30
1
-0
/
+12
*
Various x86 disassembler fixes.
Craig Topper
2013-09-30
1
-0
/
+36
*
Fix spelling intruction -> instruction.
Robert Wilhelm
2013-09-28
1
-2
/
+2
*
Fixing Intel format of the vshufpd instruction.
Yunzhong Gao
2013-09-27
1
-0
/
+3
*
[ARMv8] Add support for the v8 cryptography extensions.
Amara Emerson
2013-09-19
2
-0
/
+70
*
[SystemZ] Add unsigned compare-and-branch instructions
Richard Sandiford
2013-09-18
1
-0
/
+368
*
'svn add' the test cases.
Joey Gouly
2013-09-18
2
-0
/
+30
*
Add the remaining Intel SHA instructions
Ben Langmuir
2013-09-14
1
-1
/
+37
*
Fixed bug when generating Load Upper Immediate microMIPS instruction.
Zoran Jovanovic
2013-09-14
2
-0
/
+6
*
Support for microMIPS DIV instructions.
Zoran Jovanovic
2013-09-14
2
-0
/
+12
*
Support for misc microMIPS instructions.
Zoran Jovanovic
2013-09-14
2
-0
/
+42
*
Fix tests for hasFPARMv8 name change (r190692)
Amaury de la Vieuville
2013-09-13
2
-2
/
+2
*
AArch64: use RegisterOperand for NEON registers.
Tim Northover
2013-09-13
1
-2
/
+5
*
Partial support for Intel SHA Extensions (sha1rnds4)
Ben Langmuir
2013-09-12
1
-0
/
+6
*
[SystemZ] Add TM and TMY
Richard Sandiford
2013-09-10
1
-0
/
+51
*
Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the follow...
Jiangning Liu
2013-09-09
1
-0
/
+360
*
This patch adds support for microMIPS Multiply and Add/Sub instructions. Test...
Vladimir Medic
2013-09-06
2
-0
/
+24
*
This patch adds support for microMIPS Move to/from HI/LO instructions. Test c...
Vladimir Medic
2013-09-06
2
-0
/
+24
*
This patch adds support for microMIPS Move Conditional instructions. Test cas...
Vladimir Medic
2013-09-06
2
-0
/
+24
*
This patch adds support for microMIPS disassembler and disassembler make chec...
Vladimir Medic
2013-09-06
2
-0
/
+298
*
[ARMv8] Add some missing tests for DSB/DMB.
Joey Gouly
2013-09-05
2
-2
/
+21
*
Add AArch32 DCPS{1,2,3} and HLT instructions.
Richard Barton
2013-09-05
2
-0
/
+29
*
[SystemZ] Add NC, OC and XC
Richard Sandiford
2013-09-05
1
-0
/
+108
*
Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...
Hao Liu
2013-09-04
1
-0
/
+395
*
Fixed a bug where diassembling an instruction that had a prefix would cause L...
Richard Mitton
2013-08-30
1
-0
/
+59
*
[SystemZ] Add support for TMHH, TMHL, TMLH and TMLL
Richard Sandiford
2013-08-28
1
-0
/
+48
*
[mips] Use ptr_rc to simplify definitions of base+index load/store instructions.
Akira Hatanaka
2013-08-28
5
-0
/
+69
*
[ARMv8] Add MC support for the new load/store acquire/release instructions.
Joey Gouly
2013-08-27
2
-0
/
+65
*
First round of fixes for the x86 fixes for the x86 move accumulator from/to m...
Craig Topper
2013-08-25
3
-4
/
+70
*
[SystemZ] Add basic prefetch support
Richard Sandiford
2013-08-23
2
-0
/
+62
*
[SystemZ] Add FI[EDX]BRA
Richard Sandiford
2013-08-21
1
-0
/
+54
*
[SystemZ] Add negative integer absolute (load negative)
Richard Sandiford
2013-08-19
1
-0
/
+36
*
[SystemZ] Add integer absolute (load positive)
Richard Sandiford
2013-08-19
1
-0
/
+36
*
[SystemZ] Use SRST to implement strlen and strnlen
Richard Sandiford
2013-08-16
1
-0
/
+12
*
[SystemZ] Use MVST to implement strcpy and stpcpy
Richard Sandiford
2013-08-16
1
-0
/
+12
*
[SystemZ] Use CLST to implement strcmp
Richard Sandiford
2013-08-16
1
-0
/
+12
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
6
-12
/
+0
[prev]
[next]