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
/
AArch64
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64] Emit HINT instead of PAC insns in Armv8.2-A or below
Pablo Barrio
2020-01-13
1
-16
/
+29
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-2
/
+2
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
1
-1
/
+1
*
[AArch64][v8.3a] Don't emit LDRA '[xN]!' alias in disassembly.
Simon Tatham
2019-11-28
1
-2
/
+2
*
AArch64: support the Apple NEON syntax for v8.2 crypto instructions.
Tim Northover
2019-11-27
1
-0
/
+41
*
[llvm-objdump] Print relocation addends in hexadecimal
David Bozier
2019-11-19
3
-35
/
+35
*
[AArch64][v8.3a] Add LDRA '[xN]!' alias.
Ahmed Bougacha
2019-11-13
1
-0
/
+8
*
[AArch64] Adding support for PMMIR_EL1 register
Victor Campos
2019-10-18
1
-0
/
+19
*
[AArch64,Assembler] Compiler support for ID_MMFR5_EL1
Mark Murray
2019-10-16
2
-0
/
+6
*
[AArch64InstPrinter] prefer bfi to bfc for < armv8.2-a
Nick Desaulniers
2019-10-03
2
-6
/
+17
*
AArch64: support arm64_32, an ILP32 slice for watchOS.
Tim Northover
2019-09-12
1
-0
/
+15
*
[AArch64] Update MTE system register encodings
Luke Cheeseman
2019-08-21
1
-10
/
+10
*
[MC] Delete unnecessary diagnostic: "No relocation available to represent thi...
Fangrui Song
2019-08-19
2
-3
/
+3
*
[AArch64] Add support for Transactional Memory Extension (TME)
Momchil Velikov
2019-07-31
2
-0
/
+71
*
[AArch64][SVE2] Rename bitperm feature to sve2-bitperm
Cullen Rhodes
2019-07-26
12
-39
/
+39
*
[AArch64] Define ETE and TRBE system registers
Momchil Velikov
2019-07-26
3
-0
/
+77
*
[AArch64][SVE] Allow explicit size specifier for predicate operand
Momchil Velikov
2019-07-25
6
-29
/
+137
*
[ARM][AArch64] Support for Cortex-A65 & A65AE, Neoverse E1 & N1
Pablo Barrio
2019-07-25
4
-3
/
+25
*
MC: AArch64: Add support for prel_g* relocation specifiers.
Peter Collingbourne
2019-07-18
1
-5
/
+33
*
AArch64: Unify relocation restrictions between MOVK/MOVN/MOVZ.
Peter Collingbourne
2019-07-18
1
-54
/
+0
*
Revert [AArch64] Add support for Transactional Memory Extension (TME)
Momchil Velikov
2019-07-17
2
-71
/
+0
*
[AArch64] Add support for Transactional Memory Extension (TME)
Momchil Velikov
2019-07-17
2
-0
/
+71
*
MC: AArch64: Add support for pg_hi21_nc relocation specifier.
Peter Collingbourne
2019-07-10
1
-0
/
+7
*
[AArch64][AsmParser] error on unexpected SVE predicate type suffix
Cullen Rhodes
2019-06-07
56
-33
/
+678
*
[AArch64][AsmParser] Provide better diagnostics for SVE predicates
Cullen Rhodes
2019-06-07
249
-340
/
+340
*
[AArch64][SVE2] Add CPU and arch directive tests
Cullen Rhodes
2019-06-03
6
-0
/
+156
*
[AArch64][SVE2] Asm: support WHILE instructions
Cullen Rhodes
2019-05-31
12
-0
/
+502
*
[AArch64][SVE2] Asm: support TBL/TBX instructions
Cullen Rhodes
2019-05-31
4
-0
/
+137
*
[AArch64][SVE2] Asm: support SVE2 store instructions
Cullen Rhodes
2019-05-31
9
-2
/
+614
*
[AArch64][SVE2] Asm: support SVE2 vector splice (constructive)
Cullen Rhodes
2019-05-30
2
-0
/
+115
*
[AArch64][SVE2] Asm: support SVE2 load instructions
Cullen Rhodes
2019-05-30
15
-2
/
+1127
*
[AArch64][SVE2] Asm: support FCVTX/FLOGB instructions
Cullen Rhodes
2019-05-30
4
-0
/
+175
*
[AArch64][SVE2] Asm: add ext (immediate offset, constructive) instruction
Cullen Rhodes
2019-05-30
2
-0
/
+104
*
[AArch64][SVE2] Asm: support SVE Bitwise Logical - Unpredicated Group
Cullen Rhodes
2019-05-29
14
-0
/
+590
*
[AArch64][SVE2] Asm: support Floating Point Widening Multiply-Add
Cullen Rhodes
2019-05-29
9
-0
/
+510
*
[AArch64][SVE2] Asm: support SVE2 Floating Point Pairwise Group
Cullen Rhodes
2019-05-29
10
-0
/
+515
*
[AArch64][SVE2] Asm: support SVE2 Floating Point Convert Group
Cullen Rhodes
2019-05-28
6
-0
/
+275
*
[AArch64][SVE2] Asm: support SVE2 Crypto Extensions Group
Cullen Rhodes
2019-05-28
14
-0
/
+414
*
[AArch64][SVE2] Asm: support SVE2 Histogram Computation Groups
Cullen Rhodes
2019-05-28
4
-0
/
+121
*
[AArch64][SVE2] Asm: support SVE2 Misc Group
Cullen Rhodes
2019-05-28
24
-0
/
+971
*
[AArch64][SVE2] Asm: support SVE2 String Processing Group
Cullen Rhodes
2019-05-24
4
-0
/
+186
*
[AArch64][SVE2] Asm: support SVE2 Narrowing Group
Cullen Rhodes
2019-05-24
60
-0
/
+2682
*
[AArch64][SVE2] Asm: support SVE2 Accumulate Group
Cullen Rhodes
2019-05-24
36
-0
/
+1667
*
[AArch64][SVE2] Asm: add PMULLB/PMULLT instructions
Cullen Rhodes
2019-05-24
8
-0
/
+212
*
[AArch64][SVE2] Asm: add integer add/sub long/wide instructions
Cullen Rhodes
2019-05-24
40
-0
/
+1340
*
[AArch64][SVE2] Asm: add various bitwise shift instructions
Cullen Rhodes
2019-05-24
30
-0
/
+1903
*
[AArch64][SVE2] Asm: add saturating add/sub instructions
Cullen Rhodes
2019-05-24
16
-0
/
+768
*
[AArch64][SVE2] Asm: add integer unary instructions (predicated)
Cullen Rhodes
2019-05-21
8
-0
/
+316
*
[AArch64][SVE2] Asm: add integer pairwise arithmetic instructions
Cullen Rhodes
2019-05-21
10
-0
/
+480
*
[AArch64][SVE2] Asm: add SADALP and UADALP instructions
Cullen Rhodes
2019-05-20
4
-0
/
+190
[next]