- c8dad11 Build and install the archive when building the Apple way. by Bill Wendling · 13 years ago
- aeebc35 Fix build for (some versions of?) MinGW. Patch by Ruben Van Boxem. by Eli Friedman · 13 years ago
- 31bfd9b Remove the LTO stuff from the profile_rt library's Makefile. by Bill Wendling · 13 years ago
- 1922a11 Add compatibility version when compiling the Apple way. <rdar://problem/9600408> by Bill Wendling · 13 years ago
- 9793808 Fix MSVC warning regarding mkdir function usage. by Francois Pichet · 13 years ago
- 0b5bb3b Fix 3 MSVC warnings: by Francois Pichet · 13 years ago
- d363ff3 The computation of string length is not that complicated. Fix it, again. :) by Nick Lewycky · 14 years ago
- 5409a18 Update the gcov version used slightly, to make it stop causing modern gcov's to by Nick Lewycky · 14 years ago
- 5e436b3 Create the parent directories to place the .gcda files in if they don't exist. by Nick Lewycky · 14 years ago
- d006ddc Fix crash when not setting GCOV_PREFIX. by Nick Lewycky · 14 years ago
- 4f5558e runtime/libprofile/PathProfiling.c: Don't use // comment in C source. by NAKAMURA Takumi · 14 years ago
- 8ddf6f2 win32: Include DataTypes.h instead of stdint.h to try and fix a Win32 build by Daniel Dunbar · 14 years ago
- c69c4a8 Cleanup some DOS newlines. by Daniel Dunbar · 14 years ago
- b89e699 Unbreak the MSVC build: by Francois Pichet · 14 years ago
- bcffb1f Rename profile_rt.so to libprofile_rt.so under configure+make (it already was by Nick Lewycky · 14 years ago
- 7a2ba2f Only read *predecessor once so as to fix a theoretical issue where it changes by Nick Lewycky · 14 years ago
- 3f5c832 Use static inline to do the right thing when built in C99 mode. Of course, by Nick Lewycky · 14 years ago
- e88c724 Add cmakefiles to build profile_rt.so! by Nick Lewycky · 14 years ago
- 1790c9c Rename everything to follow LLVM style ... I think. by Nick Lewycky · 14 years ago
- 571c0e9 Write out uint64_t as i{0..32},i{33..64} instead of i{0..32},0. by Benjamin Kramer · 14 years ago
- ece78a3 Don't use C++ comments in C code. by Nick Lewycky · 14 years ago
- b192870 Rename LineProfiling to GCOVProfiling to more accurately represent what it by Nick Lewycky · 14 years ago
- 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
- 8b50573 Fix format string warning. by Benjamin Kramer · 14 years ago
- 8a7f4ec Use %ull here. by Nick Lewycky · 14 years ago
- e9e7ffa Print our uint64_t with the more portable (C99 and C++0x) %PRIu64 format by Nick Lewycky · 14 years ago
- c6d8853d The counters are unsigned. by Nick Lewycky · 14 years ago
- 93b68b2 Add support for line profiling. Very work-in-progress. by Nick Lewycky · 14 years ago
- 04317cc Implementation of path profiling. Modified patch by Adam Preuss. by Andrew Trick · 14 years ago
- a7236d3 Rename 'libprofile/exported_symbols.lst' to 'libprofile/libprofile.exports'. by Mikhail Glushenkov · 14 years ago
- 630b58b Delete a blank line. by Dan Gohman · 15 years ago
- 7c52f2e Make the export files absolute paths, and change Makefile.rules by Dan Gohman · 15 years ago
- 51faa37 Don't use absolute path for EXPORTED_SYMBOL_FILE, this breaks under the new by Daniel Dunbar · 15 years ago
- 7cfbe25 Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX} by Daniel Dunbar · 15 years ago
- 5fadf17 remove the random sampling framework, which is not maintained anymore. by Chris Lattner · 15 years ago
- f771dae OptimalEdgeProfiling: Creation of profiles. by Andreas Neustifter · 15 years ago
- 1c29357 Read Makefile.config before using LLVMGCC. by Andreas Neustifter · 15 years ago
- ade1a22 Add llvm_start_edge_profiling to exported symbols for libprofile_rt. by Andreas Neustifter · 15 years ago
- a4b62c4 Don't try to build .bc version of libprofile if LLVMGCC isn't available. by Daniel Dunbar · 15 years ago
- 7dadba3 Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR; by Daniel Dunbar · 15 years ago
- 234d529 remove attribution from a variety of miscellaneous files. by Chris Lattner · 17 years ago
- 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
- 8b2e141 Undo removal of the runtime libraries. While this may have been a bit by Reid Spencer · 18 years ago
- ac90d5e In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will by Reid Spencer · 18 years ago
- 162e209 Remove unused variable. by Reid Spencer · 18 years ago
- a1fa8f1 This was never updated for the project makefile changes by Chris Lattner · 19 years ago
- fd93908 Remove trailing whitespace by Misha Brukman · 20 years ago
- 41c56c0 Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically by the JIT. by Reid Spencer · 20 years ago
- e676067 For PR432: * Variable name change: cferuntime_libdir -> CFERuntimeLibDir by Reid Spencer · 20 years ago
- b8e7df3 Use the new BYTECODE_DESTINATION to override the default bytecode install by Reid Spencer · 20 years ago
- 0108346 Standardize the makefiles with space around = to match the rest of LLVM. by Reid Spencer · 20 years ago
- 8aa9a8c Standardize the format of the runtime libraries makefiles. by Reid Spencer · 20 years ago
- 3298f87 Remove this left-over crud from the automake experiment. by Reid Spencer · 20 years ago
- 20ac4e3 Add EXTRA_DIST for additional files to be distributed. by Reid Spencer · 20 years ago
- cac731e We won't use automake by Reid Spencer · 20 years ago
- 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
- da0a22b Initial Makefile.am for building with automake by Reid Spencer · 20 years ago
- ada3c4f Share the profile info type enum with the C++ analysis libraries. by Brian Gaeke · 21 years ago
- 9fa49c8 Constants for profile info type changed names to match the C++ ones. by Brian Gaeke · 21 years ago
- 40114b7 Constants for profile info type changed names to match the C++ ones. by Brian Gaeke · 21 years ago
- ca1a697 Add initial implementation of basic block tracing runtime by Brian Gaeke · 21 years ago
- 86329b3 Add basic block tracing functions as exported symbols. by Brian Gaeke · 21 years ago
- 273595f Add basic block tracing information as a type of "profiling" information. by Brian Gaeke · 21 years ago
- 127cab2 Add edge profiling support to the runtime library by Chris Lattner · 21 years ago
- f472935 Make sure to copy the null terminator at the end of the argv list. Some by Chris Lattner · 21 years ago
- ebd02a8 Allow the program to take a '-llvmprof-output filename' option to specify by Chris Lattner · 21 years ago
- affce4f Make the initialization calls return argc. by Chris Lattner · 21 years ago
- d09bef4 Actually save and pass in argument information by Chris Lattner · 21 years ago
- 98b1d81 We need to output the number of records we have, so we know how many to read in! Doh. by Chris Lattner · 21 years ago
- a9a3028 Initial checkin of function and block profiling runtime library by Chris Lattner · 21 years ago