This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-31 20:51:52 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
/
Transforms
/
MemCpyOpt
History
Nick Lewycky
91bbe4f758
Don't eliminate memcpy's when the address of the pointer may itself be relevant. Fixes PR18304. Patch by David Wiberg!
...
llvm-svn: 212970
2014-07-14 18:52:02 +00:00
..
2008-02-24-MultipleUseofSRet.ll
Don't eliminate memcpy's when the address of the pointer may itself be relevant. Fixes PR18304. Patch by David Wiberg!
2014-07-14 18:52:02 +00:00
2008-03-13-ReturnSlotBitcast.ll
Don't eliminate memcpy's when the address of the pointer may itself be relevant. Fixes PR18304. Patch by David Wiberg!
2014-07-14 18:52:02 +00:00
2011-06-02-CallSlotOverwritten.ll
PR10067: Add missing safety check to call return transformation in MemCpyOpt::processStore. If something accesses the dest of the "copy" between the call and the copy, the performCallSlotOptzn transformation is not valid.
2011-06-02 21:24:42 +00:00
align.ll
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
2013-07-14 01:42:54 +00:00
atomic.ll
Atomic load/store handling for the passes using memdep (GVN, DSE, memcpyopt).
2011-08-17 22:22:24 +00:00
capturing-func.ll
Don't eliminate memcpy's when the address of the pointer may itself be relevant. Fixes PR18304. Patch by David Wiberg!
2014-07-14 18:52:02 +00:00
crash.ll
…
form-memset.ll
MemCpyOpt: When merging memsets also merge the trivial case of two memsets with the same destination.
2014-03-10 21:05:13 +00:00
loadstore-sret.ll
Don't eliminate memcpy's when the address of the pointer may itself be relevant. Fixes PR18304. Patch by David Wiberg!
2014-07-14 18:52:02 +00:00
memcpy-to-memset.ll
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
2013-07-14 01:42:54 +00:00
memcpy-undef.ll
Treat lifetime.start'd memory like we treat freshly alloca'd memory. Patch by Björn Steinbrink!
2014-03-26 23:45:15 +00:00
memcpy.ll
Don't eliminate memcpy's when the address of the pointer may itself be relevant. Fixes PR18304. Patch by David Wiberg!
2014-07-14 18:52:02 +00:00
memmove.ll
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
2013-07-14 01:42:54 +00:00
smaller.ll
Actually check memcpy lengths, instead of just commenting about
2011-01-21 22:07:57 +00:00
sret.ll
Don't eliminate memcpy's when the address of the pointer may itself be relevant. Fixes PR18304. Patch by David Wiberg!
2014-07-14 18:52:02 +00:00