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 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
*
[DeadStoreElimination] Remove dead zero store to calloc initialized memory
Igor Laevsky
2015-09-23
1
-33
/
+58
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-4
/
+6
*
Revert "[DSE] Enable removal of lifetime intrinsics in terminating blocks"
Bjorn Steinbrink
2015-08-20
1
-30
/
+3
*
[DSE] Enable removal of lifetime intrinsics in terminating blocks
Bjorn Steinbrink
2015-08-20
1
-3
/
+30
*
Revert "Fix PR24469 resulting from r245025 and re-enable dead store eliminati...
Eric Christopher
2015-08-19
1
-231
/
+51
*
Fix PR24469 resulting from r245025 and re-enable dead store elimination acros...
Karthik Bhat
2015-08-17
1
-51
/
+231
*
Revert "Add support for cross block dse. This patch enables dead stroe elimin...
David Majnemer
2015-08-16
1
-224
/
+51
*
Add support for cross block dse.
Karthik Bhat
2015-08-14
1
-51
/
+224
*
[DeadStoreElimination] remove a redundant store even if the load is in a diff...
Erik Eckstein
2015-08-13
1
-10
/
+71
*
[PM/AA] Add missing static dependency edges from DSE and memdep to TLI.
Chandler Carruth
2015-08-12
1
-1
/
+2
*
[PM/AA] Stop getting the TargetLibraryInfo out of the AliasAnalysis and
Chandler Carruth
2015-08-12
1
-36
/
+36
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-3
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[PM/AA] Remove the UnknownSize static member from AliasAnalysis.
Chandler Carruth
2015-06-17
1
-6
/
+6
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-23
/
+23
*
[PM/AA] Start refactoring AliasAnalysis to remove the analysis group and
Chandler Carruth
2015-06-04
1
-6
/
+6
*
[CallSite] Make construction from Value* (or Instruction*) explicit.
Benjamin Kramer
2015-04-10
1
-4
/
+4
[prev]
[next]