index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
MC
/
Disassembler
/
AArch64
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64][v8.3a] Don't emit LDRA '[xN]!' alias in disassembly.
Simon Tatham
2019-11-28
1
-2
/
+2
*
[AArch64][v8.3a] Add LDRA '[xN]!' alias.
Ahmed Bougacha
2019-11-13
1
-8
/
+14
*
[AArch64] Adding support for PMMIR_EL1 register
Victor Campos
2019-10-18
1
-0
/
+10
*
[AArch64,Assembler] Compiler support for ID_MMFR5_EL1
Mark Murray
2019-10-16
1
-0
/
+2
*
[AArch64InstPrinter] prefer bfi to bfc for < armv8.2-a
Nick Desaulniers
2019-10-03
1
-2
/
+5
*
[AArch64] Update MTE system register encodings
Luke Cheeseman
2019-08-21
1
-20
/
+20
*
[AArch64] Add support for Transactional Memory Extension (TME)
Momchil Velikov
2019-07-31
1
-0
/
+19
*
[AArch64] Define ETE and TRBE system registers
Momchil Velikov
2019-07-26
2
-0
/
+71
*
[ARM][AArch64] Support for Cortex-A65 & A65AE, Neoverse E1 & N1
Pablo Barrio
2019-07-25
1
-3
/
+6
*
Revert [AArch64] Add support for Transactional Memory Extension (TME)
Momchil Velikov
2019-07-17
1
-19
/
+0
*
[AArch64] Add support for Transactional Memory Extension (TME)
Momchil Velikov
2019-07-17
1
-0
/
+19
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
1
-1
/
+0
*
[AArch64] Update v8.5a MTE LDG/STG instructions
Javed Absar
2019-04-03
1
-96
/
+145
*
[AArch64] Add v8.5-a Memory Tagging STZGM instruction
David Spickett
2019-04-01
1
-0
/
+12
*
[AArch64] Add v8.5-a Memory Tagging STGM/LDGM instructions
David Spickett
2019-04-01
2
-13
/
+6
*
[AArch64] Add v8.5-a Memory Tagging GMID_EL1 register
David Spickett
2019-04-01
1
-0
/
+7
*
[AArch64] Add support for Cortex-A76 and Cortex-A76AE
Luke Cheeseman
2019-02-25
1
-0
/
+2
*
[AArch64] Move feature predctrl to predres
Diogo N. Sampaio
2019-01-09
1
-2
/
+2
*
[AArch64] Add command-line option for SB
Diogo N. Sampaio
2018-12-28
2
-9
/
+9
*
[AArch64] Add command-line option for SSBS
Pablo Barrio
2018-12-03
2
-10
/
+13
*
[AArch64] Support HiSilicon's TSV110 processor
Bryan Chan
2018-11-09
1
-0
/
+1
*
[FIX][AArch64] Add support for UDF instruction
Diogo N. Sampaio
2018-10-30
1
-5
/
+3
*
[FIX][AArch64] Add support for UDF instruction
Diogo N. Sampaio
2018-10-30
1
-17
/
+5
*
[AArch64] Add support for UDF instruction
Diogo N. Sampaio
2018-10-30
1
-0
/
+30
*
[AArch64][v8.5A] Add Memory Tagging instructions
Oliver Stannard
2018-10-02
2
-3
/
+455
*
[AArch64][v8.5A] Add Memory Tagging system registers
Oliver Stannard
2018-10-02
1
-2
/
+42
*
[AArch64][v8.5A] Add MTE system instructions
Oliver Stannard
2018-10-02
1
-0
/
+60
*
[AArch64][v8.5A] Add speculation barriers SSBB and PSSBB
Oliver Stannard
2018-09-27
2
-3
/
+6
*
[AArch64][v8.5A] Add Branch Target Identification instructions
Oliver Stannard
2018-09-27
1
-0
/
+18
*
[AArch64][v8.5A] Add speculation restriction system registers
Oliver Stannard
2018-09-27
1
-0
/
+52
*
[AArch64][v8.5A] Add Armv8.5-A random number instructions
Oliver Stannard
2018-09-27
1
-0
/
+12
*
[AArch64][v8.5A] Add Armv8.5-A "DC CVADP" instruction
Oliver Stannard
2018-09-27
1
-0
/
+7
*
[AArch64][v8.5A] Add prediction invalidation instructions to AArch64
Oliver Stannard
2018-09-27
1
-0
/
+15
*
[AArch64][v8.5A] Add speculation barrier to AArch64 instruction set
Oliver Stannard
2018-09-27
1
-0
/
+9
*
[AArch64][v8.5A] Add FRINT[32,64][Z,X] instructions
Oliver Stannard
2018-09-27
1
-5
/
+94
*
[AArch64][v8.5A] Add PSTATE manipulation instructions XAFlag and AXFlag
Oliver Stannard
2018-09-27
1
-0
/
+12
*
[ARM/AArch64] Support FP16 +fp16fml instructions
Bernard Ogden
2018-08-17
2
-0
/
+182
*
[AArch64] Armv8.2-A: add the crypto extensions
Sjoerd Meijer
2018-07-26
1
-0
/
+93
*
Follow up of r336913: forgot to add the new test files.
Sjoerd Meijer
2018-07-12
1
-0
/
+277
*
[AArch64] Armv8.4-A: TLB support
Sjoerd Meijer
2018-07-06
1
-0
/
+151
*
Recommit: [AArch64] Armv8.4-A: Flag manipulation instructions
Sjoerd Meijer
2018-07-06
1
-0
/
+11
*
Revert [AArch64] Armv8.4-A: Flag manipulation instructions
Sjoerd Meijer
2018-07-06
1
-11
/
+0
*
[AArch64] Armv8.4-A: Flag manipulation instructions
Sjoerd Meijer
2018-07-06
1
-0
/
+11
*
[AArch64][ARM] Armv8.4-A: Trace synchronization barrier instruction
Sjoerd Meijer
2018-07-06
1
-0
/
+3
*
[AArch64] Armv8.4-A: system registers
Sjoerd Meijer
2018-07-03
6
-0
/
+451
*
[AArch64] Armv8.4-A: Virtualization system registers
Sjoerd Meijer
2018-06-29
1
-0
/
+39
*
[AArch64] Fix spelling of ICH_ELRSR_EL2 system register
Oliver Stannard
2018-02-06
1
-1
/
+1
*
[ARM][AArch64] Add CSDB speculation barrier instruction
Oliver Stannard
2018-02-06
1
-0
/
+4
*
[AArch64] CCSIDR2 system register
Sam Parker
2017-12-20
1
-0
/
+3
*
[AArch64][TableGen] Skip tied result operands for InstAlias
Sander de Smalen
2017-11-20
1
-24
/
+24
[next]