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] 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
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
[PM] Port memdep to the new pass manager.
Chandler Carruth
2016-03-10
1
-6
/
+6
*
Revert r255247, r255265, and r255286 due to serious compile-time regressions.
Chad Rosier
2015-12-11
1
-242
/
+93
*
[DSE] Disable non-local DSE to see if the bots go green.
Chad Rosier
2015-12-10
1
-1
/
+1
*
[DeadStoreElimination] Use range-based loops. NFC.
Chad Rosier
2015-12-10
1
-9
/
+6
*
[DeadStoreElimination] Add support for non-local DSE.
Chad Rosier
2015-12-10
1
-90
/
+242
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-1
/
+1
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-1
/
+1
*
Scalar: Remove some implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-29
/
+30
[next]