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
/
Disassembler
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
-4
/
+69
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
1
-13
/
+7
*
Reverting, broke some bots. Need further investigation.
Diogo Sampaio
2020-01-10
1
-69
/
+4
*
[ARM][Thumb2] Fix ADD/SUB invalid writes to SP
Diogo Sampaio
2020-01-10
1
-4
/
+69
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[ARM][MVE] Decoding of uqrshl and sqrshl accepts unpredictable encodings
Oliver Stannard
2019-09-09
1
-0
/
+6
*
[ARM] MVE VPNOT
David Green
2019-07-28
1
-0
/
+10
*
[ARM] Rename NEONModImm to VMOVModImm. NFC
David Green
2019-07-23
1
-4
/
+4
*
[ARM] Add <saturate> operand to SQRSHRL and UQRSHLL
Mikhail Maltsev
2019-07-19
1
-0
/
+7
*
[ARM] Fix integer UB in MVE load/store immediate handling.
Simon Tatham
2019-06-28
1
-2
/
+2
*
[ARM] Fix handling of zero offsets in LOB instructions.
Simon Tatham
2019-06-27
1
-8
/
+8
*
[ARM] Make coprocessor number restrictions consistent.
Simon Tatham
2019-06-27
1
-8
/
+1
*
[ARM] Tighten restrictions on use of SP in v8.1-M CSEL.
Simon Tatham
2019-06-27
1
-1
/
+13
*
[ARM] Add remaining miscellaneous MVE instructions.
Simon Tatham
2019-06-25
1
-1
/
+22
*
[ARM] Add MVE vector load/store instructions.
Simon Tatham
2019-06-25
1
-0
/
+157
*
[ARM] Add MVE interleaving load/store family.
Simon Tatham
2019-06-24
1
-0
/
+36
*
Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.
Simon Pilgrim
2019-06-21
1
-1
/
+1
*
[ARM] Add MVE 64-bit GPR <-> vector move instructions.
Simon Tatham
2019-06-21
1
-0
/
+69
*
[ARM] Add MVE vector instructions that take a scalar input.
Simon Tatham
2019-06-21
1
-0
/
+29
*
[ARM] Add a batch of similarly encoded MVE instructions.
Simon Tatham
2019-06-21
1
-0
/
+27
*
[ARM] Fix -Wimplicit-fallthrough after D62675
Fangrui Song
2019-06-21
1
-0
/
+2
*
[ARM] Add MVE vector compare instructions.
Simon Tatham
2019-06-21
1
-0
/
+43
*
[ARM] Add a batch of MVE floating-point instructions.
Simon Tatham
2019-06-21
1
-0
/
+49
*
[ARM] Add a batch of MVE integer instructions.
Simon Tatham
2019-06-20
1
-0
/
+31
*
[llvm-objdump] Switch between ARM/Thumb based on mapping symbols.
Eli Friedman
2019-06-20
1
-29
/
+28
*
[ARM] Add MVE vector bit-operations (register inputs).
Simon Tatham
2019-06-19
1
-0
/
+14
*
[ARM] Rename MVE instructions in Tablegen for consistency.
Simon Tatham
2019-06-18
1
-6
/
+6
*
[ARM] Set up infrastructure for MVE vector instructions.
Simon Tatham
2019-06-13
1
-26
/
+265
*
[ARM] Refactor handling of IT mask operands.
Simon Tatham
2019-06-13
1
-9
/
+16
*
[ARM] First MVE instructions: scalar shifts.
Mikhail Maltsev
2019-06-11
1
-0
/
+118
*
[ARM] Add the non-MVE instructions in Arm v8.1-M.
Simon Tatham
2019-06-11
1
-15
/
+351
*
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
-351
/
+15
*
[ARM] Add the non-MVE instructions in Arm v8.1-M.
Simon Tatham
2019-06-10
1
-15
/
+351
*
[ARM] Replace fp-only-sp and d16 with fp64 and d32.
Simon Tatham
2019-05-28
1
-2
/
+2
*
[ARM] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
1
-0
/
+1
*
ARM: disallow add/sub to sp unless Rn is also sp.
Tim Northover
2019-04-23
1
-1
/
+13
*
[ARM][FIX] Fix vfmal.f16 and vfmsl.f16 operand
Diogo N. Sampaio
2019-03-08
1
-0
/
+9
*
[ARM] Make fullfp16 instructions not conditionalisable.
Simon Tatham
2019-02-25
1
-4
/
+12
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
Remove trailing space
Fangrui Song
2018-07-30
1
-5
/
+5
*
ARM: correctly decode VFP instructions following unpredictable t2IT
Tim Northover
2018-06-26
1
-0
/
+2
*
ARM: diagnose unpredictable IT instructions
Tim Northover
2018-06-26
1
-1
/
+4
*
[ARM]Decoding MSR with unpredictable destination register causes an assert
Simi Pallipurath
2018-03-06
1
-2
/
+3
*
[ARM] Re-commit r324600 with fixed LLVMBuild.txt
Oliver Stannard
2018-02-08
2
-10
/
+3
*
Revert r324600 as it breaks a buildbot
Oliver Stannard
2018-02-08
1
-2
/
+9
*
[ARM] Fix disassembly of invalid banked register moves
Oliver Stannard
2018-02-08
1
-9
/
+2
*
[ARM] Armv8.2-A FP16 code generation (part 1/3)
Sjoerd Meijer
2018-01-26
1
-0
/
+7
[next]