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
/
InstCombinePHI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WinEH] Fix inttoptr+phi optimization in presence of catchswitch
Reid Kleckner
2020-03-02
1
-4
/
+14
*
[InstCombine] Don't use getFirstNonPHI in FoldIntegerTypedPHI
Francis Visoiu Mistrih
2019-11-14
1
-4
/
+5
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-1
/
+2
*
Revert "[InstCombine] Fold PHIs with equal incoming pointers"
Daniil Suchkov
2019-11-14
1
-65
/
+0
*
[InstCombine] Fold PHIs with equal incoming pointers
Daniil Suchkov
2019-11-14
1
-0
/
+65
*
Temporarily revert "[InstCombine] Fold PHIs with equal incoming pointers"
Daniil Suchkov
2019-11-13
1
-60
/
+0
*
[InstCombine] Fold PHIs with equal incoming pointers
Daniil Suchkov
2019-11-13
1
-0
/
+60
*
[Alignment][NFC] Convert LoadInst to MaybeAlign
Guillaume Chatelet
2019-10-22
1
-3
/
+3
*
[InstCombine] SliceUpIllegalIntegerPHI - bail on out of range shifts
Simon Pilgrim
2019-06-24
1
-0
/
+5
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.
Michael Kruse
2018-12-20
1
-0
/
+1
*
Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFC
Fangrui Song
2018-10-19
1
-13
/
+10
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-2
/
+2
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-2
/
+5
*
[Local] Make DoesKMove required for combineMetadata.
Florian Hahn
2018-08-24
1
-1
/
+1
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Add a limit for phi folding instcombine
Xinliang David Li
2018-05-17
1
-1
/
+9
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-6
/
+5
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
Renable r314928
Xinliang David Li
2017-10-10
1
-0
/
+235
*
Revert "Roll forward r314928"
Reid Kleckner
2017-10-06
1
-234
/
+0
*
Roll forward r314928
Xinliang David Li
2017-10-06
1
-0
/
+234
*
Revert r314928 to investigate thinLTO bootstrap failure
Xinliang David Li
2017-10-05
1
-230
/
+0
*
Recommit r314561 after fixing msan build failure
Xinliang David Li
2017-10-04
1
-0
/
+230
*
Update getMergedLocation to check the instruction type and merge properly.
Dehao Chen
2017-10-02
1
-12
/
+13
*
Revert r314579: "Recommi r314561 after fixing over-debug assertion".
Daniel Jasper
2017-10-01
1
-221
/
+0
*
Fix buildbot failure -- tighten type check for matching phi
Xinliang David Li
2017-09-30
1
-1
/
+1
*
Recommi r314561 after fixing over-debug assertion
Xinliang David Li
2017-09-30
1
-0
/
+221
*
Revert 314561 due to debug build assertion failure
Xinliang David Li
2017-09-29
1
-219
/
+0
*
Eliminate PHI (int typed) which has only one use by intptr
Xinliang David Li
2017-09-29
1
-0
/
+219
*
fix typos in comments; NFC
Hiroshi Inoue
2017-07-11
1
-1
/
+1
*
[InstCombine] Make InstCombine's IRBuilder be passed by reference everywhere
Craig Topper
2017-07-07
1
-3
/
+3
*
[Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isM...
Craig Topper
2017-07-06
1
-1
/
+1
*
[InstCombine] Pass a proper context instruction to all of the calls into Inst...
Craig Topper
2017-06-09
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
InstCombine: Use the new SimplifyQuery versions of Simplify*. Use AssumptionC...
Daniel Berlin
2017-04-26
1
-1
/
+1
*
[InstCombine] Support folding a subtract with a constant LHS into a phi node
Craig Topper
2017-04-14
1
-2
/
+2
*
fix formatting; NFC
Sanjay Patel
2017-01-31
1
-1
/
+1
*
[DebugInfo] Add const to DILocation variable declaration; NFC.
Robert Lougher
2017-01-12
1
-1
/
+1
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-2
/
+2
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-2
/
+2
*
[InstCombine] Folding of a compare with RHS const should merge debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] Folding of a binop with RHS const should merge the debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] When folding casts through a phi node merge the debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] Folding loads through a phi node should merge the debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] When folding GEP through a phi node merge the debug locations
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] Merge debug locations when folding through a phi node
Robert Lougher
2016-12-14
1
-1
/
+1
*
[InstCombine] Merge debug locations when folding through a phi node
Robert Lougher
2016-12-14
1
-1
/
+17
[next]