summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2007-02-23crtend is only for llvm-gcc3, remove it.Chris Lattner
2007-01-07the old trace values pass has been removed, remove its runtime library.Chris Lattner
2006-11-17Undo removal of the runtime libraries. While this may have been a bitReid Spencer
2006-11-16In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer
2006-11-03Remove unused variable.Reid Spencer
2006-11-02For PR786:Reid Spencer
2006-08-08Describe and date modifications we made per LGPL requirements.John Criswell
2006-08-08Make information more complete.John Criswell
2006-07-28Reverted previous commit. Thanks, Chris.John Criswell
2006-07-28Added in the LGPL text and copyright information. This needs to beJohn Criswell
2006-06-01For PR786:Reid Spencer
2006-06-01Put an innocuous statement in this file to quelch warnings about compilingReid Spencer
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-05-24For PR786:Reid Spencer
2006-04-07Invert the tests on LLVMGCC_MAJVERS to check for value 4 instead of valueReid Spencer
2006-04-07add a newline at the end of the fileChris Lattner
2006-04-06Avoid building the runtime libraries if llvm-gcc version 4 is detected.Reid Spencer
2006-04-02For PR722:Reid Spencer
2006-03-13Optimizing to calloc() to malloc() + memset() can be bad on some platforms.Evan Cheng
2006-03-09Make the new and old front-ends more similar: now neither uses __main.Chris Lattner
2006-01-30fix make install/uninstall of libcrtend.Chris Lattner
2006-01-27Remove out of date commentChris Lattner
2006-01-27Remove the only use of FAKE_SOURCESChris Lattner
2005-11-28Add the remove() function from the C library.John Criswell
2005-10-18This was never updated for the project makefile changesChris Lattner
2005-10-18This never got updated to reflect the project makefile changesChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-23Fix grammarMisha Brukman
2005-01-28Hrm, who knows what 'uint' is, but it seems to work sometimes? Wierd.Chris Lattner
2005-01-13Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically byReid Spencer
2005-01-13Re-enable libprofile now that llvm-ar is working better.Reid Spencer
2005-01-02Remove dead directoriesChris Lattner
2005-01-02This lib is deadChris Lattner
2005-01-02Remove a bunch of useless empty librariesChris Lattner
2005-01-02This is no longer needed.Chris Lattner
2004-12-22For PR432:Reid Spencer
2004-12-15Disable libprofile as llvm-ar bus errors on it, and I don't want to breakChris Lattner
2004-12-13Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer
2004-12-08Remove useless -L switch now that gccld -link-as-library bug is fixed.Reid Spencer
2004-12-05Make use of the LLVMGCCStdCXXLibDir variable to link objectsReid Spencer
2004-12-04Use the FAKE_SOURCES feature for proper distribution of contentsReid Spencer
2004-12-02Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer
2004-12-02Standardize the format of the runtime libraries makefiles.Reid Spencer
2004-12-02For PR466:Reid Spencer
2004-12-02Remove this left-over crud from the automake experiment.Reid Spencer
2004-11-27Remove zlib from the llvm tarball. This is only used (in theory by povray-31Chris Lattner
2004-11-27Remove zlib from the llvm tarball. This is only used (in theory by povray-31Chris Lattner
2004-11-18libpng is not even used by povray3.1 in the current configuration, justChris Lattner
2004-11-14Use llvm-ar not ar for constructing archive. Wrap at 80 cols.Reid Spencer
2004-10-30Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer