Age | Commit message (Expand) | Author |
---|---|---|
2006-03-13 | Optimizing to calloc() to malloc() + memset() can be bad on some platforms. | Evan Cheng |
2004-10-06 | Don't call memset if malloc returns a null pointer | Chris Lattner |
2003-12-16 | Disable __attribute__((weak)) on Mac OS X and other lame platforms. | Misha Brukman |
2003-12-15 | Make all memory functions have weak linkage so that they can be overridden with | Misha Brukman |
2002-07-18 | Fixes to be LP64 correct | Chris Lattner |
2002-03-08 | Checkin library infrastructure for building stuff to be linked with | Chris Lattner |