This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
compiler-rt
/
lib
/
interception
History
Alexey Samsonov
2e62a9a765
[Sanitizer] fix windows build
...
llvm-svn: 161170
2012-08-02 11:38:58 +00:00
..
mach_override
Add support for "movsbl %sil,%ecx" (x86_64) and "movsbl $imm(%ebp), %edx" (i386) to our fork of mach_override.
2012-08-01 16:35:48 +00:00
CMakeLists.txt
[ASan] silence various warnings in cmake build of asan unit tests
2012-06-28 13:12:07 +00:00
interception_linux.cc
[Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting pointer-to-function to pointer-to-object, so we use cast via integral type
2012-08-02 11:19:13 +00:00
interception_linux.h
[Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting pointer-to-function to pointer-to-object, so we use cast via integral type
2012-08-02 11:19:13 +00:00
interception_mac.cc
[Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting pointer-to-function to pointer-to-object, so we use cast via integral type
2012-08-02 11:19:13 +00:00
interception_mac.h
[Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting pointer-to-function to pointer-to-object, so we use cast via integral type
2012-08-02 11:19:13 +00:00
interception_win.cc
[Sanitizer] fix windows build
2012-08-02 11:38:58 +00:00
interception_win.h
Follow-up for r161168 for Windows
2012-08-02 11:29:14 +00:00
interception.h
[Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting pointer-to-function to pointer-to-object, so we use cast via integral type
2012-08-02 11:19:13 +00:00
Makefile.mk
[asan] move lib/asan/interception to lib/interception so that other tools (e.g. tsan) can use it
2012-05-15 12:21:33 +00:00