1. 291b215 [GWP-ASan] Split options_parser and backtrace_sanitizer_common. am: b89d35898a am: 28c4deb6e3 by Mitch Phillips · 5 years ago
  2. 160df03 Revert "[GWP-ASan] Remove c++ standard lib dependency." am: eee234741b am: f6054ded57 by Petr Hosek · 5 years ago
  3. 935b2be [GWP-ASan] Remove c++ standard lib dependency. am: a6dfa30e06 am: 6ee629f2bd by Petr Hosek · 5 years ago
  4. c28ffdd [GWP-ASan] Add public-facing documentation [6]. am: a4ba447c7b am: fd8c2a5f39 by Mitch Phillips · 5 years ago
  5. 870b72f [GWP-ASan] Split options_parser and backtrace_sanitizer_common. am: b89d35898a by Mitch Phillips · 5 years ago
  6. 549ca29 Revert "[GWP-ASan] Remove c++ standard lib dependency." am: eee234741b by Petr Hosek · 5 years ago
  7. 7e9c8c6 [GWP-ASan] Remove c++ standard lib dependency. am: a6dfa30e06 am: 6ee629f2bd by Petr Hosek · 5 years ago
  8. ece9d01 [GWP-ASan] Add public-facing documentation [6]. am: a4ba447c7b am: fd8c2a5f39 by Mitch Phillips · 5 years ago
  9. 28c4deb [GWP-ASan] Split options_parser and backtrace_sanitizer_common. am: b89d35898a by Mitch Phillips · 5 years ago
  10. f6054de Revert "[GWP-ASan] Remove c++ standard lib dependency." am: eee234741b by Petr Hosek · 5 years ago
  11. 6ee629f [GWP-ASan] Remove c++ standard lib dependency. am: a6dfa30e06 by Petr Hosek · 5 years ago
  12. fd8c2a5 [GWP-ASan] Add public-facing documentation [6]. am: a4ba447c7b by Mitch Phillips · 5 years ago
  13. b89d358 [GWP-ASan] Split options_parser and backtrace_sanitizer_common. by Mitch Phillips · 5 years ago
  14. eee2347 Revert "[GWP-ASan] Remove c++ standard lib dependency." by Petr Hosek · 5 years ago
  15. a6dfa30 [GWP-ASan] Remove c++ standard lib dependency. by Petr Hosek · 5 years ago
  16. a4ba447 [GWP-ASan] Add public-facing documentation [6]. by Mitch Phillips · 5 years ago
  17. bc1c0f8 Add GWP-ASan build file. am: b7ff430cb4 am: 298e292dcf am: a28714d167 by Mitch Phillips · 5 years ago
  18. a28714d Add GWP-ASan build file. am: b7ff430cb4 am: 298e292dcf by Mitch Phillips · 5 years ago
  19. 298e292 Add GWP-ASan build file. am: b7ff430cb4 by Mitch Phillips · 5 years ago
  20. b7ff430 Add GWP-ASan build file. by Mitch Phillips · 5 years ago
  21. 0ccc972 Add LICENSE symlinks, METADATA, and copybara cfg. am: 43b4c5d99e am: 685bf6d0bd by Mitch Phillips · 5 years ago
  22. 78200be [GWP-ASan] Fix typos. am: eebf1b5dc4 am: 74904860c7 am: 57bed658ed by Mitch Phillips · 5 years ago
  23. 4d4e1f4 [GWP-ASan] Implement stack frame compression. am: a188612e58 am: 3e3ab50fa5 by Mitch Phillips · 5 years ago
  24. 46dba7c [GWP-ASan] Update backtrace function signature. am: a1fbcfad01 am: 09c8b3a724 by Mitch Phillips · 5 years ago
  25. fe36c31 Remove a few straggler ".cc"s in compiler-rt/lib am: f2bbe2f06d am: 7c7622cbd8 by Nico Weber · 5 years ago
  26. 1a55c6f [GWP-ASan] Add thread ID to PRNG seed. am: 1a126512f4 am: 69b0dfabfc by Mitch Phillips · 5 years ago
  27. c2dfdf0 Explicitly define __STDC_FORMAT_MACROS for PRIu64 am: 877a137880 am: f03c368b9a by Mitch Phillips · 5 years ago
  28. 7d18420 [GWP-ASan] Add generic unwinders and structure backtrace output. am: 50c1d8ed3a am: ce3972a006 by Mitch Phillips · 5 years ago
  29. 76562ac [GWP-ASan] Guard against recursive allocs. Pack TLS for perf. am: 000701f219 am: 29b34e25e9 by Mitch Phillips · 5 years ago
  30. e8d1f48 Fixup files added in r362636 to build with gcc 5.4. NFCI am: ec0922ee67 am: ebc5cbee98 by Douglas Yung · 5 years ago
  31. c67a292 [GWP-ASan] Core Guarded Pool Allocator [4]. am: 44a178aa2c am: 39d411b6ee by Mitch Phillips · 5 years ago
  32. 12a5b7b [GWP-ASan] Configuration options [3]. am: 83c704ea07 am: 6a679601a9 by Mitch Phillips · 5 years ago
  33. 01aff9d Attempt to fix test failure for armv8. am: f292c6262f am: d4a475f9b3 by Mitch Phillips · 5 years ago
  34. b598b73 Attempt to fix 'mutex.h' not found when building mutex_posix. am: b682df64d3 am: 2a5d7adcfc by Mitch Phillips · 5 years ago
  35. d5788b8 [GWP-ASan] Mutex implementation [2]. am: 904d61c324 am: e46e592e86 by Mitch Phillips · 5 years ago
  36. 1d4b19a [GWP-ASan] Fixed issue with c++ standard library dependency. am: e3e2637d91 am: f5ff910907 by Mitch Phillips · 5 years ago
  37. 704e950 [GWP-ASan] Initial build files, implementation of PRNG [1]. am: afc02ff020 am: 87412234db by Mitch Phillips · 5 years ago
  38. 8d4001b Fix typos throughout the license files that somehow I and my reviewers all missed! am: 4ad773e702 am: 2a8a80f898 by Chandler Carruth · 5 years ago
  39. 9bce7e8 Install new LLVM license structure and new developer policy. am: 9bd7fd0f35 am: ac66363745 by Chandler Carruth · 5 years ago
  40. bee3f5b Update year in license files am: fddd9b6bd6 am: df51056d56 am: f6d20d5f88 by Hans Wennborg · 5 years ago
  41. 0894888 Update copyright year to 2018. am: bb06b1844b am: 42fd6fa5f3 am: a22b405740 by Paul Robinson · 5 years ago
  42. b45ed47 Update copyright year to 2016. am: 313be188e3 am: 2a62c178d1 am: efb930326d by Paul Robinson · 5 years ago
  43. 9ae180b Update copyright year to 2015. am: 1252bcc1fd am: a6585aeb62 am: fef52cab98 by Alexey Samsonov · 5 years ago
  44. a6810ad Move Android ucontext.h out of third_party. am: 757aea1419 am: 5df34462eb by Evgeniy Stepanov · 5 years ago
  45. 7b05570 Update license.txt to point to the new code in third_party/android. am: a0aa300beb am: 6d73437d20 by Evgeniy Stepanov · 5 years ago
  46. 861c669 Update the copyright credits -- Happy new year 2014! am: da6d1287e4 am: 9fa84e442e by NAKAMURA Takumi · 5 years ago
  47. 057dc7e Update the copyright coredits -- Happy new year 2013! am: 3ad5aa4394 am: 5415f01e89 by NAKAMURA Takumi · 5 years ago
  48. c607fb7 [asan] move lib/asan/interception to lib/interception so that other tools (e.g. tsan) can use it am: 0601c9abba am: 3172dc3958 by Kostya Serebryany · 5 years ago
  49. 2f6c5f2 Update source code links in LICENSE.TXT. am: d89ba2842e am: e017ff8126 by Evgeniy Stepanov · 5 years ago
  50. be922cc Happy new year 2012! am: 82cec90b48 am: aac220ccca am: 28c4c91a41 by NAKAMURA Takumi · 5 years ago
  51. f379162 Add LICENSE symlinks, METADATA, and copybara cfg. am: 43b4c5d99e am: 685bf6d0bd by Mitch Phillips · 5 years ago
  52. 57bed65 [GWP-ASan] Fix typos. am: eebf1b5dc4 am: 74904860c7 by Mitch Phillips · 5 years ago
  53. 538fc91 [GWP-ASan] Implement stack frame compression. am: a188612e58 am: 3e3ab50fa5 by Mitch Phillips · 5 years ago
  54. 5c4e944 [GWP-ASan] Update backtrace function signature. am: a1fbcfad01 am: 09c8b3a724 by Mitch Phillips · 5 years ago
  55. e4d2338 Remove a few straggler ".cc"s in compiler-rt/lib am: f2bbe2f06d am: 7c7622cbd8 by Nico Weber · 5 years ago
  56. f994047 [GWP-ASan] Add thread ID to PRNG seed. am: 1a126512f4 am: 69b0dfabfc by Mitch Phillips · 5 years ago
  57. 0f9f752 Explicitly define __STDC_FORMAT_MACROS for PRIu64 am: 877a137880 am: f03c368b9a by Mitch Phillips · 5 years ago
  58. 2dcc2be [GWP-ASan] Add generic unwinders and structure backtrace output. am: 50c1d8ed3a by Mitch Phillips · 5 years ago
  59. 26bd8a9 [GWP-ASan] Guard against recursive allocs. Pack TLS for perf. am: 000701f219 by Mitch Phillips · 5 years ago
  60. a0b69ae Fixup files added in r362636 to build with gcc 5.4. NFCI am: ec0922ee67 by Douglas Yung · 5 years ago
  61. 98ecb31 [GWP-ASan] Core Guarded Pool Allocator [4]. am: 44a178aa2c am: 39d411b6ee by Mitch Phillips · 5 years ago
  62. 106feaf [GWP-ASan] Configuration options [3]. am: 83c704ea07 am: 6a679601a9 by Mitch Phillips · 5 years ago
  63. 62325b7 Attempt to fix test failure for armv8. am: f292c6262f am: d4a475f9b3 by Mitch Phillips · 5 years ago
  64. 0063132 Attempt to fix 'mutex.h' not found when building mutex_posix. am: b682df64d3 by Mitch Phillips · 5 years ago
  65. 59e8e9b [GWP-ASan] Mutex implementation [2]. am: 904d61c324 am: e46e592e86 by Mitch Phillips · 5 years ago
  66. 0089c75 [GWP-ASan] Fixed issue with c++ standard library dependency. am: e3e2637d91 by Mitch Phillips · 5 years ago
  67. 7da1e9b [GWP-ASan] Initial build files, implementation of PRNG [1]. am: afc02ff020 by Mitch Phillips · 5 years ago
  68. 9f3b68f Fix typos throughout the license files that somehow I and my reviewers all missed! am: 4ad773e702 by Chandler Carruth · 5 years ago
  69. 65b04df Install new LLVM license structure and new developer policy. am: 9bd7fd0f35 by Chandler Carruth · 5 years ago
  70. f6d20d5 Update year in license files am: fddd9b6bd6 am: df51056d56 by Hans Wennborg · 5 years ago
  71. a22b405 Update copyright year to 2018. am: bb06b1844b am: 42fd6fa5f3 by Paul Robinson · 5 years ago
  72. efb9303 Update copyright year to 2016. am: 313be188e3 am: 2a62c178d1 by Paul Robinson · 5 years ago
  73. fef52ca Update copyright year to 2015. am: 1252bcc1fd am: a6585aeb62 by Alexey Samsonov · 5 years ago
  74. 64c5e35 Move Android ucontext.h out of third_party. am: 757aea1419 am: 5df34462eb by Evgeniy Stepanov · 5 years ago
  75. b3ec461 Update license.txt to point to the new code in third_party/android. am: a0aa300beb by Evgeniy Stepanov · 5 years ago
  76. 0b77489 Update the copyright credits -- Happy new year 2014! am: da6d1287e4 by NAKAMURA Takumi · 5 years ago
  77. 8198e36 Update the copyright coredits -- Happy new year 2013! am: 3ad5aa4394 by NAKAMURA Takumi · 5 years ago
  78. 6674d2a [asan] move lib/asan/interception to lib/interception so that other tools (e.g. tsan) can use it am: 0601c9abba by Kostya Serebryany · 5 years ago
  79. a51bd93 Update source code links in LICENSE.TXT. am: d89ba2842e am: e017ff8126 by Evgeniy Stepanov · 5 years ago
  80. 28c4c91 Happy new year 2012! am: 82cec90b48 am: aac220ccca by NAKAMURA Takumi · 5 years ago
  81. 685bf6d Add LICENSE symlinks, METADATA, and copybara cfg. am: 43b4c5d99e by Mitch Phillips · 5 years ago
  82. 7490486 [GWP-ASan] Fix typos. am: eebf1b5dc4 by Mitch Phillips · 5 years ago
  83. 3e3ab50 [GWP-ASan] Implement stack frame compression. am: a188612e58 by Mitch Phillips · 5 years ago
  84. 09c8b3a [GWP-ASan] Update backtrace function signature. am: a1fbcfad01 by Mitch Phillips · 5 years ago
  85. 7c7622c Remove a few straggler ".cc"s in compiler-rt/lib am: f2bbe2f06d by Nico Weber · 5 years ago
  86. 69b0dfa [GWP-ASan] Add thread ID to PRNG seed. am: 1a126512f4 by Mitch Phillips · 5 years ago
  87. f03c368 Explicitly define __STDC_FORMAT_MACROS for PRIu64 am: 877a137880 by Mitch Phillips · 5 years ago
  88. ce3972a [GWP-ASan] Add generic unwinders and structure backtrace output. am: 50c1d8ed3a by Mitch Phillips · 5 years ago
  89. 29b34e2 [GWP-ASan] Guard against recursive allocs. Pack TLS for perf. am: 000701f219 by Mitch Phillips · 5 years ago
  90. ebc5cbe Fixup files added in r362636 to build with gcc 5.4. NFCI am: ec0922ee67 by Douglas Yung · 5 years ago
  91. 39d411b [GWP-ASan] Core Guarded Pool Allocator [4]. am: 44a178aa2c by Mitch Phillips · 5 years ago
  92. 6a67960 [GWP-ASan] Configuration options [3]. am: 83c704ea07 by Mitch Phillips · 5 years ago
  93. d4a475f Attempt to fix test failure for armv8. am: f292c6262f by Mitch Phillips · 5 years ago
  94. 2a5d7ad Attempt to fix 'mutex.h' not found when building mutex_posix. am: b682df64d3 by Mitch Phillips · 5 years ago
  95. e46e592 [GWP-ASan] Mutex implementation [2]. am: 904d61c324 by Mitch Phillips · 5 years ago
  96. f5ff910 [GWP-ASan] Fixed issue with c++ standard library dependency. am: e3e2637d91 by Mitch Phillips · 5 years ago
  97. 8741223 [GWP-ASan] Initial build files, implementation of PRNG [1]. am: afc02ff020 by Mitch Phillips · 5 years ago
  98. 2a8a80f Fix typos throughout the license files that somehow I and my reviewers all missed! by Chandler Carruth · 5 years ago
  99. ac66363 Install new LLVM license structure and new developer policy. am: 9bd7fd0f35 by Chandler Carruth · 5 years ago
  100. df51056 Update year in license files am: fddd9b6bd6 by Hans Wennborg · 5 years ago