llvm-project/compiler-rt/include
Matt Morehouse bb3a3da38d [DFSan] Don't unmap during dfsan_flush().
Unmapping and remapping is dangerous since another thread could touch
the shadow memory while it is unmapped.  But there is really no need to
unmap anyway, since mmap(MAP_FIXED) will happily clobber the existing
mapping with zeroes.  This is thread-safe since the mmap() is done under
the same kernel lock as page faults are done.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D85947
2020-08-14 11:43:49 -07:00
..
fuzzer [compiler-rt] Mark FDP non-template methods inline to avoid ODR violations. 2020-03-25 13:43:54 -07:00
profile [PGO] Extend the value profile buckets for mem op sizes. 2020-08-03 11:04:32 -07:00
sanitizer [DFSan] Don't unmap during dfsan_flush(). 2020-08-14 11:43:49 -07:00
xray Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CMakeLists.txt Reland "[CMake] Support installation of InstrProfData.inc" 2019-11-22 14:09:46 -08:00