aboutsummaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/libc/memory.c
AgeCommit message (Collapse)Author
2006-03-13Optimizing to calloc() to malloc() + memset() can be bad on some platforms.Evan Cheng
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26732 91177308-0d34-0410-b5e6-96231b3b80d8
2004-10-06Don't call memset if malloc returns a null pointerChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16797 91177308-0d34-0410-b5e6-96231b3b80d8
2003-12-16Disable __attribute__((weak)) on Mac OS X and other lame platforms.Misha Brukman
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10489 91177308-0d34-0410-b5e6-96231b3b80d8
2003-12-15Make all memory functions have weak linkage so that they can be overridden withMisha Brukman
custom memory-management implementations (e.g., bash). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10478 91177308-0d34-0410-b5e6-96231b3b80d8
2002-07-18Fixes to be LP64 correctChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2950 91177308-0d34-0410-b5e6-96231b3b80d8
2002-03-08Checkin library infrastructure for building stuff to be linked withChris Lattner
gccld git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1842 91177308-0d34-0410-b5e6-96231b3b80d8