summaryrefslogtreecommitdiff
path: root/runtime/Makefile
Commit message (Expand)AuthorAge
* Revert r100896 and around - this breaks the only mingw32 buildbot we have.Anton Korobeynikov2010-04-15
* suck the propagating "has dynamic libs" check into a single makefile Chris Lattner2010-04-09
* add minix support, patch by Kees van Reeuwijk! PR6797Chris Lattner2010-04-09
* disable this for mingw as well, we really need a 'has no dynamic linking' pre...Chris Lattner2010-03-06
* disable libprofile on cygwin, patch by Aaron Gray.Chris Lattner2010-03-05
* Another NO_RUNTIME_LIBRARIES tweak...Daniel Dunbar2009-08-28
* Tweak NO_RUNTIME_LIBS.Daniel Dunbar2009-08-28
* Don't build runtime libraries in an Apple style build.Daniel Dunbar2009-08-27
* Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;Daniel Dunbar2009-08-20
* Drop toy GC runtime.Gordon Henriksen2009-03-02
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-29
* Reenable libgc and libprofile is explicitly requested.Chris Lattner2007-09-11
* Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces num...Anton Korobeynikov2007-08-21
* the old trace values pass has been removed, remove its runtime library.Chris Lattner2007-01-07
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-17
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-16
* Invert the tests on LLVMGCC_MAJVERS to check for value 4 instead of valueReid Spencer2006-04-07
* add a newline at the end of the fileChris Lattner2006-04-07
* Avoid building the runtime libraries if llvm-gcc version 4 is detected.Reid Spencer2006-04-06
* For PR722:Reid Spencer2006-04-02
* Re-enable libprofile now that llvm-ar is working better.Reid Spencer2005-01-13
* Disable libprofile as llvm-ar bus errors on it, and I don't want to breakChris Lattner2004-12-15
* Remove the clean target.Reid Spencer2004-10-23
* Disable libprofile as it breaks the build on Sparc (autoconf issues).Misha Brukman2004-09-08
* Clean up some "clean:" targets so they use $(VERB) and don't print anythingReid Spencer2004-09-03
* * Remove UIUC-specific commentMisha Brukman2004-08-09
* Build the garbage collectorsChris Lattner2004-05-23
* Remove libraries that have no reason to be here, and keep breaking the nightl...Chris Lattner2004-04-16
* Reenable library now that the loopsimplify bug is fixedChris Lattner2004-04-13
* Temporary hack to get the nightly tester runningChris Lattner2004-04-13
* Build zlib and libpngChris Lattner2004-02-27
* Clean out DESTLIBBYTECODE when making clean in runtime.Brian Gaeke2004-02-04
* Clarify comment.Brian Gaeke2004-01-16
* Simplify makefiles by just explicitly listing directoriesChris Lattner2003-12-08
* Fixed the dynamic generation of the list of subdirectories to compile.John Criswell2003-12-08
* As per PR96, don't build subdirs if LLVMGCCDIR is not set to somethingBrian Gaeke2003-11-16
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* Adjust level, build things in parallelChris Lattner2003-08-15
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-15
* Remove compilation of __main because we now link -lgcc into programsChris Lattner2002-03-22
* Need rule for runtime.o. This is just temporary to provideVikram S. Adve2002-03-18
* Checkin library infrastructure for building stuff to be linked withChris Lattner2002-03-08
* Add a clean target stubChris Lattner2002-02-26
* Initial checkin of Makefile, just a dummy file for now.Chris Lattner2002-01-23