1. b39a97c [NewPM] Port Msan by Philip Pfaffe · 7 years ago
  2. b41b372 [sancov] Put .SCOV* sections into the right comdat groups on COFF by Reid Kleckner · 7 years ago
  3. eebecb3 Revert "[PassManager/Sanitizer] Enable usage of ported AddressSanitizer passes with -fsanitize=address" by Leonard Chan · 7 years ago
  4. bc50455 move GetOrCreateFunctionComdat to Instrumentation.cpp/Instrumentation.h by Kostya Serebryany · 7 years ago
  5. d891ac9 merge two near-identical functions createPrivateGlobalForString into one by Kostya Serebryany · 7 years ago
  6. 64e21b5 [PassManager/Sanitizer] Port of AddresSanitizer pass from legacy to new PassManager by Leonard Chan · 7 years ago
  7. 9775a62 [PGO] Control Height Reduction by Hiroshi Yamauchi · 7 years ago
  8. aa5f4d2 Revert r335306 (and r335314) - the Call Graph Profile pass. by Chandler Carruth · 7 years ago
  9. fc93dd8 [Instrumentation] Add Call Graph Profile pass by Michael J. Spencer · 7 years ago
  10. c667c1f Hardware-assisted AddressSanitizer (llvm part). by Evgeniy Stepanov · 8 years ago
  11. 00a301d [PM] Port BoundsChecking to the new PM. by Chandler Carruth · 8 years ago
  12. 48596b6 [PGO] Memory intrinsic calls optimization based on profiled size by Rong Xu · 9 years ago
  13. fb3137c [PM] code refactoring /NFC by Xinliang David Li · 9 years ago
  14. 7261618 Rename pass name to prepare to new PM porting /NFC by Xinliang David Li · 9 years ago
  15. d55827f [PM] code refactoring -- preparation for new PM porting /NFC by Xinliang David Li · 9 years ago
  16. 8aebf44 [PM] port IR based PGO prof-gen pass to new pass manager by Xinliang David Li · 9 years ago
  17. 6e34c49 [PGO] Promote indirect calls to conditional direct calls with value-profile by Rong Xu · 9 years ago
  18. d862c17 [esan] EfficiencySanitizer instrumentation pass by Derek Bruening · 9 years ago
  19. e6b8929 Port InstrProfiling pass to the new pass manager by Xinliang David Li · 10 years ago
  20. 390c33c Move SafeStack to CodeGen. by Benjamin Kramer · 10 years ago
  21. f430ae4 [PGO] Resubmit "MST based PGO instrumentation infrastructure" (r254021) by Rong Xu · 10 years ago
  22. 25c106b [PGO] Revert revision r254021,r254028,r254035 by Rong Xu · 10 years ago
  23. 1b665ca [PGO] MST based PGO instrumentation infrastructure by Rong Xu · 10 years ago
  24. e82c286 Instrumentation: Remove ilist iterator implicit conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  25. a57d015 [sancov] Leave llvm.localescape in the entry block by Reid Kleckner · 10 years ago
  26. 82437bf Protection against stack-based memory corruption errors using SafeStack by Peter Collingbourne · 10 years ago
  27. 61ba2e3 InstrProf: An intrinsic and lowering for instrumentation based profiling by Justin Bogner · 11 years ago
  28. 29a18dc Move asan-coverage into a separate phase. by Kostya Serebryany · 11 years ago
  29. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  30. ea56494 Remove the very substantial, largely unmaintained legacy PGO infrastructure. by Chandler Carruth · 12 years ago
  31. e5d5b0c DataFlowSanitizer; LLVM changes. by Peter Collingbourne · 12 years ago
  32. dec20e4 This patch breaks up Wrap.h so that it does not have to include all of by Filip Pizlo · 12 years ago
  33. 04d4e93 Move C++ code out of the C headers and into either C++ headers by Eric Christopher · 12 years ago
  34. d4bd7b7 Initial commit of MemorySanitizer. by Evgeniy Stepanov · 13 years ago
  35. dfe9e79 [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLVM part. This requires a clang part which will follow. by Kostya Serebryany · 13 years ago
  36. c8acd7c Move the initialization of the bounds checking pass. The pass itself by Chandler Carruth · 13 years ago
  37. e2a0e41 ThreadSanitizer, a race detector. First LLVM commit. by Kostya Serebryany · 14 years ago
  38. 6e6b03e AddressSanitizer, first commit (compiler module only) by Kostya Serebryany · 14 years ago
  39. 966edd0 Rename LineProfiling to GCOVProfiling to more accurately represent what it by Nick Lewycky · 15 years ago
  40. 9d60e37 Add support for line profiling. Very work-in-progress. by Nick Lewycky · 15 years ago
  41. 24f5ff0 Implementation of path profiling. Modified patch by Adam Preuss. by Andrew Trick · 15 years ago
  42. 9786868 Add initialization routines for Instrumentation. by Owen Anderson · 15 years ago