1. 49d79a2 Remove most modules from compiler-rt. by Dan Albert · 5 years ago
  2. 87eb16c Remove clang: true by Lennart Wieboldt · 7 years ago
  3. c58a436 Update aosp/master compiler-rt for rebase to r275480 by Pirama Arumuga Nainar · 8 years ago
  4. 0f311a2 Remove deprecated Android.mk files by Colin Cross · 8 years ago
  5. a53a075 Convert the rest of compiler-rt to Android.bp by Colin Cross · 8 years ago
  6. 799172d Update aosp/master compiler-rt for rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  7. cdce50b Update aosp/master compiler-rt for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  8. 259f706 Update aosp/master compiler-rt for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  9. 7c91505 Update aosp/master compiler-rt for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  10. 86277eb Update aosp/master compiler-rt for rebase to r230699. by Stephen Hines · 9 years ago
  11. 6d18623 Update aosp/master compiler-rt for rebase to r222486. by Stephen Hines · 10 years ago
  12. 6a211c5 Update compiler-rt for rebase to r212749. by Stephen Hines · 10 years ago
  13. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  14. 7bb5d49 Added summary info to GCDAProfiling. by Yuchen Wu · 11 years ago
  15. 08a0e08 Fix typo by Bill Wendling · 11 years ago
  16. 7ab94ea Don't allow a NULL-length file. Try to revert to the buffered version. by Bill Wendling · 11 years ago
  17. 007a977 Revert hack that omits errno on Darwin platforms. We now have an acceptable 'errno' header. by Bill Wendling · 11 years ago
  18. cf5fb62 Fix a use after free I introduced and that Bill caught in code review by Chandler Carruth · 11 years ago
  19. 7caabbd Don't use 'errno.h' on Apple just yet. This breaks for some of our buildbots. by Bill Wendling · 11 years ago
  20. 254abfa Address a few of the issues in GCDAProfiling I noted when looking by Chandler Carruth · 11 years ago
  21. e97262d Remove the sysroot restriction from building GCDAProfiling.c. by Chandler Carruth · 11 years ago
  22. 2811a0c Don't override 'mode' and cleanup some variable names. by Bill Wendling · 11 years ago
  23. 468eb10 Add 'mode' parameter when using 'O_CREAT'. Thanks to Evgeniy for pointing this out. by Bill Wendling · 11 years ago
  24. d06f2fc Performance improvement. by Bill Wendling · 11 years ago
  25. 2a46a60 Try to improve performance by using a read/write buffer instead of I/O. by Bill Wendling · 11 years ago
  26. 346e348 I was wrong in my testing. by Bill Wendling · 11 years ago
  27. 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
  28. 4aa08fa Improve performance of file I/O. by Bill Wendling · 11 years ago
  29. 4df99d2 Add basic support for building profile compiler-rt library in CMake build on Darwin by Alexey Samsonov · 11 years ago
  30. 84b46d3 Create a coverage initialization function. by Bill Wendling · 11 years ago
  31. c533304 Add a way to register and execute "writeout" functions. by Bill Wendling · 11 years ago
  32. e75628e Don't use --sysroot to linux SDK when building libprofile - SDK on Linux seems to be incomplete. by Alexey Samsonov · 11 years ago
  33. c9de451 Support CMake build of profile runtime library on Linux by Alexey Samsonov · 11 years ago
  34. a539183 Add some GCOV functions that register all of the __llvm_gcov_flush() functions. by Bill Wendling · 11 years ago
  35. 0702082 Don't emit the extra checksum into the .gcda file if the user hasn't asked for by Nick Lewycky · 11 years ago
  36. 42296c7 Take the GCDA version string as an input to llvm_gcda_start_file. by Nick Lewycky · 11 years ago
  37. 58c400c Holy macaroons, somebody made a copy of llvm/runtime/profile/GCDAProfiling.c, by Nick Lewycky · 11 years ago
  38. 9c994aa Remove debugging code. by Bill Wendling · 12 years ago
  39. df11061 Remove unused variable. by Bill Wendling · 12 years ago
  40. 843f359 Add support for reading the GCDA file and merging the arc information. by Bill Wendling · 12 years ago
  41. 666772c Free the allocated filename. Found by clang static analyzer. by Bill Wendling · 12 years ago
  42. 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
  43. 015b7e0 Simplify the logic that tries to open the GCDA file at all costs. Basically, if by Bill Wendling · 12 years ago
  44. 906d5a5 * A bit of cleanup of the 'recursive_mkdir'. No functionality change. by Bill Wendling · 12 years ago
  45. de47cb8 Don't use 'strrchr', which isn't implemented here yet. by Bill Wendling · 12 years ago
  46. 5a240c5 Sync with old GCOV runtime library's file. by Bill Wendling · 12 years ago
  47. f06648a build: Add ModuleName per-subdir variable as a way to organize the different by Daniel Dunbar · 13 years ago
  48. 8c88119 lib: Import GCDA profiling support from LLVM. by Daniel Dunbar · 13 years ago