summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
* Implementation of path profiling.Andrew Trick2011-01-29
* Rename 'libprofile/exported_symbols.lst' to 'libprofile/libprofile.exports'.Mikhail Glushenkov2010-09-03
* Delete a blank line.Dan Gohman2010-04-16
* Make the export files absolute paths, and change Makefile.rulesDan Gohman2010-04-15
* Don't use absolute path for EXPORTED_SYMBOL_FILE, this breaks under the newDaniel Dunbar2010-04-15
* 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
* Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX}Daniel Dunbar2010-02-23
* remove the random sampling framework, which is not maintained anymore.Chris Lattner2010-01-02
* OptimalEdgeProfiling: Creation of profiles.Andreas Neustifter2009-09-01
* Read Makefile.config before using LLVMGCC.Andreas Neustifter2009-08-28
* 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
* Add llvm_start_edge_profiling to exported symbols for libprofile_rt.Andreas Neustifter2009-08-24
* Don't try to build .bc version of libprofile if LLVMGCC isn't available.Daniel Dunbar2009-08-20
* Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;Daniel Dunbar2009-08-20
* Drop toy GC runtime.Gordon Henriksen2009-03-02
* Fixing the stack walker.Gordon Henriksen2008-01-24
* With this patch, the LowerGC transformation becomes theGordon Henriksen2008-01-07
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-29
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-29
* GarbageCollection.html is expanded to encompass the comingGordon Henriksen2007-09-27
* Reenable libgc and libprofile is explicitly requested.Chris Lattner2007-09-11
* remove an obsolete library.Chris Lattner2007-09-11
* Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces num...Anton Korobeynikov2007-08-21
* crtend is only for llvm-gcc3, remove it.Chris Lattner2007-02-23
* 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
* Remove unused variable.Reid Spencer2006-11-03
* For PR786:Reid Spencer2006-11-02
* Describe and date modifications we made per LGPL requirements.John Criswell2006-08-08
* Make information more complete.John Criswell2006-08-08
* Reverted previous commit. Thanks, Chris.John Criswell2006-07-28
* Added in the LGPL text and copyright information. This needs to beJohn Criswell2006-07-28
* For PR786:Reid Spencer2006-06-01
* Put an innocuous statement in this file to quelch warnings about compilingReid Spencer2006-06-01
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* For PR786:Reid Spencer2006-05-24
* 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
* Optimizing to calloc() to malloc() + memset() can be bad on some platforms.Evan Cheng2006-03-13
* Make the new and old front-ends more similar: now neither uses __main.Chris Lattner2006-03-09
* fix make install/uninstall of libcrtend.Chris Lattner2006-01-30