1. 799172d Update aosp/master compiler-rt for rebase to r256229 by Pirama Arumuga Nainar · 9 years ago
  2. 259f706 Update aosp/master compiler-rt for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  3. 6d18623 Update aosp/master compiler-rt for rebase to r222486. by Stephen Hines · 10 years ago
  4. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  5. 7bb5d49 Added summary info to GCDAProfiling. by Yuchen Wu · 11 years ago
  6. 08a0e08 Fix typo by Bill Wendling · 11 years ago
  7. 7ab94ea Don't allow a NULL-length file. Try to revert to the buffered version. by Bill Wendling · 11 years ago
  8. 007a977 Revert hack that omits errno on Darwin platforms. We now have an acceptable 'errno' header. by Bill Wendling · 11 years ago
  9. cf5fb62 Fix a use after free I introduced and that Bill caught in code review by Chandler Carruth · 11 years ago
  10. 7caabbd Don't use 'errno.h' on Apple just yet. This breaks for some of our buildbots. by Bill Wendling · 11 years ago
  11. 254abfa Address a few of the issues in GCDAProfiling I noted when looking by Chandler Carruth · 11 years ago
  12. 2811a0c Don't override 'mode' and cleanup some variable names. by Bill Wendling · 11 years ago
  13. 468eb10 Add 'mode' parameter when using 'O_CREAT'. Thanks to Evgeniy for pointing this out. by Bill Wendling · 11 years ago
  14. d06f2fc Performance improvement. by Bill Wendling · 11 years ago
  15. 2a46a60 Try to improve performance by using a read/write buffer instead of I/O. by Bill Wendling · 11 years ago
  16. 346e348 I was wrong in my testing. by Bill Wendling · 11 years ago
  17. 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
  18. 4aa08fa Improve performance of file I/O. by Bill Wendling · 11 years ago
  19. 84b46d3 Create a coverage initialization function. by Bill Wendling · 11 years ago
  20. c533304 Add a way to register and execute "writeout" functions. by Bill Wendling · 11 years ago
  21. a539183 Add some GCOV functions that register all of the __llvm_gcov_flush() functions. by Bill Wendling · 11 years ago
  22. 0702082 Don't emit the extra checksum into the .gcda file if the user hasn't asked for by Nick Lewycky · 12 years ago
  23. 42296c7 Take the GCDA version string as an input to llvm_gcda_start_file. by Nick Lewycky · 12 years ago
  24. 58c400c Holy macaroons, somebody made a copy of llvm/runtime/profile/GCDAProfiling.c, by Nick Lewycky · 12 years ago
  25. 9c994aa Remove debugging code. by Bill Wendling · 12 years ago
  26. df11061 Remove unused variable. by Bill Wendling · 12 years ago
  27. 843f359 Add support for reading the GCDA file and merging the arc information. by Bill Wendling · 12 years ago
  28. 666772c Free the allocated filename. Found by clang static analyzer. by Bill Wendling · 12 years ago
  29. 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
  30. 015b7e0 Simplify the logic that tries to open the GCDA file at all costs. Basically, if by Bill Wendling · 12 years ago
  31. 906d5a5 * A bit of cleanup of the 'recursive_mkdir'. No functionality change. by Bill Wendling · 12 years ago
  32. de47cb8 Don't use 'strrchr', which isn't implemented here yet. by Bill Wendling · 12 years ago
  33. 5a240c5 Sync with old GCOV runtime library's file. by Bill Wendling · 12 years ago
  34. 8c88119 lib: Import GCDA profiling support from LLVM. by Daniel Dunbar · 13 years ago