index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
interception
/
interception.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove NOLINTs from compiler-rt
Vitaly Buka
2019-09-11
1
-2
/
+2
*
[hwasan, asan] Intercept vfork.
Evgeniy Stepanov
2019-02-27
1
-2
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[interception] Switch to _type suffix instead of _f, NFC.
Kuba Mracek
2018-10-22
1
-1
/
+1
*
Introduce new type for inteceptors UINTMAX_T
Kamil Rytarowski
2018-08-29
1
-0
/
+1
*
[sanitizer] Trivial portion of the port to Myriad RTEMS
Walter Lee
2018-05-18
1
-3
/
+12
*
The OpenBSD UBsan port introduced two typos that broke the Solaris sanitizer ...
Rainer Orth
2018-04-24
1
-1
/
+1
*
OpenBSD Ubsan support / interception
Kamil Rytarowski
2018-03-02
1
-3
/
+3
*
[Sanitizers] Basic sanitizer Solaris support (PR 33274)
Kamil Rytarowski
2017-12-14
1
-2
/
+5
*
[Sanitizers] Use SANITIZER_* macros in lib/interception
Kamil Rytarowski
2017-12-06
1
-21
/
+21
*
[Fuchsia] Magenta -> Zircon
Petr Hosek
2017-09-13
1
-1
/
+1
*
Add NetBSD support in interception.h
Kamil Rytarowski
2017-08-04
1
-3
/
+3
*
[sanitizer_common] Fuchsia support for interceptors
Vitaly Buka
2017-08-01
1
-7
/
+30
*
[compiler-rt] Do not introduce __sanitizer namespace globally
Anna Zaks
2016-09-15
1
-2
/
+2
*
[compiler-rt] Fix warnings in interception code
Etienne Bergeron
2016-07-27
1
-0
/
+2
*
Revert "fix https://reviews.llvm.org/D22610" and "[compiler-rt] Fix memmove/m...
Bruno Cardoso Lopes
2016-07-22
1
-3
/
+0
*
fix https://reviews.llvm.org/D22610
Etienne Bergeron
2016-07-21
1
-0
/
+3
*
[ASan] NFC: Factor out platform-specific interceptors
Timur Iskhodzhanov
2015-03-16
1
-1
/
+0
*
[ASan/Win] Land the trivial bits of -MD RTL support (PR20214)
Timur Iskhodzhanov
2014-08-22
1
-9
/
+3
*
Make sanitizers' interceptors non-weak on FreeBSD
Viktor Kutuzov
2014-07-10
1
-0
/
+10
*
[ASan/Win] Use the new function interception approach to handle function wrap...
Timur Iskhodzhanov
2014-05-22
1
-3
/
+3
*
[sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Ku...
Kostya Serebryany
2014-02-24
1
-4
/
+5
*
Make some pthread_mutex_* and pthread_cond_* interceptors common.
Alexey Samsonov
2013-10-16
1
-0
/
+6
*
[ASan] Remove the explicit function prototypes for intercepted functions on W...
Timur Iskhodzhanov
2013-09-10
1
-2
/
+5
*
[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] Fix wrong size of OFF_T on 32-bit platforms.
Evgeniy Stepanov
2013-02-07
1
-1
/
+4
*
[ASan] Delete the code related to static runtime on OS X.
Alexander Potapenko
2013-02-05
1
-30
/
+10
*
[Sanitizer] include sanitizer_common headers when building interception library
Alexey Samsonov
2013-01-30
1
-1
/
+1
*
[sanitizer] Further split private and public sanitizer headers.
Evgeniy Stepanov
2013-01-30
1
-1
/
+1
*
[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] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...
Alexey Samsonov
2012-09-24
1
-0
/
+4
*
[ASan] fix interception macro for Android build
Alexey Samsonov
2012-09-12
1
-1
/
+1
*
[Sanitizer] get rid of empty DEFAULT_CONVENTION in interception lib to remove...
Alexey Samsonov
2012-09-11
1
-27
/
+23
*
Commit the source and CMake changes that will allow to build ASan runtime
Alexander Potapenko
2012-08-17
1
-14
/
+34
*
[Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting point...
Alexey Samsonov
2012-08-02
1
-0
/
+9
*
[ASan] cleanup: trailing semicolons, trailing colons in enums
Alexey Samsonov
2012-06-28
1
-5
/
+5
*
[Sanitizer] fight more semicolons in macro definitions (to please mac cmake b...
Alexey Samsonov
2012-06-28
1
-4
/
+4
*
Lots of trivial changes to remove extraneous semicolons throughout ASan.
Chandler Carruth
2012-06-25
1
-5
/
+5
*
asan/tsan: rename interceptors from __xsan_xxx to __interceptor_xxx
Dmitry Vyukov
2012-05-28
1
-5
/
+5
*
asan/tsan: weak interceptors
Dmitry Vyukov
2012-05-24
1
-7
/
+18
*
[asan] move lib/asan/interception to lib/interception so that other tools (e....
Kostya Serebryany
2012-05-15
1
-0
/
+157