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
...
*
TLI: Remove DAG argument from getRegisterByName
Matt Arsenault
2019-10-01
1
-3
/
+3
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-5
/
+3
*
[ARM] Ensure we do not attempt to create lsll #0
David Green
2019-09-25
1
-1
/
+1
*
[ARM] Split large widening MVE loads
David Green
2019-09-24
1
-3
/
+72
*
[ARM] Split large truncating MVE stores
David Green
2019-09-24
1
-82
/
+148
*
[Alignment] Get DataLayout::StackAlignment as Align
Guillaume Chatelet
2019-09-23
1
-1
/
+2
*
[ARM] Fix CTTZ not generating correct instructions MVE
Oliver Cruickshank
2019-09-20
1
-1
/
+1
*
Reapply r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Matt Arsenault
2019-09-19
1
-12
/
+12
*
Revert r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Hans Wennborg
2019-09-19
1
-12
/
+12
*
[ARM] MVE i1 splat
David Green
2019-09-19
1
-1
/
+13
*
GlobalISel: Don't materialize immarg arguments to intrinsics
Matt Arsenault
2019-09-19
1
-12
/
+12
*
[SVE][MVT] Fixed-length vector MVT ranges
Graham Hunter
2019-09-17
1
-4
/
+4
*
[ARM] A predicate cast of a predicate cast is a predicate cast
David Green
2019-09-16
1
-0
/
+20
*
[ARM] Add patterns for BSWAP intrinsic on MVE
Oliver Cruickshank
2019-09-16
1
-0
/
+1
*
[ARM] Add patterns for bitreverse intrinsic on MVE
Oliver Cruickshank
2019-09-16
1
-0
/
+1
*
[ARM] Lower CTTZ on MVE
Oliver Cruickshank
2019-09-16
1
-2
/
+2
*
[ARM] Add patterns for CTLZ on MVE
Oliver Cruickshank
2019-09-16
1
-0
/
+1
*
[ARM] Masked loads and stores
David Green
2019-09-15
1
-0
/
+31
*
[ARM] Add support for MVE vmaxv and vminv
Sam Tebbs
2019-09-13
1
-0
/
+4
*
[Alignment] Use Align for TargetLowering::MinStackArgumentAlignment
Guillaume Chatelet
2019-09-10
1
-1
/
+1
*
[ARM] Fix loads and stores for predicate vectors
David Green
2019-09-09
1
-0
/
+65
*
Fix MSVC "32-bit shift implicitly converted to 64 bits" warnings. NFCI.
Simon Pilgrim
2019-09-07
1
-1
/
+1
*
[ARM] Sink add/mul(shufflevector(insertelement())) for MVE instruction selection
Sam Tebbs
2019-09-06
1
-10
/
+48
*
[Alignment][NFC] Use Align with TargetLowering::setPrefLoopAlignment
Guillaume Chatelet
2019-09-06
1
-1
/
+2
*
[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
Guillaume Chatelet
2019-09-06
1
-1
/
+2
*
[ARM] Add support for the s,j,x,N,O inline asm constraints
David Candler
2019-09-05
1
-3
/
+3
*
[LLVM][Alignment] Make functions using log of alignment explicit
Guillaume Chatelet
2019-09-05
1
-2
/
+2
*
[ARM] Invert CSEL predicates if the opposite is a simpler constant to materia...
David Green
2019-09-03
1
-0
/
+9
*
[ARM] Generate 8.1-m CSINC, CSNEG and CSINV instructions.
David Green
2019-09-03
1
-0
/
+46
*
[ARM] Use MQPR not QPR for MVE registers
David Green
2019-09-02
1
-3
/
+3
*
[ARM] Remove MVE masked loads/stores
David Green
2019-09-01
1
-31
/
+0
*
[ARM] MVE Masked loads and stores
David Green
2019-08-29
1
-0
/
+31
*
[RISCV] Avoid generating AssertZext for LP64 ABI when lowering floating LibCall
Shiva Chen
2019-08-28
1
-2
/
+2
*
[TargetLowering] Add buildLegalVectorShuffle facility to help build legal shu...
Amaury Sechet
2019-08-28
1
-5
/
+4
*
Reapply: [ARM] Fix lsrl with a 128/256 bit shift amount or a shift of 32
Sam Tebbs
2019-08-22
1
-6
/
+7
*
Revert r369626 "[ARM] Fix lsrl with a 128/256 bit shift amount or a shift of 32"
Hans Wennborg
2019-08-22
1
-7
/
+6
*
[ARM] Fix lsrl with a 128/256 bit shift amount or a shift of 32
Sam Tebbs
2019-08-22
1
-6
/
+7
*
[TargetLowering] Remove optional arguments passing to makeLibCall
Shiva Chen
2019-08-22
1
-5
/
+9
*
[ARM] Add support for MVE vaddv
Sam Tebbs
2019-08-19
1
-0
/
+3
*
Reland "[ARM] push LR before __gnu_mcount_nc"
Jian Cai
2019-08-16
1
-0
/
+44
*
Revert "[ARM] push LR before __gnu_mcount_nc"
Jian Cai
2019-08-16
1
-44
/
+0
*
[ARM] push LR before __gnu_mcount_nc
Jian Cai
2019-08-16
1
-0
/
+44
*
[ARM] Don't pretend we know how to generate MVE VLDn
David Green
2019-08-16
1
-0
/
+6
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-57
/
+57
*
[ARM] Add support for MVE pre and post inc loads and stores
David Green
2019-08-08
1
-15
/
+106
*
[ARM] MVE big endian loads/stores
David Green
2019-08-08
1
-36
/
+12
*
[ARM] Tighten up VLDRH.32 with low alignments
David Green
2019-08-08
1
-3
/
+10
*
[ARM] Expand CTPOP intrinsic for MVE
Oliver Cruickshank
2019-08-07
1
-0
/
+1
*
AMDGPU: Correct behavior of f16 buffer loads
Matt Arsenault
2019-08-05
1
-2
/
+3
*
[LLVM][Alignment] Introduce Alignment Type
Guillaume Chatelet
2019-08-05
1
-8
/
+8
[prev]
[next]