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
/
ARMInstrThumb2.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[ARM] Improve codegen of volatile load/store of i64"
Victor Campos
2020-02-08
1
-6
/
+3
*
[ARM][Thumb2] Fix ADD/SUB invalid writes to SP
Diogo Sampaio
2020-01-14
1
-39
/
+154
*
Reverting, broke some bots. Need further investigation.
Diogo Sampaio
2020-01-10
1
-154
/
+39
*
[ARM][Thumb2] Fix ADD/SUB invalid writes to SP
Diogo Sampaio
2020-01-10
1
-39
/
+154
*
[ARM] Improve codegen of volatile load/store of i64
Victor Campos
2020-01-07
1
-3
/
+6
*
Revert "[ARM] Improve codegen of volatile load/store of i64"
Victor Campos
2019-12-20
1
-6
/
+3
*
[ARM][MVE] Fixes for tail predication.
Sam Parker
2019-12-20
1
-4
/
+6
*
[ARM] Improve codegen of volatile load/store of i64
Victor Campos
2019-12-19
1
-3
/
+6
*
[ARM] Generate CMSE instructions from CMSE intrinsics
Momchil Velikov
2019-11-25
1
-4
/
+12
*
[ARM] Extra qdadd patterns
David Green
2019-10-21
1
-0
/
+4
*
[ARM] Add qadd lowering from a sadd_sat
David Green
2019-10-21
1
-0
/
+4
*
[ARM] Lower sadd_sat to qadd8 and qadd16
David Green
2019-10-21
1
-0
/
+9
*
[ARM] Cortex-M4 schedule additions
David Green
2019-09-29
1
-1
/
+2
*
[ARM] Ensure we do not attempt to create lsll #0
David Green
2019-09-25
1
-1
/
+2
*
Reapply r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Matt Arsenault
2019-09-19
1
-24
/
+24
*
Revert r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Hans Wennborg
2019-09-19
1
-24
/
+24
*
GlobalISel: Don't materialize immarg arguments to intrinsics
Matt Arsenault
2019-09-19
1
-24
/
+24
*
[ARM] Generate 8.1-m CSINC, CSNEG and CSINV instructions.
David Green
2019-09-03
1
-0
/
+19
*
[ARM] Reject CSEL instructions with invalid operands
Mikhail Maltsev
2019-07-31
1
-1
/
+1
*
[ARM][LowOverheadLoops] Add CPSR defs
Sam Parker
2019-07-26
1
-2
/
+4
*
[ARM] MVE bitwise instruction patterns
David Green
2019-07-04
1
-1
/
+2
*
[ARM] WLS/LE Code Generation
Sam Parker
2019-07-01
1
-1
/
+9
*
[ARM] Fix handling of zero offsets in LOB instructions.
Simon Tatham
2019-06-27
1
-8
/
+9
*
[ARM] Tighten restrictions on use of SP in v8.1-M CSEL.
Simon Tatham
2019-06-27
1
-4
/
+4
*
[ARM] Add remaining miscellaneous MVE instructions.
Simon Tatham
2019-06-25
1
-2
/
+21
*
[ARM] Add MVE vector load/store instructions.
Simon Tatham
2019-06-25
1
-6
/
+15
*
[ARM] DLS/LE low-overhead loop code generation
Sam Parker
2019-06-25
1
-0
/
+16
*
[ARM] Add MVE interleaving load/store family.
Simon Tatham
2019-06-24
1
-2
/
+2
*
[ARM] Refactor handling of IT mask operands.
Simon Tatham
2019-06-13
1
-0
/
+1
*
[ARM] First MVE instructions: scalar shifts.
Mikhail Maltsev
2019-06-11
1
-0
/
+10
*
[ARM] Add the non-MVE instructions in Arm v8.1-M.
Simon Tatham
2019-06-11
1
-1
/
+298
*
Revert rL362953 and its followup rL362955.
Simon Tatham
2019-06-10
1
-298
/
+1
*
[ARM] Add the non-MVE instructions in Arm v8.1-M.
Simon Tatham
2019-06-10
1
-17
/
+7
*
[ARM] Add the non-MVE instructions in Arm v8.1-M.
Simon Tatham
2019-06-10
1
-1
/
+308
*
[ARM] Turn some undefined encoding bits into 0s.
Simon Tatham
2019-06-04
1
-0
/
+17
*
[ARM] Cortex-M4 schedule
David Green
2019-05-15
1
-25
/
+27
*
ARM: disallow SP as Rn for Thumb2 TST & TEQ instructions
Tim Northover
2019-05-08
1
-14
/
+14
*
[ARM] Add v8m.base pattern for add negative imm
Sam Parker
2019-02-11
1
-0
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ARM] Add missing patterns for DSP muls
Sam Parker
2019-01-08
1
-25
/
+20
*
[ARM] Add command-line option for SB
Diogo N. Sampaio
2019-01-03
1
-1
/
+1
*
ARM: use acquire/release instruction variants when available.
Tim Northover
2018-12-17
1
-7
/
+7
*
ARM: use target-specific SUBS node when combining cmp with cmov.
Tim Northover
2018-12-03
1
-0
/
+6
*
[ARM][MC] Move information about variadic register defs into tablegen
Oliver Stannard
2018-12-03
1
-1
/
+1
*
[ARM][v8.5A] Add speculation barriers SSBB and PSSBB
Oliver Stannard
2018-09-28
1
-0
/
+6
*
[ARM][v8.5A] Add speculation barrier to ARM & Thumb instruction sets
Oliver Stannard
2018-09-27
1
-0
/
+8
*
ARM: fix Thumb2 CodeGen for ldrex with folded frame-index.
Tim Northover
2018-09-07
1
-2
/
+2
*
[ARM] Rotated operand patterns for *xtb16
Sam Parker
2018-08-22
1
-0
/
+8
*
[AArch64][ARM] Armv8.4-A: Trace synchronization barrier instruction
Sjoerd Meijer
2018-07-06
1
-0
/
+6
*
[ARM] [Assembler] Support negative immediates: cover few missing cases
Volodymyr Turanskyy
2018-07-04
1
-0
/
+18
[next]