aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Fixing the stack walker.Gordon Henriksen2008-01-241-4/+7
* With this patch, the LowerGC transformation becomes theGordon Henriksen2008-01-071-15/+17
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-298-16/+16
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-294-8/+8
* GarbageCollection.html is expanded to encompass the comingGordon Henriksen2007-09-271-0/+5
* Reenable libgc and libprofile is explicitly requested.Chris Lattner2007-09-111-9/+1
* remove an obsolete library.Chris Lattner2007-09-113-165/+0
* Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces num...Anton Korobeynikov2007-08-2117-1455/+1
* crtend is only for llvm-gcc3, remove it.Chris Lattner2007-02-2311-485/+1
* the old trace values pass has been removed, remove its runtime library.Chris Lattner2007-01-075-453/+1
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-1748-0/+3188
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-1648-3188/+0
* Remove unused variable.Reid Spencer2006-11-031-1/+0
* For PR786:Reid Spencer2006-11-022-3/+0
* Describe and date modifications we made per LGPL requirements.John Criswell2006-08-082-1/+16
* Make information more complete.John Criswell2006-08-081-0/+9
* Reverted previous commit. Thanks, Chris.John Criswell2006-07-281-1/+1
* Added in the LGPL text and copyright information. This needs to beJohn Criswell2006-07-284-2/+734
* For PR786:Reid Spencer2006-06-011-0/+2
* Put an innocuous statement in this file to quelch warnings about compilingReid Spencer2006-06-011-0/+1
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-013-1/+7
* For PR786:Reid Spencer2006-05-241-1/+1
* Invert the tests on LLVMGCC_MAJVERS to check for value 4 instead of valueReid Spencer2006-04-071-1/+1
* add a newline at the end of the fileChris Lattner2006-04-071-1/+2
* Avoid building the runtime libraries if llvm-gcc version 4 is detected.Reid Spencer2006-04-061-0/+8
* For PR722:Reid Spencer2006-04-021-4/+4
* Optimizing to calloc() to malloc() + memset() can be bad on some platforms.Evan Cheng2006-03-131-33/+0
* Make the new and old front-ends more similar: now neither uses __main.Chris Lattner2006-03-094-83/+5
* fix make install/uninstall of libcrtend.Chris Lattner2006-01-301-0/+19
* Remove out of date commentChris Lattner2006-01-271-7/+0
* Remove the only use of FAKE_SOURCESChris Lattner2006-01-271-3/+11
* Add the remove() function from the C library.John Criswell2005-11-281-0/+46
* This was never updated for the project makefile changesChris Lattner2005-10-182-4/+4
* This never got updated to reflect the project makefile changesChris Lattner2005-10-181-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-216-16/+16
* Fix grammarMisha Brukman2005-03-231-1/+1
* Hrm, who knows what 'uint' is, but it seems to work sometimes? Wierd.Chris Lattner2005-01-281-4/+4
* Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically byReid Spencer2005-01-131-0/+1
* Re-enable libprofile now that llvm-ar is working better.Reid Spencer2005-01-131-1/+1
* Remove dead directoriesChris Lattner2005-01-021-2/+1
* This lib is deadChris Lattner2005-01-022-16/+0
* Remove a bunch of useless empty librariesChris Lattner2005-01-0212-98/+0
* This is no longer needed.Chris Lattner2005-01-022-16/+0
* For PR432:Reid Spencer2004-12-2216-16/+16
* Disable libprofile as llvm-ar bus errors on it, and I don't want to breakChris Lattner2004-12-151-1/+1
* Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer2004-12-1316-1/+17
* Remove useless -L switch now that gccld -link-as-library bug is fixed.Reid Spencer2004-12-081-3/+3
* Make use of the LLVMGCCStdCXXLibDir variable to link objectsReid Spencer2004-12-051-3/+3
* Use the FAKE_SOURCES feature for proper distribution of contentsReid Spencer2004-12-041-9/+12
* Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer2004-12-0217-66/+61