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] fix binop-of-shuffles to check uses
Sanjay Patel
2018-05-15
1
-12
/
+10
*
[InstCombine] fix crash due to ignored addrspacecast
Keno Fischer
2018-05-14
1
-2
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-20
/
+21
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-4
/
+4
*
InstCombine: Fix layering by not including Scalar.h in InstCombine
David Blaikie
2018-04-24
1
-1
/
+6
*
[DebugInfo] Sink related dbg users when sinking in InstCombine
Bjorn Pettersson
2018-04-18
1
-1
/
+12
*
[InstCombine] peek through bitcasted vector/array pointer GEP operand
Sanjay Patel
2018-04-18
1
-5
/
+25
*
[InstCombine] simplify code in SimplifyAssociativeOrCommutative; NFCI
Sanjay Patel
2018-04-16
1
-16
/
+11
*
[InstCombine] simplify getBinOpsForFactorization(); NFC
Sanjay Patel
2018-04-16
1
-25
/
+15
*
[InstCombine] simplify fneg+fadd folds; NFC
Sanjay Patel
2018-04-16
1
-17
/
+0
*
[InstCombine] fix formatting; NFC
Sanjay Patel
2018-04-16
1
-4
/
+2
*
[InstCombine] simplify more code for distributive property; NFCI
Sanjay Patel
2018-04-15
1
-38
/
+20
*
[InstCombine] simplify code for distributive property; NFCI
Sanjay Patel
2018-04-15
1
-19
/
+3
*
[InstCombine] Properly change GEP type when reassociating loop invariant GEP ...
Daniel Neilson
2018-04-05
1
-3
/
+36
*
[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
[prev]
[next]