aboutsummaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2004-08-05Two files are moved to libstdc++, and a NOTE gets addedChris Lattner
2004-08-05Add missing copyrightsChris Lattner
2004-07-22Update GC intrinsics to take a pointer to the object as well as a pointerChris Lattner
2004-07-16Fix warning on 64-bit machinesBrian Gaeke
2004-05-27Continue the implementationChris Lattner
2004-05-27A few more microstepsChris Lattner
2004-05-23Eliminate warningsAlkis Evlogimenos
2004-05-23Build the garbage collectorsChris Lattner
2004-05-23Initial checkin of GC implementation support filesChris Lattner
2004-05-23Check in an EARLY START on a simple copying collectorChris Lattner
2004-05-04Share the profile info type enum with the C++ analysis libraries.Brian Gaeke
2004-05-04Constants for profile info type changed names to match the C++ ones.Brian Gaeke
2004-05-04Constants for profile info type changed names to match the C++ ones.Brian Gaeke
2004-05-03Add initial implementation of basic block tracing runtimeBrian Gaeke
2004-05-03Add basic block tracing functions as exported symbols.Brian Gaeke
2004-05-03Add basic block tracing information as a type of "profiling" information.Brian Gaeke
2004-04-16Fit comment into 80 cols.Misha Brukman
2004-04-16Remove libraries that have no reason to be here, and keep breaking the nightl...Chris Lattner
2004-04-13Reenable library now that the loopsimplify bug is fixedChris Lattner
2004-04-13Temporary hack to get the nightly tester runningChris Lattner
2004-03-29Merged in RELEASE_12.John Criswell
2004-03-26Make sure to get the headers from zlib correctlyChris Lattner
2004-03-11Make sure libcrtend.a gets installed when you make install-bytecode.Brian Gaeke
2004-03-08Add edge profiling support to the runtime libraryChris Lattner
2004-02-27Build zlib and libpngChris Lattner
2004-02-20Build an archive for use with Povray.John Criswell
2004-02-20Add a simple implementation of strncpyChris Lattner
2004-02-19Add strndupChris Lattner
2004-02-17Since tail duplication is currently neutered, we have to help the optimizer t...Chris Lattner
2004-02-10Make sure to copy the null terminator at the end of the argv list. SomeChris Lattner
2004-02-10Allow the program to take a '-llvmprof-output filename' option to specifyChris Lattner
2004-02-10Make the initialization calls return argc.Chris Lattner
2004-02-06Initial checking of the libpng library.John Criswell
2004-02-06Initial checking of the zlib library.John Criswell
2004-02-04Clean out DESTLIBBYTECODE when making clean in runtime.Brian Gaeke
2004-01-21Add DESTDIR support for installing. Use (and depend on) $(bytecode_libdir).Brian Gaeke
2004-01-16Clarify comment.Brian Gaeke
2003-12-19Add support for people calling main recursivelyChris Lattner
2003-12-18Merged in RELEASE_11.John Criswell
2003-12-16Disable __attribute__((weak)) on Mac OS X and other lame platforms.Misha Brukman
2003-12-15Make all memory functions have weak linkage so that they can be overridden withMisha Brukman
2003-12-10Removed the pthread_once() function because it doesn't actually doJohn Criswell
2003-12-10Dummy implementation of the pthread library.John Criswell
2003-12-08Simplify makefiles by just explicitly listing directoriesChris Lattner
2003-12-08Fixed the dynamic generation of the list of subdirectories to compile.John Criswell
2003-11-30add missing dependencyChris Lattner
2003-11-29Build _lib_crtend.a, not crtend.aChris Lattner
2003-11-29Don't print out tons of crapChris Lattner
2003-11-29Rewrite makefile logic to build an archive instead of a .o file. This isChris Lattner
2003-11-29Add readme and spiff up makefile headerChris Lattner