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
/
ARM
/
diagnostics.s
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM] Make coprocessor number restrictions consistent.
Simon Tatham
2019-06-27
1
-12
/
+12
*
[ARM] Add missing Thumb2 assembler diagnostics.
Eli Friedman
2018-06-28
1
-1
/
+51
*
[ARM] Add support for unpredictable MVN instructions.
Yvan Roux
2018-02-01
1
-0
/
+7
*
Revert r319649 - [Asm, ARM] Add fallback diag for multiple invalid operands
Oliver Stannard
2017-12-04
1
-3
/
+3
*
[Asm, ARM] Add fallback diag for multiple invalid operands
Oliver Stannard
2017-12-04
1
-3
/
+3
*
[Asm] Improve "too few operands" errors
Oliver Stannard
2017-11-21
1
-0
/
+6
*
[ARM] Error for invalid shift in memory operand
Oliver Stannard
2017-10-24
1
-0
/
+3
*
[ARM, Asm] Add diagnostics for general-purpose register operands
Oliver Stannard
2017-10-10
1
-6
/
+10
*
[ARM] Add diag string for movw/movt immediates in assembly
Oliver Stannard
2017-10-04
1
-2
/
+2
*
[ARM, Asm] Change grammar of immediate operand diagnostics
Oliver Stannard
2017-10-04
1
-28
/
+28
*
[ARM] Use new assembler diags for ARM
Oliver Stannard
2017-10-03
1
-26
/
+36
*
ARMAsmParser: clean up of isImmediate functions
Sjoerd Meijer
2017-04-03
1
-24
/
+35
*
[ARM] Diagnose ARM MOVT without :lower16: or :upper16: expression
Oliver Stannard
2017-03-14
1
-0
/
+3
*
[ARM] Allow SP in rGPR, starting from ARMv8
Artyom Skrobov
2015-10-28
1
-30
/
+34
*
Add support for ARM modified-immediate assembly syntax.
Asiri Rathnayake
2014-12-02
1
-0
/
+80
*
[ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDRB/LDRSB...
Tilmann Scheller
2014-08-01
1
-0
/
+32
*
[ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDRH/LDRSH...
Tilmann Scheller
2014-08-01
1
-0
/
+32
*
[ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDR instru...
Tilmann Scheller
2014-08-01
1
-0
/
+17
*
[ARM] Make the assembler reject unpredictable pre/post-indexed ARM STRH instr...
Tilmann Scheller
2014-07-24
1
-0
/
+16
*
[ARM] Make the assembler reject unpredictable pre/post-indexed ARM STRB instr...
Tilmann Scheller
2014-07-23
1
-0
/
+16
*
[ARM] Make the assembler reject unpredictable pre/post-indexed ARM STR instru...
Tilmann Scheller
2014-07-23
1
-0
/
+17
*
ARM: mark UBFX as not allowing PC.
Tim Northover
2014-06-23
1
-0
/
+18
*
Change the ARM assembler to require a :lower16: or :upper16 on non-constant
Kevin Enderby
2014-04-18
1
-0
/
+8
*
ARM: diagnose invalid system LDM/STM
Tim Northover
2013-11-12
1
-0
/
+5
*
[ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as...
Artyom Skrobov
2013-11-08
1
-0
/
+5
*
ARM: mark various aliases with their architecture requirements.
Tim Northover
2013-10-24
1
-0
/
+17
*
ARM: fix assert on unpredictable POP instruction.
Tim Northover
2013-10-24
1
-3
/
+5
*
ARM: provide diagnostics on more writeback LDM/STM instructions
Tim Northover
2013-10-22
1
-0
/
+7
*
Add AArch32 DCPS{1,2,3} and HLT instructions.
Richard Barton
2013-09-05
1
-0
/
+22
*
ARM: fix more cases where predication may or may not be allowed
Tim Northover
2013-06-26
1
-0
/
+14
*
ARM: allow predicated barriers in Thumb mode
Tim Northover
2013-06-26
1
-0
/
+14
*
Change the arm assembler to support this from the v7c spec:
Kevin Enderby
2013-06-18
1
-0
/
+3
*
ARM: ISB cannot be passed the same options as DMB
Amaury de la Vieuville
2013-06-10
1
-0
/
+5
*
Test case for r165480.
Craig Topper
2012-10-10
1
-0
/
+10
*
Fix the handling of edge cases in ARM shifted operands.
Tim Northover
2012-09-22
1
-0
/
+40
*
ARM: Add a better diagnostic for some out of range immediates.
Jim Grosbach
2012-06-22
1
-6
/
+6
*
Replace assertion failure for badly formatted CPS instrution with error message.
Richard Barton
2012-06-14
1
-0
/
+6
*
ARM ldm/stm register lists can be out of order.
Jim Grosbach
2012-03-16
1
-1
/
+1
*
ARM parsing and encoding for the <option> form of LDC/STC instructions.
Jim Grosbach
2011-10-12
1
-0
/
+10
*
Thumb2 assembly parsing and encoding for SXTB/SXTB16/SXTH.
Jim Grosbach
2011-09-19
1
-2
/
+2
*
ARM fix assembly parser handling of ranges in register lists.
Jim Grosbach
2011-09-14
1
-1
/
+9
*
ARM LDRD(immediate) assembly parsing and encoding support.
Jim Grosbach
2011-08-10
1
-0
/
+14
*
ARM parsing and encoding of SBFX and UBFX.
Jim Grosbach
2011-07-27
1
-0
/
+11
*
ARM assembly parsing and encoding for extend instructions.
Jim Grosbach
2011-07-27
1
-0
/
+34
*
ARM diagnostics for ldrexd/stredx out of order paired register operands.
Jim Grosbach
2011-07-26
1
-0
/
+12
*
ARM parsing and encoding for SVC instruction.
Jim Grosbach
2011-07-26
1
-0
/
+7
*
Update ARM STM tests. Fix check: prefix for diagnostic tests.
Jim Grosbach
2011-07-26
1
-60
/
+68
*
ARM assembly parsing and encoding for SSAT16 instruction.
Jim Grosbach
2011-07-25
1
-0
/
+11
*
ARM assembly parsing and encoding for SSAT instruction.
Jim Grosbach
2011-07-25
1
-0
/
+40
*
ARM assembly parsing and encoding for SETEND instruction.
Jim Grosbach
2011-07-22
1
-0
/
+16
[next]