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
/
CodeGen
/
ScalarizeMaskedMemIntrin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC][TTI] Add Alignment for isLegalMasked[Gather/Scatter]
Anna Welker
2019-12-18
1
-6
/
+8
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[NFC][TTI] Add Alignment for isLegalMasked[Load/Store]
Sam Parker
2019-10-14
1
-4
/
+11
*
[ScalarizeMaskedMemIntrin] Bitcast the mask to the scalar domain and use scal...
Craig Topper
2019-08-02
1
-3
/
+32
*
[ScalarizeMaskedMemIntrin] Add constant mask support to expandload and compre...
Craig Topper
2019-08-02
1
-0
/
+34
*
[ScalarizeMaskedMemIntrin] Bitcast the mask to the scalar domain and use scal...
Craig Topper
2019-07-31
1
-11
/
+72
*
[X86] Add test cases for masked store and masked scatter with an all zeroes m...
Craig Topper
2019-06-02
1
-1
/
+1
*
[ScalarizeMaskedMemIntrin] Add support for scalarizing expandload and compres...
Craig Topper
2019-03-21
1
-0
/
+158
*
[ScalarizeMaskedMemIntrinsics] Reverse some if conditions to reduce indentati...
Craig Topper
2019-03-21
1
-20
/
+16
*
[ScalarizeMaskedMemIntrin] Use IRBuilder functions that take uint32_t/uint64_...
Craig Topper
2019-03-09
1
-43
/
+29
*
[ScalarizeMaskedMemIntrin] Only set the ModifiedDT flag if new basic blocks w...
Craig Topper
2019-03-08
1
-12
/
+16
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-5
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ScalarizeMaskedMemIntrin] Limit the scope of some variables that are only us...
Craig Topper
2018-10-30
1
-8
/
+5
*
[ScalarizeMaskedMemIntrin] Use MinAlign to calculate alignment for the scalar...
Craig Topper
2018-09-28
1
-2
/
+2
*
[ScalarizeMaskedMemIntrin] Fix the alignment calculation for the scalar store...
Craig Topper
2018-09-28
1
-1
/
+1
*
[ScalarizeMaskedMemIntrin] Ensure the mask is a vector of ConstantInts before...
Craig Topper
2018-09-27
1
-4
/
+19
*
[ScalarizeMaskedMemIntrin] Use cast instead of dyn_cast checked by an assert....
Craig Topper
2018-09-27
1
-10
/
+6
*
[ScalarizeMaskedMemIntrin] When expanding masked gathers, start with the pass...
Craig Topper
2018-09-27
1
-22
/
+11
*
[ScalarizeMaskedMemIntrin] When expanding masked loads, start with the passth...
Craig Topper
2018-09-27
1
-22
/
+12
*
[ScalarizeMaskedMemIntrin] Handle the case where the mask is an all zero vector.
Craig Topper
2018-09-27
1
-8
/
+8
*
[ScalarizeMaskedMemIntrin] Remove some temporary variables that are only used...
Craig Topper
2018-09-27
1
-14
/
+5
*
[ScalarizeMaskedMemIntrin] Cleanup comments. NFC
Craig Topper
2018-09-27
1
-58
/
+49
*
[ScalarizeMaskedMemIntrin] Don't emit 'icmp eq i1 %x, 1' to check mask values...
Craig Topper
2018-09-27
1
-23
/
+9
*
[CodeGen] Do not allow opt-bisect-limit to skip ScalarizeMaskedMemIntrin.
Andrei Elovikov
2018-04-24
1
-3
/
+0
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include W...
Eugene Zelenko
2017-09-27
1
-17
/
+29
*
Sink some IntrinsicInst.h and Intrinsics.h out of llvm/include
Reid Kleckner
2017-09-07
1
-0
/
+1
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-6
/
+2
*
[X86] Relocate code of replacement of subtarget unsupported masked memory int...
Ayman Musa
2017-05-15
1
-0
/
+660