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
/
InstCombine.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] Rename InstCombine.h to InstCombineInternal.h in preparation for
Chandler Carruth
2015-01-22
1
-493
/
+0
*
[PM] Refactor the InstCombiner interface to use an external worklist.
Chandler Carruth
2015-01-21
1
-15
/
+27
*
[PM] Simplify (ha! ha!) the way that instcombine calls the
Chandler Carruth
2015-01-21
1
-2
/
+0
*
[PM] Separate the InstCombiner from its pass.
Chandler Carruth
2015-01-20
1
-10
/
+4
*
[PM] Reformat this code with clang-format so that subsequent changes
Chandler Carruth
2015-01-20
1
-9
/
+9
*
[PM] Clean up a bunch of the doxygen / API docs on the InstCombiner pass
Chandler Carruth
2015-01-20
1
-50
/
+61
*
[PM] Move the LoopInfo analysis pointer into the InstCombiner class
Chandler Carruth
2015-01-20
1
-1
/
+6
*
Analysis: Reformulate WillNotOverflowUnsignedAdd for reusability
David Majnemer
2015-01-07
1
-1
/
+4
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-13
/
+13
*
Analysis: Reformulate WillNotOverflowUnsignedMul for reusability
David Majnemer
2015-01-02
1
-1
/
+4
*
InstCombine: Infer nuw for multiplies
David Majnemer
2014-12-26
1
-0
/
+1
*
InstCombe: Infer nsw for multiplies
David Majnemer
2014-12-26
1
-0
/
+5
*
Strength reduce intrinsics with overflow into regular arithmetic operations i...
Erik Eckstein
2014-12-17
1
-0
/
+1
*
Refactor creation of overflow result tuples in InstCombineCalls.
Erik Eckstein
2014-12-11
1
-0
/
+14
*
[InstCombine] Minor optimization for bswap with binary ops
Simon Pilgrim
2014-12-04
1
-0
/
+1
*
InstCombine: simplify signed range checks
Erik Eckstein
2014-12-03
1
-0
/
+1
*
[InstCombine] Re-commit of r218721 (Optimize icmp-select-icmp sequence)
Gerolf Hoflehner
2014-11-21
1
-2
/
+14
*
Clean up assume intrinsic pattern matching, no need to check that the argumen...
Benjamin Kramer
2014-10-25
1
-1
/
+1
*
InstCombine: Optimize icmp eq/ne (shl Const2, A), Const1
David Majnemer
2014-10-19
1
-0
/
+2
*
Revert "[InstCombine] re-commit r218721 with fix for pr21199"
Justin Bogner
2014-10-08
1
-9
/
+2
*
[InstCombine] re-commit r218721 with fix for pr21199
Gerolf Hoflehner
2014-10-08
1
-2
/
+9
*
Revert r219175 - [InstCombine] re-commit r218721 icmp-select-icmp optimization
Hans Wennborg
2014-10-08
1
-9
/
+2
*
[InstCombine] re-commit r218721 icmp-select-icmp optimization
Gerolf Hoflehner
2014-10-07
1
-2
/
+9
*
Revert r218721, r218735.
Evgeniy Stepanov
2014-10-01
1
-9
/
+2
*
[InstCombine] Optimize icmp-select-icmp
Gerolf Hoflehner
2014-10-01
1
-2
/
+9
*
Check for all known bits on ret in InstCombine
Hal Finkel
2014-09-07
1
-0
/
+1
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-12
/
+20
*
Add an Assumption-Tracking Pass
Hal Finkel
2014-09-07
1
-1
/
+12
*
InstCombine: Fold ((A | B) & C1) ^ (B & C2) -> (A & C1) ^ B if C1^C2=-1
David Majnemer
2014-08-21
1
-0
/
+2
*
InstCombine: Annotate sub with nuw when we prove it's safe
David Majnemer
2014-08-20
1
-0
/
+1
*
InstCombine: Annotate sub with nsw when we prove it's safe
David Majnemer
2014-08-19
1
-0
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
This patch implements optimization as mentioned in PR19753: Optimize comparis...
Suyog Sarda
2014-07-22
1
-0
/
+2
*
[InstCombine] mark ADD with nuw if no unsigned overflow
Jingyue Wu
2014-06-17
1
-0
/
+1
*
Added select flavour for ABS and NEG(ABS)
Dinesh Dwivedi
2014-06-06
1
-2
/
+3
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-3
/
+3
*
Reorder shuffle and binary operation.
Serge Pavlov
2014-05-11
1
-0
/
+2
*
Tidy up whitespace with clang-format prior to making significant
Chandler Carruth
2014-05-07
1
-45
/
+41
*
[InstCombine] Add optimization of redundant insertvalue instructions.
Michael Zolotukhin
2014-05-07
1
-0
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-5
/
+5
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+4
*
Revert "Revert r206045, "Fix shift by constants for vector.""
Matt Arsenault
2014-04-14
1
-1
/
+1
*
Revert r206045, "Fix shift by constants for vector."
NAKAMURA Takumi
2014-04-14
1
-1
/
+1
*
Fix shift by constants for vector.
Matt Arsenault
2014-04-11
1
-1
/
+1
*
[Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move the TargetFolder into the Analysis library. Historically,
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make some DataLayout pointers const.
Rafael Espindola
2014-02-24
1
-2
/
+2
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-7
/
+7
*
InstCombine: Hoist 3 copies of AddOne/SubOne into a header.
Benjamin Kramer
2014-01-19
1
-0
/
+9
[next]