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] Fold branches with irrelevant conditions to a constant.
Davide Italiano
2017-08-23
1
-4
/
+3
*
Remove checks for debug info intrinsics in use lists, NFC
Reid Kleckner
2017-08-14
1
-2
/
+0
*
[InstCombine] Add a DEBUG_COUNTER to InstCombine to limit how many instructio...
Craig Topper
2017-08-10
1
-0
/
+6
*
Migrate SimplifyLibCalls to new OptimizationRemarkEmitter
Adam Nemet
2017-07-26
1
-10
/
+14
*
[InstCombine] Improve the expansion in SimplifyUsingDistributiveLaws to handl...
Craig Topper
2017-07-15
1
-20
/
+56
*
[IR] Add Type::isIntOrIntVectorTy(unsigned) similar to the existing isInteger...
Craig Topper
2017-07-09
1
-1
/
+1
*
[InstCombine] Make InstCombine's IRBuilder be passed by reference everywhere
Craig Topper
2017-07-07
1
-73
/
+73
*
[InstCombine] Change a couple helper functions to only take the IRBuilder as ...
Craig Topper
2017-07-06
1
-9
/
+10
*
[InstCombine] Remove Builder argument from InstCombiner::tryFactorization. NFC
Craig Topper
2017-07-06
1
-5
/
+4
*
[InstCombine] Retain TBAA when narrowing memory accesses
Keno Fischer
2017-06-28
1
-1
/
+7
*
[InstCombine] Make sure AddReachableCodeToWorklist sets MadeIRChange
Bjorn Pettersson
2017-06-19
1
-0
/
+2
*
[InstCombine] Set correct insertion point for selects generated while folding...
Anna Thomas
2017-06-16
1
-1
/
+11
*
[InstCombine] Pass a proper context instruction to all of the calls into Inst...
Craig Topper
2017-06-09
1
-17
/
+26
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[InstCombine] Teach isAllocSiteRemovable to look through addrspacecasts
Artur Pilipenko
2017-05-25
1
-1
/
+3
*
[ValueTracking] Convert most of the calls to computeKnownBits to use the vers...
Craig Topper
2017-05-24
1
-10
/
+5
*
[InstCombine] add isCanonicalPredicate() helper function and use it; NFCI
Sanjay Patel
2017-05-17
1
-31
/
+11
*
In debug builds non-trivial amount of time is spent in InstCombine processing
Dmitry Mikulin
2017-05-16
1
-1
/
+4
*
[InstCombine] use m_OneUse to reduce code; NFCI
Sanjay Patel
2017-05-15
1
-6
/
+7
*
[InstCombine] Prevent InstCombine from triggering an extra iteration if somet...
Craig Topper
2017-05-13
1
-5
/
+4
*
[KnownBits] Add bit counting methods to KnownBits struct and use them where p...
Craig Topper
2017-05-12
1
-2
/
+2
*
[KnownBits] Add methods for determining if KnownBits is a constant value
Craig Topper
2017-05-03
1
-4
/
+4
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-4
/
+4
*
InstCombine: Use the new SimplifyQuery versions of Simplify*. Use AssumptionC...
Daniel Berlin
2017-04-26
1
-26
/
+24
*
[ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...
Craig Topper
2017-04-26
1
-14
/
+13
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-4
/
+4
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-4
/
+4
*
[InstCombine] Remove redundant code from SimplifyUsingDistributiveLaws
Craig Topper
2017-04-25
1
-16
/
+0
*
[APInt] Cast calls to add/sub/mul overflow methods to void if only their over...
Craig Topper
2017-04-19
1
-2
/
+2
*
[InstCombine] Support folding a subtract with a constant LHS into a phi node
Craig Topper
2017-04-14
1
-16
/
+27
*
[InstCombine] Refactor SimplifyUsingDistributiveLaws to more explicitly skip ...
Craig Topper
2017-04-14
1
-30
/
+33
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-17
/
+7
*
[InstCombine] Use ConstantExpr::getBinOpIdentity to implement getIdentityValue.
Craig Topper
2017-04-11
1
-7
/
+2
*
[InstCombine] Refinement of r299915. Only consider a ConstantVector for Neg i...
Craig Topper
2017-04-11
1
-3
/
+14
*
[InstCombine] Support weird size element types in dyn_castNegVal.
Craig Topper
2017-04-11
1
-0
/
+4
*
[InstCombine] Make sure we preserve fast math flags when folding fp instructi...
Craig Topper
2017-04-10
1
-2
/
+6
*
[InstCombine] Make foldOpWithConstantIntoOperand take a BinaryOperator instea...
Craig Topper
2017-04-03
1
-1
/
+1
*
[InstCombine] When adding an Instruction and its Users to the worklist at the...
Craig Topper
2017-03-31
1
-2
/
+2
*
[InstCombine] Correct the check for vector GEPs
Matthew Simpson
2017-03-29
1
-5
/
+5
*
[InstCombine] For select rule, use positive check of constant int for select ...
Anna Thomas
2017-03-28
1
-1
/
+1
*
[InstCombine] Avoid incorrect folding of select into phi nodes when incoming ...
Anna Thomas
2017-03-27
1
-1
/
+5
*
[InstCombine] Use range-based for loop. NFC
Craig Topper
2017-03-24
1
-5
/
+4
*
[InstCombine] Fix 80 column violation I accidentally introduced. NFC
Craig Topper
2017-03-24
1
-1
/
+2
*
[InstCombine] Print a debug message when we constant fold an operand during w...
Craig Topper
2017-03-20
1
-0
/
+2
*
[InstCombine] use dyn_cast instead of isa+cast; NFCI
Sanjay Patel
2017-03-06
1
-15
/
+12
*
[InstCombine] Make max size array combine a tunable.
Davide Italiano
2017-02-07
1
-0
/
+5
*
[InstCombine] simplify dyn_cast + isa; NFCI
Sanjay Patel
2017-02-06
1
-6
/
+4
*
[InstCombine] treat i1 as a special type in shouldChangeType()
Sanjay Patel
2017-02-03
1
-4
/
+8
*
fix formatting; NFC
Sanjay Patel
2017-01-31
1
-7
/
+7
*
[InstCombine] Simplify gep (gep p, a), (b-a)
Davide Italiano
2017-01-19
1
-19
/
+13
[next]