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] Make coprocessor number restrictions consistent.
Simon Tatham
2019-06-27
1
-2
/
+2
*
[ARM] Add remaining miscellaneous MVE instructions.
Simon Tatham
2019-06-25
1
-19
/
+18
*
[ARM] Add MVE vector load/store instructions.
Simon Tatham
2019-06-25
1
-38
/
+253
*
[ARM] Add MVE interleaving load/store family.
Simon Tatham
2019-06-24
1
-22
/
+83
*
[ARM] Add MVE 64-bit GPR <-> vector move instructions.
Simon Tatham
2019-06-21
1
-0
/
+44
*
[ARM] Add MVE vector instructions that take a scalar input.
Simon Tatham
2019-06-21
1
-1
/
+16
*
[ARM] Add a batch of similarly encoded MVE instructions.
Simon Tatham
2019-06-21
1
-1
/
+40
*
[ARM] Add MVE vector compare instructions.
Simon Tatham
2019-06-21
1
-2
/
+3
*
[ARM] Add a batch of MVE floating-point instructions.
Simon Tatham
2019-06-21
1
-4
/
+47
*
[ARM] Add a batch of MVE integer instructions.
Simon Tatham
2019-06-20
1
-1
/
+3
*
[ARM] Add MVE vector bit-operations (register inputs).
Simon Tatham
2019-06-19
1
-25
/
+126
*
[ARM] Add MVE vector shift instructions.
Simon Tatham
2019-06-18
1
-4
/
+41
*
[ARM] Add MVE integer vector min/max instructions.
Simon Tatham
2019-06-18
1
-1
/
+2
*
[ARM] Rename MVE instructions in Tablegen for consistency.
Simon Tatham
2019-06-18
1
-23
/
+23
*
[ARM] Set up infrastructure for MVE vector instructions.
Simon Tatham
2019-06-13
1
-65
/
+424
*
[ARM] Refactor handling of IT mask operands.
Simon Tatham
2019-06-13
1
-46
/
+37
*
[ARM] First MVE instructions: scalar shifts.
Mikhail Maltsev
2019-06-11
1
-0
/
+9
*
[ARM] Add the non-MVE instructions in Arm v8.1-M.
Simon Tatham
2019-06-11
1
-24
/
+273
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
Revert rL362953 and its followup rL362955.
Simon Tatham
2019-06-10
1
-273
/
+24
*
[ARM] Add the non-MVE instructions in Arm v8.1-M.
Simon Tatham
2019-06-10
1
-24
/
+273
*
[ARM] Replace fp-only-sp and d16 with fp64 and d32.
Simon Tatham
2019-05-28
1
-15
/
+16
*
[ARM] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
1
-0
/
+1
*
[ARM] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-11
1
-1
/
+1
*
ARM: disallow add/sub to sp unless Rn is also sp.
Tim Northover
2019-04-23
1
-0
/
+14
*
Test commit access
Oliver Stannard
2019-04-11
1
-0
/
+1
*
[ARM][Asm] Accept upper case coprocessor number and registers
Oliver Stannard
2019-03-26
1
-2
/
+2
*
Add XCOFF triple object format type for AIX
Jason Liu
2019-03-12
1
-0
/
+3
*
Use bitset for assembler predicates
Stanislav Mekhanoshin
2019-03-11
1
-53
/
+55
*
[ARM] Make fullfp16 instructions not conditionalisable.
Simon Tatham
2019-02-25
1
-0
/
+12
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ARM][MC] Move information about variadic register defs into tablegen
Oliver Stannard
2018-12-03
1
-25
/
+1
*
[ARM][Asm] Debug trace for the processInstruction loop
Oliver Stannard
2018-12-03
1
-1
/
+7
*
[ARM][AsmParser] Improve debug printing of parsed asm operands
Oliver Stannard
2018-11-23
1
-19
/
+39
*
[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
[next]