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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sanitizer_printf.cc: guard the va_copy hack on _MSC_VER
Hans Wennborg
2014-08-18
1
-1
/
+2
*
Revert "[ASan/Win] Remove a hack that seems not to be required with VS2013 an...
Hans Wennborg
2014-08-18
1
-0
/
+4
*
[TSan] Initialize flags as early as possible. Disables back coredump, acciden...
Alexey Samsonov
2014-08-15
6
-11
/
+24
*
Follow-up to r215724: fix a lint warning
Timur Iskhodzhanov
2014-08-15
1
-1
/
+1
*
[ASan/Win] Introduce a new macro for malloc-like function attributes; also, c...
Timur Iskhodzhanov
2014-08-15
1
-21
/
+27
*
[ASan/Win] Remove one more reference to __interception::GetRealFunctionAddres...
Timur Iskhodzhanov
2014-08-15
1
-3
/
+1
*
[ASan/Win] We don't really need to use .CRT to call __asan_init when using -MD
Timur Iskhodzhanov
2014-08-15
1
-6
/
+0
*
[ASan/Win] Remove a hack that seems not to be required with VS2013 anymore
Timur Iskhodzhanov
2014-08-15
1
-4
/
+0
*
[ASan/Win] Remove old, unused and non-functional code that will be re-written...
Timur Iskhodzhanov
2014-08-15
3
-44
/
+1
*
[ASan/Win] Slightly update&relax test expectations to work with both -MT and ...
Timur Iskhodzhanov
2014-08-14
8
-25
/
+33
*
[ASan/Win] Mark tests that require -MT asan_dll_thunk as such
Timur Iskhodzhanov
2014-08-14
3
-0
/
+3
*
tsan: fix unaligned memory access routine
Dmitry Vyukov
2014-08-13
1
-3
/
+3
*
[UBSan] Add returns-nonnull sanitizer.
Alexey Samsonov
2014-08-13
3
-0
/
+39
*
[MSan] Disable coredump for 64-bit binaries.
Alexey Samsonov
2014-08-12
1
-0
/
+1
*
[TSan] Share the code the setup code calling getrlim/setrlim with sanitizer_c...
Alexey Samsonov
2014-08-12
6
-51
/
+52
*
[Sanitizer] Make disable_coredump a common flag and use it in TSan
Alexey Samsonov
2014-08-12
5
-10
/
+8
*
[Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...
Alexey Samsonov
2014-08-12
13
-237
/
+0
*
Fix the CMake build when setting MACOSX_DEPLOYMENT_TARGET
Hans Wennborg
2014-08-12
1
-0
/
+1
*
[ASan] Use more appropriate return types for strlen/wcslen to avoid MSVC warn...
Timur Iskhodzhanov
2014-08-12
2
-5
/
+5
*
[ASan/Win] Fix PR18987: warning about overriding '/MD' with '/MT'
Timur Iskhodzhanov
2014-08-12
1
-3
/
+6
*
[ASan] Add new options for asan_symbolize.py script.
Alexey Samsonov
2014-08-11
1
-16
/
+52
*
Fix build on some architectures caused by r215247.
Alexey Samsonov
2014-08-11
3
-6
/
+12
*
builtins: add signature to some assembly routines
Saleem Abdulrasool
2014-08-09
6
-0
/
+23
*
builtins: correct __umodsi3, __udivsi3 on ARM
Saleem Abdulrasool
2014-08-09
2
-7
/
+3
*
Fixup Android tests build rules
Alexey Samsonov
2014-08-09
2
-2
/
+2
*
[CMake] Determine which compiler-rt libraries are supported on
Alexey Samsonov
2014-08-08
5
-112
/
+185
*
[ASan/Win] Print out a big warning and continue without checking for success ...
Timur Iskhodzhanov
2014-08-08
2
-4
/
+10
*
Support getting process maps for sanitizers needs on FreeBSD in 32-bit mode
Viktor Kutuzov
2014-08-08
2
-0
/
+34
*
[sanitizer] Intercept timerfd_settime, timerfd_gettime.
Evgeniy Stepanov
2014-08-07
3
-0
/
+82
*
[msan] Fix fcvt interceptor.
Evgeniy Stepanov
2014-08-07
2
-0
/
+19
*
Add FreeBSD support to the address sanitizer's malloc_context_size.cc test case
Viktor Kutuzov
2014-08-07
1
-18
/
+8
*
[TSan] Try to fix Go runtime build
Alexey Samsonov
2014-08-06
1
-1
/
+3
*
Segregate FreeBSD-specific parts from sanitizer_procmaps_linux.cc
Viktor Kutuzov
2014-08-06
5
-218
/
+272
*
tsan: allocate vector clocks using slab allocator
Dmitry Vyukov
2014-08-05
13
-113
/
+337
*
[ASan/Win] Handle SEH exceptions even with -GS
Timur Iskhodzhanov
2014-08-05
4
-2
/
+28
*
The test doesn't export ASAN_OPTIONS, so $ASAN_OPTIONS should not be used in ...
Alexander Kornienko
2014-08-05
1
-8
/
+8
*
[UBSan] Allow to suppress reports from vptr checker for specified types.
Alexey Samsonov
2014-08-05
8
-12
/
+64
*
[Sanitizer] Turn SuppressionContext::Init() into InitIfNecessary().
Alexey Samsonov
2014-08-05
4
-7
/
+17
*
[asan] poison array cookies only on 64-bit arch
Kostya Serebryany
2014-08-04
1
-0
/
+1
*
[asan] introduce __asan_poison_cxx_array_cookie. This is asan-rt part of PR19...
Kostya Serebryany
2014-08-04
6
-0
/
+20
*
[asan] intercept sized operator delete[]
Kostya Serebryany
2014-08-04
2
-14
/
+47
*
[ASan] Use metadata to pass source-level information from Clang to ASan.
Alexey Samsonov
2014-08-02
1
-1
/
+6
*
Add FreeBSD support to the address sanitizer's deep_stack_uaf.cc test case
Viktor Kutuzov
2014-08-01
1
-3
/
+6
*
Fix the waitid sanitizer interceptor to work on FreeBSD in 32-bit mode
Viktor Kutuzov
2014-08-01
1
-0
/
+6
*
[ASan] Support the asan_loadN/asan_storeN functions in the DLL thunk library
Ehsan Akhgari
2014-08-01
2
-0
/
+25
*
[Sanitizer] Don't try to parse unspecified suppressions file
Alexey Samsonov
2014-07-31
1
-1
/
+3
*
[asan] End-to-end test for REP MOVS instrumentation.
Evgeniy Stepanov
2014-07-31
1
-0
/
+53
*
tsan: use MADV_NOHUGEPAGE only if it is supported by platform
Dmitry Vyukov
2014-07-31
1
-0
/
+2
*
[Sanitizer] Hoist the code parsing suppressions file into sanitizer_common.
Alexey Samsonov
2014-07-30
3
-46
/
+13
*
[Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags.
Alexey Samsonov
2014-07-30
8
-24
/
+16
[next]