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
/
Scalar
/
GVN.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-2
/
+15
*
Move DomTreeUpdater from IR to Analysis
Richard Trieu
2019-02-06
1
-1
/
+1
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[GVN] Update BlockRPONumber prior to use.
Matt Davis
2019-01-10
1
-1
/
+12
*
[IPT] Drop cache less eagerly in GVN and LoopSafetyInfo
Max Kazantsev
2019-01-09
1
-3
/
+2
*
[CallSite removal] Migrate all Alias Analysis APIs to use the newly
Chandler Carruth
2019-01-07
1
-1
/
+1
*
[GVN] Don't perform scalar PRE on GEPs
Alexandros Lamprineas
2018-12-06
1
-0
/
+10
*
[TI removal] Remove `TerminatorInst` from GVN.h and GVN.cpp.
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[NFC] Remove meaningless code from GVN
Max Kazantsev
2018-09-14
1
-6
/
+0
*
add flag instead of using a constant [NFC]
Sebastian Pop
2018-09-10
1
-1
/
+5
*
make flag name more specific to gvn [NFC]
Sebastian Pop
2018-09-10
1
-2
/
+2
*
[GVN] Invalidate cached info for values replaced by equality propagation
John Brawn
2018-09-10
1
-0
/
+6
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-2
/
+2
*
[GVN] Invalidate cached info for phis when setting dead predecessors to undef
John Brawn
2018-08-23
1
-0
/
+2
*
Update MemorySSA in BasicBlockUtils.
Alina Sbirlea
2018-08-21
1
-1
/
+1
*
[GVN] Assign new value number to calls reading memory, if there is no MemDep ...
Florian Hahn
2018-08-21
1
-13
/
+9
*
[GVN] Fix typo in IsValueFullyAvailableInBlock. NFC.
Marcello Maggioni
2018-08-15
1
-1
/
+1
*
[GVN,NewGVN] Move patchReplacementInstruction to Utils/Local.h
Florian Hahn
2018-08-07
1
-31
/
+0
*
[NFC] Factor out implicit control flow logic from GVN
Max Kazantsev
2018-08-07
1
-75
/
+11
*
[Dominators] Convert existing passes and utils to use the DomTreeUpdater class
Chijun Sima
2018-08-03
1
-2
/
+4
*
[GVN] Don't use the eliminated load as an available value in phi construction
John Brawn
2018-07-23
1
-0
/
+9
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-06-14
1
-1
/
+1
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-61
/
+55
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[GVN] Partially revert debug info salvage change (r325063)
Vedant Kumar
2018-02-16
1
-1
/
+0
*
[GVN] Salvage debug info from dead insts
Vedant Kumar
2018-02-13
1
-0
/
+2
*
Hardware-assisted AddressSanitizer (llvm part).
Evgeniy Stepanov
2017-12-09
1
-1
/
+4
*
[GVN] Prevent ScalarPRE from hoisting across instructions that don't pass con...
Max Kazantsev
2017-11-28
1
-0
/
+14
*
[GVN PRE] Patch the source for Phi node in PRE
Serguei Katkov
2017-11-09
1
-2
/
+5
*
[NFC] Get rid of variables used in assert only
Max Kazantsev
2017-10-31
1
-6
/
+6
*
Reapply "[GVN] Prevent LoadPRE from hoisting across instructions that don't p...
Max Kazantsev
2017-10-31
1
-0
/
+97
*
[GVN][NFC] Mark instruction for deletion instead of immediate erasing in LoadPRE
Max Kazantsev
2017-10-30
1
-2
/
+1
*
[GVN][NFC] Refactor loop iteration with foreach
Max Kazantsev
2017-10-27
1
-6
/
+6
*
Revert 315440 on behalf of mkazantsev
Philip Reames
2017-10-17
1
-77
/
+0
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure
Vivek Pandya
2017-10-11
1
-6
/
+10
*
[NFC] Fix variables used only for assert in GVN
Max Kazantsev
2017-10-11
1
-6
/
+6
*
[GVN] Prevent LoadPRE from hoisting across instructions that don't pass contr...
Max Kazantsev
2017-10-11
1
-0
/
+77
*
[GVN] Don't replace constants with constants.
Davide Italiano
2017-10-11
1
-0
/
+5
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-2
/
+1
*
This reverts r313381
Vivek Pandya
2017-09-15
1
-1
/
+2
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-2
/
+1
*
[Transforms] Fix some Clang-tidy modernize-use-using and Include What You Use...
Eugene Zelenko
2017-09-13
1
-25
/
+48
*
[GVN] Remove stale entries in phitranslate cache when new phi is generated fo...
Wei Mi
2017-08-08
1
-0
/
+14
[next]