1. e9baaa3 scudo: Optimize getSizeLSBByClassId() by compressing the table into an integer if possible. NFCI. am: e910c69a5a am: 2a0e8814c7 am: 2291ff46a8 am: d2e76fbf25 by Peter Collingbourne · 3 years, 3 months ago
  2. 923eee6 scudo: Use a table to look up the LSB for computing the odd/even mask. NFCI. am: 39f99a969d am: 719eb8e542 am: 60c2635408 am: 36e6276861 by Peter Collingbourne · 3 years, 3 months ago
  3. a0f0a71 [scudo] Check if MADV_DONTNEED zeroes memory am: 2291410e54 am: 7828a5f1a8 am: f4abe420a0 am: a26b374e26 by Vitaly Buka · 3 years, 3 months ago
  4. 4782153 scudo: Obtain tag from pointer instead of loading it from memory. NFCI. am: 7e3c83381a am: c2eb927099 am: d96e2621a0 am: f1b74c00ce by Peter Collingbourne · 3 years, 3 months ago
  5. d2e76fb scudo: Optimize getSizeLSBByClassId() by compressing the table into an integer if possible. NFCI. am: e910c69a5a am: 2a0e8814c7 am: 2291ff46a8 by Peter Collingbourne · 3 years, 3 months ago
  6. 36e6276 scudo: Use a table to look up the LSB for computing the odd/even mask. NFCI. am: 39f99a969d am: 719eb8e542 am: 60c2635408 by Peter Collingbourne · 3 years, 3 months ago
  7. a26b374 [scudo] Check if MADV_DONTNEED zeroes memory am: 2291410e54 am: 7828a5f1a8 am: f4abe420a0 by Vitaly Buka · 3 years, 3 months ago
  8. f1b74c0 scudo: Obtain tag from pointer instead of loading it from memory. NFCI. am: 7e3c83381a am: c2eb927099 am: d96e2621a0 by Peter Collingbourne · 3 years, 3 months ago
  9. 2291ff4 scudo: Optimize getSizeLSBByClassId() by compressing the table into an integer if possible. NFCI. am: e910c69a5a am: 2a0e8814c7 by Peter Collingbourne · 3 years, 3 months ago
  10. 60c2635 scudo: Use a table to look up the LSB for computing the odd/even mask. NFCI. am: 39f99a969d am: 719eb8e542 by Peter Collingbourne · 3 years, 3 months ago
  11. f4abe42 [scudo] Check if MADV_DONTNEED zeroes memory am: 2291410e54 am: 7828a5f1a8 by Vitaly Buka · 3 years, 3 months ago
  12. d96e262 scudo: Obtain tag from pointer instead of loading it from memory. NFCI. am: 7e3c83381a am: c2eb927099 by Peter Collingbourne · 3 years, 3 months ago
  13. 2a0e881 scudo: Optimize getSizeLSBByClassId() by compressing the table into an integer if possible. NFCI. am: e910c69a5a by Peter Collingbourne · 3 years, 3 months ago
  14. 719eb8e scudo: Use a table to look up the LSB for computing the odd/even mask. NFCI. am: 39f99a969d by Peter Collingbourne · 3 years, 3 months ago
  15. 7828a5f [scudo] Check if MADV_DONTNEED zeroes memory am: 2291410e54 by Vitaly Buka · 3 years, 3 months ago
  16. c2eb927 scudo: Obtain tag from pointer instead of loading it from memory. NFCI. am: 7e3c83381a by Peter Collingbourne · 3 years, 3 months ago
  17. cbd425c scudo: Work around gcc 8 conversion warning. by Peter Collingbourne · 3 years, 3 months ago
  18. 881a484 [Scudo] Use GWP-ASan's aligned allocations and fixup postalloc hooks. by Mitch Phillips · 3 years, 3 months ago
  19. e8e24c7 scudo: Store header on deallocation before retagging memory. by Peter Collingbourne · 3 years, 3 months ago
  20. 1b55294 scudo: Only static_assert for compressed LSB format with clang. by Peter Collingbourne · 3 years, 3 months ago
  21. e910c69 scudo: Optimize getSizeLSBByClassId() by compressing the table into an integer if possible. NFCI. by Peter Collingbourne · 3 years, 3 months ago
  22. 39f99a9 scudo: Use a table to look up the LSB for computing the odd/even mask. NFCI. by Peter Collingbourne · 3 years, 3 months ago
  23. 2291410 [scudo] Check if MADV_DONTNEED zeroes memory by Vitaly Buka · 3 years, 3 months ago
  24. 7e3c833 scudo: Obtain tag from pointer instead of loading it from memory. NFCI. by Peter Collingbourne · 3 years, 3 months ago
  25. bdf13e3 scudo: Make prepareTaggedChunk() and resizeTaggedChunk() generic. am: 34c8857fef am: e29ac9f814 am: a918bc257a am: 60cdbe8caa by Peter Collingbourne · 3 years, 3 months ago
  26. ace6ba3 scudo: Use DC GZVA instruction in storeTags(). am: 71756e641c am: 1212c3ff00 am: dd0896ce12 am: 95d2fb106f by Peter Collingbourne · 3 years, 3 months ago
  27. 3c688ce [scudo] Avoid empty statement warnings am: 1ce270568c am: 169d9eeb56 am: a2486bf39a am: 854cb929d8 by Roland McGrath · 3 years, 3 months ago
  28. 60cdbe8 scudo: Make prepareTaggedChunk() and resizeTaggedChunk() generic. am: 34c8857fef am: e29ac9f814 am: a918bc257a by Peter Collingbourne · 3 years, 3 months ago
  29. 95d2fb1 scudo: Use DC GZVA instruction in storeTags(). am: 71756e641c am: 1212c3ff00 am: dd0896ce12 by Peter Collingbourne · 3 years, 3 months ago
  30. 854cb92 [scudo] Avoid empty statement warnings am: 1ce270568c am: 169d9eeb56 am: a2486bf39a by Roland McGrath · 3 years, 3 months ago
  31. a918bc2 scudo: Make prepareTaggedChunk() and resizeTaggedChunk() generic. am: 34c8857fef am: e29ac9f814 by Peter Collingbourne · 3 years, 3 months ago
  32. dd0896c scudo: Use DC GZVA instruction in storeTags(). am: 71756e641c am: 1212c3ff00 by Peter Collingbourne · 3 years, 3 months ago
  33. a2486bf [scudo] Avoid empty statement warnings am: 1ce270568c am: 169d9eeb56 by Roland McGrath · 3 years, 3 months ago
  34. e29ac9f scudo: Make prepareTaggedChunk() and resizeTaggedChunk() generic. am: 34c8857fef by Peter Collingbourne · 3 years, 3 months ago
  35. 1212c3f scudo: Use DC GZVA instruction in storeTags(). am: 71756e641c by Peter Collingbourne · 3 years, 3 months ago
  36. 169d9ee [scudo] Avoid empty statement warnings am: 1ce270568c by Roland McGrath · 3 years, 3 months ago
  37. 34c8857 scudo: Make prepareTaggedChunk() and resizeTaggedChunk() generic. by Peter Collingbourne · 3 years, 3 months ago
  38. 71756e6 scudo: Use DC GZVA instruction in storeTags(). by Peter Collingbourne · 3 years, 3 months ago
  39. 1ce2705 [scudo] Avoid empty statement warnings by Roland McGrath · 3 years, 3 months ago
  40. f12ad65 [scudo][standalone] Fuchsia related fixes am: 0167893796 am: 0929818b6f am: 9171c4862f am: 76d36c2b13 by Kostya Kortchinsky · 3 years, 3 months ago
  41. 2a6bbea [scudo] Restore zxtest compatibility am: c2b308871e am: ca00f7278a am: ea10031ea0 am: 0a4f58a964 by Vitaly Buka · 3 years, 3 months ago
  42. 76d36c2 [scudo][standalone] Fuchsia related fixes am: 0167893796 am: 0929818b6f am: 9171c4862f by Kostya Kortchinsky · 3 years, 3 months ago
  43. 0a4f58a [scudo] Restore zxtest compatibility am: c2b308871e am: ca00f7278a am: ea10031ea0 by Vitaly Buka · 3 years, 3 months ago
  44. 9171c48 [scudo][standalone] Fuchsia related fixes am: 0167893796 am: 0929818b6f by Kostya Kortchinsky · 3 years, 3 months ago
  45. ea10031 [scudo] Restore zxtest compatibility am: c2b308871e am: ca00f7278a by Vitaly Buka · 3 years, 3 months ago
  46. 0929818 [scudo][standalone] Fuchsia related fixes am: 0167893796 by Kostya Kortchinsky · 3 years, 3 months ago
  47. ca00f72 [scudo] Restore zxtest compatibility am: c2b308871e by Vitaly Buka · 3 years, 3 months ago
  48. 0167893 [scudo][standalone] Fuchsia related fixes by Kostya Kortchinsky · 3 years, 3 months ago
  49. c2b3088 [scudo] Restore zxtest compatibility by Vitaly Buka · 3 years, 3 months ago
  50. a162dd4 [scudo] Make MTE inline asm compatible with GNU assembler am: 12ee7adef7 am: b2d98b3973 am: 3c01ef8178 am: c40f0c6c83 by Roland McGrath · 3 years, 3 months ago
  51. c40f0c6 [scudo] Make MTE inline asm compatible with GNU assembler am: 12ee7adef7 am: b2d98b3973 am: 3c01ef8178 by Roland McGrath · 3 years, 3 months ago
  52. 3c01ef8 [scudo] Make MTE inline asm compatible with GNU assembler am: 12ee7adef7 am: b2d98b3973 by Roland McGrath · 3 years, 3 months ago
  53. b2d98b3 [scudo] Make MTE inline asm compatible with GNU assembler am: 12ee7adef7 by Roland McGrath · 3 years, 3 months ago
  54. 12ee7ad [scudo] Make MTE inline asm compatible with GNU assembler by Roland McGrath · 3 years, 3 months ago
  55. 4da34df [scudo][standalone] Use BatchClassId in drain rather than 0 am: 1b13235dad am: be01a903d3 am: 0a07c2d003 am: 2018e2a4bd by Kostya Kortchinsky · 3 years, 3 months ago
  56. 2018e2a [scudo][standalone] Use BatchClassId in drain rather than 0 am: 1b13235dad am: be01a903d3 am: 0a07c2d003 by Kostya Kortchinsky · 3 years, 3 months ago
  57. 0a07c2d [scudo][standalone] Use BatchClassId in drain rather than 0 am: 1b13235dad am: be01a903d3 by Kostya Kortchinsky · 3 years, 3 months ago
  58. be01a90 [scudo][standalone] Use BatchClassId in drain rather than 0 am: 1b13235dad by Kostya Kortchinsky · 3 years, 3 months ago
  59. 1b13235 [scudo][standalone] Use BatchClassId in drain rather than 0 by Kostya Kortchinsky · 3 years, 4 months ago
  60. ddbfb19 [NFC][scudo] Restore !UseQuarantine check in tests am: 15a5cd7e40 am: 06dfa7ea0d am: cd5daaf094 am: 2366afec02 by Vitaly Buka · 3 years, 4 months ago
  61. 74f8bb6 [NFC][scudo] Move macro into a shared header am: d3eeaf8c13 am: 0526bfbaf5 am: e292039219 am: 0ce7b8e95b by Vitaly Buka · 3 years, 4 months ago
  62. 3db44f2 [NFC][scudo] Split ScudoCombinedTest.BasicCombined am: 4f264f3f48 am: cdab653544 am: 4c1c8b6f53 am: 56a5f3d9af by Vitaly Buka · 3 years, 4 months ago
  63. 3aceb8f [NFC][scudo] Inline some functions into ScudoPrimaryTest am: f550ebffb1 am: 82e4f86225 am: 5e81e9a91a am: 7152e4d962 by Vitaly Buka · 3 years, 4 months ago
  64. 77832ea [NFC][scudo] Convert ScudoPrimaryTest into TYPED_TEST am: 7ddb51c3a7 am: f3e821aef8 am: f3abcc3b5e am: a78ba3087a by Vitaly Buka · 3 years, 4 months ago
  65. c6e5a56 [NFC][scudo] Move some shared stuff into ScudoCombinedTest am: 8f1fa681bd am: 8fc05ed7df am: e97a9d8c9e am: 51fa512ad8 by Vitaly Buka · 3 years, 4 months ago
  66. 7ce25dc [NFC][scudo] Move globals into related test am: 19bc017b74 am: 3cef31f9fb am: 6706d15897 am: 7359163632 by Vitaly Buka · 3 years, 4 months ago
  67. d8b388e [NFC][scudo] Use TYPED_TEST to split large test am: b53c650c05 am: 4fd35367bb am: 3bd3fd5397 am: 4c130518a8 by Vitaly Buka · 3 years, 4 months ago
  68. 220c0ba [scudo][NFC] Make tests runs with --gtest_repeat=2 am: 04571565ab am: ff19a337ab am: 8663733393 am: b68a9c0ac1 by Vitaly Buka · 3 years, 4 months ago
  69. fc3e45b [Scudo] Fix SizeClassAllocatorLocalCache::drain am: ff35093ac4 am: 3308bdf99c am: 296323d158 am: f8100ff385 by Vitaly Buka · 3 years, 4 months ago
  70. bd9b3b2 [NFC][scudo] Simplify UseQuarantine initialization am: 03eea35173 am: cad88019db am: 3dd3ea7523 am: 82c5d843ca by Vitaly Buka · 3 years, 4 months ago
  71. 2366afe [NFC][scudo] Restore !UseQuarantine check in tests am: 15a5cd7e40 am: 06dfa7ea0d am: cd5daaf094 by Vitaly Buka · 3 years, 4 months ago
  72. 0ce7b8e [NFC][scudo] Move macro into a shared header am: d3eeaf8c13 am: 0526bfbaf5 am: e292039219 by Vitaly Buka · 3 years, 4 months ago
  73. 56a5f3d [NFC][scudo] Split ScudoCombinedTest.BasicCombined am: 4f264f3f48 am: cdab653544 am: 4c1c8b6f53 by Vitaly Buka · 3 years, 4 months ago
  74. 7152e4d [NFC][scudo] Inline some functions into ScudoPrimaryTest am: f550ebffb1 am: 82e4f86225 am: 5e81e9a91a by Vitaly Buka · 3 years, 4 months ago
  75. a78ba30 [NFC][scudo] Convert ScudoPrimaryTest into TYPED_TEST am: 7ddb51c3a7 am: f3e821aef8 am: f3abcc3b5e by Vitaly Buka · 3 years, 4 months ago
  76. 51fa512 [NFC][scudo] Move some shared stuff into ScudoCombinedTest am: 8f1fa681bd am: 8fc05ed7df am: e97a9d8c9e by Vitaly Buka · 3 years, 4 months ago
  77. 7359163 [NFC][scudo] Move globals into related test am: 19bc017b74 am: 3cef31f9fb am: 6706d15897 by Vitaly Buka · 3 years, 4 months ago
  78. 4c13051 [NFC][scudo] Use TYPED_TEST to split large test am: b53c650c05 am: 4fd35367bb am: 3bd3fd5397 by Vitaly Buka · 3 years, 4 months ago
  79. b68a9c0 [scudo][NFC] Make tests runs with --gtest_repeat=2 am: 04571565ab am: ff19a337ab am: 8663733393 by Vitaly Buka · 3 years, 4 months ago
  80. f8100ff [Scudo] Fix SizeClassAllocatorLocalCache::drain am: ff35093ac4 am: 3308bdf99c am: 296323d158 by Vitaly Buka · 3 years, 4 months ago
  81. 82c5d84 [NFC][scudo] Simplify UseQuarantine initialization am: 03eea35173 am: cad88019db am: 3dd3ea7523 by Vitaly Buka · 3 years, 4 months ago
  82. cd5daaf [NFC][scudo] Restore !UseQuarantine check in tests am: 15a5cd7e40 am: 06dfa7ea0d by Vitaly Buka · 3 years, 4 months ago
  83. e292039 [NFC][scudo] Move macro into a shared header am: d3eeaf8c13 am: 0526bfbaf5 by Vitaly Buka · 3 years, 4 months ago
  84. 4c1c8b6 [NFC][scudo] Split ScudoCombinedTest.BasicCombined am: 4f264f3f48 am: cdab653544 by Vitaly Buka · 3 years, 4 months ago
  85. 5e81e9a [NFC][scudo] Inline some functions into ScudoPrimaryTest am: f550ebffb1 am: 82e4f86225 by Vitaly Buka · 3 years, 4 months ago
  86. f3abcc3 [NFC][scudo] Convert ScudoPrimaryTest into TYPED_TEST am: 7ddb51c3a7 am: f3e821aef8 by Vitaly Buka · 3 years, 4 months ago
  87. e97a9d8 [NFC][scudo] Move some shared stuff into ScudoCombinedTest am: 8f1fa681bd am: 8fc05ed7df by Vitaly Buka · 3 years, 4 months ago
  88. 6706d15 [NFC][scudo] Move globals into related test am: 19bc017b74 am: 3cef31f9fb by Vitaly Buka · 3 years, 4 months ago
  89. 3bd3fd5 [NFC][scudo] Use TYPED_TEST to split large test am: b53c650c05 am: 4fd35367bb by Vitaly Buka · 3 years, 4 months ago
  90. 8663733 [scudo][NFC] Make tests runs with --gtest_repeat=2 am: 04571565ab am: ff19a337ab by Vitaly Buka · 3 years, 4 months ago
  91. 296323d [Scudo] Fix SizeClassAllocatorLocalCache::drain am: ff35093ac4 am: 3308bdf99c by Vitaly Buka · 3 years, 4 months ago
  92. 3dd3ea7 [NFC][scudo] Simplify UseQuarantine initialization am: 03eea35173 am: cad88019db by Vitaly Buka · 3 years, 4 months ago
  93. 06dfa7e [NFC][scudo] Restore !UseQuarantine check in tests am: 15a5cd7e40 by Vitaly Buka · 3 years, 4 months ago
  94. 0526bfb [NFC][scudo] Move macro into a shared header am: d3eeaf8c13 by Vitaly Buka · 3 years, 4 months ago
  95. cdab653 [NFC][scudo] Split ScudoCombinedTest.BasicCombined am: 4f264f3f48 by Vitaly Buka · 3 years, 4 months ago
  96. 82e4f86 [NFC][scudo] Inline some functions into ScudoPrimaryTest am: f550ebffb1 by Vitaly Buka · 3 years, 4 months ago
  97. f3e821a [NFC][scudo] Convert ScudoPrimaryTest into TYPED_TEST am: 7ddb51c3a7 by Vitaly Buka · 3 years, 4 months ago
  98. 8fc05ed [NFC][scudo] Move some shared stuff into ScudoCombinedTest am: 8f1fa681bd by Vitaly Buka · 3 years, 4 months ago
  99. 3cef31f [NFC][scudo] Move globals into related test am: 19bc017b74 by Vitaly Buka · 3 years, 4 months ago
  100. 4fd3536 [NFC][scudo] Use TYPED_TEST to split large test am: b53c650c05 by Vitaly Buka · 3 years, 4 months ago