1. 2a46a60 Try to improve performance by using a read/write buffer instead of I/O. by Bill Wendling · 11 years ago
  2. 346e348 I was wrong in my testing. by Bill Wendling · 11 years ago
  3. d83a6d8 Use unbuffered I/O. This reduces the runtime by about half. Our implementation is now only about 5 times slower than gcc's. by Bill Wendling · 11 years ago
  4. 4aa08fa Improve performance of file I/O. by Bill Wendling · 11 years ago
  5. 4df99d2 Add basic support for building profile compiler-rt library in CMake build on Darwin by Alexey Samsonov · 12 years ago
  6. 84b46d3 Create a coverage initialization function. by Bill Wendling · 12 years ago
  7. c533304 Add a way to register and execute "writeout" functions. by Bill Wendling · 12 years ago
  8. e75628e Don't use --sysroot to linux SDK when building libprofile - SDK on Linux seems to be incomplete. by Alexey Samsonov · 12 years ago
  9. c9de451 Support CMake build of profile runtime library on Linux by Alexey Samsonov · 12 years ago
  10. a539183 Add some GCOV functions that register all of the __llvm_gcov_flush() functions. by Bill Wendling · 12 years ago
  11. 0702082 Don't emit the extra checksum into the .gcda file if the user hasn't asked for by Nick Lewycky · 12 years ago
  12. 42296c7 Take the GCDA version string as an input to llvm_gcda_start_file. by Nick Lewycky · 12 years ago
  13. 58c400c Holy macaroons, somebody made a copy of llvm/runtime/profile/GCDAProfiling.c, by Nick Lewycky · 12 years ago
  14. 9c994aa Remove debugging code. by Bill Wendling · 12 years ago
  15. df11061 Remove unused variable. by Bill Wendling · 12 years ago
  16. 843f359 Add support for reading the GCDA file and merging the arc information. by Bill Wendling · 12 years ago
  17. 666772c Free the allocated filename. Found by clang static analyzer. by Bill Wendling · 12 years ago
  18. ec63f45 Add support for the GCOV_PREFIX_STRIP env variable which tries to strip off the first 'n' directories from the filename. by Bill Wendling · 12 years ago
  19. 015b7e0 Simplify the logic that tries to open the GCDA file at all costs. Basically, if by Bill Wendling · 12 years ago
  20. 906d5a5 * A bit of cleanup of the 'recursive_mkdir'. No functionality change. by Bill Wendling · 12 years ago
  21. de47cb8 Don't use 'strrchr', which isn't implemented here yet. by Bill Wendling · 12 years ago
  22. 5a240c5 Sync with old GCOV runtime library's file. by Bill Wendling · 12 years ago
  23. f06648a build: Add ModuleName per-subdir variable as a way to organize the different by Daniel Dunbar · 13 years ago
  24. 8c88119 lib: Import GCDA profiling support from LLVM. by Daniel Dunbar · 13 years ago