summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
* Do not mention Chris in public MakefilesMisha Brukman2004-08-09
* Shorten comment header to 80 colsMisha Brukman2004-08-09
* * Remove UIUC-specific commentMisha Brukman2004-08-09
* Remove Chris-related bytecode-dir commentMisha Brukman2004-08-09
* This file is obsoleteChris Lattner2004-08-05
* C++ support does not live in the C runtime any longerChris Lattner2004-08-05
* Two files are moved to libstdc++, and a NOTE gets addedChris Lattner2004-08-05
* Add missing copyrightsChris Lattner2004-08-05
* Update GC intrinsics to take a pointer to the object as well as a pointerChris Lattner2004-07-22
* Fix warning on 64-bit machinesBrian Gaeke2004-07-16
* Continue the implementationChris Lattner2004-05-27
* A few more microstepsChris Lattner2004-05-27
* Eliminate warningsAlkis Evlogimenos2004-05-23
* Build the garbage collectorsChris Lattner2004-05-23
* Initial checkin of GC implementation support filesChris Lattner2004-05-23
* Check in an EARLY START on a simple copying collectorChris Lattner2004-05-23
* Share the profile info type enum with the C++ analysis libraries.Brian Gaeke2004-05-04
* Constants for profile info type changed names to match the C++ ones.Brian Gaeke2004-05-04
* Constants for profile info type changed names to match the C++ ones.Brian Gaeke2004-05-04
* Add initial implementation of basic block tracing runtimeBrian Gaeke2004-05-03
* Add basic block tracing functions as exported symbols.Brian Gaeke2004-05-03
* Add basic block tracing information as a type of "profiling" information.Brian Gaeke2004-05-03
* Fit comment into 80 cols.Misha Brukman2004-04-16
* Remove libraries that have no reason to be here, and keep breaking the nightl...Chris Lattner2004-04-16
* Reenable library now that the loopsimplify bug is fixedChris Lattner2004-04-13
* Temporary hack to get the nightly tester runningChris Lattner2004-04-13
* Merged in RELEASE_12.John Criswell2004-03-29
* Make sure to get the headers from zlib correctlyChris Lattner2004-03-26
* Make sure libcrtend.a gets installed when you make install-bytecode.Brian Gaeke2004-03-11
* Add edge profiling support to the runtime libraryChris Lattner2004-03-08
* Build zlib and libpngChris Lattner2004-02-27
* Build an archive for use with Povray.John Criswell2004-02-20
* Add a simple implementation of strncpyChris Lattner2004-02-20
* Add strndupChris Lattner2004-02-19
* Since tail duplication is currently neutered, we have to help the optimizer t...Chris Lattner2004-02-17
* Make sure to copy the null terminator at the end of the argv list. SomeChris Lattner2004-02-10
* Allow the program to take a '-llvmprof-output filename' option to specifyChris Lattner2004-02-10
* Make the initialization calls return argc.Chris Lattner2004-02-10
* Initial checking of the libpng library.John Criswell2004-02-06
* Initial checking of the zlib library.John Criswell2004-02-06
* Clean out DESTLIBBYTECODE when making clean in runtime.Brian Gaeke2004-02-04
* Add DESTDIR support for installing. Use (and depend on) $(bytecode_libdir).Brian Gaeke2004-01-21
* Clarify comment.Brian Gaeke2004-01-16
* Add support for people calling main recursivelyChris Lattner2003-12-19
* Merged in RELEASE_11.John Criswell2003-12-18
* Disable __attribute__((weak)) on Mac OS X and other lame platforms.Misha Brukman2003-12-16
* Make all memory functions have weak linkage so that they can be overridden withMisha Brukman2003-12-15
* Removed the pthread_once() function because it doesn't actually doJohn Criswell2003-12-10
* Dummy implementation of the pthread library.John Criswell2003-12-10
* Simplify makefiles by just explicitly listing directoriesChris Lattner2003-12-08