summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
...
* Standardize the format of the runtime libraries makefiles.Reid Spencer2004-12-02
* For PR466:Reid Spencer2004-12-02
* Remove this left-over crud from the automake experiment.Reid Spencer2004-12-02
* Remove zlib from the llvm tarball. This is only used (in theory by povray-31Chris Lattner2004-11-27
* Remove zlib from the llvm tarball. This is only used (in theory by povray-31Chris Lattner2004-11-27
* libpng is not even used by povray3.1 in the current configuration, justChris Lattner2004-11-18
* Use llvm-ar not ar for constructing archive. Wrap at 80 cols.Reid Spencer2004-11-14
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-30
* * Make the libcrtend.a installation depend on the bytecode-libs directoryReid Spencer2004-10-26
* Add the export symbols list files as extra distribution files.Reid Spencer2004-10-26
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-26
* Remove the clean target.Reid Spencer2004-10-23
* We're not doing automake any moreReid Spencer2004-10-22
* Adjust to changes in Makefile.rulesReid Spencer2004-10-22
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Update to reflect building zlib for LLVMReid Spencer2004-10-17
* Add missing targets for install/cleanReid Spencer2004-10-17
* Initial Makefile.am for building with automakeReid Spencer2004-10-17
* Initial Makefile.am for building with automake.Reid Spencer2004-10-17
* Make sure that for systems where the string functions are actually macrosReid Spencer2004-10-17
* Don't call memset if malloc returns a null pointerChris Lattner2004-10-06
* Disable libprofile as it breaks the build on Sparc (autoconf issues).Misha Brukman2004-09-08
* Clean up some "clean:" targets so they use $(VERB) and don't print anythingReid Spencer2004-09-03
* Changes For Bug 352Reid Spencer2004-09-01
* 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