index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
GCCLibraries
/
libc
Age
Commit message (
Expand
)
Author
2006-11-17
Undo removal of the runtime libraries. While this may have been a bit
Reid Spencer
2006-11-16
In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will
Reid Spencer
2006-08-08
Describe and date modifications we made per LGPL requirements.
John Criswell
2006-08-08
Make information more complete.
John Criswell
2006-07-28
Reverted previous commit. Thanks, Chris.
John Criswell
2006-07-28
Added in the LGPL text and copyright information. This needs to be
John Criswell
2006-06-01
Use archive libraries instead of object files for VMCore, BCReader,
Reid Spencer
2006-03-13
Optimizing to calloc() to malloc() + memset() can be bad on some platforms.
Evan Cheng
2005-11-28
Add the remove() function from the C library.
John Criswell
2004-12-22
For PR432:
Reid Spencer
2004-12-13
Use the new BYTECODE_DESTINATION to override the default bytecode install
Reid Spencer
2004-12-02
Standardize the makefiles with space around = to match the rest of LLVM.
Reid Spencer
2004-10-22
Adjust to changes in Makefile.rules
Reid Spencer
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-17
Initial Makefile.am for building with automake
Reid Spencer
2004-10-17
Make sure that for systems where the string functions are actually macros
Reid Spencer
2004-10-06
Don't call memset if malloc returns a null pointer
Chris Lattner
2004-02-20
Add a simple implementation of strncpy
Chris Lattner
2004-02-19
Add strndup
Chris Lattner
2003-12-16
Disable __attribute__((weak)) on Mac OS X and other lame platforms.
Misha Brukman
2003-12-15
Make all memory functions have weak linkage so that they can be overridden with
Misha Brukman
2003-11-13
Fixed word order.
Misha Brukman
2003-10-21
Fix strcpy implementation and trie
Chris Lattner
2003-10-20
Added LLVM copyright to Makefiles.
John Criswell
2003-10-13
Adding additional license information to these files.
John Criswell
2003-08-28
Squelch warning
Chris Lattner
2003-08-15
Convert libraries into the BYTECODE_LIBRARY style
Chris Lattner
2003-08-14
Disable this support stuff, it doesn't work under linux anyway
Chris Lattner
2003-05-29
Prevent lines from wrapping.
Misha Brukman
2003-05-29
Initial checkin
Chris Lattner
2003-02-18
Remove support for memset
Chris Lattner
2002-07-18
Fixes to be LP64 correct
Chris Lattner
2002-03-11
Add strcat function
Chris Lattner
2002-03-08
Checkin library infrastructure for building stuff to be linked with
Chris Lattner