[all-commits] [llvm/llvm-project] b31771: [scudo] Remove dead code in pushBlocksImpl (NFC)
Andrei Homescu via All-commits
all-commits at lists.llvm.org
Tue Jul 25 08:29:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b31771cb575d47d842ec8d46604b0acc564add04
https://github.com/llvm/llvm-project/commit/b31771cb575d47d842ec8d46604b0acc564add04
Author: Chia-hung Duan <chiahungduan at google.com>
Date: 2023-07-25 (Tue, 25 Jul 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/primary64.h
Log Message:
-----------
[scudo] Remove dead code in pushBlocksImpl (NFC)
BatchClassId will go through pushBatchClassBlocks
Reviewed By: cferris
Differential Revision: https://reviews.llvm.org/D156148
Commit: bf89531c418a62fbcdc084159e4a762930a2a571
https://github.com/llvm/llvm-project/commit/bf89531c418a62fbcdc084159e4a762930a2a571
Author: Marco Nelissen <marcone at google.com>
Date: 2023-07-25 (Tue, 25 Jul 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/secondary.h
Log Message:
-----------
[scudo] Enabled MAP_ALLOWNOMEM for all platforms
Back-ported from https://r.android.com/2591905.
Reviewed By: Chia-hungDuan
Differential Revision: https://reviews.llvm.org/D152888
Commit: e4316a599727332a2332b89d28d40509d2c96ce0
https://github.com/llvm/llvm-project/commit/e4316a599727332a2332b89d28d40509d2c96ce0
Author: Andrei Homescu <ahomescu at google.com>
Date: 2023-07-25 (Tue, 25 Jul 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/trusty.cpp
Log Message:
-----------
[scudo] Return NULL when MAP_ALLOWNOMEM is set on Trusty
Back-ported from https://r.android.com/2591905.
Reviewed By: Chia-hungDuan
Differential Revision: https://reviews.llvm.org/D155144
Compare: https://github.com/llvm/llvm-project/compare/a03f73c3368d...e4316a599727
More information about the All-commits
mailing list