aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Revert r100896 and around - this breaks the only mingw32 buildbot we have.Anton Korobeynikov2010-04-151-1/+1
* suck the propagating "has dynamic libs" check into a single makefile Chris Lattner2010-04-091-1/+1
* add minix support, patch by Kees van Reeuwijk! PR6797Chris Lattner2010-04-091-1/+1
* disable this for mingw as well, we really need a 'has no dynamic linking' pre...Chris Lattner2010-03-061-1/+1
* disable libprofile on cygwin, patch by Aaron Gray.Chris Lattner2010-03-051-0/+4
* Another NO_RUNTIME_LIBRARIES tweak...Daniel Dunbar2009-08-281-2/+2
* Tweak NO_RUNTIME_LIBS.Daniel Dunbar2009-08-281-4/+4
* Don't build runtime libraries in an Apple style build.Daniel Dunbar2009-08-271-0/+3
* Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;Daniel Dunbar2009-08-201-11/+0
* Drop toy GC runtime.Gordon Henriksen2009-03-021-1/+1
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-291-2/+2
* Reenable libgc and libprofile is explicitly requested.Chris Lattner2007-09-111-9/+1
* Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces num...Anton Korobeynikov2007-08-211-1/+1
* the old trace values pass has been removed, remove its runtime library.Chris Lattner2007-01-071-1/+1
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-171-0/+43
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-161-43/+0
* 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
* Re-enable libprofile now that llvm-ar is working better.Reid Spencer2005-01-131-1/+1
* Disable libprofile as llvm-ar bus errors on it, and I don't want to breakChris Lattner2004-12-151-1/+1
* Remove the clean target.Reid Spencer2004-10-231-4/+0
* Disable libprofile as it breaks the build on Sparc (autoconf issues).Misha Brukman2004-09-081-0/+6
* Clean up some "clean:" targets so they use $(VERB) and don't print anythingReid Spencer2004-09-031-1/+1
* * Remove UIUC-specific commentMisha Brukman2004-08-091-4/+2
* Build the garbage collectorsChris Lattner2004-05-231-1/+1
* Remove libraries that have no reason to be here, and keep breaking the nightl...Chris Lattner2004-04-161-1/+1
* Reenable library now that the loopsimplify bug is fixedChris Lattner2004-04-131-1/+1
* Temporary hack to get the nightly tester runningChris Lattner2004-04-131-1/+1
* Build zlib and libpngChris Lattner2004-02-271-1/+1
* Clean out DESTLIBBYTECODE when making clean in runtime.Brian Gaeke2004-02-041-0/+2
* Clarify comment.Brian Gaeke2004-01-161-2/+2
* Simplify makefiles by just explicitly listing directoriesChris Lattner2003-12-081-2/+3
* Fixed the dynamic generation of the list of subdirectories to compile.John Criswell2003-12-081-1/+1
* As per PR96, don't build subdirs if LLVMGCCDIR is not set to somethingBrian Gaeke2003-11-161-0/+10
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* Adjust level, build things in parallelChris Lattner2003-08-151-3/+3
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-151-1/+1
* Remove compilation of __main because we now link -lgcc into programsChris Lattner2002-03-221-5/+0
* Need rule for runtime.o. This is just temporary to provideVikram S. Adve2002-03-181-0/+5
* Checkin library infrastructure for building stuff to be linked withChris Lattner2002-03-081-1/+10
* Add a clean target stubChris Lattner2002-02-261-0/+2
* Initial checkin of Makefile, just a dummy file for now.Chris Lattner2002-01-231-0/+2