summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/GCCLibraries/libc/memory.c
Commit message (Expand)AuthorAgeFilesLines
* Optimizing to calloc() to malloc() + memset() can be bad on some platforms.Evan Cheng2006-03-131-33/+0
* Don't call memset if malloc returns a null pointerChris Lattner2004-10-061-1/+2
* Disable __attribute__((weak)) on Mac OS X and other lame platforms.Misha Brukman2003-12-161-5/+20
* Make all memory functions have weak linkage so that they can be overridden withMisha Brukman2003-12-151-3/+4
* Fixes to be LP64 correctChris Lattner2002-07-181-2/+2
* Checkin library infrastructure for building stuff to be linked withChris Lattner2002-03-081-0/+16
OpenPOWER on IntegriCloud