summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
* Use version 402 for the GCDA files when compiling for Apple.Bill Wendling2011-07-28
* Build and install the archive when building the Apple way.Bill Wendling2011-07-19
* Fix build for (some versions of?) MinGW. Patch by Ruben Van Boxem.Eli Friedman2011-06-23
* Remove the LTO stuff from the profile_rt library's Makefile.Bill Wendling2011-06-15
* Add compatibility version when compiling the Apple way.Bill Wendling2011-06-13
* Fix MSVC warning regarding mkdir function usage.Francois Pichet2011-05-26
* Fix 3 MSVC warnings: Francois Pichet2011-05-25
* The computation of string length is not that complicated. Fix it, again. :)Nick Lewycky2011-05-05
* Update the gcov version used slightly, to make it stop causing modern gcov's toNick Lewycky2011-05-05
* Create the parent directories to place the .gcda files in if they don't exist.Nick Lewycky2011-05-04
* Fix crash when not setting GCOV_PREFIX.Nick Lewycky2011-05-04
* runtime/libprofile/PathProfiling.c: Don't use // comment in C source.NAKAMURA Takumi2011-04-30
* win32: Include DataTypes.h instead of stdint.h to try and fix a Win32 buildDaniel Dunbar2011-04-29
* Cleanup some DOS newlines.Daniel Dunbar2011-04-29
* Unbreak the MSVC build:Francois Pichet2011-04-29
* Rename profile_rt.so to libprofile_rt.so under configure+make (it already wasNick Lewycky2011-04-29
* Only read *predecessor once so as to fix a theoretical issue where it changesNick Lewycky2011-04-28
* Use static inline to do the right thing when built in C99 mode. Of course,Nick Lewycky2011-04-27
* Honor LLVM_BUILD_RUNTIME.Oscar Fuentes2011-04-26
* 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