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
*
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
*
[DSE] Fix bug in updating MadeChange flag
Jun Bum Lim
2016-07-27
1
-2
/
+2
*
Recommit - [DSE]Enhance shorthening MemIntrinsic based on OverlapIntervals
Jun Bum Lim
2016-07-22
1
-62
/
+151
*
[DSE] Add additional debug output. NFC.
Chad Rosier
2016-07-19
1
-0
/
+2
*
[DSE] Add additional debug output. NFC.
Chad Rosier
2016-07-19
1
-0
/
+3
*
Revert "r275571 [DSE]Enhance shorthening MemIntrinsic based on OverlapIntervals"
Alexander Kornienko
2016-07-18
1
-134
/
+50
*
[DSE]Enhance shorthening MemIntrinsic based on OverlapIntervals
Jun Bum Lim
2016-07-15
1
-50
/
+134
*
Give helper classes/functions internal linkage. NFC.
Benjamin Kramer
2016-07-10
1
-0
/
+2
*
[DSE] Minor refactor based on D21007. NFC.
Chad Rosier
2016-07-08
1
-39
/
+50
*
[DSE] Remove dead stores in end blocks containing fence
Anna Thomas
2016-07-07
1
-0
/
+8
*
[DSE] Avoid iterator invalidation bugs.
Chad Rosier
2016-07-06
1
-40
/
+34
*
[DSE] Fix bug in partial overwrite tracking
Jun Bum Lim
2016-06-30
1
-7
/
+14
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-3
/
+2
*
Allow DeadStoreElimination to track combinations of partial later wrties
Hal Finkel
2016-06-23
1
-2
/
+73
*
Fix for PR27940
Patrik Hagglund
2016-06-20
1
-2
/
+3
*
[DSE] Minor style cleanup. NFC.
Chad Rosier
2016-06-16
1
-12
/
+5
*
[DSE] Hoist a redundant check to simplify logic. NFC.
Chad Rosier
2016-06-15
1
-12
/
+5
*
Typo. NFC.
Chad Rosier
2016-06-15
1
-1
/
+1
*
Add a period. NFC.
Chad Rosier
2016-06-10
1
-1
/
+1
*
Fix whitespace. NFC.
Chad Rosier
2016-06-10
1
-1
/
+1
*
[PM] Port DSE to the new pass manager
Justin Bogner
2016-05-17
1
-321
/
+339
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
[DeadStoreElimination] Shorten beginning of memset overwritten by later stores
Jun Bum Lim
2016-04-22
1
-26
/
+71
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
[next]