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] Support (sub (sext x), (sext y)) --> (sext (sub x, y)) and (sub...
Craig Topper
2018-09-15
1
-7
/
+18
*
[InstCombine] refactor mul narrowing folds; NFCI
Sanjay Patel
2018-09-14
1
-0
/
+45
*
[InstCombine] allow shuffle+binop canonicalization with widening shuffles
Sanjay Patel
2018-08-27
1
-4
/
+14
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[IR] Begin removal of TerminatorInst by removing successor manipulation.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
Hsiangkai Wang
2018-08-06
1
-2
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[InstCombine] allow more shuffle folds using safe constants
Sanjay Patel
2018-07-09
1
-3
/
+3
*
[InstCombine] avoid extra poison when moving shift above shuffle
Sanjay Patel
2018-07-09
1
-8
/
+5
*
[InstCombine] generalize safe vector constant utility
Sanjay Patel
2018-07-09
1
-1
/
+3
*
[InstCombine] make div/rem vector constant utility function; NFCI
Sanjay Patel
2018-06-21
1
-13
/
+7
*
[IR] add/use isIntDivRem convenience function
Sanjay Patel
2018-06-20
1
-3
/
+1
*
[InstCombine] refine UB-handling in shuffle-binop transform
Sanjay Patel
2018-06-04
1
-14
/
+14
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[InstCombine] call simplify before trying vector folds
Sanjay Patel
2018-06-02
1
-6
/
+2
*
[InstCombine] fix vector shuffle transform to replace undef elements (PR37648)
Sanjay Patel
2018-06-01
1
-0
/
+16
*
[WebAssembly] Add Wasm personality and isScopedEHPersonality()
Heejin Ahn
2018-05-17
1
-0
/
+1
*
[InstCombine] allow more binop (shuffle X), C transforms
Sanjay Patel
2018-05-16
1
-2
/
+4
*
[InstCombine] fix binop (shuffle X), C --> shuffle (binop X, C') to check uses
Sanjay Patel
2018-05-15
1
-1
/
+1
*
[InstCombine] clean up code for binop-shuffle transforms; NFCI
Sanjay Patel
2018-05-15
1
-39
/
+34
*
[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
[next]