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] Re-poison all redzones on activation.
Evgeniy Stepanov
2016-09-13
2
-12
/
+63
*
[asan] Add missing include for rand()
Jonas Hahnfeld
2016-09-13
1
-0
/
+1
*
[sanitizer] replace CHECK with CHECK_XY in two places for better diagnostics
Kostya Serebryany
2016-09-12
1
-2
/
+2
*
[asan] Ease dealing with tagged enum ErrorDescription with some macros.
Filipe Cabecinhas
2016-09-12
1
-32
/
+27
*
[asan] Cleanup: Move tid into ErrorBase, add const to BufferedStackTrace, be ...
Filipe Cabecinhas
2016-09-12
4
-28
/
+27
*
[sanitizer] Add interceptor for ttyname_r
Keno Fischer
2016-09-09
3
-0
/
+22
*
[sanitizer] fix an allocator bug where the allocated memory may overlap with ...
Kostya Serebryany
2016-09-09
2
-4
/
+22
*
[asan] Store access_size in the {Stack,Global}AddressDescription objects
Filipe Cabecinhas
2016-09-09
2
-20
/
+27
*
[asan] Add a new AddressDescription structure, which can describe any type of...
Filipe Cabecinhas
2016-09-09
4
-76
/
+174
*
[asan] Disable handle_abort in Android tests.
Evgeniy Stepanov
2016-09-09
4
-4
/
+17
*
[asan] Since r280945 fixed the OS X abort() problem, merge scariness_score_te...
Filipe Cabecinhas
2016-09-09
2
-14
/
+3
*
[sanitizer] fix a potential buffer overflow due to __sanitizer_symbolize_pc (...
Kostya Serebryany
2016-09-09
2
-1
/
+12
*
Fix tsan-go build.
Evgeniy Stepanov
2016-09-08
1
-0
/
+2
*
[powerpc] Move #if to appease warnings-as-errors tests
Bill Seurer
2016-09-08
1
-3
/
+2
*
Revert "[XRay] ARM 32-bit no-Thumb support in compiler-rt"
Renato Golin
2016-09-08
9
-423
/
+117
*
Fix linker warning about sanitizer_common_nolibc functions on Windows
Reid Kleckner
2016-09-08
1
-0
/
+4
*
Really fix warnings about passing -std=gnu99 to MSVC
Reid Kleckner
2016-09-08
1
-2
/
+3
*
Revert "[ESan][MIPS] Adds support for MIPS64"
Qin Zhao
2016-09-08
13
-175
/
+36
*
[compiler-rt] Don't use -fPIC when building for Windows
Francis Ricci
2016-09-08
1
-1
/
+3
*
[asan] Fix handle_abort_on_error.cc test on Darwin
Kuba Brecka
2016-09-08
1
-0
/
+2
*
[asan] Handle SIGBART signal description. (found by buildbot)
Filipe Cabecinhas
2016-09-08
1
-0
/
+2
*
[asan] Reify ErrorDeadlySignal
Filipe Cabecinhas
2016-09-08
7
-71
/
+125
*
[tsan] Support C++11 call_once in TSan on Darwin
Kuba Brecka
2016-09-08
2
-0
/
+61
*
[asan] Test that asan does not report use-after-scope if program jumped over ...
Vitaly Buka
2016-09-08
1
-0
/
+21
*
Correctly escape %.
Nico Weber
2016-09-08
1
-1
/
+1
*
[XRay] ARM 32-bit no-Thumb support in compiler-rt
Dean Michael Berris
2016-09-08
9
-117
/
+423
*
[sanitizer] Fix a conflict between abort_on_error and handle_abort.
Evgeniy Stepanov
2016-09-07
3
-1
/
+21
*
[asan] Fix build on Linux.
Evgeniy Stepanov
2016-09-07
1
-1
/
+1
*
builtins: make sure that flags is setup properly for __clear_cache
Saleem Abdulrasool
2016-09-07
1
-1
/
+3
*
[asan] Fix a crash in GetCurrentThread() before init.
Evgeniy Stepanov
2016-09-07
1
-1
/
+1
*
[asan] Add openlog() on Android.
Evgeniy Stepanov
2016-09-07
1
-2
/
+2
*
[compiler-rt] Allow sanitizers to be compiled for windows with clang
Francis Ricci
2016-09-07
2
-2
/
+10
*
[compiler-rt] Fix library suffixes on windows
Francis Ricci
2016-09-07
2
-2
/
+17
*
[powerpc] Move #if to appease warnings-as-errors tests
Bill Seurer
2016-09-07
1
-3
/
+4
*
[powerpc] Disable ManyThreadsWithStatsStressTest test for ppc64
Bill Seurer
2016-09-07
1
-0
/
+4
*
[asan] Reify ErrorNewDeleteSizeMismatch
Filipe Cabecinhas
2016-09-07
5
-23
/
+58
*
[ESan][MIPS] Adds support for MIPS64
Sagar Thakur
2016-09-07
13
-36
/
+175
*
Add #include <cstdio> to unbreak build (missing definition of stderr)
Krzysztof Parzyszek
2016-09-06
1
-0
/
+1
*
asan: allow __asan_{before,after}_dynamic_init without registered globals
Dmitry Vyukov
2016-09-05
1
-3
/
+4
*
[asan] Move scariness_score_test.cc to a common subdirectory
Filipe Cabecinhas
2016-09-02
2
-183
/
+196
*
Un-XFAIL cfi/stats.cpp, it passes since fixing llvm-symbolizer to look for dw...
Reid Kleckner
2016-09-01
1
-4
/
+0
*
[CMake] Add option (defaulted off) to exclude atomic.c
Chris Bieneman
2016-09-01
1
-1
/
+5
*
[tsan] Bump stack frame size limit.
Evgeniy Stepanov
2016-09-01
1
-1
/
+1
*
Revert "Copy over most of the scariness_score test to the general tests"
Filipe Cabecinhas
2016-09-01
1
-191
/
+0
*
[CMake] Adding compiler-rt-test-depends target
Chris Bieneman
2016-09-01
1
-0
/
+1
*
Fix dll_host.cc test after adding div and gep trace coverage points
Reid Kleckner
2016-09-01
1
-0
/
+3
*
build: profile is not a sanitizer
Saleem Abdulrasool
2016-09-01
1
-1
/
+1
*
Try to fix another profile test
Renato Golin
2016-09-01
1
-1
/
+1
*
Remove extra scariness.Clear() call.
Filipe Cabecinhas
2016-09-01
1
-1
/
+0
*
Fix profile test assuming dumb compiler
Renato Golin
2016-09-01
1
-1
/
+1
[next]