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
/
InstructionCombining.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shrinkify libcalls: use float versions of double libm functions with fast-mat...
Sanjay Patel
2014-10-22
1
-7
/
+1
*
Reapply r219832 - InstCombine: Narrow switch instructions using known bits.
Akira Hatanaka
2014-10-16
1
-0
/
+31
*
Revert r219832.
Akira Hatanaka
2014-10-16
1
-31
/
+0
*
InstCombine: Narrow switch instructions using known bits.
Akira Hatanaka
2014-10-15
1
-0
/
+31
*
Revert "[InstCombine] re-commit r218721 with fix for pr21199"
Justin Bogner
2014-10-08
1
-4
/
+4
*
[InstCombine] re-commit r218721 with fix for pr21199
Gerolf Hoflehner
2014-10-08
1
-4
/
+4
*
Revert r219175 - [InstCombine] re-commit r218721 icmp-select-icmp optimization
Hans Wennborg
2014-10-08
1
-4
/
+4
*
[InstCombine] re-commit r218721 icmp-select-icmp optimization
Gerolf Hoflehner
2014-10-07
1
-4
/
+4
*
Revert r218721, r218735.
Evgeniy Stepanov
2014-10-01
1
-4
/
+4
*
[InstCombine] Optimize icmp-select-icmp
Gerolf Hoflehner
2014-10-01
1
-4
/
+4
*
Reapply fix in r217988 (reverted in r217989) and remove the alternative fix c...
David Blaikie
2014-09-17
1
-1
/
+1
*
Revert "Fix -Wnon-virtual-dtor warning introduced in r217982."
David Blaikie
2014-09-17
1
-1
/
+1
*
Fix -Wnon-virtual-dtor warning introduced in r217982.
David Blaikie
2014-09-17
1
-1
/
+1
*
Refactoring SimplifyLibCalls to remove static initializers and generally clea...
Chris Bieneman
2014-09-17
1
-5
/
+6
*
Check for all known bits on ret in InstCombine
Hal Finkel
2014-09-07
1
-0
/
+18
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-1
/
+7
*
Add an Assumption-Tracking Pass
Hal Finkel
2014-09-07
1
-1
/
+5
*
Revert "Revert two GEP-related InstCombine commits"
David Majnemer
2014-09-01
1
-11
/
+42
*
Revert two GEP-related InstCombine commits
David Majnemer
2014-08-29
1
-40
/
+11
*
InstCombine: Combine gep X, (Y-X) to Y
David Majnemer
2014-08-27
1
-14
/
+25
*
InstCombine: Optimize GEP's involving ptrtoint better
David Majnemer
2014-08-27
1
-11
/
+29
*
This patch enables SimplifyUsingDistributiveLaws() to handle following pattens.
Dinesh Dwivedi
2014-08-26
1
-15
/
+45
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-1
/
+1
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-1
/
+1
*
Allwo bitcast + struct GEP transform to work with addrspacecast
Matt Arsenault
2014-08-12
1
-3
/
+20
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-2
/
+2
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-2
/
+2
*
Utilize CastInst::CreatePointerBitCastOrAddrSpaceCast here.
Manuel Jacob
2014-07-16
1
-9
/
+6
*
When we sink an instruction, this can open up opportunity for the operands to...
Aditya Nandakumar
2014-07-11
1
-2
/
+11
*
InstCombine: Fix a crash in Descale for multiply-by-zero
Duncan P. N. Exon Smith
2014-07-10
1
-0
/
+6
*
Feeding isSafeToSpeculativelyExecute its DataLayout pointer
Hal Finkel
2014-07-10
1
-1
/
+1
*
Fix for PR20059 (instcombine reorders shufflevector after instruction that ma...
Sanjay Patel
2014-07-09
1
-0
/
+6
*
Make helper functions static.
Benjamin Kramer
2014-07-07
1
-2
/
+2
*
InstCombine: Don't try to reorder shuffles where the mask is a ConstantExpr.
Benjamin Kramer
2014-06-24
1
-1
/
+3
*
Refactored and updated SimplifyUsingDistributiveLaws() to
Dinesh Dwivedi
2014-06-19
1
-53
/
+142
*
Add a Constant version of stripPointerCasts.
Rafael Espindola
2014-06-04
1
-3
/
+3
*
Clauses in a landingpad are always Constant. Use a stricter type.
Rafael Espindola
2014-06-04
1
-4
/
+4
*
And fix my fix to sink down through the type at the right time. My
Chandler Carruth
2014-05-29
1
-8
/
+9
*
Fix one bug in the latest incarnation of r209843 -- combining GEPs
Chandler Carruth
2014-05-29
1
-8
/
+13
*
Add support for combining GEPs across PHI nodes
Louis Gerbarg
2014-05-29
1
-0
/
+79
*
Revert "Add support for combining GEPs across PHI nodes"
Rafael Espindola
2014-05-28
1
-79
/
+0
*
Add support for combining GEPs across PHI nodes
Louis Gerbarg
2014-05-28
1
-0
/
+79
*
Revert r209049 and r209065, "Add support for combining GEPs across PHI nodes"
NAKAMURA Takumi
2014-05-17
1
-66
/
+0
*
Fix for sanitizer crash introduced in r209049
Louis Gerbarg
2014-05-17
1
-1
/
+8
*
Add support for combining GEPs across PHI nodes
Louis Gerbarg
2014-05-16
1
-0
/
+59
*
Fix the case when reordering shuffle and binop produces a constant.
Serge Pavlov
2014-05-14
1
-13
/
+13
*
Fix type of shuffle obtained from reordering with binary operation
Serge Pavlov
2014-05-12
1
-1
/
+1
*
Fix reordering of shuffles and binary operations
Serge Pavlov
2014-05-12
1
-0
/
+1
*
Reorder shuffle and binary operation.
Serge Pavlov
2014-05-11
1
-0
/
+94
[next]