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
/
ARMISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM] Only produce qadd8b under hasV6Ops
David Green
2020-05-19
1
-1
/
+1
*
Don't generate libcalls for wide shift on Windows ARM (PR42711)
Hans Wennborg
2020-02-25
1
-1
/
+1
*
[FPEnv][ARM] Don't call mutateStrictFPToFP when lowering
John Brawn
2020-02-18
1
-2
/
+10
*
[ARM] Fix infinite loop when lowering STRICT_FP_EXTEND
John Brawn
2020-02-18
1
-0
/
+9
*
[FPEnv][ARM] Add lowering of STRICT_FSETCC and STRICT_FSETCCS
John Brawn
2020-02-18
1
-3
/
+63
*
Revert "[ARM] Improve codegen of volatile load/store of i64"
Victor Campos
2020-02-08
1
-55
/
+2
*
[TargetLowering][ARM][Mips][WebAssembly] Remove the ordered FP compare from R...
Craig Topper
2020-01-10
1
-4
/
+0
*
CodeGen: Use LLT instead of EVT in getRegisterByName
Matt Arsenault
2020-01-09
1
-1
/
+1
*
[ARM] Improve codegen of volatile load/store of i64
Victor Campos
2020-01-07
1
-2
/
+55
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-1
/
+1
*
[ARM] Use isFMAFasterThanFMulAndFAdd for scalars as well as MVE vectors
David Green
2020-01-05
1
-4
/
+7
*
Move tail call disabling code to target independent code
Reid Kleckner
2020-01-03
1
-5
/
+2
*
[DAGCombine] Initialize the default operation action for SIGN_EXTEND_INREG fo...
QingShan Zhang
2020-01-03
1
-0
/
+7
*
[ARM] Sink splat to ICmp
David Green
2019-12-30
1
-0
/
+1
*
[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
1
-55
/
+2
*
[ARM] Improve codegen of volatile load/store of i64
Victor Campos
2019-12-19
1
-2
/
+55
*
[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
*
[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
1
-27
/
+3
*
[ARM][MVE] Sink vector shift operand
Sam Parker
2019-12-12
1
-3
/
+27
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+1
*
[ARM] Attempt to use whole register vmovs for MVE shuffles.
David Green
2019-12-08
1
-0
/
+90
*
[ARM] Disable VLD4 under MVE
David Green
2019-12-08
1
-1
/
+6
*
[ARM] Add some VCMP folding and canonicalisation
David Green
2019-12-02
1
-8
/
+43
*
Revert "[ARM] Allocatable Global Register Variables for ARM"
Carey Williams
2019-11-29
1
-9
/
+3
*
[ARM] Replace arm_neon_vqadds with sadd_sat
David Green
2019-11-27
1
-0
/
+3
*
[Codegen][ARM] Add addressing modes from masked loads and stores
David Green
2019-11-26
1
-18
/
+56
*
[ARM] MVE interleaving load and stores.
David Green
2019-11-19
1
-31
/
+90
*
DAG: Add function context to isFMAFasterThanFMulAndFAdd
Matt Arsenault
2019-11-19
1
-1
/
+2
*
[SVE][CodeGen] Scalable vector MVT size queries
Graham Hunter
2019-11-18
1
-1
/
+1
*
[ARM] Allocatable Global Register Variables for ARM
Anna Welker
2019-11-18
1
-3
/
+9
*
[ARM,MVE] Use VMOV.{S8,S16} for sign-extended extractelement.
Simon Tatham
2019-11-13
1
-3
/
+4
*
[AArch64][X86] Don't assume __powidf2 is available on Windows.
Eli Friedman
2019-11-08
1
-56
/
+5
*
[ARM] Use isFMAFasterThanFMulAndFAdd for MVE
David Green
2019-11-04
1
-0
/
+30
*
Add Windows Control Flow Guard checks (/guard:cf).
Andrew Paverd
2019-10-28
1
-0
/
+3
*
[ARM][AArch64] Implement __cls, __clsl and __clsll intrinsics from ACLE
vhscampos
2019-10-28
1
-0
/
+43
*
[ARM] Begin adding IR intrinsics for MVE instructions.
Simon Tatham
2019-10-24
1
-0
/
+4
*
[ARM] Add qadd lowering from a sadd_sat
David Green
2019-10-21
1
-4
/
+5
*
[Alignment][NFC] TargetCallingConv::setOrigAlign and TargetLowering::getABIAl...
Guillaume Chatelet
2019-10-21
1
-6
/
+5
*
[ARM] Lower sadd_sat to qadd8 and qadd16
David Green
2019-10-21
1
-1
/
+58
*
[DAGCombine][ARM] Enable extending masked loads
Sam Parker
2019-10-17
1
-3
/
+14
*
[ARM] Selection for MVE VMOVN
David Green
2019-10-14
1
-0
/
+35
*
[ARM] VQSUB instruction
David Green
2019-10-10
1
-0
/
+2
*
[ARM] VQADD instructions
David Green
2019-10-10
1
-0
/
+2
*
[ISEL][ARM][AARCH64] Tracking simple parameter forwarding registers
Nikola Prica
2019-10-08
1
-1
/
+8
*
[ARM] Generate vcmp instead of vcmpe
Kristof Beyls
2019-10-08
1
-36
/
+15
*
[ARM] Make helpers static. NFC.
Benjamin Kramer
2019-10-02
1
-3
/
+5
*
[ARM] Identity shuffles are legal
David Green
2019-10-02
1
-0
/
+1
[next]