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
Age
Commit message (
Expand
)
Author
2006-06-01
Put an innocuous statement in this file to quelch warnings about compiling
Reid Spencer
2006-06-01
Use archive libraries instead of object files for VMCore, BCReader,
Reid Spencer
2006-05-24
For PR786:
Reid Spencer
2006-03-13
Optimizing to calloc() to malloc() + memset() can be bad on some platforms.
Evan Cheng
2006-03-09
Make the new and old front-ends more similar: now neither uses __main.
Chris Lattner
2006-01-30
fix make install/uninstall of libcrtend.
Chris Lattner
2006-01-27
Remove out of date comment
Chris Lattner
2006-01-27
Remove the only use of FAKE_SOURCES
Chris Lattner
2005-11-28
Add the remove() function from the C library.
John Criswell
2005-10-18
This was never updated for the project makefile changes
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-23
Fix grammar
Misha Brukman
2005-01-02
Remove dead directories
Chris Lattner
2005-01-02
This lib is dead
Chris Lattner
2005-01-02
Remove a bunch of useless empty libraries
Chris Lattner
2005-01-02
This is no longer needed.
Chris Lattner
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-08
Remove useless -L switch now that gccld -link-as-library bug is fixed.
Reid Spencer
2004-12-05
Make use of the LLVMGCCStdCXXLibDir variable to link objects
Reid Spencer
2004-12-04
Use the FAKE_SOURCES feature for proper distribution of contents
Reid Spencer
2004-12-02
Standardize the makefiles with space around = to match the rest of LLVM.
Reid Spencer
2004-12-02
Standardize the format of the runtime libraries makefiles.
Reid Spencer
2004-12-02
For PR466:
Reid Spencer
2004-11-14
Use llvm-ar not ar for constructing archive. Wrap at 80 cols.
Reid Spencer
2004-10-30
Internalize variable names to prevent recursive assignment. Cleanup docs.
Reid Spencer
2004-10-26
* Make the libcrtend.a installation depend on the bytecode-libs directory
Reid Spencer
2004-10-26
Add the export symbols list files as extra distribution files.
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
Add missing targets for install/clean
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-08-09
Shorten comment header to 80 cols
Misha Brukman
2004-08-09
Remove Chris-related bytecode-dir comment
Misha Brukman
2004-08-05
This file is obsolete
Chris Lattner
2004-08-05
C++ support does not live in the C runtime any longer
Chris Lattner
2004-08-05
Two files are moved to libstdc++, and a NOTE gets added
Chris Lattner
2004-08-05
Add missing copyrights
Chris Lattner
2004-03-11
Make sure libcrtend.a gets installed when you make install-bytecode.
Brian Gaeke
2004-02-20
Add a simple implementation of strncpy
Chris Lattner
2004-02-19
Add strndup
Chris Lattner
2004-02-17
Since tail duplication is currently neutered, we have to help the optimizer t...
Chris Lattner
2004-01-21
Add DESTDIR support for installing. Use (and depend on) $(bytecode_libdir).
Brian Gaeke
2003-12-19
Add support for people calling main recursively
Chris Lattner
2003-12-18
Merged in RELEASE_11.
John Criswell
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
[next]