This website requires JavaScript.
Explore
Help
Sign In
nicolas
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
c21f901b2fabebbb7ba89a5643effa49b7bf77d0
llvm-project
/
compiler-rt
/
lib
/
interception
History
Alexander Potapenko
447ff70280
Add "movsbl %dh, %ecx" and "testb %r8, %r8" to mach_override.
...
This should fix
http://code.google.com/p/address-sanitizer/issues/detail?id=105
llvm-svn: 163301
2012-09-06 09:38:27 +00:00
..
mach_override
Add "movsbl %dh, %ecx" and "testb %r8, %r8" to mach_override.
2012-09-06 09:38:27 +00:00
CMakeLists.txt
[ASan] hoist more compile flags to SANITIZER_COMMON_CFLAGS var and add the rest of flags/defs from old Makefile to CMake
2012-09-05 09:00:03 +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
Commit the source and CMake changes that will allow to build ASan runtime
2012-08-17 09:00:08 +00:00
Makefile.mk
…