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
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[InstCombine] Don't sink dynamic allocas
Reid Kleckner
2019-01-17
1
-3
/
+5
*
[InstCombine] don't widen an arbitrary sequence of vector ops (PR40032)
Sanjay Patel
2018-12-17
1
-1
/
+4
*
[InstCombine] fix undef propagation bug with shuffle+binop
Sanjay Patel
2018-12-03
1
-0
/
+16
*
[InstCombine] rearrange shuffle+binop fold; NFC
Sanjay Patel
2018-12-03
1
-8
/
+9
*
InstCombine: add comment explaining malloc deletion. NFC.
Tim Northover
2018-11-27
1
-3
/
+10
*
fix typos aggressively; NFC
Sanjay Patel
2018-11-07
1
-1
/
+1
*
[InstCombine] do not shrink switch conditions to illegal types (PR29009)
Sanjay Patel
2018-11-07
1
-3
/
+5
*
[InstCombine] Teach the move free before null test opti how to deal with noop...
Quentin Colombet
2018-10-30
1
-12
/
+36
*
Add -instcombine-code-sinking option
Gabor Buella
2018-10-25
1
-1
/
+5
*
[InstCombine] use m_Neg() in dyn_castNegVal() to match vectors with undef elts
Sanjay Patel
2018-10-19
1
-2
/
+3
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-2
/
+2
*
[InstCombine] Fix incongruous GEP type addrspace
Ewan Crawford
2018-10-08
1
-3
/
+16
*
[InstCombine] clean up foldVectorBinop(); NFC
Sanjay Patel
2018-10-03
1
-11
/
+12
*
[InstCombine] name change: foldShuffledBinop -> foldVectorBinop; NFC
Sanjay Patel
2018-10-03
1
-1
/
+1
*
[InstCombine] narrow binops on concatenated vectors (PR33026)
Sanjay Patel
2018-09-25
1
-6
/
+28
*
[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
[next]