aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
...
* * Make the libcrtend.a installation depend on the bytecode-libs directoryReid Spencer2004-10-261-8/+7
* Add the export symbols list files as extra distribution files.Reid Spencer2004-10-261-0/+2
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-262-1/+3
* Remove the clean target.Reid Spencer2004-10-231-4/+0
* We're not doing automake any moreReid Spencer2004-10-225-3302/+0
* Adjust to changes in Makefile.rulesReid Spencer2004-10-223-21/+17
* We won't use automakeReid Spencer2004-10-2236-10149/+0
* Initial automake generated Makefile templateReid Spencer2004-10-1820-0/+13077
* Update to reflect building zlib for LLVMReid Spencer2004-10-171-151/+673
* Add missing targets for install/cleanReid Spencer2004-10-171-0/+4
* Initial Makefile.am for building with automakeReid Spencer2004-10-1720-0/+346
* Initial Makefile.am for building with automake.Reid Spencer2004-10-171-0/+13
* Make sure that for systems where the string functions are actually macrosReid Spencer2004-10-171-0/+24
* Don't call memset if malloc returns a null pointerChris Lattner2004-10-061-1/+2
* Disable libprofile as it breaks the build on Sparc (autoconf issues).Misha Brukman2004-09-081-0/+6
* Clean up some "clean:" targets so they use $(VERB) and don't print anythingReid Spencer2004-09-031-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Do not mention Chris in public MakefilesMisha Brukman2004-08-091-3/+1
* Shorten comment header to 80 colsMisha Brukman2004-08-093-3/+3
* * Remove UIUC-specific commentMisha Brukman2004-08-091-4/+2
* Remove Chris-related bytecode-dir commentMisha Brukman2004-08-091-5/+4
* This file is obsoleteChris Lattner2004-08-051-11/+0
* C++ support does not live in the C runtime any longerChris Lattner2004-08-051-6/+1
* Two files are moved to libstdc++, and a NOTE gets addedChris Lattner2004-08-053-451/+10
* Add missing copyrightsChris Lattner2004-08-053-0/+21
* Update GC intrinsics to take a pointer to the object as well as a pointerChris Lattner2004-07-222-4/+4
* Fix warning on 64-bit machinesBrian Gaeke2004-07-161-1/+1
* Continue the implementationChris Lattner2004-05-271-37/+61
* A few more microstepsChris Lattner2004-05-271-1/+7
* Eliminate warningsAlkis Evlogimenos2004-05-231-1/+1
* Build the garbage collectorsChris Lattner2004-05-231-1/+1
* Initial checkin of GC implementation support filesChris Lattner2004-05-233-0/+69
* Check in an EARLY START on a simple copying collectorChris Lattner2004-05-232-0/+117
* Share the profile info type enum with the C++ analysis libraries.Brian Gaeke2004-05-041-9/+5
* Constants for profile info type changed names to match the C++ ones.Brian Gaeke2004-05-043-3/+3
* Constants for profile info type changed names to match the C++ ones.Brian Gaeke2004-05-042-11/+12
* Add initial implementation of basic block tracing runtimeBrian Gaeke2004-05-031-0/+67
* Add basic block tracing functions as exported symbols.Brian Gaeke2004-05-031-0/+2
* Add basic block tracing information as a type of "profiling" information.Brian Gaeke2004-05-031-1/+2
* Fit comment into 80 cols.Misha Brukman2004-04-161-1/+1
* Remove libraries that have no reason to be here, and keep breaking the nightl...Chris Lattner2004-04-161-1/+1
* Reenable library now that the loopsimplify bug is fixedChris Lattner2004-04-131-1/+1
* Temporary hack to get the nightly tester runningChris Lattner2004-04-131-1/+1
* Merged in RELEASE_12.John Criswell2004-03-291-0/+1
* Make sure to get the headers from zlib correctlyChris Lattner2004-03-261-0/+1
* Make sure libcrtend.a gets installed when you make install-bytecode.Brian Gaeke2004-03-111-0/+1
* Add edge profiling support to the runtime libraryChris Lattner2004-03-081-0/+45
* Build zlib and libpngChris Lattner2004-02-271-1/+1
* Build an archive for use with Povray.John Criswell2004-02-202-0/+2
* Add a simple implementation of strncpyChris Lattner2004-02-201-0/+6