summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)AuthorFilesLines
2005-03-23Fix grammarMisha Brukman1-1/+1
2005-01-28Hrm, who knows what 'uint' is, but it seems to work sometimes? Wierd.Chris Lattner1-4/+4
2005-01-13Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically byReid Spencer1-0/+1
2005-01-13Re-enable libprofile now that llvm-ar is working better.Reid Spencer1-1/+1
2005-01-02Remove dead directoriesChris Lattner1-2/+1
2005-01-02This lib is deadChris Lattner2-16/+0
2005-01-02Remove a bunch of useless empty librariesChris Lattner12-98/+0
2005-01-02This is no longer needed.Chris Lattner2-16/+0
2004-12-22For PR432:Reid Spencer16-16/+16
2004-12-15Disable libprofile as llvm-ar bus errors on it, and I don't want to breakChris Lattner1-1/+1
2004-12-13Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer16-1/+17
2004-12-08Remove useless -L switch now that gccld -link-as-library bug is fixed.Reid Spencer1-3/+3
2004-12-05Make use of the LLVMGCCStdCXXLibDir variable to link objectsReid Spencer1-3/+3
2004-12-04Use the FAKE_SOURCES feature for proper distribution of contentsReid Spencer1-9/+12
2004-12-02Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer17-66/+61
2004-12-02Standardize the format of the runtime libraries makefiles.Reid Spencer12-23/+32
2004-12-02For PR466:Reid Spencer1-31/+14
2004-12-02Remove this left-over crud from the automake experiment.Reid Spencer1-665/+0
2004-11-27Remove zlib from the llvm tarball. This is only used (in theory by povray-31Chris Lattner117-26178/+0
2004-11-27Remove zlib from the llvm tarball. This is only used (in theory by povray-31Chris Lattner35-13470/+0
2004-11-18libpng is not even used by povray3.1 in the current configuration, justChris Lattner179-65573/+0
2004-11-14Use llvm-ar not ar for constructing archive. Wrap at 80 cols.Reid Spencer1-4/+12
2004-10-30Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer1-20/+20
2004-10-26* Make the libcrtend.a installation depend on the bytecode-libs directoryReid Spencer1-8/+7
2004-10-26Add the export symbols list files as extra distribution files.Reid Spencer1-0/+2
2004-10-26Add EXTRA_DIST for additional files to be distributed.Reid Spencer2-1/+3
2004-10-23Remove the clean target.Reid Spencer1-4/+0
2004-10-22We're not doing automake any moreReid Spencer5-3302/+0
2004-10-22Adjust to changes in Makefile.rulesReid Spencer3-21/+17
2004-10-22We won't use automakeReid Spencer36-10149/+0
2004-10-18Initial automake generated Makefile templateReid Spencer20-0/+13077
2004-10-17Update to reflect building zlib for LLVMReid Spencer1-151/+673
2004-10-17Add missing targets for install/cleanReid Spencer1-0/+4
2004-10-17Initial Makefile.am for building with automakeReid Spencer20-0/+346
2004-10-17Initial Makefile.am for building with automake.Reid Spencer1-0/+13
2004-10-17Make sure that for systems where the string functions are actually macrosReid Spencer1-0/+24
2004-10-06Don't call memset if malloc returns a null pointerChris Lattner1-1/+2
2004-09-08Disable libprofile as it breaks the build on Sparc (autoconf issues).Misha Brukman1-0/+6
2004-09-03Clean up some "clean:" targets so they use $(VERB) and don't print anythingReid Spencer1-1/+1
2004-09-01Changes For Bug 352Reid Spencer1-1/+1
2004-08-09Do not mention Chris in public MakefilesMisha Brukman1-3/+1
2004-08-09Shorten comment header to 80 colsMisha Brukman3-3/+3
2004-08-09* Remove UIUC-specific commentMisha Brukman1-4/+2
2004-08-09Remove Chris-related bytecode-dir commentMisha Brukman1-5/+4
2004-08-05This file is obsoleteChris Lattner1-11/+0
2004-08-05C++ support does not live in the C runtime any longerChris Lattner1-6/+1
2004-08-05Two files are moved to libstdc++, and a NOTE gets addedChris Lattner3-451/+10
2004-08-05Add missing copyrightsChris Lattner3-0/+21
2004-07-22Update GC intrinsics to take a pointer to the object as well as a pointerChris Lattner2-4/+4
2004-07-16Fix warning on 64-bit machinesBrian Gaeke1-1/+1