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
/
libgcc
Age
Commit message (
Expand
)
Author
2007-08-21
Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces num...
Anton Korobeynikov
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
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-12-02
Standardize the format of the runtime libraries makefiles.
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-08-09
Shorten comment header to 80 cols
Misha Brukman
2003-10-20
Added LLVM copyright to Makefiles.
John Criswell
2003-08-15
Convert libraries into the BYTECODE_LIBRARY style
Chris Lattner
2003-05-14
Dead file
Chris Lattner
2002-05-20
Implement the printf function, used by assert
Chris Lattner
2002-03-08
Checkin library infrastructure for building stuff to be linked with
Chris Lattner