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