1. 8d26bc3 Remove comment. by Bill Wendling · 13 years ago
  2. fb1f668 Use Nick's suggestion of storing a large NULL into the GV instead of memset, which requires TargetData. by Bill Wendling · 13 years ago
  3. 2e6e866 Introduce the __llvm_gcov_flush function. by Bill Wendling · 13 years ago
  4. 14c8a05 Pass by pointer and not std::string. by Bill Wendling · 13 years ago
  5. 1f6f8c2 Revert r162855 in favor of changing clang to emit the absolute coverage file path. by Bill Wendling · 13 years ago
  6. 11e61b9 Use the full path to output the .gcda file. by Bill Wendling · 13 years ago
  7. e8aee6b Use ArrayRef instead of SmallVector when passing vector into function. by Bill Wendling · 13 years ago
  8. a164735 Don't reinsert the 'atexit' function if it already exists. by Bill Wendling · 13 years ago
  9. aafe091 Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h by Chandler Carruth · 13 years ago
  10. e38859d Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and by Bill Wendling · 13 years ago
  11. cbe34b4 Extend the IL for selecting TLS models (PR9788) by Hans Wennborg · 13 years ago
  12. e85f349 Register the gcov "writeout" at init time. Don't list this as a d'tor. Instead, by Bill Wendling · 14 years ago
  13. 1560517 Implement the indirect counter increment code in a better way. Instead of by Bill Wendling · 14 years ago
  14. 8ed0749 The llvm_gcda_increment_indirect_counter function writes to the arguments that by Bill Wendling · 14 years ago
  15. 72d4d32 Expose a switch for the new gcov format. by Nick Lewycky · 14 years ago
  16. 6404d97 Place the "cfg checksum" around a test. This was recently added in April 2011 to by Nick Lewycky · 14 years ago
  17. 7d06f5c If simple ownership works then friendship is not required. by Devang Patel · 14 years ago
  18. add1f17 Update GCOVLines to provide interfaces to write line table and calculate complete length. by Devang Patel · 14 years ago
  19. 1a155a8 Update comment. by Devang Patel · 14 years ago
  20. 9cb1fc0 Use StringRef instead of std::string. by Devang Patel · 14 years ago
  21. 972df96 Eliminate unnecessary copy of FileName from GCOVLines. by Devang Patel · 14 years ago
  22. b011105 There is no need to write a local utility routine to find subprogram info if the utility routine is already available in DebugInfo. by Devang Patel · 14 years ago
  23. 74acf9f The edge from DISubprogram to DICompileUnit has been removed in recent versions by Nick Lewycky · 14 years ago
  24. 2b21d86 Do not use DebugInfoFinder. Extract debug info directly from llvm.dbg.cu named mdnode. by Devang Patel · 14 years ago
  25. 8ddfc09 Use the getFirstInsertionPt() method instead of getFirstNonPHI + an 'isa<>' by Bill Wendling · 14 years ago
  26. be33e8d A few places where we want to skip the landingpad instruction for insertion. by Bill Wendling · 14 years ago
  27. 3fe5d68 Use the correct for for the version. It's little endian and my brain is by Bill Wendling · 14 years ago
  28. 040dd82 Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use ArrayRef. by Jay Foad · 14 years ago
  29. 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  30. b804a2b Second attempt at de-constifying LLVM Types in FunctionType::get(), by Jay Foad · 14 years ago
  31. a78cd22 Revert r134893 and r134888 (and related patches in other trees). It was causing by Bill Wendling · 14 years ago
  32. 56cc153 De-constify Types in FunctionType::get(). by Jay Foad · 14 years ago
  33. 83be361 Replace the existing forms of ConstantArray::get() with a single form by Jay Foad · 14 years ago
  34. 0671ba8 Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2 by Bill Wendling · 15 years ago
  35. a702884 The computation of string length is not that complicated. Fix it, again. :) by Nick Lewycky · 15 years ago
  36. 4f9c367 Update the gcov version used slightly, to make it stop causing modern gcov's to by Nick Lewycky · 15 years ago
  37. baa878c Remove dead function. by Nick Lewycky · 15 years ago
  38. a3d5d16 When the path wasn't emitted by the frontend, discard any path on the source by Nick Lewycky · 15 years ago
  39. 6d9f061 Emit gcov data files to the directory specified in the metadata produced by the by Nick Lewycky · 15 years ago
  40. 6aa7949 Only read *predecessor once so as to fix a theoretical issue where it changes by Nick Lewycky · 15 years ago
  41. c58d293 Rename everything to follow LLVM style ... I think. by Nick Lewycky · 15 years ago
  42. 8411b55 In gcov profiling, give all functions an extra unified return block. This is by Nick Lewycky · 15 years ago
  43. ed749d8 Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in a by Nick Lewycky · 15 years ago
  44. 8e0a38f Add independent controls for whether GCOV profiling should emit .gcno files or by Nick Lewycky · 15 years ago
  45. c5ea852 Move the re-stemming function up top and use it where it's currently inlined. by Nick Lewycky · 15 years ago
  46. 966edd0 Rename LineProfiling to GCOVProfiling to more accurately represent what it by Nick Lewycky · 15 years ago