1. 8baa500 [cxx2a] P0614R1: Support init-statements in range-based for loops. by Richard Smith · 7 years ago
  2. f2ceec4 Port getLocStart -> getBeginLoc by Stephen Kelly · 7 years ago
  3. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  4. 8065f0b Mark all library options as hidden. by Zachary Turner · 8 years ago
  5. 6186971 [PGO] Detect more structural changes with the stable hash by Vedant Kumar · 8 years ago
  6. 33d0a1c [Profile] Do not assign counters to functions without bodies by Vedant Kumar · 8 years ago
  7. 9e32aa2 Remove a dead field. NFC. by Vedant Kumar · 8 years ago
  8. bc370f0 [Coverage] Avoid null deref in skipRegionMappingForDecl (fixes PR32761) by Vedant Kumar · 8 years ago
  9. 82a0c97 Add a function to MD5 a file's contents. by Zachary Turner · 9 years ago
  10. 502bbfa Retry: [profiling] Fix profile counter increment when emitting selects (PR32019) by Vedant Kumar · 9 years ago
  11. a45f315 Revert "[profiling] Fix profile counter increment when emitting selects (PR32019)" by Vedant Kumar · 9 years ago
  12. c416e99 [profiling] Fix profile counter increment when emitting selects (PR32019) by Vedant Kumar · 9 years ago
  13. 7f809b2 [profiling] PR31992: Don't skip interesting non-base constructors by Vedant Kumar · 9 years ago
  14. cab432d Reuse a local variable. NFC. by Vedant Kumar · 9 years ago
  15. 9d2a16b [Coverage] Support for C++17 if initializers by Vedant Kumar · 9 years ago
  16. f2a6ec5 [Coverage] Support for C++17 switch initializers by Vedant Kumar · 9 years ago
  17. c468bb8 [Coverage] Move logic to skip decl's into a helper (NFC) by Vedant Kumar · 9 years ago
  18. fa2d595 Reapply^3 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  19. da9513f Revert "Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"" by Vedant Kumar · 9 years ago
  20. 3354e2c Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  21. 1b766d0 Revert "Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"" by Chandler Carruth · 9 years ago
  22. 0b7b7ae Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  23. 2d87639 Revert "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  24. 31af1fd [ProfileData] (clang) Use Error in InstrProf and Coverage, NFC by Vedant Kumar · 9 years ago
  25. f932f54 PGO] PGOFuncName meta data if PGOFuncName is different from function's raw name by Rong Xu · 9 years ago
  26. 3da993c [PGO] Avoid instrumenting constants at value sites by Betul Buyukkurt · 9 years ago
  27. cb6f5f1 [PGO] Move the instrumentation point closer to the value site. by Betul Buyukkurt · 9 years ago
  28. 01694c3 P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loops to differ. by Richard Smith · 10 years ago
  29. 5527a9d [PGO] code simplification: use existing VP annotation API /NFC by Xinliang David Li · 10 years ago
  30. 9837ef5 [PGO] cc1 option name change for profile instrumentation by Rong Xu · 10 years ago
  31. 518276a Clang changes for value profiling by Betul Buyukkurt · 10 years ago
  32. 2129ae5 [PGO] Simplify coverage mapping lowering by Xinliang David Li · 10 years ago
  33. eed30e5 Remove setting of inlinehint and cold attributes based on profile data by Easwaran Raman · 10 years ago
  34. 3a56145 [PGO] Instrument only base constructors and destructors. by Serge Pavlov · 10 years ago
  35. a569e24 Pass profile version info to name API (NFC) by Xinliang David Li · 10 years ago
  36. 2d7ec5a [PGO] Code cleanup [NFC] by Xinliang David Li · 10 years ago
  37. 9f5260a CodeGen: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  38. 03711cb Use newly introduced interfaces in LLVM (NFC) by Xinliang David Li · 10 years ago
  39. dcfba33 Fix Clang-tidy modernize-use-nullptr warnings in source directories; other minor cleanups by Hans Wennborg · 10 years ago
  40. 642f173 Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)‘ pattern to range for loops. by Benjamin Kramer · 10 years ago
  41. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  42. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  43. aa8b1cb Set function entry counts with -fprofile-instr-use. by Diego Novillo · 10 years ago
  44. 43f9bb7 API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/initializer_list+braced init by David Blaikie · 10 years ago
  45. 6551264 InstrProf: Cede ownership of createProfileWeights to CGF by Justin Bogner · 10 years ago
  46. a909abf InstrProf: Use a locally tracked current count in ComputeRegionCounts by Justin Bogner · 10 years ago
  47. 07193cc InstrProf: Replace the RegionCounter class with a simpler direct approach by Justin Bogner · 10 years ago
  48. 2e5d484 InstrProf: Fix handling of profile counters in the body of range based for by Justin Bogner · 10 years ago
  49. f959feb InstrProf: Mark code regions after throw expressions as unreachable by Justin Bogner · 10 years ago
  50. 66242d6 InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC) by Justin Bogner · 10 years ago
  51. 60d852b InstrProf: Fix a shadowing error that would break length of profile names by Justin Bogner · 10 years ago
  52. 1c21c28 InstrProf: Simplify getStmtCount by using an Optional by Justin Bogner · 10 years ago
  53. e9fe0a2 InstrProf: Make profile variables private to reduce binary size overhead by Justin Bogner · 11 years ago
  54. e4ca441 InstrProf: Run clang-format to fix some strange indentation (NFC) by Justin Bogner · 11 years ago
  55. 00270df InstrProf: Avoid creating profile names for symbols in system headers by Justin Bogner · 11 years ago
  56. 203f91e InstrProf: Don't emit counter increments in dead code by Justin Bogner · 11 years ago
  57. 970ac60 InstrProf: Use LLVM's -instrprof pass for profiling by Justin Bogner · 11 years ago
  58. 111c653 InstrProf: Use the same names for variables as we use in the profile by Justin Bogner · 11 years ago
  59. 7f8cf5b InstrProf: Remove some pointless indirection (NFC) by Justin Bogner · 11 years ago
  60. e5ee6c5 Reapply "InstrProf: Update for the LLVM API change in r218879" by Justin Bogner · 11 years ago
  61. 1c4fb46 Revert "InstrProf: Update for the LLVM API change in r218879" by Justin Bogner · 11 years ago
  62. 94eabf5 InstrProf: Update for the LLVM API change in r218879 by Justin Bogner · 11 years ago
  63. 1d45c5b Coverage Mapping: store function's hash in coverage function records. by Alex Lorenz · 11 years ago
  64. d423674 Revert r215365 - Coverage mapping: emit mapping for cxx constructors that use microsoft's ABI by Alex Lorenz · 11 years ago
  65. 975f3fb Coverage mapping: emit mapping for cxx constructors that use microsoft's ABI by Alex Lorenz · 11 years ago
  66. f2cf38e Add a cc1 "dump-coverage-mapping" for testing coverage mapping. by Alex Lorenz · 11 years ago
  67. ee02499 Add coverage mapping generation. by Alex Lorenz · 11 years ago
  68. 9c6818e InstrProf: Update for LLVM API change by Justin Bogner · 11 years ago
  69. 40b8ba1 CodeGen: Improve warnings about uninstrumented files when profiling by Justin Bogner · 11 years ago
  70. 9121220 InstrProf: Set profile data to visibility hidden by Duncan P. N. Exon Smith · 11 years ago
  71. 3212b18 CodeGen: Avoid instrumenting implicit Decls more effectively by Justin Bogner · 11 years ago
  72. 8776638 CodeGen: Remove an unused include by Justin Bogner · 11 years ago
  73. 837a6f6 CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use= by Justin Bogner · 11 years ago
  74. fc83c11 [Cleanup] Remove a trailing whitespace by Justin Bogner · 11 years ago
  75. 4bc7731 InstrProf: Calculate a better function hash by Duncan P. N. Exon Smith · 11 years ago
  76. e2ef2a0 CodeGen: Emit warnings for out of date profile data during PGO by Justin Bogner · 11 years ago
  77. 3f0c79c CodeGen: Remove a comment that isn't in the right place by Justin Bogner · 11 years ago
  78. 81ab90f CodeGen: Handle CapturedStmt in instrumentation based profiling by Justin Bogner · 11 years ago
  79. 191ec63 CodeGen: Fix handling of C++11 lambdas in profiling by Justin Bogner · 11 years ago
  80. d893142 [PGO] Change MapRegionCounters to be a RecursiveASTVisitor. by Bob Wilson · 11 years ago
  81. 53c55d9 CodeGen: Handle binary conditional operators in PGO instrumentation by Justin Bogner · 11 years ago
  82. 3fefedb Switch from constexpr to const char *const by Duncan P. N. Exon Smith · 11 years ago
  83. 4a2f5ae InstrProf: Rename Decl parameters from S to D by Duncan P. N. Exon Smith · 11 years ago
  84. e962429 InstrProf: Read unsigned numbers with strtoul and strtoull by Duncan P. N. Exon Smith · 11 years ago
  85. f2ea775 CodeGen: Move PGO initialization into Release() by Justin Bogner · 11 years ago
  86. f3aefca CodeGen: Don't create branch weight metadata from empty profiles by Justin Bogner · 11 years ago
  87. 966e320 Use constexpr again, this time portably by Duncan P. N. Exon Smith · 12 years ago
  88. 3b3edfb InstrProf: Fix MSVC after r205023 by Duncan P. N. Exon Smith · 12 years ago
  89. d971cd1 InstrProf: Emit runtime hook directly in IRGen by Duncan P. N. Exon Smith · 12 years ago
  90. 1b67cfd InstrProf: Use unique_ptr by Duncan P. N. Exon Smith · 12 years ago
  91. 3586be7 InstrProf: Use references by Duncan P. N. Exon Smith · 12 years ago
  92. 7c41451 PGO: Don't define instrumentation data available_externally by Duncan P. N. Exon Smith · 12 years ago
  93. 73f7862 PGO: Rename FuncLinkage to VarLinkage; no functionality change by Duncan P. N. Exon Smith · 12 years ago
  94. a780763 PGO: Change runtime prefix from pgo to profile by Duncan P. N. Exon Smith · 12 years ago
  95. 5188e91 PGO: Remove explicit static initialization by Duncan P. N. Exon Smith · 12 years ago
  96. a5f804a Use nullptr; no functionality change by Duncan P. N. Exon Smith · 12 years ago
  97. 780443e PGO: use linker magic to find instrumentation data on Darwin by Duncan P. N. Exon Smith · 12 years ago
  98. 7134d47 PGO: Separate out common isMachO logic; no functionality change by Duncan P. N. Exon Smith · 12 years ago
  99. b4416f5 CodeGen: Include a function hash in instrumentation based profiling by Justin Bogner · 12 years ago
  100. cf9e671 PGO: Switch to isOSBinFormatMachO() by Duncan P. N. Exon Smith · 12 years ago