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
*
[InstCombine] Fix worklist management when removing guard intrinsic
Nikita Popov
2020-01-14
1
-10
/
+10
*
[X86][InstCombine] Add constant folding and simplification support for pdep a...
Craig Topper
2019-12-31
1
-0
/
+58
*
[InstCombine] propagate sign argument through nested copysigns
Sanjay Patel
2019-12-30
1
-0
/
+10
*
Delete llvm.{sig,}{setjmp,longjmp} remnant after r136821
Fangrui Song
2019-12-27
1
-1
/
+1
*
[InstCombine] enhance fold for copysign with known sign arg
Sanjay Patel
2019-12-22
1
-8
/
+12
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+6
*
[APFloat] Prevent construction of APFloat with Semantics and FP value
Ehud Katz
2019-12-04
1
-1
/
+1
*
[ARM,MVE] Add an InstCombine rule permitting VPNOT.
Simon Tatham
2019-12-02
1
-0
/
+13
*
[InstCombine] fold copysign with constant sign argument to (fneg+)fabs
Sanjay Patel
2019-12-02
1
-0
/
+15
*
[InstCombine] Fix call guard difference with dbg
Davide Italiano
2019-11-22
1
-4
/
+4
*
[ARM,MVE] Add InstCombine rules for pred_i2v / pred_v2i.
Simon Tatham
2019-11-18
1
-0
/
+28
*
[InstCombine] Fold one-use variable into assert
Benjamin Kramer
2019-10-24
1
-2
/
+1
*
[InstCombine] Known-bits optimization for ARM MVE VADC.
Simon Tatham
2019-10-24
1
-0
/
+14
*
[Alignment][NFC] Convert StoreInst to MaybeAlign
Guillaume Chatelet
2019-10-22
1
-2
/
+3
*
[Alignment][NFC] Convert LoadInst to MaybeAlign
Guillaume Chatelet
2019-10-22
1
-1
/
+1
*
[Alignment][NFC] Finish transition for `Loads`
Guillaume Chatelet
2019-10-21
1
-3
/
+3
*
[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
Guillaume Chatelet
2019-10-03
1
-11
/
+10
*
[Alignment][NFC] Remove LoadInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-1
/
+1
*
[InstCombine] Limit FMul constant folding for fma simplifications.
Florian Hahn
2019-09-25
1
-3
/
+15
*
[GCRelocate] Add a peephole to canonicalize base pointer relocation
Philip Reames
2019-09-24
1
-1
/
+12
*
[InstCombine] Annotate strndup calls with dereferenceable_or_null
David Bolvansky
2019-09-23
1
-9
/
+18
*
[SLC] Convert some strndup calls to strdup calls
David Bolvansky
2019-09-23
1
-3
/
+3
*
[InstCombine] Annotate strdup with deref_or_null
David Bolvansky
2019-09-17
1
-0
/
+6
*
Revert [InstCombine] Use SimplifyFMulInst to simplify multiply in fma.
Florian Hahn
2019-09-11
1
-5
/
+3
*
[InstCombine] Fixed handling of isOpNewLike (PR11748)
David Bolvansky
2019-09-11
1
-7
/
+8
*
[InstCombine] Use SimplifyFMulInst to simplify multiply in fma.
Florian Hahn
2019-09-10
1
-3
/
+5
*
[NFC] Added a comment to avoid possible confusion
David Bolvansky
2019-08-28
1
-0
/
+2
*
Annotate return values of allocation functions with dereferenceable_or_null
David Bolvansky
2019-08-28
1
-0
/
+33
*
msan, codegen, instcombine: Keep more lifetime markers used for msan
Vitaly Buka
2019-08-26
1
-0
/
+1
*
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
[next]