aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/GCCLibraries/libc
Commit message (Expand)AuthorAgeFilesLines
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-1710-0/+1389
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-1610-1389/+0
* Describe and date modifications we made per LGPL requirements.John Criswell2006-08-082-1/+16
* Make information more complete.John Criswell2006-08-081-0/+9
* Reverted previous commit. Thanks, Chris.John Criswell2006-07-281-1/+1
* Added in the LGPL text and copyright information. This needs to beJohn Criswell2006-07-284-2/+734
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-1/+3
* Optimizing to calloc() to malloc() + memset() can be bad on some platforms.Evan Cheng2006-03-131-33/+0
* Add the remove() function from the C library.John Criswell2005-11-281-0/+46
* For PR432:Reid Spencer2004-12-221-1/+1
* Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer2004-12-131-0/+1
* Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer2004-12-021-3/+3
* Adjust to changes in Makefile.rulesReid Spencer2004-10-221-0/+1
* We won't use automakeReid Spencer2004-10-222-676/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+662
* Initial Makefile.am for building with automakeReid Spencer2004-10-171-0/+14
* Make sure that for systems where the string functions are actually macrosReid Spencer2004-10-171-0/+24
* Don't call memset if malloc returns a null pointerChris Lattner2004-10-061-1/+2
* Add a simple implementation of strncpyChris Lattner2004-02-201-0/+6
* Add strndupChris Lattner2004-02-191-3/+10
* 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
* Fixed word order.Misha Brukman2003-11-131-1/+1
* Fix strcpy implementation and trieChris Lattner2003-10-211-1/+2
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* Adding additional license information to these files.John Criswell2003-10-131-0/+5
* Squelch warningChris Lattner2003-08-281-0/+1
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-151-3/+4
* Disable this support stuff, it doesn't work under linux anywayChris Lattner2003-08-141-0/+2
* Prevent lines from wrapping.Misha Brukman2003-05-291-13/+13
* Initial checkinChris Lattner2003-05-291-0/+251
* Remove support for memsetChris Lattner2003-02-181-1/+2
* Fixes to be LP64 correctChris Lattner2002-07-182-6/+6
* Add strcat functionChris Lattner2002-03-111-0/+5
* Checkin library infrastructure for building stuff to be linked withChris Lattner2002-03-086-0/+287