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
/
test
/
Transforms
/
InstCombine
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86][InstCombine] Add constant folding and simplification support for pdep a...
Craig Topper
2019-12-31
1
-0
/
+132
*
[X86][InstCombine] Move instcombine test from test/CodeGen/X86 to test/Transf...
Craig Topper
2019-12-01
1
-0
/
+20
*
[InstCombine] remove identity shuffle simplification for mask with undefs
Sanjay Patel
2019-11-24
7
-23
/
+43
*
[InstCombine] regenerate test CHECKs; NFC
Sanjay Patel
2019-11-14
8
-498
/
+498
*
[X86][InstCombine] Remove InstCombine code that turns X86 round intrinsics in...
Craig Topper
2019-05-22
3
-292
/
+0
*
[NFC][InstCombine] Add unary FNeg tests to X86/x86-avx512.ll
Cameron McInally
2019-05-21
1
-0
/
+82
*
[InstCombine][X86] Add PACKSS tests for truncation of sign-extended comparisons
Simon Pilgrim
2019-04-29
1
-0
/
+106
*
[InstCombine][X86] Add PACKSS/PACKUS tests for truncation where saturation wo...
Simon Pilgrim
2019-04-25
1
-0
/
+160
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
28
-0
/
+12970
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
28
-12970
/
+0
*
[InstCombine][X86] Expand MOVMSK to generic IR (PR39927)
Simon Pilgrim
2019-04-08
1
-23
/
+42
*
[InstCombine] canonicalize select shuffles by commuting
Sanjay Patel
2019-03-31
3
-6
/
+6
*
[InstCombine] regenerate test checks; NFC
Sanjay Patel
2019-03-29
2
-50
/
+36
*
Demanded elements support for masked.load and masked.gather
Philip Reames
2019-03-19
1
-8
/
+8
*
[X86] Add ImmArg markings to intrinsics.
Craig Topper
2019-03-12
1
-12
/
+0
*
[Test] Update file w/update_test_checks.py to make a follow on change obvious
Philip Reames
2019-02-01
1
-29
/
+29
*
[InstCombine] try to reduce x86 addcarry to generic uaddo intrinsic
Sanjay Patel
2019-02-01
1
-10
/
+12
*
SimplifyDemandedVectorElts for all intrinsics
Philip Reames
2019-01-30
1
-8
/
+8
*
[InstCombine][x86] add tests for addcarry intrinsic; NFC
Sanjay Patel
2019-01-30
1
-0
/
+36
*
Correct contents for r352453
Philip Reames
2019-01-29
1
-72
/
+48
*
[Tests] Regen to remove future test diffs
Philip Reames
2019-01-29
1
-128
/
+152
*
[InstCombine] Make x86 PADDS/PSUBS constant folding tests generic
Simon Pilgrim
2018-12-20
1
-399
/
+0
*
Regenerate test
Simon Pilgrim
2018-12-19
1
-48
/
+96
*
[InstCombine] try to convert x86 movmsk intrinsic to generic IR (PR39927)
Sanjay Patel
2018-12-11
1
-22
/
+63
*
[InstCombine] add tests for movmsk (PR39927) NFC
Sanjay Patel
2018-12-10
1
-6
/
+80
*
[InstCombine] drop poison flags in SimplifyVectorDemandedElts
Sanjay Patel
2018-10-04
1
-1
/
+1
*
[InstCombine] allow SimplifyDemandedVectorElts to work with FP binops
Sanjay Patel
2018-10-03
1
-1
/
+1
*
[InstCombine][x86] try even harder to convert blendv intrinsic to generic IR ...
Sanjay Patel
2018-09-22
1
-11
/
+10
*
[InstCombine][x86] try harder to convert blendv intrinsic to generic IR (PR38...
Sanjay Patel
2018-09-15
1
-16
/
+8
*
[InstCombine] add more tests for x86 blendv (PR38814); NFC
Sanjay Patel
2018-09-14
1
-0
/
+90
*
[InstCombine][x86] add tests for possible blendv transform (PR38814); NFC
Sanjay Patel
2018-09-07
1
-34
/
+98
*
[X86] Constant folding of adds/subs intrinsics
Tomasz Krupa
2018-08-14
1
-0
/
+351
*
[X86] Remove and autoupgrade the scalar fma intrinsics with masking.
Craig Topper
2018-07-12
1
-148
/
+512
*
[X86] Remove X86 specific scalar FMA intrinsics and upgrade to tart independe...
Craig Topper
2018-07-05
1
-30
/
+64
*
[X86] Rename the autoupgraded of packed fp compare and fpclass intrinsics tha...
Craig Topper
2018-06-27
1
-36
/
+36
*
[InstCombine] Replacing X86-specific rounding intrinsics with generic floor-ceil
Mikhail Dvoretckii
2018-06-19
3
-0
/
+292
*
[X86] Lowering sqrt intrinsics to native IR
Tomasz Krupa
2018-06-15
2
-8
/
+4
*
NFC: Regenerating x86-sse41.ll test for InstCombine
Mikhail Dvoretckii
2018-06-15
1
-4
/
+4
*
[X86] Remove masking from the 512-bit masked floating point add/sub/mul/div i...
Craig Topper
2018-06-10
1
-80
/
+128
*
[X86] Remove mask arguments from permvar builtins/intrinsics. Use a select in...
Craig Topper
2018-05-20
1
-238
/
+358
*
[X86] Extend instcombine folds for pclmuldq intrinsics to the 256 and 512 bit...
Craig Topper
2018-05-13
1
-0
/
+186
*
[X86] Add missing test for the InstCombines of pclmulqdq.
Craig Topper
2018-05-13
1
-0
/
+80
*
[X86] Remove and autoupgrade a bunch of FMA instrinsics that are no longer us...
Craig Topper
2018-05-11
1
-233
/
+0
*
[PatternMatch] allow undef elements when matching a vector zero
Sanjay Patel
2018-04-22
1
-4
/
+6
*
[X86] Remove the pmuldq/pmuldq intrinsics and replace with native IR.
Craig Topper
2018-04-13
1
-21
/
+57
*
[PatternMatch] allow undef elements when matching vector FP +0.0
Sanjay Patel
2018-03-25
1
-2
/
+1
*
[InstSimplify, InstCombine] add/update tests with FP +0.0 vector with undef; NFC
Sanjay Patel
2018-03-25
1
-139
/
+112
*
[ConstantFold] fp_binop undef, undef --> undef
Sanjay Patel
2018-03-08
1
-1
/
+1
*
[X86] Change signatures of avx512 packed fp compare intrinsics to return a vX...
Craig Topper
2018-02-10
1
-62
/
+106
*
[InstCombine] Check for isa<Instruction> before using cast<>
Simon Pilgrim
2017-12-28
1
-0
/
+13
[next]