summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2004-11-27Remove zlib from the llvm tarball. This is only used (in theory by povray-31Chris Lattner
2004-11-27Remove zlib from the llvm tarball. This is only used (in theory by povray-31Chris Lattner
2004-11-18libpng is not even used by povray3.1 in the current configuration, justChris Lattner
2004-11-14Use llvm-ar not ar for constructing archive. Wrap at 80 cols.Reid Spencer
2004-10-30Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer
2004-10-26* Make the libcrtend.a installation depend on the bytecode-libs directoryReid Spencer
2004-10-26Add the export symbols list files as extra distribution files.Reid Spencer
2004-10-26Add EXTRA_DIST for additional files to be distributed.Reid Spencer
2004-10-23Remove the clean target.Reid Spencer
2004-10-22We're not doing automake any moreReid Spencer
2004-10-22Adjust to changes in Makefile.rulesReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-17Update to reflect building zlib for LLVMReid Spencer
2004-10-17Add missing targets for install/cleanReid Spencer
2004-10-17Initial Makefile.am for building with automakeReid Spencer
2004-10-17Initial Makefile.am for building with automake.Reid Spencer
2004-10-17Make sure that for systems where the string functions are actually macrosReid Spencer
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