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] Remove dependency of tests on runtime library in standalone build.
Evgeniy Stepanov
2014-06-09
1
-2
/
+4
*
[msan] Intercept __strto*_internal.
Evgeniy Stepanov
2014-06-09
2
-24
/
+44
*
Fix line numbers for code inlined from __nodebug__ functions.
Evgeniy Stepanov
2014-06-09
1
-1
/
+1
*
[msan] Add a test for mmx.packuswb.
Evgeniy Stepanov
2014-06-09
1
-0
/
+22
*
[msan] Simplify tests.
Evgeniy Stepanov
2014-06-09
1
-18
/
+25
*
[asan] Add malloc_usable_size to android malloc dispatch.
Evgeniy Stepanov
2014-06-09
1
-8
/
+10
*
[TSan] Make lit-tests more self-contained
Alexey Samsonov
2014-06-06
8
-43
/
+30
*
tsan: fix argument passing in Go interface
Dmitry Vyukov
2014-06-06
1
-3
/
+3
*
Un-xfail passing ARM Android tests
Greg Fitzgerald
2014-06-06
20
-20
/
+20
*
tsan: fix CurrentStackId
Dmitry Vyukov
2014-06-06
1
-14
/
+28
*
tsan: fix mutex in Go mode
Dmitry Vyukov
2014-06-06
1
-1
/
+1
*
tsan: disable reporting of mutex misuses in Go
Dmitry Vyukov
2014-06-06
1
-0
/
+4
*
tsan: minor optimizations for Go runtime
Dmitry Vyukov
2014-06-06
1
-1
/
+2
*
tsan: fix out-of-bounds access in Go runtime
Dmitry Vyukov
2014-06-06
1
-5
/
+3
*
tsan: fix mapping of meta shadow for Go
Dmitry Vyukov
2014-06-06
1
-8
/
+18
*
tsan: flush metamap per-thread cache when thread finishes
Dmitry Vyukov
2014-06-06
1
-0
/
+1
*
tsan: fix clang warning:
Dmitry Vyukov
2014-06-06
1
-0
/
+2
*
tsan: fix Go build with TSAN_COLLECT_STATS
Dmitry Vyukov
2014-06-06
1
-2
/
+2
*
tsan: allow to build Go runtime with clang + enable SSE3
Dmitry Vyukov
2014-06-06
1
-5
/
+7
*
[msan] Fix wrong endianness when printing shadow.
Evgeniy Stepanov
2014-06-06
3
-1
/
+25
*
[msan] Partial revert of r210331.
Evgeniy Stepanov
2014-06-06
1
-1
/
+1
*
[msan] Better diagnostic for invalid origin id.
Evgeniy Stepanov
2014-06-06
4
-7
/
+8
*
sanitizer: document missing macro
Dmitry Vyukov
2014-06-06
1
-0
/
+1
*
[asan] Make ReplaceSystemMalloc optional on Android.
Evgeniy Stepanov
2014-06-06
3
-6
/
+14
*
[asan] initialize fake_stack_ to 0 before we call SetThreadStackAndTls, becau...
Kostya Serebryany
2014-06-06
1
-1
/
+3
*
[TSan] Reduce the stack frame size of ReportDeadlock
Alexey Samsonov
2014-06-05
1
-1
/
+1
*
[asancov] Faster coverage in memory-mapped mode.
Evgeniy Stepanov
2014-06-05
3
-21
/
+26
*
[asan] asan_device_setup: extend search path
Evgeniy Stepanov
2014-06-05
1
-2
/
+2
*
[asan] Add 'asan' to asan test deps.
Evgeniy Stepanov
2014-06-05
1
-1
/
+1
*
[asan] Fix lit tests setup on Android.
Evgeniy Stepanov
2014-06-05
1
-1
/
+1
*
[asan] Use -pthread instead of -lpthread in tests.
Evgeniy Stepanov
2014-06-05
2
-3
/
+3
*
Remove's uses of sys/timeb.h for Android.
Dan Albert
2014-06-05
1
-1
/
+3
*
[Deadlock detector] Fix CMake build rules for shared runtime
Alexey Samsonov
2014-06-05
1
-12
/
+9
*
[asan] Add install rule for Android runtime
Greg Fitzgerald
2014-06-04
1
-0
/
+3
*
[dfsan] Fix the declaration of dfsan_add_label.
Peter Collingbourne
2014-06-04
2
-0
/
+8
*
[sanitizer] Make LSan/MSan/TSan honor the "color" flag.
Sergey Matveev
2014-06-04
3
-6
/
+6
*
[sancov] Handle fork.
Evgeniy Stepanov
2014-06-04
7
-8
/
+155
*
Disable unstable test on ARM
Greg Fitzgerald
2014-06-04
1
-1
/
+1
*
[sancov] Delay opening dump file until the first module constructor.
Evgeniy Stepanov
2014-06-03
1
-8
/
+9
*
[sancov] Handle spaces in module name.
Evgeniy Stepanov
2014-06-03
1
-2
/
+1
*
[asan] enable detect_odr_violation=2; https://code.google.com/p/address-sanit...
Kostya Serebryany
2014-06-03
2
-1
/
+3
*
[sancov] Fix map update logic on Android.
Evgeniy Stepanov
2014-06-03
4
-28
/
+89
*
Fix Android build after r210053
Greg Fitzgerald
2014-06-03
1
-13
/
+15
*
Cleanup Android build and provide better diagnostics
Greg Fitzgerald
2014-06-02
1
-15
/
+24
*
[ASan Win] Manually call __asan_init early in the DLL initialization process ...
Timur Iskhodzhanov
2014-06-02
2
-1
/
+39
*
[Sanitizer/interception Win] Break into the debugger on unknown instructions
Timur Iskhodzhanov
2014-06-02
1
-1
/
+2
*
[ASan Win] Fix memset interception in DLLs
Timur Iskhodzhanov
2014-06-02
2
-0
/
+22
*
[asan] Default to memory-mapped coverage on Android.
Evgeniy Stepanov
2014-06-02
1
-1
/
+1
*
[msan] Handle x86 vector pack intrinsics.
Evgeniy Stepanov
2014-06-02
1
-0
/
+21
*
[asan] Improve vDSO check in AsanCheckDynamicRTPrereqs; patch by Yuri Gribov
Kostya Serebryany
2014-06-02
1
-0
/
+4
[next]