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
*
[InstCombine] Do not insert a GEP instruction before a landingpad instruction.
Akira Hatanaka
2015-02-18
1
-4
/
+4
*
Transforms: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-2
/
+1
*
Don't promote asynch EH invokes of nounwind functions to calls
Reid Kleckner
2015-02-11
1
-1
/
+2
*
Move EH personality type classification to Analysis/LibCallSemantics.h
Reid Kleckner
2015-01-28
1
-28
/
+14
*
[PM] Port instcombine to the new pass manager!
Chandler Carruth
2015-01-24
1
-35
/
+64
*
[PM] Rename InstCombine.h to InstCombineInternal.h in preparation for
Chandler Carruth
2015-01-22
1
-1
/
+1
*
[PM] Refactor the InstCombiner interface to use an external worklist.
Chandler Carruth
2015-01-21
1
-196
/
+195
*
[PM] Simplify (ha! ha!) the way that instcombine calls the
Chandler Carruth
2015-01-21
1
-6
/
+0
*
[PM] Replace an abuse of inheritance to override a single function with
Chandler Carruth
2015-01-21
1
-20
/
+4
*
[PM] Separate the InstCombiner from its pass.
Chandler Carruth
2015-01-20
1
-39
/
+75
*
[PM] Move the LoopInfo analysis pointer into the InstCombiner class
Chandler Carruth
2015-01-20
1
-3
/
+3
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-1
/
+2
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-3
/
+3
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-8
/
+7
*
Reapply: [InstCombine] Fix visitSwitchInst to use right operand types for sub...
Bruno Cardoso Lopes
2014-12-19
1
-3
/
+10
*
Revert "[InstCombine] Fix visitSwitchInst to use right operand types for sub ...
Bruno Cardoso Lopes
2014-12-19
1
-4
/
+2
*
[InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr
Bruno Cardoso Lopes
2014-12-19
1
-2
/
+4
*
InstCombine: Don't assume DataLayout is always available
David Majnemer
2014-11-24
1
-1
/
+2
*
[InstCombine] Re-commit of r218721 (Optimize icmp-select-icmp sequence)
Gerolf Hoflehner
2014-11-21
1
-4
/
+4
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-3
/
+4
*
Revert earlier change removing setPreservesCFG from instcombine (r221223) and
Mark Heffernan
2014-11-04
1
-2
/
+1
*
Remove setPreservesCFG from instcombine. The pass, in particular, does not
Mark Heffernan
2014-11-04
1
-1
/
+2
*
InstCombine: Remove infinite loop caused by FoldOpIntoPhi
David Majnemer
2014-11-03
1
-2
/
+5
*
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
[next]