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
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
[ARM][Thumb2] Fix ADD/SUB invalid writes to SP
Diogo Sampaio
2020-01-14
1
-21
/
+72
*
Reverting, broke some bots. Need further investigation.
Diogo Sampaio
2020-01-10
1
-71
/
+21
*
[ARM][Thumb2] Fix ADD/SUB invalid writes to SP
Diogo Sampaio
2020-01-10
1
-21
/
+71
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-1
/
+1
*
[ARM][MVE][Intrinsics] Add VMULL[BT]Q_(INT|POLY) intrinsics.
Mark Murray
2019-12-09
1
-4
/
+4
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[ARM][AsmParser] handles offset expression in parentheses
Jian Cai
2019-10-14
1
-5
/
+7
*
Fix uninitialized variable warning. NFCI
Simon Pilgrim
2019-10-03
1
-1
/
+1
*
Cosmetic; don't use the magic constant 35 when HASH is more readable. This ma...
Mark Murray
2019-09-23
1
-3
/
+3
*
[ARM] VFPv2 only supports 16 D registers.
Eli Friedman
2019-09-17
1
-2
/
+2
*
[ARM][AsmParser] Don't dereference a dyn_cast result. NFCI.
Simon Pilgrim
2019-09-17
1
-50
/
+41
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-30
/
+30
*
[ARM] Fix detection of duplicates when parsing reg list operands
Momchil Velikov
2019-08-13
1
-19
/
+43
*
[ARM] Add <saturate> operand to SQRSHRL and UQRSHLL
Mikhail Maltsev
2019-07-19
1
-0
/
+16
*
[ARM] Relax constraints on operands of VQxDMLxDH instructions
Mikhail Maltsev
2019-07-08
1
-9
/
+1
*
[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
2
-2
/
+2
*
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
2
-8
/
+6
*
[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
[next]