summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2004-10-06Don't call memset if malloc returns a null pointerChris Lattner
2004-09-08Disable libprofile as it breaks the build on Sparc (autoconf issues).Misha Brukman
2004-09-03Clean up some "clean:" targets so they use $(VERB) and don't print anythingReid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-09Do not mention Chris in public MakefilesMisha Brukman
2004-08-09Shorten comment header to 80 colsMisha Brukman
2004-08-09* Remove UIUC-specific commentMisha Brukman
2004-08-09Remove Chris-related bytecode-dir commentMisha Brukman
2004-08-05This file is obsoleteChris Lattner
2004-08-05C++ support does not live in the C runtime any longerChris Lattner
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