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
*
[tsan] Relax the "ignored-interceptors.mm" testcase. The test has been flaky...
Kuba Brecka
2016-07-01
1
-1
/
+1
*
[compiler-rt] Re-active unittest previously broken on windows.
Etienne Bergeron
2016-06-30
1
-4
/
+0
*
[compiler-rt] Fix TLS resource leaking in unittest
Etienne Bergeron
2016-06-30
1
-0
/
+1
*
[compiler-rt] Fix broken (flaky) unittests based on FlagParser.
Etienne Bergeron
2016-06-30
1
-0
/
+6
*
[compiler-rt] Reset global variables in ThreadRegistryThreadedTest
Etienne Bergeron
2016-06-30
1
-0
/
+4
*
[compiler-rt] Fix broken unittest using alloca on MSVC.
Etienne Bergeron
2016-06-30
1
-1
/
+8
*
[compiler-rt] Fix Sanitizer-common Unittests on win64
Etienne Bergeron
2016-06-29
2
-3
/
+7
*
[compiler-rt] Fix the Asan unittest on Windows
Etienne Bergeron
2016-06-29
1
-1
/
+1
*
[compiler-rt] Fix passing debug information to unittest.
Etienne Bergeron
2016-06-29
2
-0
/
+8
*
[tsan] Stop extending the block’s lifetime in dispatch_group_async
Kuba Brecka
2016-06-29
2
-1
/
+46
*
[msan] Fix handling of padding in sendmsg control data.
Evgeniy Stepanov
2016-06-28
2
-1
/
+130
*
[CMake] In r273957, I deleted a line that shouldn't have been removed.
Chris Bieneman
2016-06-28
1
-0
/
+1
*
Adapt the "objc-race.mm" test to use ignore_interceptors_accesses=1. All Obj...
Kuba Brecka
2016-06-28
1
-1
/
+1
*
Adding a comment to explain r273886 ("Stop unwinding the stack when a close-t...
Kuba Brecka
2016-06-28
2
-0
/
+6
*
[CMake] Check for androidabi in CMakeLists.txt not base-config-ix.cmake
Chris Bieneman
2016-06-27
2
-5
/
+3
*
Revert "Parse the triple in base-config-ix to propagate ANDROID variable corr...
Chris Bieneman
2016-06-27
2
-13
/
+12
*
Parse the triple in base-config-ix to propagate ANDROID variable correctly
Sumanth Gundapaneni
2016-06-27
2
-12
/
+13
*
[tsan] Add HB edges for GCD barrier blocks
Kuba Brecka
2016-06-27
3
-48
/
+132
*
[tsan] Treat non-barrier OSAtomic* functions as barriers to avoid false posit...
Kuba Brecka
2016-06-27
1
-15
/
+24
*
[asan] fix false dynamic-stack-buffer-overflow report with constantly-sized d...
Kuba Brecka
2016-06-27
1
-0
/
+44
*
[sanitizer] Stop unwinding the stack when a close-to-zero PC is found
Kuba Brecka
2016-06-27
5
-8
/
+25
*
tsan: don't create sync objects on acquire
Dmitry Vyukov
2016-06-27
5
-14
/
+16
*
Move -ldl to the correct compiler invocation
Ryan Govostes
2016-06-27
1
-2
/
+2
*
[tsan] Intercept libcxx __release_shared to avoid false positive with weak_pt...
Kuba Brecka
2016-06-26
5
-0
/
+209
*
cfi: Start testing CFI in both standalone and devirtualization modes.
Peter Collingbourne
2016-06-25
6
-7
/
+34
*
[msan] Intercept eventfd_read, eventfd_write.
Evgeniy Stepanov
2016-06-24
3
-0
/
+49
*
[sanitizer] Add syscall handlers for sigaction and rt_sigaction.
Evgeniy Stepanov
2016-06-24
3
-5
/
+92
*
[asan] Improve global-registration.c test
Ryan Govostes
2016-06-24
1
-6
/
+11
*
cfi: Apply pass rename to tests.
Peter Collingbourne
2016-06-24
1
-4
/
+4
*
[msan] Fix syscall handlers for pipe, pipe2, socketpair.
Evgeniy Stepanov
2016-06-24
2
-13
/
+21
*
fix a test bug when executed remotedly
Xinliang David Li
2016-06-24
1
-1
/
+2
*
Change shared library load path to appease Android bot
Ryan Govostes
2016-06-24
1
-3
/
+6
*
[asan] Add failure logging to global-registration.c test case
Ryan Govostes
2016-06-23
1
-2
/
+7
*
Use CreateFileA and add a FIXME to switch to the wide variant
Reid Kleckner
2016-06-23
2
-7
/
+9
*
[CMake] Converting darwin_test_archs simple source to C
Chris Bieneman
2016-06-22
1
-3
/
+3
*
builtins: tag with noexecstack
Saleem Abdulrasool
2016-06-22
104
-0
/
+296
*
[asan] Fix global-registration.c on Linux
Ryan Govostes
2016-06-22
1
-1
/
+1
*
[asan] Relax a flaky invalid-pointer-pairs test
Anna Zaks
2016-06-22
1
-3
/
+3
*
[asan] Add a test case for global registration
Ryan Govostes
2016-06-22
1
-0
/
+56
*
[CMake] NFC. An unset variable evaluates to false, so this else is unneeded
Chris Bieneman
2016-06-21
1
-2
/
+0
*
Fix asan_win_dll_thunk.cc test
Dmitry Vyukov
2016-06-21
1
-0
/
+2
*
Change the shadow memory address for win64.
Etienne Bergeron
2016-06-21
1
-0
/
+3
*
[asan] Fix shifting compiler warnings when compiler in 64-bits
Etienne Bergeron
2016-06-21
3
-10
/
+11
*
[compiler-rt] Split cflags and link flags to avoid warnings
Etienne Bergeron
2016-06-21
2
-1
/
+3
*
trimming whitespaces
Etienne Bergeron
2016-06-21
2
-9
/
+9
*
[asan] add primitives that allow coroutine implementations
Dmitry Vyukov
2016-06-21
4
-13
/
+324
*
Revert "Revert "[MSan] Enable on PowerPC64.""
Marcin Koscielnicki
2016-06-21
1
-1
/
+1
*
[sanitizers] [PowerPC] Intercept __tls_get_addr_opt.
Marcin Koscielnicki
2016-06-21
1
-0
/
+8
*
[msan] Don't check dstaddr in sendto() interceptor.
Evgeniy Stepanov
2016-06-20
2
-21
/
+11
*
[msan] Allow uninitialized padding in struct msghdr.
Evgeniy Stepanov
2016-06-20
2
-2
/
+13
[next]