llvm-6502/lib
Dan Gohman 5f43f92c69 If the source and destination pointers in an llvm.memmove are known
to not alias each other, it can be translated as an llvm.memcpy.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41489 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-27 16:26:13 +00:00
..
Analysis Use SmallVector. 2007-08-21 16:54:51 +00:00
Archive
AsmParser
Bitcode
CodeGen If the source and destination pointers in an llvm.memmove are known 2007-08-27 16:26:13 +00:00
Debugger
ExecutionEngine rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() 2007-08-23 05:15:32 +00:00
Linker Fix PR1611 - Visibility should be ignored for a declaration 2007-08-19 22:22:54 +00:00
Support Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual. 2007-08-24 22:09:56 +00:00
System
Target call libc memcpy/memset if array size is bigger then threshold. 2007-08-27 10:18:20 +00:00
Transforms Change comments to refer to @malloc and @free instead of %malloc and %free. 2007-08-27 16:11:48 +00:00
VMCore Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual. 2007-08-24 22:09:56 +00:00
Makefile