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
/
lib
/
Target
/
ARM
/
AsmParser
/
ARMAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ARM][v8.5A] Add speculation barriers SSBB and PSSBB
Oliver Stannard
2018-09-28
1
-1
/
+22
*
[ARM][v8.5A] Add speculation barrier to ARM & Thumb instruction sets
Oliver Stannard
2018-09-27
1
-1
/
+2
*
[Arm][AsmParser] Restrict register list size for VSTM/VLDM
Luke Cheeseman
2018-09-24
1
-0
/
+9
*
Fix for bug 34002 - label generated before it block is finalized. Differentia...
Maya Madhavan
2018-09-20
1
-1
/
+6
*
[ARM/AArch64] Support FP16 +fp16fml instructions
Bernard Ogden
2018-08-17
1
-2
/
+4
*
[ARM] Allow automatically deducing the thumb instruction size for .inst
Martin Storsjo
2018-07-31
1
-3
/
+14
*
[ARM] Support the .inst directive for MachO and COFF targets
Martin Storsjo
2018-07-31
1
-6
/
+6
*
Remove trailing space
Fangrui Song
2018-07-30
1
-11
/
+11
*
[AArch64][ARM] Armv8.4-A: Trace synchronization barrier instruction
Sjoerd Meijer
2018-07-06
1
-0
/
+49
*
[ARM] [Assembler] Support negative immediates: cover few missing cases
Volodymyr Turanskyy
2018-07-04
1
-2
/
+7
*
[ARM] Add missing Thumb2 assembler diagnostics.
Eli Friedman
2018-06-28
1
-62
/
+116
*
ARM: diagnose unpredictable IT instructions
Tim Northover
2018-06-26
1
-0
/
+15
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-4
/
+5
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-3
/
+3
*
[ARM] Do not convert some vmov instructions
Mikhail Maltsev
2018-04-04
1
-8
/
+6
*
[ARM] Fix warnings about missing parentheses in ARMAsmParser
Mikhail Maltsev
2018-03-19
1
-3
/
+6
*
[ARM] Convert more invalid NEON immediate loads
Mikhail Maltsev
2018-03-16
1
-43
/
+102
*
[ARM] Fix a check in vmov/vmvn immediate parsing
Mikhail Maltsev
2018-03-16
1
-20
/
+13
*
[ARM]Decoding MSR with unpredictable destination register causes an assert
Simi Pallipurath
2018-03-06
1
-0
/
+12
*
[ARM][Asm] VMOVSRR and VMOVRRS need sequential S registers
Oliver Stannard
2018-03-05
1
-0
/
+18
*
[ARM] Don't print "Requires NEON" error message for M-profile
Andre Vieira
2018-02-13
1
-0
/
+2
*
[ARM][AArch64] Add CSDB speculation barrier instruction
Oliver Stannard
2018-02-06
1
-11
/
+14
*
Fix -Wsign-compare warnings on Windows
Reid Kleckner
2018-01-05
1
-4
/
+5
*
[ARM] Issue an erorr when non-general-purpose registers are used in address o...
Momchil Velikov
2018-01-05
1
-8
/
+31
*
[ARM] Armv8-R DFB instruction
Sam Parker
2017-12-21
1
-5
/
+5
*
Revert r319649 - [Asm, ARM] Add fallback diag for multiple invalid operands
Oliver Stannard
2017-12-04
1
-17
/
+0
*
[Asm, ARM] Add fallback diag for multiple invalid operands
Oliver Stannard
2017-12-04
1
-0
/
+17
*
[ARM] Remove pre-UAL FLDM/FSTM aliases
Oliver Stannard
2017-11-21
1
-36
/
+0
*
[ARM] Don't omit non-default predication code
Oliver Stannard
2017-11-21
1
-3
/
+4
*
[Asm] Improve "too few operands" errors
Oliver Stannard
2017-11-21
1
-3
/
+7
*
[ARM] Add diagnostics for SPR/DPR lists
Oliver Stannard
2017-11-21
1
-0
/
+3
*
[llvm] Remove redundant return [NFC]
Mandeep Singh Grang
2017-11-12
1
-1
/
+0
*
[AsmParser][TableGen] Add VariantID argument to the generated mnemonic spell ...
Craig Topper
2017-10-26
1
-1
/
+2
*
[AsmParser][TableGen] Make the generated mnemonic spell checker function a fi...
Craig Topper
2017-10-26
1
-1
/
+2
*
[ARM] Error for invalid shift in memory operand
Oliver Stannard
2017-10-24
1
-1
/
+1
*
[ARM] Replace development diagnostics with normal DEBUG macro
Oliver Stannard
2017-10-24
1
-14
/
+9
*
[Asm] Add debug tracing in table-generated assembly matcher
Oliver Stannard
2017-10-11
1
-2
/
+1
*
[ARM, Asm] Harden GNU LDRD/STRD aliases against invalid inputs
Oliver Stannard
2017-10-10
1
-19
/
+49
*
[ARM, Asm] Add diagnostics for floating-point register operands
Oliver Stannard
2017-10-10
1
-0
/
+4
*
[ARM, Asm] Add diagnostics for general-purpose register operands
Oliver Stannard
2017-10-10
1
-2
/
+21
*
[ARM] Use table-gen'd assembly operand diags in ARM asm parser
Oliver Stannard
2017-10-03
1
-76
/
+1
*
[ARM, Asm] Use correct source location for register tokens
Oliver Stannard
2017-10-03
1
-3
/
+3
*
[ARM, Asm] Fix ubsan failure caused by out-of-range enum value
Oliver Stannard
2017-10-03
1
-2
/
+2
*
[ARM, Asm] Remove dead code causing MSan failure.
Oliver Stannard
2017-10-03
1
-7
/
+0
*
[ARM] Use new assembler diags for ARM
Oliver Stannard
2017-10-03
1
-133
/
+284
*
[ARM] v8.3-a complex number support
Sam Parker
2017-09-29
1
-2
/
+40
*
[ARM] Fix assembly and disassembly for VMRS/VMSR
Andre Vieira
2017-09-22
1
-0
/
+6
*
[ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...
Eugene Zelenko
2017-09-20
1
-90
/
+205
*
[ARM] Relax 'cpsie'/'cpsid' flag parsing.
Jonathan Roelofs
2017-09-19
1
-1
/
+1
*
[ARM] Enable the use of SVC anywhere in an IT block
Andre Vieira
2017-09-11
1
-3
/
+4
[prev]
[next]