index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
interception
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sanitizer] Android build cleanup.
Evgeniy Stepanov
2014-09-29
1
-4
/
+0
*
Add support for intercepting functions from msvcr110.dll
Ehsan Akhgari
2014-09-25
1
-1
/
+4
*
[ASan/Win] Intercept memory allocation functions in the MD CRT
Timur Iskhodzhanov
2014-08-25
2
-11
/
+44
*
[ASan/Win] Land the trivial bits of -MD RTL support (PR20214)
Timur Iskhodzhanov
2014-08-22
2
-9
/
+4
*
[ASan/Win] Remove one more reference to __interception::GetRealFunctionAddres...
Timur Iskhodzhanov
2014-08-15
1
-3
/
+1
*
[ASan/Win] Remove old, unused and non-functional code that will be re-written...
Timur Iskhodzhanov
2014-08-15
2
-16
/
+0
*
Add support for intercepting thunks of the form
Ehsan Akhgari
2014-07-14
1
-0
/
+1
*
Make sanitizers' interceptors non-weak on FreeBSD
Viktor Kutuzov
2014-07-10
1
-0
/
+10
*
[Sanitizer/interception Win] Break into the debugger on unknown instructions
Timur Iskhodzhanov
2014-06-02
1
-1
/
+2
*
[ASan Win] Fix memset interception in DLLs
Timur Iskhodzhanov
2014-06-02
1
-0
/
+1
*
[ASan/Win] Use the new function interception approach to handle function wrap...
Timur Iskhodzhanov
2014-05-22
1
-3
/
+3
*
[ASan/Win] Refactor __interception::OverrideFunction a bit, allow the orig_ol...
Timur Iskhodzhanov
2014-05-16
1
-49
/
+72
*
[sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Ku...
Kostya Serebryany
2014-02-24
3
-13
/
+14
*
[CMake] Simplify setting compile flag disabling RTTI
Alexey Samsonov
2014-02-18
1
-9
/
+2
*
Move /FS to SANITIZER_COMMON_CFLAGS
Timur Iskhodzhanov
2014-01-30
1
-1
/
+1
*
Quick-fix a typo
Timur Iskhodzhanov
2014-01-30
1
-1
/
+1
*
Add an /FS flag to the lib/interception CMake to make it buildable with VS201...
Timur Iskhodzhanov
2014-01-30
1
-1
/
+9
*
Add support for more instruction prefixes so we can intercept functions in th...
Timur Iskhodzhanov
2014-01-29
1
-0
/
+22
*
[msan] Wrap indirect calls to REAL(x) in interceptors.
Evgeniy Stepanov
2013-12-20
1
-5
/
+5
*
PR16532: work around old GCC bug in interception_type_test.cc
Alexey Samsonov
2013-12-05
1
-6
/
+6
*
[sanitizer] Avoid needless use of stringification (#symver) in INTERCEPT_FUNC...
Evgeniy Stepanov
2013-11-12
1
-1
/
+1
*
[ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib
Alexander Potapenko
2013-11-07
1
-4
/
+6
*
Make some pthread_mutex_* and pthread_cond_* interceptors common.
Alexey Samsonov
2013-10-16
4
-3
/
+16
*
tsan: fix linking of tsan runtime into dynamic libraries
Dmitry Vyukov
2013-09-19
1
-3
/
+2
*
[ASan] Remove the explicit function prototypes for intercepted functions on W...
Timur Iskhodzhanov
2013-09-10
1
-2
/
+5
*
tsan: fix linking when -ltsan is passed before -lpthread
Dmitry Vyukov
2013-09-03
1
-1
/
+1
*
asan: fix android build
Dmitry Vyukov
2013-09-03
2
-0
/
+4
*
tsan: properly intercept pthread_cond functions
Dmitry Vyukov
2013-09-02
2
-1
/
+11
*
[libsanitizer] Introduce INTERCEPTOR_WITH_SUFFIX which is to be used for appe...
Alexander Potapenko
2013-05-20
1
-3
/
+22
*
add Linux syscall wrappers and ThreadLister to sanitizer_common
Kostya Serebryany
2013-02-27
1
-14
/
+6
*
[ASan] Refactoring: nuke the redundant function declarations in asan_intercep...
Alexander Potapenko
2013-02-21
1
-5
/
+46
*
[asan] fix x32 build (H.J. Lu)
Kostya Serebryany
2013-02-14
1
-2
/
+2
*
[sanitizer] OFF_T on Mac is u64.
Evgeniy Stepanov
2013-02-07
1
-0
/
+5
*
[sanitizer] Exclude off64_t test on mac.
Evgeniy Stepanov
2013-02-07
1
-0
/
+3
*
[Sanitizer] include stddef.h for ptrdiff_t in interception type test
Alexey Samsonov
2013-02-07
1
-0
/
+1
*
[sanitizer] Add a missing header.
Evgeniy Stepanov
2013-02-07
1
-0
/
+1
*
[sanitizer] Fix wrong size of OFF_T on 32-bit platforms.
Evgeniy Stepanov
2013-02-07
3
-1
/
+39
*
[ASan] Delete the code related to static runtime on OS X.
Alexander Potapenko
2013-02-05
10
-1222
/
+12
*
[Sanitizer] include sanitizer_common headers when building interception library
Alexey Samsonov
2013-01-30
3
-1
/
+4
*
[sanitizer] Further split private and public sanitizer headers.
Evgeniy Stepanov
2013-01-30
1
-1
/
+1
*
CMake: Add add_compiler_rt_osx_object_library to create universal libraries o...
Alexey Samsonov
2013-01-20
1
-4
/
+4
*
CMake: Generalize build rules for different arches for sanitizer_common, asan...
Alexey Samsonov
2013-01-18
1
-9
/
+4
*
CMake: create AddCompilerRT module and implement convenience add_compiler_rt_...
Alexey Samsonov
2013-01-18
1
-12
/
+9
*
CMake variables renaming: X86_64->x86_64 I386->i386
Alexey Samsonov
2013-01-18
1
-4
/
+4
*
[sanitizer] Common *scanf interceptors.
Evgeniy Stepanov
2013-01-18
1
-0
/
+2
*
[sanitizer] replace size_t with SIZE_T in interceptors (same for ssize_t, off...
Kostya Serebryany
2012-12-13
1
-0
/
+9
*
[ASan] Add the "lea $imm(%rip),%rax" instruction to mach_override.c
Alexander Potapenko
2012-11-15
1
-0
/
+2
*
[ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...
Alexey Samsonov
2012-09-24
1
-0
/
+4
*
Pass -std=c99 when compiling mach_override.c
Alexander Potapenko
2012-09-12
1
-1
/
+6
*
Fix compiler warnings: remove __attribute__((visibility)) for static function...
Alexander Potapenko
2012-09-12
1
-10
/
+10
[next]