crtend is only for llvm-gcc3, remove it.
[oota-llvm.git] / runtime / GCCLibraries / libc /
2006-11-17 Reid SpencerUndo removal of the runtime libraries. While this may...
2006-11-16 Reid SpencerIn LLVM 2.0 we won't use the runtime libraries as llvm...
2006-08-08 John CriswellDescribe and date modifications we made per LGPL requir...
2006-08-08 John CriswellMake information more complete.
2006-07-28 John CriswellReverted previous commit. Thanks, Chris.
2006-07-28 John CriswellAdded in the LGPL text and copyright information. ...
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-03-13 Evan ChengOptimizing to calloc() to malloc() + memset() can be...
2005-11-28 John CriswellAdd the remove() function from the C library.
2004-12-22 Reid SpencerFor PR432:
2004-12-13 Reid SpencerUse the new BYTECODE_DESTINATION to override the defaul...
2004-12-02 Reid SpencerStandardize the makefiles with space around = to match...
2004-10-22 Reid SpencerAdjust to changes in Makefile.rules
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-17 Reid SpencerInitial Makefile.am for building with automake
2004-10-17 Reid SpencerMake sure that for systems where the string functions...
2004-10-06 Chris LattnerDon't call memset if malloc returns a null pointer
2004-02-20 Chris LattnerAdd a simple implementation of strncpy
2004-02-19 Chris LattnerAdd strndup
2003-12-16 Misha BrukmanDisable __attribute__((weak)) on Mac OS X and other...
2003-12-15 Misha BrukmanMake all memory functions have weak linkage so that...
2003-11-13 Misha BrukmanFixed word order.
2003-10-21 Chris LattnerFix strcpy implementation and trie
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-13 John CriswellAdding additional license information to these files.
2003-08-28 Chris LattnerSquelch warning
2003-08-15 Chris LattnerConvert libraries into the BYTECODE_LIBRARY style
2003-08-14 Chris LattnerDisable this support stuff, it doesn't work under linux...
2003-05-29 Misha BrukmanPrevent lines from wrapping.
2003-05-29 Chris LattnerInitial checkin
2003-02-18 Chris LattnerRemove support for memset
2002-07-18 Chris LattnerFixes to be LP64 correct
2002-03-11 Chris LattnerAdd strcat function
2002-03-08 Chris LattnerCheckin library infrastructure for building stuff to...