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
*
[asan] add a test for poison_array_cookie=1
Kostya Serebryany
2014-08-26
1
-0
/
+19
*
[lsan] Implement the public allocator interface in standalone LSan.
Sergey Matveev
2014-08-26
3
-5
/
+43
*
[lsan] Implement __sanitizer_print_stack_trace() in standalone LSan.
Sergey Matveev
2014-08-26
4
-25
/
+35
*
[ASan/Win] Disable warning C4391: incorrect return type for intrinsic function
Timur Iskhodzhanov
2014-08-26
2
-0
/
+2
*
[ASan/Win] Rename asan_dll_thunk.cc to asan_win_dll_thunk.cc
Timur Iskhodzhanov
2014-08-26
3
-4
/
+4
*
[ASan/Win] Add an extra thunk.lib to handle stack-use-after-return option
Timur Iskhodzhanov
2014-08-26
2
-0
/
+36
*
[sanitizer] move mlock interceptor from asan/tsan/msan to common; no function...
Kostya Serebryany
2014-08-25
7
-108
/
+57
*
[ASan/Win] Add /DEBUG to the MD RTL link flags
Timur Iskhodzhanov
2014-08-25
1
-0
/
+1
*
[ASan] Replace CMake if/APPEND/endif with append_if
Timur Iskhodzhanov
2014-08-25
1
-4
/
+1
*
[ASan/Win] Intercept memory allocation functions in the MD CRT
Timur Iskhodzhanov
2014-08-25
4
-22
/
+87
*
[ASan] Rename the ASan dynamic RT
Timur Iskhodzhanov
2014-08-25
1
-1
/
+1
*
[UBSan] Add support for printing backtraces to all UBSan handlers
Alexey Samsonov
2014-08-22
7
-73
/
+112
*
[ubsan] Follow-up for r216263: fix the expected line number.
Alexander Potapenko
2014-08-22
1
-1
/
+1
*
[ASan/Win] Land the trivial bits of -MD RTL support (PR20214)
Timur Iskhodzhanov
2014-08-22
5
-10
/
+11
*
[ASan] Use check_library_exists to determine if libc/libstdc++ are available
Timur Iskhodzhanov
2014-08-22
2
-3
/
+7
*
[ubsan] Do not run Function/function.cpp on Darwin where -fsanitize=function ...
Alexander Potapenko
2014-08-22
1
-0
/
+3
*
Follow-up for r215436: use SIZE_T for strlen and wcslen interceptors.
Alexander Potapenko
2014-08-21
2
-5
/
+5
*
[ASan] Turns out we should always intercept __cxa_throw
Timur Iskhodzhanov
2014-08-21
1
-1
/
+1
*
Fix latent bug in try_compile macro and use CMAKE_EXE_LINKER_FLAGS
Alexey Samsonov
2014-08-20
1
-1
/
+5
*
DFSan's set label function should avoid writing to the shadow memory when the...
Peter Collingbourne
2014-08-19
1
-1
/
+13
*
[LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined with
Alexey Samsonov
2014-08-18
9
-25
/
+25
*
Add regression test for PR15823
Alexey Samsonov
2014-08-18
1
-0
/
+11
*
[TSan] Add -lpthread to the test which uses pthread_ functions
Alexey Samsonov
2014-08-18
1
-1
/
+1
*
profile: Improve error messages on bad GCDA files
Justin Bogner
2014-08-18
1
-4
/
+12
*
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
[next]