This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
llvm-capstone
Watch
1
Star
0
Fork
0
You've already forked llvm-capstone
mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced
2025-01-25 10:48:14 +00:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
llvm-capstone
/
compiler-rt
/
lib
/
msan
History
Kostya Serebryany
15647b17f3
[sanitizer] change SizeClassAllocator64 to accept just one template parameter instead of 5. First, this will make the mangled names shorter. Second, this will make adding more parameters simpler.
...
llvm-svn: 279771
2016-08-25 20:23:08 +00:00
..
tests
[msan] Disable prlimit test on glibc < 2.13.
2016-08-20 00:38:55 +00:00
.clang-format
Tell clang-format that (most) sanitizers are written using Google style guide.
2015-11-19 22:11:10 +00:00
CMakeLists.txt
[compiler-rt] Fix VisualStudio virtual folders layout
2016-07-11 21:51:56 +00:00
msan_allocator.cc
[sanitizer] change SizeClassAllocator64 to accept just one template parameter instead of 5. First, this will make the mangled names shorter. Second, this will make adding more parameters simpler.
2016-08-25 20:23:08 +00:00
msan_allocator.h
Revert "Apply modernize-use-default to compiler-rt."
2015-10-30 18:52:31 +00:00
msan_blacklist.txt
…
msan_chained_origin_depot.cc
[compiler-rt] Apply modernize-use-nullptr fixes in sanitizers
2015-10-01 00:22:21 +00:00
msan_chained_origin_depot.h
…
msan_flags.h
…
msan_flags.inc
…
msan_interceptors.cc
Revert "[sanitizer] Move *fstat to the common interceptors"
2016-05-19 16:03:10 +00:00
msan_interface_internal.h
[msan] Add __msan_copy_shadow interface function.
2015-10-12 23:20:24 +00:00
msan_linux.cc
msan: Enable 48-bit VMA support on aarch64
2016-08-25 17:05:56 +00:00
msan_new_delete.cc
…
msan_origin.h
…
msan_poisoning.cc
…
msan_poisoning.h
…
msan_report.cc
[MSan] Endianness should not matter while printing a byte
2016-02-26 06:44:10 +00:00
msan_thread.cc
…
msan_thread.h
[compiler-rt] Apply modernize-use-nullptr fixes in sanitizers
2015-10-01 00:22:21 +00:00
msan.cc
[MSan] [PowerPC] Dereference function descriptors when recording stack origins.
2016-04-27 21:24:24 +00:00
msan.h
msan: Enable 48-bit VMA support on aarch64
2016-08-25 17:05:56 +00:00
msan.syms.extra
…