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
/
DeadStoreElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DSE: fix bug where we would only check libcalls for name rather than whole decl
Nuno Lopes
2020-01-11
1
-9
/
+12
*
Fix for a dangling point bug in DeadStoreElimination pass
Ankit
2020-01-03
1
-17
/
+39
*
Revert "[DSE] Fix for a dangling point bug in DeadStoreElimination."
Florian Hahn
2019-12-05
1
-42
/
+17
*
[DSE] Fix for a dangling point bug in DeadStoreElimination.
Ankit
2019-12-05
1
-17
/
+42
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[Alignment][NFC] Convert StoreInst to MaybeAlign
Guillaume Chatelet
2019-10-22
1
-2
/
+3
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+1
*
[DSE] Bugfix to avoid PartialStoreMerging involving non byte-sized stores
Bjorn Pettersson
2019-05-24
1
-0
/
+5
*
Add "const" in GetUnderlyingObjects. NFC
Bjorn Pettersson
2019-04-24
1
-9
/
+10
*
[DebugInfo] Fix pr41175 Dead Store Elimination missing debug loc
Jeremy Morse
2019-04-12
1
-0
/
+1
*
Recommit "[DSE] Preserve basic block ordering using OrderedBasicBlock."
Florian Hahn
2019-03-29
1
-39
/
+30
*
Revert Recommit "[DSE] Preserve basic block ordering using OrderedBasicBlock."
Florian Hahn
2019-03-29
1
-30
/
+39
*
Recommit "[DSE] Preserve basic block ordering using OrderedBasicBlock."
Florian Hahn
2019-03-28
1
-39
/
+30
*
Revert [DSE] Preserve basic block ordering using OrderedBasicBlock.
Florian Hahn
2019-03-28
1
-30
/
+39
*
[DSE] Preserve basic block ordering using OrderedBasicBlock.
Florian Hahn
2019-03-28
1
-39
/
+30
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CallSite removal] Migrate all Alias Analysis APIs to use the newly
Chandler Carruth
2019-01-07
1
-4
/
+4
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[Analysis] Make LocationSizes carry an 'imprecise' bit
George Burgess IV
2018-10-10
1
-3
/
+3
*
Make LocationSize a proper Optional type; NFC
George Burgess IV
2018-10-09
1
-6
/
+6
*
Use locals instead of struct fields; NFC
George Burgess IV
2018-10-09
1
-20
/
+22
*
Test commit
Jun Lim
2018-08-17
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
llvm: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta
2018-07-09
1
-9
/
+17
*
[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
-37
/
+42
*
[DSE] Teach the pass about partial overwrite of atomic memory intrinsics
Daniel Neilson
2018-05-10
1
-9
/
+16
*
perform DSE through launder.invariant.group
Piotr Padlewski
2018-05-03
1
-5
/
+5
*
[DSE] Teach the pass that atomic memory intrinsics are stores.
Daniel Neilson
2018-04-23
1
-5
/
+12
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-2
/
+2
*
[DSE] Don't DSE stores that subsequent memmove calls read from
Sanjoy Das
2018-02-20
1
-16
/
+27
*
[DeadStoreElimination] Salvage debug info from dead insts
Vedant Kumar
2018-02-13
1
-0
/
+3
*
[DSE] Upgrade uses of MemoryIntrinic::getAlignment() to new API. (NFC)
Daniel Neilson
2018-02-06
1
-1
/
+1
*
[DSE] make sure memory is not modified before partial store merging (PR36129)
Sanjay Patel
2018-01-30
1
-1
/
+2
*
[DSE] Factor out common code [NFC]
Philip Reames
2018-01-21
1
-37
/
+27
*
[DSE] Minor rename for clarity sake [NFC]
Philip Reames
2018-01-21
1
-8
/
+14
*
Modify ModRefInfo values using static inline method abstractions [NFC].
Alina Sbirlea
2017-12-05
1
-8
/
+4
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-13
1
-11
/
+36
*
[DSE] Merge stores when the later store only writes to memory locations the e...
Sanjay Patel
2017-09-26
1
-3
/
+99
*
Revert r310055, it caused PR34074.
Nico Weber
2017-08-04
1
-100
/
+3
*
[DSE] Merge stores when the later store only writes to memory locations the e...
Filipe Cabecinhas
2017-08-04
1
-3
/
+100
*
Cleanup in preparation for D30703. NFCI
Filipe Cabecinhas
2017-03-29
1
-27
/
+22
*
[DeadStoreElimination] Check function modref behavior before considering memo...
Igor Laevsky
2017-03-01
1
-1
/
+1
*
[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)
David L. Jones
2017-01-23
1
-4
/
+4
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-1
/
+2
*
limit the number of instructions per block examined by dead store elimination
Bob Haarman
2016-08-26
1
-2
/
+10
*
test commit
Bob Haarman
2016-08-26
1
-1
/
+0
*
[DSE] Don't remove stores made live by a call which unwinds.
Eli Friedman
2016-08-12
1
-16
/
+58
[next]