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
/
test
/
Transforms
/
DeadStoreElimination
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
2
-4
/
+20
*
Fix for a dangling point bug in DeadStoreElimination pass
Ankit
2020-01-03
1
-0
/
+41
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
1
-1
/
+1
*
Revert "[DSE] Fix for a dangling point bug in DeadStoreElimination."
Florian Hahn
2019-12-05
1
-41
/
+0
*
[DSE] Fix for a dangling point bug in DeadStoreElimination.
Ankit
2019-12-05
1
-0
/
+41
*
[FunctionAttrs] Annotate "willreturn" for intrinsics
Hideto Ueno
2019-07-28
1
-2
/
+2
*
[DSE] Bugfix to avoid PartialStoreMerging involving non byte-sized stores
Bjorn Pettersson
2019-05-24
1
-0
/
+55
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
34
-0
/
+4084
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
34
-4084
/
+0
*
[DebugInfo] Fix pr41175 Dead Store Elimination missing debug loc
Jeremy Morse
2019-04-12
1
-0
/
+89
*
[X86] Remove IntrArgMemOnly from target specific gather/scatter intrinsics
Craig Topper
2019-03-01
1
-1
/
+2
*
[X86] Add test case for D58805. NFC
Craig Topper
2019-03-01
1
-0
/
+20
*
[DebugInfo] Don't salvage load operations (PR40628).
Jeremy Morse
2019-02-12
1
-8
/
+5
*
[BasicAA] Don't assume tail calls with byval don't alias allocas
Reid Kleckner
2018-08-14
1
-0
/
+23
*
Implement strip.invariant.group
Piotr Padlewski
2018-07-02
1
-0
/
+35
*
[Debugify] Move debug value intrinsics closer to their operand defs
Vedant Kumar
2018-06-06
1
-5
/
+5
*
[Debugify] Set a DI version module flag for llc compatibility
Vedant Kumar
2018-05-24
1
-14
/
+8
*
[DSE] Teach the pass about partial overwrite of atomic memory intrinsics
Daniel Neilson
2018-05-10
2
-17
/
+25
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
3
-3
/
+3
*
perform DSE through launder.invariant.group
Piotr Padlewski
2018-05-03
1
-0
/
+30
*
[DSE] Teach the pass that atomic memory intrinsics are stores.
Daniel Neilson
2018-04-23
2
-33
/
+12
*
[DSE] Add tests for atomic memory intrinsics (NFC)
Daniel Neilson
2018-04-11
4
-0
/
+705
*
[DSE] Regenerate tests with update_test_checks.py (NFC)
Daniel Neilson
2018-04-11
2
-24
/
+135
*
[DSE] Regenerate tests with update_test_checks.py (NFC)
Daniel Neilson
2018-04-11
2
-175
/
+308
*
[DSE] Don't DSE stores that subsequent memmove calls read from
Sanjoy Das
2018-02-20
1
-0
/
+51
*
[DeadStoreElimination] Salvage debug info from dead insts
Vedant Kumar
2018-02-13
1
-0
/
+40
*
[DSE] make sure memory is not modified before partial store merging (PR36129)
Sanjay Patel
2018-01-30
1
-2
/
+4
*
[DSE] add test for PR36129; NFC
Sanjay Patel
2018-01-29
1
-0
/
+15
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
13
-80
/
+80
*
Add an @llvm.sideeffect intrinsic
Dan Gohman
2017-11-08
1
-0
/
+15
*
[MemDep] DBG intrinsics don't impact abort limit for call site dependence ana...
Mikael Holmen
2017-10-25
1
-0
/
+72
*
[DSE] Merge stores when the later store only writes to memory locations the e...
Sanjay Patel
2017-09-26
4
-2
/
+395
*
Revert r310055, it caused PR34074.
Nico Weber
2017-08-04
4
-380
/
+2
*
[DSE] Merge stores when the later store only writes to memory locations the e...
Filipe Cabecinhas
2017-08-04
4
-2
/
+380
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
1
-2
/
+2
*
Add address space mangling to lifetime intrinsics
Matt Arsenault
2017-04-10
2
-8
/
+8
*
[DeadStoreElimination] Check function modref behavior before considering memo...
Igor Laevsky
2017-03-01
1
-0
/
+12
*
[DSE] Don't remove stores made live by a call which unwinds.
Eli Friedman
2016-08-12
2
-3
/
+26
*
[AliasAnalysis] Treat invariant.start as read-memory
Anna Thomas
2016-08-09
1
-0
/
+34
*
Recommit - [DSE]Enhance shorthening MemIntrinsic based on OverlapIntervals
Jun Bum Lim
2016-07-22
3
-0
/
+67
*
Revert "r275571 [DSE]Enhance shorthening MemIntrinsic based on OverlapIntervals"
Alexander Kornienko
2016-07-18
2
-35
/
+0
*
[DSE]Enhance shorthening MemIntrinsic based on OverlapIntervals
Jun Bum Lim
2016-07-15
2
-0
/
+35
*
[DSE] Remove dead stores in end blocks containing fence
Anna Thomas
2016-07-07
1
-0
/
+48
*
[DSE] Avoid iterator invalidation bugs.
Chad Rosier
2016-07-06
1
-83
/
+0
*
[DSE] Fix bug in partial overwrite tracking
Jun Bum Lim
2016-06-30
1
-0
/
+39
*
Allow DeadStoreElimination to track combinations of partial later wrties
Hal Finkel
2016-06-23
1
-0
/
+200
*
Fix for PR27940
Patrik Hagglund
2016-06-20
1
-0
/
+83
*
Move previously added test case to the right location
Sanjoy Das
2016-06-13
1
-0
/
+12
*
[PM] Port DSE to the new pass manager
Justin Bogner
2016-05-17
1
-0
/
+1
*
[DeadStoreElimination] Shorten beginning of memset overwritten by later stores
Jun Bum Lim
2016-04-22
1
-0
/
+90
[next]