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
/
InstCombineCalls.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
OpaquePtr: add Type parameter to Loads analysis API.
Tim Northover
2019-07-09
1
-1
/
+1
*
[InstCombine] reduce funnel-shift i16 X, X, 8 to bswap X
Sanjay Patel
2019-06-24
1
-0
/
+7
*
[InstCombine] cttz(abs(x)) -> cttz(x)
David Bolvansky
2019-06-21
1
-4
/
+15
*
[InstCombine] cttz(-x) -> cttz(x)
David Bolvansky
2019-06-20
1
-0
/
+6
*
AMDGPU: Fold readlane/readfirstlane calls
Matt Arsenault
2019-06-17
1
-0
/
+24
*
AMDGPU: Fold readlane intrinsics of constants
Matt Arsenault
2019-06-14
1
-0
/
+7
*
[AMDGPU] gfx1010 wave32 icmp/fcmp intrinsic changes for wave32
Stanislav Mekhanoshin
2019-06-13
1
-1
/
+3
*
InstCombine: correctly change byval type attribute alongside call args.
Tim Northover
2019-06-05
1
-4
/
+20
*
[InstCombine] Optimize always overflowing signed saturating add/sub
Nikita Popov
2019-05-29
1
-8
/
+12
*
[InstCombine] Clean up saturing math overflow optimizations; NFC
Nikita Popov
2019-05-28
1
-29
/
+20
*
[ValueTracking][ConstantRange] Distinguish low/high always overflow
Nikita Popov
2019-05-28
1
-2
/
+2
*
[InstCombine] Remove OverflowCheckFlavor; NFC
Nikita Popov
2019-05-26
1
-7
/
+4
*
[X86][InstCombine] Remove InstCombine code that turns X86 round intrinsics in...
Craig Topper
2019-05-22
1
-122
/
+0
*
[InstCombine] reduce code duplication; NFCI
Sanjay Patel
2019-05-06
1
-22
/
+19
*
[InstCombine][X86] Tweak generic expansion of PACKSS/PACKUS to shuffle then t...
Simon Pilgrim
2019-04-25
1
-7
/
+4
*
Fix include order. NFCI.
Simon Pilgrim
2019-04-25
1
-1
/
+1
*
Consolidate existing utilities for interpreting vector predicate maskes [NFC]
Philip Reames
2019-04-25
1
-31
/
+1
*
[InstCombine] Be consistent w/handling of masked intrinsics style wise [NFC]
Philip Reames
2019-04-25
1
-5
/
+4
*
[InstCombine][X86] Use generic expansion of PACKSS/PACKUS for constant foldin...
Simon Pilgrim
2019-04-24
1
-51
/
+45
*
[InstCombine] Convert a masked.load of a dereferenceable address to an uncond...
Philip Reames
2019-04-23
1
-4
/
+14
*
[InstCombine] Eliminate stores to constant memory
Philip Reames
2019-04-22
1
-0
/
+18
*
[InstSimplify] Move masked.gather w/no active lanes handling to InstSimplify ...
Philip Reames
2019-04-22
1
-5
/
+0
*
[InstCombine] Factor out unreachable inst idiom creation [NFC]
Philip Reames
2019-04-17
1
-10
/
+3
*
[InstCombine] Prune fshl/fshr with masked operands
Nikita Popov
2019-04-16
1
-0
/
+4
*
[PGO] Profile guided code size optimization.
Hiroshi Yamauchi
2019-04-15
1
-1
/
+1
*
[InstCombine] ssubo X, C -> saddo X, -C
Nikita Popov
2019-04-10
1
-0
/
+21
*
[InstCombine][X86] Expand MOVMSK to generic IR (PR39927)
Simon Pilgrim
2019-04-08
1
-40
/
+14
*
[InstCombine] Simplify ctpop with bitreverse/bswap
David Bolvansky
2019-04-03
1
-0
/
+8
*
[InstCombine] Simplify ctlz/cttz with bitreverse
David Bolvansky
2019-04-02
1
-1
/
+9
*
[instcombine] Add some todos, and arrange code for readibility
Philip Reames
2019-03-21
1
-32
/
+34
*
Simplify operands of masked stores and scatters based on demanded elements
Philip Reames
2019-03-20
1
-8
/
+49
*
[InstCombine] Fold add nuw + uadd.with.overflow
Nikita Popov
2019-03-20
1
-6
/
+9
*
[instcombine] Add todos describing missing transforms for masked.* intrinsics
Philip Reames
2019-03-20
1
-0
/
+17
*
[InstCombine] allow general vector constants for funnel shift to shift transf...
Sanjay Patel
2019-03-18
1
-20
/
+13
*
[InstCombine] extend rotate-left-by-constant canonicalization to funnel shift
Sanjay Patel
2019-03-18
1
-9
/
+10
*
[InstCombine] canonicalize rotate right by constant to rotate left
Sanjay Patel
2019-03-17
1
-7
/
+20
*
[SimplifyDemandedVec] Strengthen handling all undef lanes (particularly GEPs)
Philip Reames
2019-03-15
1
-2
/
+1
*
[InstCombine] canonicalize funnel shift constant shift amount to be modulo bi...
Sanjay Patel
2019-03-14
1
-2
/
+13
*
IR: Add immarg attribute
Matt Arsenault
2019-03-12
1
-13
/
+6
*
[InstCombine] Fold add nsw + sadd.with.overflow
Nikita Popov
2019-03-06
1
-10
/
+40
*
[InstCombine] Fix an unused variable warning.
Craig Topper
2019-02-10
1
-1
/
+1
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-18
/
+39
*
[opaque pointer types] Pass function type for CallBase::setCalledFunction.
James Y Knight
2019-02-01
1
-8
/
+7
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-7
/
+8
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-12
/
+16
*
[InstCombine] reduce duplicate code; NFC
Sanjay Patel
2019-02-01
1
-2
/
+1
*
[InstCombine] Fix -Wunused-variable when -DLLVM_ENABLE_ASSERTIONS=off
Fangrui Song
2019-02-01
1
-0
/
+1
*
[InstCombine] try to reduce x86 addcarry to generic uaddo intrinsic
Sanjay Patel
2019-02-01
1
-0
/
+33
*
[CallSite removal] Remove CallSite uses from InstCombine.
Craig Topper
2019-01-31
1
-87
/
+81
*
Add a 'dynamic' parameter to the objectsize intrinsic
Erik Pilkington
2019-01-30
1
-3
/
+2
[next]