summaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/libc
Commit message (Expand)AuthorAge
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-17
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-16
* Describe and date modifications we made per LGPL requirements.John Criswell2006-08-08
* Make information more complete.John Criswell2006-08-08
* Reverted previous commit. Thanks, Chris.John Criswell2006-07-28
* Added in the LGPL text and copyright information. This needs to beJohn Criswell2006-07-28
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* Optimizing to calloc() to malloc() + memset() can be bad on some platforms.Evan Cheng2006-03-13
* Add the remove() function from the C library.John Criswell2005-11-28
* For PR432:Reid Spencer2004-12-22
* Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer2004-12-13
* Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer2004-12-02
* Adjust to changes in Makefile.rulesReid Spencer2004-10-22
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Initial Makefile.am for building with automakeReid Spencer2004-10-17
* Make sure that for systems where the string functions are actually macrosReid Spencer2004-10-17
* Don't call memset if malloc returns a null pointerChris Lattner2004-10-06
* Add a simple implementation of strncpyChris Lattner2004-02-20
* Add strndupChris Lattner2004-02-19
* Disable __attribute__((weak)) on Mac OS X and other lame platforms.Misha Brukman2003-12-16
* Make all memory functions have weak linkage so that they can be overridden withMisha Brukman2003-12-15
* Fixed word order.Misha Brukman2003-11-13
* Fix strcpy implementation and trieChris Lattner2003-10-21
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* Adding additional license information to these files.John Criswell2003-10-13
* Squelch warningChris Lattner2003-08-28
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-15
* Disable this support stuff, it doesn't work under linux anywayChris Lattner2003-08-14
* Prevent lines from wrapping.Misha Brukman2003-05-29
* Initial checkinChris Lattner2003-05-29
* Remove support for memsetChris Lattner2003-02-18
* Fixes to be LP64 correctChris Lattner2002-07-18
* Add strcat functionChris Lattner2002-03-11
* Checkin library infrastructure for building stuff to be linked withChris Lattner2002-03-08