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
/
Transforms
/
InstCombine
/
InstCombineSimplifyDemanded.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] Canonicalize select immediates
David Green
2019-12-19
1
-2
/
+30
*
Revert "[InstCombine][AMDGPU] Trim more components of *buffer_load"
Piotr Sobczak
2019-12-18
1
-60
/
+17
*
[InstCombine][AMDGPU] Trim more components of *buffer_load
Piotr Sobczak
2019-12-17
1
-17
/
+60
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+2
*
[InstCombine] remove identity shuffle simplification for mask with undefs
Sanjay Patel
2019-11-24
1
-0
/
+24
*
[InstCombine] add assert in SimplifyDemandedVectorElts and improve readabilit...
Sanjay Patel
2019-11-21
1
-19
/
+22
*
[InstCombine] Allow values with multiple users in SimplifyDemandedVectorElts
Piotr Sobczak
2019-10-21
1
-15
/
+23
*
[InstCombine][AMDGPU] Fix crash with v3i16/v3f16 buffer intrinsics
Piotr Sobczak
2019-10-16
1
-0
/
+7
*
[InstCombine][AMDGPU] Simplify tbuffer loads
Piotr Sobczak
2019-08-30
1
-0
/
+3
*
[IntrinsicEmitter] Extend argument overloading with forward references.
Sander de Smalen
2019-06-13
1
-4
/
+3
*
[InstCombine] Limit a vector demanded elts rule which was producing invalid IR.
Philip Reames
2019-04-30
1
-0
/
+12
*
[InstCombine] Fix a nasty miscompile introduced w/masked.gather demanded elts
Philip Reames
2019-04-12
1
-1
/
+5
*
InstCombineSimplifyDemanded: Allow v3 results for AMDGCN buffer and image int...
Tim Renouf
2019-03-22
1
-2
/
+1
*
Demanded elements support for masked.load and masked.gather
Philip Reames
2019-03-19
1
-0
/
+20
*
[SimplifyDemandedVec] Strengthen handling all undef lanes (particularly GEPs)
Philip Reames
2019-03-15
1
-3
/
+17
*
AMDGPU: Remove intrinsic operand assert
Matt Arsenault
2019-03-14
1
-5
/
+1
*
IR: Add immarg attribute
Matt Arsenault
2019-03-12
1
-10
/
+4
*
Add support for computing "zext of value" in KnownBits. NFCI
Bjorn Pettersson
2019-02-28
1
-4
/
+3
*
[InstCombine] Cleanup the TFE/LWE check in AMDGPU SimplifyDemanded
Nicolai Haehnle
2019-02-04
1
-16
/
+13
*
[InstCombine] Extra null-checking on TFE/LWE support
Michael Liao
2019-02-01
1
-4
/
+3
*
Demanded elements support for vector GEPs
Philip Reames
2019-01-28
1
-0
/
+12
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AMDGPU] Add support for TFE/LWE in image intrinsics. 2nd try
David Stuttard
2019-01-14
1
-2
/
+16
*
[InstCombine][AMDGPU] Handle more buffer intrinsics
Piotr Sobczak
2018-12-20
1
-0
/
+4
*
Revert r347871 "Fix: Add support for TFE/LWE in image intrinsic"
David Stuttard
2018-11-29
1
-16
/
+2
*
Add support for TFE/LWE in image intrinsics
David Stuttard
2018-11-29
1
-2
/
+16
*
[InstCombine] Determine demanded and known bits for funnel shifts
Nikita Popov
2018-11-24
1
-0
/
+24
*
[InstCombine] Demand bits of UMin
David Green
2018-10-11
1
-0
/
+10
*
[InstCombine] Demand bits of UMax
David Green
2018-10-11
1
-4
/
+16
*
[InstCombine] drop poison flags in SimplifyVectorDemandedElts
Sanjay Patel
2018-10-04
1
-2
/
+5
*
[InstCombine] reduce code duplication in SimplifyDemandedVectorElts; NFCI
Sanjay Patel
2018-10-04
1
-91
/
+42
*
[InstCombine] allow SimplifyDemandedVectorElts to work with FP binops
Sanjay Patel
2018-10-03
1
-18
/
+20
*
[InstCombine] enhance vector demanded elements to look at a vector select con...
Sanjay Patel
2018-09-11
1
-2
/
+21
*
[InstCombine] use SelectInst operand names to make code clearer; NFC
Sanjay Patel
2018-09-10
1
-8
/
+10
*
[InstCombine] fix formatting in SimplifyDemandedVectorElts->Select; NFCI
Sanjay Patel
2018-09-06
1
-12
/
+16
*
[X86] Remove and autoupgrade the scalar fma intrinsics with masking.
Craig Topper
2018-07-12
1
-37
/
+0
*
[X86] Remove X86 specific scalar FMA intrinsics and upgrade to tart independe...
Craig Topper
2018-07-05
1
-2
/
+0
*
Use APInt[] bit access to avoid "32-bit shift implicitly converted to 64 bits...
Simon Pilgrim
2018-06-25
1
-1
/
+1
*
Use APInt[] bit access to avoid "32-bit shift implicitly converted to 64 bits...
Simon Pilgrim
2018-06-25
1
-1
/
+1
*
AMDGPU: Remove old-style image intrinsics
Nicolai Haehnle
2018-06-21
1
-51
/
+1
*
InstCombine/AMDGPU: Add dimension-aware image intrinsics to SimplifyDemanded
Nicolai Haehnle
2018-06-21
1
-71
/
+122
*
[X86] Lowering sqrt intrinsics to native IR
Tomasz Krupa
2018-06-15
1
-2
/
+0
*
[X86] Remove and autoupgrade a bunch of FMA instrinsics that are no longer us...
Craig Topper
2018-05-11
1
-6
/
+0
*
[InstCombine] Only propagate known leading zeros from udiv input to output.
Benjamin Kramer
2018-05-10
1
-2
/
+7
*
[InstCombine] Teach SimplifyDemandedBits that udiv doesn't demand low dividen...
Benjamin Kramer
2018-05-09
1
-0
/
+16
*
[X86] Remove the pmuldq/pmuldq intrinsics and replace with native IR.
Craig Topper
2018-04-13
1
-29
/
+0
*
Remove useless comment - seems to be a copy+paste typo. NFCI
Simon Pilgrim
2018-02-16
1
-1
/
+0
*
[InstCombine] fix demanded-bits propagation for zext/trunc
Sanjay Patel
2018-01-17
1
-1
/
+1
*
[InstCombine] Fix SimplifyDemandedUseBits SHL handling (PR35515)
Simon Pilgrim
2017-12-09
1
-6
/
+5
*
[InstCombine] improve demanded vector elements analysis of insertelement
Sanjay Patel
2017-08-31
1
-9
/
+10
[next]