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
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM][Thumb2] Fix ADD/SUB invalid writes to SP
Diogo Sampaio
2020-01-14
4
-8
/
+18
*
Reverting, broke some bots. Need further investigation.
Diogo Sampaio
2020-01-10
4
-18
/
+8
*
[ARM][Thumb2] Fix ADD/SUB invalid writes to SP
Diogo Sampaio
2020-01-10
4
-8
/
+18
*
[MC][ARM] vscclrm disassembles as vldmia
Alexandros Lamprineas
2019-09-27
1
-1
/
+4
*
[ARM] Remove some spurious MVE reduction instructions.
Simon Tatham
2019-09-09
1
-1
/
+38
*
[ARM][MVE] Decoding of uqrshl and sqrshl accepts unpredictable encodings
Oliver Stannard
2019-09-09
1
-0
/
+42
*
[ARM][MVE] Decoding of VMSR doesn't diagnose some unpredictable encodings
Oliver Stannard
2019-09-03
1
-0
/
+178
*
[ARM] Reject CSEL instructions with invalid operands
Mikhail Maltsev
2019-07-31
1
-13
/
+12
*
[ARM] Add <saturate> operand to SQRSHRL and UQRSHLL
Mikhail Maltsev
2019-07-19
1
-2
/
+10
*
[ARM] Remove nonexistent unsigned forms of MVE VQDMLAH.
Simon Tatham
2019-07-11
1
-13
/
+14
*
[ARM] Fix handling of zero offsets in LOB instructions.
Simon Tatham
2019-06-27
3
-25
/
+47
*
[ARM] Make coprocessor number restrictions consistent.
Simon Tatham
2019-06-27
2
-0
/
+138
*
[ARM] Tighten restrictions on use of SP in v8.1-M CSEL.
Simon Tatham
2019-06-27
2
-2
/
+16
*
[ARM] Extra MVE-related testing.
Simon Tatham
2019-06-25
1
-0
/
+3
*
[ARM] Add remaining miscellaneous MVE instructions.
Simon Tatham
2019-06-25
1
-0
/
+111
*
[ARM] Add MVE vector load/store instructions.
Simon Tatham
2019-06-25
1
-0
/
+1378
*
[ARM] Add MVE interleaving load/store family.
Simon Tatham
2019-06-24
1
-0
/
+267
*
[ARM] Add MVE 64-bit GPR <-> vector move instructions.
Simon Tatham
2019-06-21
1
-0
/
+20
*
[ARM] Add MVE vector instructions that take a scalar input.
Simon Tatham
2019-06-21
1
-0
/
+531
*
[ARM] Add a batch of similarly encoded MVE instructions.
Simon Tatham
2019-06-21
1
-0
/
+391
*
[ARM] Add MVE vector compare instructions.
Simon Tatham
2019-06-21
1
-0
/
+179
*
[ARM] Add a batch of MVE floating-point instructions.
Simon Tatham
2019-06-21
1
-0
/
+195
*
[ARM] Add a batch of MVE integer instructions.
Simon Tatham
2019-06-20
1
-0
/
+401
*
[ARM] Add MVE vector bit-operations (register inputs).
Simon Tatham
2019-06-19
2
-0
/
+163
*
[ARM] Add MVE vector shift instructions.
Simon Tatham
2019-06-18
1
-0
/
+585
*
[ARM] Add MVE integer vector min/max instructions.
Simon Tatham
2019-06-18
1
-0
/
+48
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
1
-1
/
+0
*
[ARM] Add MVE horizontal accumulation instructions
Mikhail Maltsev
2019-06-14
1
-0
/
+212
*
[ARM] Set up infrastructure for MVE vector instructions.
Simon Tatham
2019-06-13
3
-0
/
+51
*
[ARM] Fix a typo in the test from r363039
Ilya Biryukov
2019-06-11
1
-1
/
+1
*
[ARM] First MVE instructions: scalar shifts.
Mikhail Maltsev
2019-06-11
1
-0
/
+83
*
[ARM] Add the non-MVE instructions in Arm v8.1-M.
Simon Tatham
2019-06-11
6
-0
/
+1734
*
Revert rL362953 and its followup rL362955.
Simon Tatham
2019-06-10
6
-1734
/
+0
*
[ARM] Add the non-MVE instructions in Arm v8.1-M.
Simon Tatham
2019-06-10
6
-0
/
+1734
*
[ARM] Turn some undefined encoding bits into 0s.
Simon Tatham
2019-06-04
1
-0
/
+92
*
ARM: disallow add/sub to sp unless Rn is also sp.
Tim Northover
2019-04-23
1
-0
/
+31
*
[ARM][MC] Update one test case in 'test/MC/Disassembler/ARM/invalid-armv7.txt'
Xing GUO
2019-03-05
1
-3
/
+3
*
[ARM] Make fullfp16 instructions not conditionalisable.
Simon Tatham
2019-02-25
2
-0
/
+15
*
[NFC] Fix missing testfile change of rL350299
Diogo N. Sampaio
2019-01-03
1
-2
/
+2
*
[ARM] Add command-line option for SB
Diogo N. Sampaio
2019-01-03
2
-9
/
+9
*
[ARM][v8.5A] Add speculation barriers SSBB and PSSBB
Oliver Stannard
2018-09-28
2
-4
/
+4
*
[ARM][v8.5A] Add speculation barrier to ARM & Thumb instruction sets
Oliver Stannard
2018-09-27
2
-0
/
+18
*
[ARM/AArch64] Support FP16 +fp16fml instructions
Bernard Ogden
2018-08-17
2
-0
/
+146
*
[AArch64][ARM] Armv8.4-A: Trace synchronization barrier instruction
Sjoerd Meijer
2018-07-06
2
-0
/
+20
*
ARM: correctly decode VFP instructions following unpredictable t2IT
Tim Northover
2018-06-26
1
-6
/
+6
*
[ARM]Decoding MSR with unpredictable destination register causes an assert
Simi Pallipurath
2018-03-06
1
-4
/
+4
*
[ARM] Re-commit r324600 with fixed LLVMBuild.txt
Oliver Stannard
2018-02-08
2
-2
/
+33
*
Revert r324600 as it breaks a buildbot
Oliver Stannard
2018-02-08
2
-33
/
+2
*
[ARM] Fix disassembly of invalid banked register moves
Oliver Stannard
2018-02-08
2
-2
/
+33
*
[ARM][AArch64] Add CSDB speculation barrier instruction
Oliver Stannard
2018-02-06
2
-0
/
+8
[next]