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
/
InstCombineInternal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] Move isSignBitCheck(), handle rest of the predicates
Roman Lebedev
2019-10-07
1
-0
/
+39
*
[InstCombine] Bypass high bit extract before variable sign-extension (PR43523)
Roman Lebedev
2019-10-02
1
-0
/
+2
*
[InstCombine] Fold (A - B) u>=/u< A --> B u>/u<= A iff B != 0
Roman Lebedev
2019-09-25
1
-1
/
+1
*
[InstCombine] fold sign-bit compares of srem
Sanjay Patel
2019-09-11
1
-0
/
+2
*
[InstCombine] Fold '((%x * %y) u/ %x) != %y' to '@llvm.umul.with.overflow' + ...
Roman Lebedev
2019-08-29
1
-0
/
+2
*
Fix uninitialized variable warning in cppcheck. NFCI.
Simon Pilgrim
2019-08-28
1
-1
/
+1
*
[InstCombine] improve readability for icmp with cast folds; NFC
Sanjay Patel
2019-08-20
1
-1
/
+1
*
[InstCombine] Refactor getFlippedStrictnessPredicateAndConstant() out of cano...
Roman Lebedev
2019-08-14
1
-0
/
+3
*
[InstCombine][NFC] Rename IsFreeToInvert() -> isFreeToInvert() for consistency
Roman Lebedev
2019-08-13
1
-2
/
+2
*
[InstCombine] foldXorOfICmps(): don't give up on non-single-use ICmp's if all...
Roman Lebedev
2019-08-13
1
-1
/
+29
*
[InstCombine] Fold "x ?% y ==/!= 0" to "x & (y-1) ==/!= 0" iff y is power-of...
Roman Lebedev
2019-07-30
1
-0
/
+1
*
[NFC][PatternMatch] Refactor code into a proper "matcher for any integral con...
Roman Lebedev
2019-07-22
1
-18
/
+1
*
[InstCombine] Refactor OptimizeOverflowCheck; NFCI
Nikita Popov
2019-05-26
1
-1
/
+5
*
[InstCombine] Remove OverflowCheckFlavor; NFC
Nikita Popov
2019-05-26
1
-35
/
+2
*
Add InstCombine::visitFNeg(...)
Cameron McInally
2019-05-10
1
-0
/
+1
*
[InstCombine] Be consistent w/handling of masked intrinsics style wise [NFC]
Philip Reames
2019-04-25
1
-0
/
+2
*
[InstCombine] Factor out unreachable inst idiom creation [NFC]
Philip Reames
2019-04-17
1
-0
/
+10
*
[PGO] Profile guided code size optimization.
Hiroshi Yamauchi
2019-04-15
1
-3
/
+7
*
Simplify operands of masked stores and scatters based on demanded elements
Philip Reames
2019-03-20
1
-0
/
+3
*
[InstCombine] Fold add nsw + sadd.with.overflow
Nikita Popov
2019-03-06
1
-0
/
+2
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+1
*
[InstCombine] Optimize `atomicrmw <op>, 0` into `load atomic` when possible
Quentin Colombet
2019-02-07
1
-0
/
+1
*
[InstCombine] refactor folds for (icmp (bitcast X), Y); NFCI
Sanjay Patel
2019-02-07
1
-2
/
+0
*
[InstCombine] Cleanup the TFE/LWE check in AMDGPU SimplifyDemanded
Nicolai Haehnle
2019-02-04
1
-2
/
+1
*
[CallSite removal] Remove CallSite uses from InstCombine.
Craig Topper
2019-01-31
1
-5
/
+4
*
[InstCombine] Simplify cttz/ctlz + icmp ugt/ult
Nikita Popov
2019-01-19
1
-1
/
+4
*
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
-1
/
+2
*
[InstCombine] add helper for icmp with dominator; NFC
Sanjay Patel
2018-12-04
1
-0
/
+1
*
Revert r347871 "Fix: Add support for TFE/LWE in image intrinsic"
David Stuttard
2018-11-29
1
-2
/
+1
*
Add support for TFE/LWE in image intrinsics
David Stuttard
2018-11-29
1
-1
/
+2
*
[InstCombine] fix formatting for matchBSwap(); NFC
Sanjay Patel
2018-11-14
1
-1
/
+4
*
[InstCombine] simplify code for merging stores; NFCI
Sanjay Patel
2018-11-10
1
-1
/
+1
*
[InstCombine] try harder to form select from logic ops (2nd try)
Sanjay Patel
2018-10-24
1
-0
/
+3
*
[InstCombine] use 'match' to simplify code
Sanjay Patel
2018-10-23
1
-1
/
+1
*
revert rL344609: [InstCombine] try harder to form select from logic ops
Sanjay Patel
2018-10-16
1
-3
/
+0
*
[InstCombine] try harder to form select from logic ops
Sanjay Patel
2018-10-16
1
-0
/
+3
*
[InstCombine] fix complexity canonicalization with fake unary vector ops
Sanjay Patel
2018-10-13
1
-2
/
+2
*
[InstCombine] name change: foldShuffledBinop -> foldVectorBinop; NFC
Sanjay Patel
2018-10-03
1
-1
/
+1
*
[InstCombine] Fold ~A - Min/Max(~A, O) -> Max/Min(A, ~O) - A
David Green
2018-10-02
1
-1
/
+8
*
[InstCombine] fix formatting in vector evaluators; NFC
Sanjay Patel
2018-09-29
1
-1
/
+0
*
[InstCombine] refactor mul narrowing folds; NFCI
Sanjay Patel
2018-09-14
1
-1
/
+12
*
[InstCombine] add/use overflowing math helper functions; NFC
Sanjay Patel
2018-09-14
1
-0
/
+18
*
[InstCombine] refactor add narrowing folds; NFCI
Sanjay Patel
2018-09-14
1
-0
/
+1
*
[InstCombine] Add splat vector constant support to foldICmpAddOpConst.
Craig Topper
2018-08-20
1
-1
/
+1
*
[InstCombine] allow more shuffle folds using safe constants
Sanjay Patel
2018-07-09
1
-14
/
+45
*
[InstCombine] generalize safe vector constant utility
Sanjay Patel
2018-07-09
1
-9
/
+16
*
[InstCombine] make div/rem vector constant utility function; NFCI
Sanjay Patel
2018-06-21
1
-0
/
+17
*
InstCombine/AMDGPU: Add dimension-aware image intrinsics to SimplifyDemanded
Nicolai Haehnle
2018-06-21
1
-0
/
+4
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
[next]