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] reassociate loop invariant GEP chains to enable LICM
Sebastian Pop
2018-03-26
1
-0
/
+17
*
[InstCombine] reduce code duplication; NFC
Sanjay Patel
2018-03-23
1
-56
/
+49
*
[InstCombine] improve variable name; NFC
Sanjay Patel
2018-03-23
1
-12
/
+10
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[Transforms] Add missing header for InstructionCombining.cpp, in order to exp...
Eugene Zelenko
2018-03-06
1
-0
/
+1
*
[InstCombine] move constant check into foldBinOpIntoSelectOrPhi; NFCI
Sanjay Patel
2018-02-28
1
-2
/
+3
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-26
/
+31
*
[InstCombine] Allow common type conversions to i8/i16/i32
David Green
2018-02-03
1
-1
/
+9
*
Revert commit rL323951
David Green
2018-02-01
1
-6
/
+2
*
[InstCombine] Allow common type conversions to i8/i16/i32
David Green
2018-02-01
1
-2
/
+6
*
[PM][InstCombine] fixing omission of AliasAnalysis in new-pass-manager's vers...
Fedor Sergeev
2017-12-14
1
-2
/
+3
*
[InstCombine] Salvage debug info during initial DCE
Reid Kleckner
2017-11-15
1
-0
/
+1
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-24
1
-15
/
+41
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
[InstCombine] Gating select arithmetic optimization.
Chad Rosier
2017-09-27
1
-2
/
+3
*
Re-land r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm...
Reid Kleckner
2017-09-21
1
-6
/
+7
*
Revert r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm....
Daniel Jasper
2017-09-21
1
-7
/
+6
*
[IR] Add llvm.dbg.addr, a control-dependent version of llvm.dbg.declare
Reid Kleckner
2017-09-20
1
-6
/
+7
*
[InstCombine] Add select simplifications
Quentin Colombet
2017-09-20
1
-28
/
+28
*
[InstCombine] Add a flag to disable LowerDbgDeclare
Reid Kleckner
2017-09-13
1
-1
/
+30
*
[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
[prev]
[next]