summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)AuthorFilesLines
2009-03-02Drop toy GC runtime.Gordon Henriksen7-226/+1
2008-01-24Fixing the stack walker.Gordon Henriksen1-4/+7
2008-01-07With this patch, the LowerGC transformation becomes theGordon Henriksen1-15/+17
2007-12-29remove attribution from a variety of miscellaneous files.Chris Lattner8-16/+16
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner4-8/+8
2007-09-27GarbageCollection.html is expanded to encompass the comingGordon Henriksen1-0/+5
2007-09-11Reenable libgc and libprofile is explicitly requested.Chris Lattner1-9/+1
2007-09-11remove an obsolete library.Chris Lattner3-165/+0
2007-08-21Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces num...Anton Korobeynikov17-1455/+1
2007-02-23crtend is only for llvm-gcc3, remove it.Chris Lattner11-485/+1
2007-01-07the old trace values pass has been removed, remove its runtime library.Chris Lattner5-453/+1
2006-11-17Undo removal of the runtime libraries. While this may have been a bitReid Spencer48-0/+3188
2006-11-16In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer48-3188/+0
2006-11-03Remove unused variable.Reid Spencer1-1/+0
2006-11-02For PR786:Reid Spencer2-3/+0
2006-08-08Describe and date modifications we made per LGPL requirements.John Criswell2-1/+16
2006-08-08Make information more complete.John Criswell1-0/+9
2006-07-28Reverted previous commit. Thanks, Chris.John Criswell1-1/+1
2006-07-28Added in the LGPL text and copyright information. This needs to beJohn Criswell4-2/+734
2006-06-01For PR786:Reid Spencer1-0/+2
2006-06-01Put an innocuous statement in this file to quelch warnings about compilingReid Spencer1-0/+1
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer3-1/+7
2006-05-24For PR786:Reid Spencer1-1/+1
2006-04-07Invert the tests on LLVMGCC_MAJVERS to check for value 4 instead of valueReid Spencer1-1/+1
2006-04-07add a newline at the end of the fileChris Lattner1-1/+2
2006-04-06Avoid building the runtime libraries if llvm-gcc version 4 is detected.Reid Spencer1-0/+8
2006-04-02For PR722:Reid Spencer1-4/+4
2006-03-13Optimizing to calloc() to malloc() + memset() can be bad on some platforms.Evan Cheng1-33/+0
2006-03-09Make the new and old front-ends more similar: now neither uses __main.Chris Lattner4-83/+5
2006-01-30fix make install/uninstall of libcrtend.Chris Lattner1-0/+19
2006-01-27Remove out of date commentChris Lattner1-7/+0
2006-01-27Remove the only use of FAKE_SOURCESChris Lattner1-3/+11
2005-11-28Add the remove() function from the C library.John Criswell1-0/+46
2005-10-18This was never updated for the project makefile changesChris Lattner2-4/+4
2005-10-18This never got updated to reflect the project makefile changesChris Lattner1-1/+1
2005-04-21Remove trailing whitespaceMisha Brukman6-16/+16
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