summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
...
* Add cmakefiles to build profile_rt.so!Nick Lewycky2011-04-26
* Rename everything to follow LLVM style ... I think.Nick Lewycky2011-04-26
* Write out uint64_t as i{0..32},i{33..64} instead of i{0..32},0.Benjamin Kramer2011-04-16
* Don't use C++ comments in C code.Nick Lewycky2011-04-16
* Rename LineProfiling to GCOVProfiling to more accurately represent what itNick Lewycky2011-04-16
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Fix format string warning.Benjamin Kramer2011-04-13
* Use %ull here.Nick Lewycky2011-04-13
* Print our uint64_t with the more portable (C99 and C++0x) %PRIu64 formatNick Lewycky2011-04-12
* The counters are unsigned.Nick Lewycky2011-04-12
* Add support for line profiling. Very work-in-progress.Nick Lewycky2011-04-12
* 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