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