| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Standardize the makefiles with space around = to match the rest of LLVM. | Reid Spencer | 2004-12-02 | 17 | -66/+61 |
* | Standardize the format of the runtime libraries makefiles. | Reid Spencer | 2004-12-02 | 12 | -23/+32 |
* | For PR466: | Reid Spencer | 2004-12-02 | 1 | -31/+14 |
* | Remove this left-over crud from the automake experiment. | Reid Spencer | 2004-12-02 | 1 | -665/+0 |
* | Remove zlib from the llvm tarball. This is only used (in theory by povray-31 | Chris Lattner | 2004-11-27 | 117 | -26178/+0 |
* | Remove zlib from the llvm tarball. This is only used (in theory by povray-31 | Chris Lattner | 2004-11-27 | 35 | -13470/+0 |
* | libpng is not even used by povray3.1 in the current configuration, just | Chris Lattner | 2004-11-18 | 179 | -65573/+0 |
* | Use llvm-ar not ar for constructing archive. Wrap at 80 cols. | Reid Spencer | 2004-11-14 | 1 | -4/+12 |
* | Internalize variable names to prevent recursive assignment. Cleanup docs. | Reid Spencer | 2004-10-30 | 1 | -20/+20 |
* | * Make the libcrtend.a installation depend on the bytecode-libs directory | Reid Spencer | 2004-10-26 | 1 | -8/+7 |
* | Add the export symbols list files as extra distribution files. | Reid Spencer | 2004-10-26 | 1 | -0/+2 |
* | Add EXTRA_DIST for additional files to be distributed. | Reid Spencer | 2004-10-26 | 2 | -1/+3 |
* | Remove the clean target. | Reid Spencer | 2004-10-23 | 1 | -4/+0 |
* | We're not doing automake any more | Reid Spencer | 2004-10-22 | 5 | -3302/+0 |
* | Adjust to changes in Makefile.rules | Reid Spencer | 2004-10-22 | 3 | -21/+17 |
* | We won't use automake | Reid Spencer | 2004-10-22 | 36 | -10149/+0 |
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 20 | -0/+13077 |
* | Update to reflect building zlib for LLVM | Reid Spencer | 2004-10-17 | 1 | -151/+673 |
* | Add missing targets for install/clean | Reid Spencer | 2004-10-17 | 1 | -0/+4 |
* | Initial Makefile.am for building with automake | Reid Spencer | 2004-10-17 | 20 | -0/+346 |
* | Initial Makefile.am for building with automake. | Reid Spencer | 2004-10-17 | 1 | -0/+13 |
* | Make sure that for systems where the string functions are actually macros | Reid Spencer | 2004-10-17 | 1 | -0/+24 |
* | Don't call memset if malloc returns a null pointer | Chris Lattner | 2004-10-06 | 1 | -1/+2 |
* | Disable libprofile as it breaks the build on Sparc (autoconf issues). | Misha Brukman | 2004-09-08 | 1 | -0/+6 |
* | Clean up some "clean:" targets so they use $(VERB) and don't print anything | Reid Spencer | 2004-09-03 | 1 | -1/+1 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | Do not mention Chris in public Makefiles | Misha Brukman | 2004-08-09 | 1 | -3/+1 |
* | Shorten comment header to 80 cols | Misha Brukman | 2004-08-09 | 3 | -3/+3 |
* | * Remove UIUC-specific comment | Misha Brukman | 2004-08-09 | 1 | -4/+2 |
* | Remove Chris-related bytecode-dir comment | Misha Brukman | 2004-08-09 | 1 | -5/+4 |
* | This file is obsolete | Chris Lattner | 2004-08-05 | 1 | -11/+0 |
* | C++ support does not live in the C runtime any longer | Chris Lattner | 2004-08-05 | 1 | -6/+1 |
* | Two files are moved to libstdc++, and a NOTE gets added | Chris Lattner | 2004-08-05 | 3 | -451/+10 |
* | Add missing copyrights | Chris Lattner | 2004-08-05 | 3 | -0/+21 |
* | Update GC intrinsics to take a pointer to the object as well as a pointer | Chris Lattner | 2004-07-22 | 2 | -4/+4 |
* | Fix warning on 64-bit machines | Brian Gaeke | 2004-07-16 | 1 | -1/+1 |
* | Continue the implementation | Chris Lattner | 2004-05-27 | 1 | -37/+61 |
* | A few more microsteps | Chris Lattner | 2004-05-27 | 1 | -1/+7 |
* | Eliminate warnings | Alkis Evlogimenos | 2004-05-23 | 1 | -1/+1 |
* | Build the garbage collectors | Chris Lattner | 2004-05-23 | 1 | -1/+1 |
* | Initial checkin of GC implementation support files | Chris Lattner | 2004-05-23 | 3 | -0/+69 |
* | Check in an EARLY START on a simple copying collector | Chris Lattner | 2004-05-23 | 2 | -0/+117 |
* | Share the profile info type enum with the C++ analysis libraries. | Brian Gaeke | 2004-05-04 | 1 | -9/+5 |
* | Constants for profile info type changed names to match the C++ ones. | Brian Gaeke | 2004-05-04 | 3 | -3/+3 |
* | Constants for profile info type changed names to match the C++ ones. | Brian Gaeke | 2004-05-04 | 2 | -11/+12 |
* | Add initial implementation of basic block tracing runtime | Brian Gaeke | 2004-05-03 | 1 | -0/+67 |
* | Add basic block tracing functions as exported symbols. | Brian Gaeke | 2004-05-03 | 1 | -0/+2 |
* | Add basic block tracing information as a type of "profiling" information. | Brian Gaeke | 2004-05-03 | 1 | -1/+2 |
* | Fit comment into 80 cols. | Misha Brukman | 2004-04-16 | 1 | -1/+1 |
* | Remove libraries that have no reason to be here, and keep breaking the nightl... | Chris Lattner | 2004-04-16 | 1 | -1/+1 |