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
*
Add throw() specifiers to more redeclarations of operator delete and operator...
Nick Lewycky
2014-02-08
3
-6
/
+6
*
Stick to C++98 for this.
Nick Lewycky
2014-02-08
2
-6
/
+6
*
Update these declarations of operator delete (and delete[]) to have noexcept,
Nick Lewycky
2014-02-08
2
-10
/
+16
*
tsan: improve the test
Dmitry Vyukov
2014-02-07
1
-2
/
+9
*
tsan: run user OnInitialize callback later
Dmitry Vyukov
2014-02-07
1
-1
/
+2
*
[sanitizer] Intercept if_indextoname() and if_nametoindex().
Sergey Matveev
2014-02-06
3
-1
/
+49
*
[sanitizer] Fix build.
Sergey Matveev
2014-02-06
3
-10
/
+18
*
[sanitizer] One does not simply intercept getifaddrs().
Sergey Matveev
2014-02-06
5
-19
/
+64
*
[sanitizer] Intercept getifaddrs().
Sergey Matveev
2014-02-06
5
-1
/
+74
*
[sanitizer] Intercept getresuid and getresgid.
Sergey Matveev
2014-02-06
5
-1
/
+59
*
[TSan] Add a regression test for https://code.google.com/p/thread-sanitizer/i...
Alexander Potapenko
2014-02-06
1
-0
/
+28
*
[TSan] Don't flush all file streams on program shutdown to avoid deadlocks on...
Alexander Potapenko
2014-02-06
1
-1
/
+6
*
tsan: simplify Go build script
Dmitry Vyukov
2014-02-06
1
-4
/
+1
*
tsan: remove unused functions
Dmitry Vyukov
2014-02-06
1
-18
/
+0
*
tsan: improve error message for Go
Dmitry Vyukov
2014-02-06
1
-0
/
+5
*
[asan] fix testing on Mac
Kostya Serebryany
2014-02-06
1
-0
/
+2
*
[asan] introduce two functions that will allow implementations of C++ garbage...
Kostya Serebryany
2014-02-06
5
-5
/
+102
*
[sanitizer] Fix build.
Sergey Matveev
2014-02-05
1
-0
/
+1
*
[sanitizer] Implement ioctl decoding.
Sergey Matveev
2014-02-05
5
-6
/
+127
*
[sanitizer] hide two functions in the __sanitizer namespace to avoid exportin...
Kostya Serebryany
2014-02-05
3
-18
/
+16
*
tsan: fix windows alignment check
Dmitry Vyukov
2014-02-05
1
-1
/
+3
*
tsan: deflake flaky test
Dmitry Vyukov
2014-02-05
1
-0
/
+2
*
tsan: ensure proper alignment of mmaps on windows
Dmitry Vyukov
2014-02-05
3
-4
/
+8
*
[ASan/Win] Add DLL thunks for __asan_{,un}poison_memory_region
Timur Iskhodzhanov
2014-02-04
1
-0
/
+3
*
[ASan/Win] Fall back to stdout if we can't print the reports to stderr
Timur Iskhodzhanov
2014-02-04
1
-6
/
+41
*
tsan: add windows native build script
Dmitry Vyukov
2014-02-04
1
-0
/
+4
*
tsan: fix windows build
Dmitry Vyukov
2014-02-04
1
-5
/
+6
*
tsan: fix windows build
Dmitry Vyukov
2014-02-04
2
-3
/
+1
*
tsan: update Go public interface
Dmitry Vyukov
2014-02-04
2
-8
/
+7
*
[CMake] Fixup for r200753
Alexey Samsonov
2014-02-04
1
-1
/
+1
*
[ASan] Get rid of asan_mac.h, which contents have been moved to sanitizer_mac.h
Alexander Potapenko
2014-02-04
3
-51
/
+0
*
[ASan] Use replace_str=0 and replace_intrin=0 in printf-{2,4}.c to avoid trig...
Alexander Potapenko
2014-02-04
2
-6
/
+10
*
tsan: fix darwin Go build
Dmitry Vyukov
2014-02-04
1
-5
/
+6
*
CMake: Enable -Werror for the -fno-function-sections check
Justin Bogner
2014-02-04
1
-1
/
+1
*
[ASan] Fix printf-5.c on OSX: fix a compiler warning, avoid intercepting memc...
Alexander Potapenko
2014-02-04
1
-4
/
+5
*
tsan: update public Go interface
Dmitry Vyukov
2014-02-04
2
-23
/
+55
*
[ASan] Replace the call to "vname" with "WRAP(vname)" in FORMAT_INTERCEPTOR_IMPL
Alexander Potapenko
2014-02-04
1
-1
/
+1
*
[lsan] simplify use_tls_dynamic.cc test
Kostya Serebryany
2014-02-04
3
-17
/
+18
*
tsan: add SANITIZER_INTERFACE_ATTRIBUTE to more callbacks
Dmitry Vyukov
2014-02-04
2
-1
/
+4
*
[CMake] Check that compiler supports -fno-function-sections flag
Alexey Samsonov
2014-02-04
1
-3
/
+6
*
tsan: relax check for errno spoiling more
Dmitry Vyukov
2014-02-04
1
-1
/
+9
*
[sanitizer] make __tls_get_addr interceptor (more) AS-safe. No good test so f...
Kostya Serebryany
2014-02-04
1
-2
/
+3
*
[sanitizer] Handle TLS sizes for glibc < 2.13; As discussed in http://gcc.gnu...
Kostya Serebryany
2014-02-04
1
-9
/
+36
*
[libsanitizer] Workaround for https://code.google.com/p/address-sanitizer/iss...
Alexander Potapenko
2014-02-03
3
-1
/
+16
*
[libsanitizer] Follow-up for r200700: add the new header to CMakeLists.txt an...
Alexander Potapenko
2014-02-03
2
-0
/
+5
*
[ASan] Move GetMacosVersion() to sanitizer_common.
Alexander Potapenko
2014-02-03
5
-50
/
+76
*
[asan] asan_device_setup.sh: allow overriding adb path.
Evgeniy Stepanov
2014-02-03
1
-2
/
+2
*
[asan] Reinitialize allocator quarantine on activation.
Evgeniy Stepanov
2014-02-03
3
-0
/
+8
*
[sanitizer] Resubmit r200683: disable -ffunction-sections.
Evgeniy Stepanov
2014-02-03
2
-0
/
+40
*
Revert r200683.
Evgeniy Stepanov
2014-02-03
2
-40
/
+0
[next]