This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-02-14 17:34:41 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
test
/
Transforms
/
MemCpyOpt
History
…
..
2008-02-24-MultipleUseofSRet.ll
…
2008-03-13-ReturnSlotBitcast.ll
…
2011-06-02-CallSlotOverwritten.ll
…
align.ll
…
atomic.ll
…
callslot_deref.ll
…
capturing-func.ll
…
crash.ll
…
form-memset.ll
…
loadstore-sret.ll
…
memcpy-to-memset-with-lifetimes.ll
…
memcpy-to-memset.ll
…
memcpy-undef.ll
…
memcpy.ll
…
memmove.ll
…
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