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
Age
Commit message (
Expand
)
Author
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-09-08
Disable libprofile as it breaks the build on Sparc (autoconf issues).
Misha Brukman
2004-09-03
Clean up some "clean:" targets so they use $(VERB) and don't print anything
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-09
Do not mention Chris in public Makefiles
Misha Brukman
2004-08-09
Shorten comment header to 80 cols
Misha Brukman
2004-08-09
* Remove UIUC-specific comment
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-07-22
Update GC intrinsics to take a pointer to the object as well as a pointer
Chris Lattner
2004-07-16
Fix warning on 64-bit machines
Brian Gaeke
2004-05-27
Continue the implementation
Chris Lattner
2004-05-27
A few more microsteps
Chris Lattner
2004-05-23
Eliminate warnings
Alkis Evlogimenos
2004-05-23
Build the garbage collectors
Chris Lattner
2004-05-23
Initial checkin of GC implementation support files
Chris Lattner
2004-05-23
Check in an EARLY START on a simple copying collector
Chris Lattner
2004-05-04
Share the profile info type enum with the C++ analysis libraries.
Brian Gaeke
2004-05-04
Constants for profile info type changed names to match the C++ ones.
Brian Gaeke
2004-05-04
Constants for profile info type changed names to match the C++ ones.
Brian Gaeke
2004-05-03
Add initial implementation of basic block tracing runtime
Brian Gaeke
2004-05-03
Add basic block tracing functions as exported symbols.
Brian Gaeke
2004-05-03
Add basic block tracing information as a type of "profiling" information.
Brian Gaeke
2004-04-16
Fit comment into 80 cols.
Misha Brukman
2004-04-16
Remove libraries that have no reason to be here, and keep breaking the nightl...
Chris Lattner
2004-04-13
Reenable library now that the loopsimplify bug is fixed
Chris Lattner
2004-04-13
Temporary hack to get the nightly tester running
Chris Lattner
2004-03-29
Merged in RELEASE_12.
John Criswell
2004-03-26
Make sure to get the headers from zlib correctly
Chris Lattner
2004-03-11
Make sure libcrtend.a gets installed when you make install-bytecode.
Brian Gaeke
2004-03-08
Add edge profiling support to the runtime library
Chris Lattner
2004-02-27
Build zlib and libpng
Chris Lattner
2004-02-20
Build an archive for use with Povray.
John Criswell
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-02-10
Make sure to copy the null terminator at the end of the argv list. Some
Chris Lattner
2004-02-10
Allow the program to take a '-llvmprof-output filename' option to specify
Chris Lattner
2004-02-10
Make the initialization calls return argc.
Chris Lattner
2004-02-06
Initial checking of the libpng library.
John Criswell
2004-02-06
Initial checking of the zlib library.
John Criswell
2004-02-04
Clean out DESTLIBBYTECODE when making clean in runtime.
Brian Gaeke
2004-01-21
Add DESTDIR support for installing. Use (and depend on) $(bytecode_libdir).
Brian Gaeke
2004-01-16
Clarify comment.
Brian Gaeke
2003-12-19
Add support for people calling main recursively
Chris Lattner
[prev]
[next]