1. c667c1f Hardware-assisted AddressSanitizer (llvm part). by Evgeniy Stepanov · 8 years ago
  2. 00a301d [PM] Port BoundsChecking to the new PM. by Chandler Carruth · 8 years ago
  3. 48596b6 [PGO] Memory intrinsic calls optimization based on profiled size by Rong Xu · 9 years ago
  4. fb3137c [PM] code refactoring /NFC by Xinliang David Li · 9 years ago
  5. 7261618 Rename pass name to prepare to new PM porting /NFC by Xinliang David Li · 9 years ago
  6. d55827f [PM] code refactoring -- preparation for new PM porting /NFC by Xinliang David Li · 9 years ago
  7. 8aebf44 [PM] port IR based PGO prof-gen pass to new pass manager by Xinliang David Li · 9 years ago
  8. 6e34c49 [PGO] Promote indirect calls to conditional direct calls with value-profile by Rong Xu · 10 years ago
  9. d862c17 [esan] EfficiencySanitizer instrumentation pass by Derek Bruening · 10 years ago
  10. e6b8929 Port InstrProfiling pass to the new pass manager by Xinliang David Li · 10 years ago
  11. 390c33c Move SafeStack to CodeGen. by Benjamin Kramer · 10 years ago
  12. f430ae4 [PGO] Resubmit "MST based PGO instrumentation infrastructure" (r254021) by Rong Xu · 10 years ago
  13. 25c106b [PGO] Revert revision r254021,r254028,r254035 by Rong Xu · 10 years ago
  14. 1b665ca [PGO] MST based PGO instrumentation infrastructure by Rong Xu · 10 years ago
  15. e82c286 Instrumentation: Remove ilist iterator implicit conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  16. a57d015 [sancov] Leave llvm.localescape in the entry block by Reid Kleckner · 10 years ago
  17. 82437bf Protection against stack-based memory corruption errors using SafeStack by Peter Collingbourne · 10 years ago
  18. 61ba2e3 InstrProf: An intrinsic and lowering for instrumentation based profiling by Justin Bogner · 11 years ago
  19. 29a18dc Move asan-coverage into a separate phase. by Kostya Serebryany · 11 years ago
  20. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  21. ea56494 Remove the very substantial, largely unmaintained legacy PGO infrastructure. by Chandler Carruth · 12 years ago
  22. e5d5b0c DataFlowSanitizer; LLVM changes. by Peter Collingbourne · 12 years ago
  23. dec20e4 This patch breaks up Wrap.h so that it does not have to include all of by Filip Pizlo · 13 years ago
  24. 04d4e93 Move C++ code out of the C headers and into either C++ headers by Eric Christopher · 13 years ago
  25. d4bd7b7 Initial commit of MemorySanitizer. by Evgeniy Stepanov · 13 years ago
  26. 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
  27. c8acd7c Move the initialization of the bounds checking pass. The pass itself by Chandler Carruth · 13 years ago
  28. e2a0e41 ThreadSanitizer, a race detector. First LLVM commit. by Kostya Serebryany · 14 years ago
  29. 6e6b03e AddressSanitizer, first commit (compiler module only) by Kostya Serebryany · 14 years ago
  30. 966edd0 Rename LineProfiling to GCOVProfiling to more accurately represent what it by Nick Lewycky · 15 years ago
  31. 9d60e37 Add support for line profiling. Very work-in-progress. by Nick Lewycky · 15 years ago
  32. 24f5ff0 Implementation of path profiling. Modified patch by Adam Preuss. by Andrew Trick · 15 years ago
  33. 9786868 Add initialization routines for Instrumentation. by Owen Anderson · 15 years ago