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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ARM] Fill in FP16 FMA patterns
David Green
2020-01-05
1
-0
/
+21
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
1
-1
/
+1
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
1
-1
/
+1
*
GlobalISel: Add type argument to getRegBankFromRegClass
Matt Arsenault
2020-01-03
2
-4
/
+5
*
Move tail call disabling code to target independent code
Reid Kleckner
2020-01-03
1
-5
/
+2
*
[ARM][NFC] Move tail predication checks
Sam Parker
2020-01-03
1
-69
/
+76
*
[DAGCombine] Initialize the default operation action for SIGN_EXTEND_INREG fo...
QingShan Zhang
2020-01-03
1
-0
/
+7
*
DAG: Use TargetConstant for FENCE operands
Matt Arsenault
2020-01-02
1
-1
/
+1
*
[ARM][Thumb][FIX] Add unwinding information to t4
Diogo Sampaio
2019-12-30
1
-0
/
+2
*
[ARM] Sink splat to ICmp
David Green
2019-12-30
2
-2
/
+3
*
[ARM][THUMB2] Allow emitting T3 types of add and sub
Diogo Sampaio
2019-12-30
1
-42
/
+33
*
[SelectionDAG] Disallow indirect "i" constraint
Fangrui Song
2019-12-29
1
-4
/
+0
*
[ARM] [Windows] Use COFF stubs for calls to extern_weak functions
Martin Storsjö
2019-12-23
1
-4
/
+6
*
Revert "[ARM] Improve codegen of volatile load/store of i64"
Victor Campos
2019-12-20
6
-158
/
+6
*
[ARM][MVE] Fixes for tail predication.
Sam Parker
2019-12-20
3
-12
/
+61
*
[ARM][MVE] Tail predicate in the presence of vcmp
Sam Parker
2019-12-20
3
-76
/
+270
*
[ARM][MVE] Tail predicate bottom/top muls.
Sam Parker
2019-12-20
1
-0
/
+3
*
[ARM] Improve codegen of volatile load/store of i64
Victor Campos
2019-12-19
6
-6
/
+158
*
[NFC][TTI] Add Alignment for isLegalMasked[Gather/Scatter]
Anna Welker
2019-12-18
1
-0
/
+4
*
[ARM] Move MVE opcode helper functions to ARMBaseInstrInfo. NFC.
Sjoerd Meijer
2019-12-16
3
-108
/
+118
*
[ARM] Fix in ICE when retrieving the number of micro-ops for vlldm/vlstm
Momchil Velikov
2019-12-13
1
-2
/
+2
*
[ARM][MVE] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=Off builds after...
Fangrui Song
2019-12-13
1
-3
/
+4
*
[ARM][MVE] Make VPT invalid for tail predication
Sam Parker
2019-12-13
1
-3
/
+0
*
[ARM][MVE] Add vector reduction intrinsics with two vector operands
Mikhail Maltsev
2019-12-13
2
-40
/
+251
*
[ARM][MVE] Add intrinsics for more immediate shifts.
Simon Tatham
2019-12-13
3
-73
/
+182
*
[ARM] Add custom strict fp conversion lowering when non-strict is custom
John Brawn
2019-12-13
1
-33
/
+64
*
[NFC] Use EVT instead of bool for getSetCCInverse()
Alex Richardson
2019-12-13
1
-5
/
+5
*
Revert "[ARM][MVE] findVCMPToFoldIntoVPS. NFC."
Sjoerd Meijer
2019-12-13
1
-28
/
+30
*
[ARM][MVE][Intrinsics] Add *_x() variants of my *_m() intrinsics.
Mark Murray
2019-12-13
1
-2
/
+2
*
[ARM][MVE] findVCMPToFoldIntoVPS. NFC.
Sjoerd Meijer
2019-12-12
1
-30
/
+28
*
[ARM][MVE] Sink vector shift operand
Sam Parker
2019-12-12
1
-3
/
+28
*
Revert "[ARM][MVE] Sink vector shift operand"
Sam Parker
2019-12-12
2
-28
/
+3
*
[ARM][MVE] Sink vector shift operand
Sam Parker
2019-12-12
2
-3
/
+28
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
5
-10
/
+15
*
Rename TTI::getIntImmCost for instructions and intrinsics
Reid Kleckner
2019-12-11
2
-2
/
+2
*
[ARM][LowOverheadLoops] Remove dead loop update instructions.
Sjoerd Meijer
2019-12-11
1
-2
/
+73
*
[ARM][MVE] Add intrinsics for immediate shifts. (reland)
Simon Tatham
2019-12-11
1
-20
/
+32
*
[ARM][MVE] Refactor complex vector intrinsics [NFCI]
Mikhail Maltsev
2019-12-10
2
-197
/
+116
*
Revert "[ARM][MVE] Add intrinsics for immediate shifts."
Eric Christopher
2019-12-09
1
-32
/
+20
*
[ARM][MVE][Intrinsics] Add VQADDQ, VHADDQ, VRHADDQ, VQSUBQ, VHSUBQ, VQDMULHQ,...
Mark Murray
2019-12-09
1
-68
/
+184
*
[ARM][MVE][Intrinsics] Add VMULL[BT]Q_(INT|POLY) intrinsics.
Mark Murray
2019-12-09
2
-38
/
+96
*
[ARM] Fix NEON failure introduced by D71065.
Simon Tatham
2019-12-09
1
-3
/
+5
*
[ARM][MVE] Add intrinsics for immediate shifts.
Simon Tatham
2019-12-09
1
-22
/
+32
*
[ARM][MVE] Add complex vector intrinsics
Mikhail Maltsev
2019-12-09
1
-0
/
+178
*
[ARM] Enable MVE masked loads and stores
David Green
2019-12-09
1
-1
/
+1
*
[ARM] Teach the Arm cost model that a Shift can be folded into other instruct...
David Green
2019-12-09
2
-6
/
+36
*
[ARM] Additional tests and minor formatting. NFC
David Green
2019-12-09
1
-43
/
+43
*
[DebugInfo] Make describeLoadedValue() reg aware
David Stenberg
2019-12-09
2
-6
/
+11
*
Revert "[DebugInfo] Make describeLoadedValue() reg aware"
David Stenberg
2019-12-09
2
-11
/
+6
*
[DebugInfo] Make describeLoadedValue() reg aware
David Stenberg
2019-12-09
2
-6
/
+11
[prev]
[next]