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
*
[PGO] Profile guided code size optimization.
Hiroshi Yamauchi
2019-04-15
1
-4
/
+25
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
[InstCombine] eliminate commuted select-shuffles + binop (PR41304)
Sanjay Patel
2019-04-01
1
-0
/
+24
*
[instcombine] Add some todos, and arrange code for readibility
Philip Reames
2019-03-21
1
-0
/
+4
*
[SimplifyDemandedVec] Strengthen handling all undef lanes (particularly GEPs)
Philip Reames
2019-03-15
1
-0
/
+13
*
[InstCombine] Mark debug values as unavailable after DCE.
Davide Italiano
2019-03-04
1
-1
/
+2
*
[InstCombine] fix crash while trying to narrow a binop of shuffles (PR40734)
Sanjay Patel
2019-02-15
1
-1
/
+2
*
[DebugInfo][InstCombine] Prefer to salvage debuginfo over sinking it
Jeremy Morse
2019-02-13
1
-5
/
+27
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-2
/
+2
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-33
/
+38
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-1
/
+1
*
Add a 'dynamic' parameter to the objectsize intrinsic
Erik Pilkington
2019-01-30
1
-2
/
+2
*
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
[next]