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
*
[sanitizer] Fix Fuchsia ReadBinaryName not to crash when uninitialized
Petr Hosek
2018-05-02
1
-2
/
+4
*
[libFuzzer] Don't short-circuit from CrashCallback.
Matt Morehouse
2018-05-02
1
-3
/
+2
*
[libFuzzer] Report at most one crash per input.
Matt Morehouse
2018-05-01
9
-0
/
+57
*
[compiler-rt][X86][AMD][Bulldozer] Fix Bulldozer Model 2 detection.
Roman Lebedev
2018-05-01
1
-2
/
+2
*
tsan: disable trace switching after multithreaded fork
Dmitry Vyukov
2018-04-30
2
-0
/
+6
*
[XRay][profiler] Part 1: XRay Allocator and Array Implementations
Dean Michael Berris
2018-04-29
6
-16
/
+711
*
tsan: improve "destroy of a locked mutex" reports
Dmitry Vyukov
2018-04-27
4
-2
/
+52
*
Revert "[CMake] Make simple source used for CMake checks a C file"
Petr Hosek
2018-04-27
1
-1
/
+1
*
[CMake] Make simple source used for CMake checks a C file
Petr Hosek
2018-04-26
1
-1
/
+1
*
[asan] Align __asan_global_start so that it works with LLD
Reid Kleckner
2018-04-26
2
-2
/
+20
*
Enable full debug info in the ASan runtime on Windows
Reid Kleckner
2018-04-26
1
-5
/
+5
*
Add s390x to XFAIL for illegal_read/write_test.cc
Petar Jovanovic
2018-04-25
2
-2
/
+2
*
[scudo] Adding an interface function to print allocator stats
Kostya Kortchinsky
2018-04-25
5
-0
/
+43
*
Finetune supported arches for the tests added in r330840
Petar Jovanovic
2018-04-25
2
-0
/
+2
*
[mips] Implement GetWriteFlag() for mips
Petar Jovanovic
2018-04-25
3
-0
/
+76
*
Remove 'noexcept's that do not match between header and source file.
Richard Smith
2018-04-24
1
-3
/
+3
*
[sanitizer] More dead code removal
Kostya Kortchinsky
2018-04-24
3
-49
/
+0
*
The OpenBSD UBsan port introduced two typos that broke the Solaris sanitizer ...
Rainer Orth
2018-04-24
2
-2
/
+2
*
[LibFuzzer] Tweak `MutationDispatcher::Mutate_CopyPart` mutation.
Dan Liew
2018-04-24
2
-1
/
+18
*
[HWASan] Use dynamic shadow memory on Android only.
Alex Shlyapnikov
2018-04-24
1
-3
/
+3
*
[libFuzzer] Add feature to not use AFL's deferred forkserver.
Matt Morehouse
2018-04-23
1
-1
/
+13
*
Change kAllocatorSpace for powerpc64.
Martin Liska
2018-04-23
1
-1
/
+1
*
[Sanitizer] Internal Printf string width + left-justify.
Alex Shlyapnikov
2018-04-23
2
-11
/
+35
*
[HWASan] Add files missing in r330624
Alex Shlyapnikov
2018-04-23
3
-0
/
+244
*
[HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).
Alex Shlyapnikov
2018-04-23
10
-70
/
+169
*
Revert r330474 - "[HWASan] Introduce non-zero based and dynamic shadow memory...
Reid Kleckner
2018-04-23
13
-409
/
+70
*
Fix clang-cl warnings in compiler-rt
Reid Kleckner
2018-04-23
3
-4
/
+5
*
[scudo] Read ARM feature bits using Fuchsia APIs.
Kostya Kortchinsky
2018-04-23
1
-1
/
+12
*
Revert "[Sanitizer] Internal Printf string precision argument + padding."
Alex Shlyapnikov
2018-04-20
2
-9
/
+2
*
[HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).
Alex Shlyapnikov
2018-04-20
13
-70
/
+409
*
asan: Mark printf-4.c as unsupported on Windows.
Peter Collingbourne
2018-04-20
1
-2
/
+3
*
[Sanitizer] Internal Printf string precision argument + padding.
Alex Shlyapnikov
2018-04-20
2
-2
/
+9
*
Revert r330376 "[sanitizer] Generalize atomic_uint8_t, atomic_uint16_t, ... i...
Hans Wennborg
2018-04-20
1
-10
/
+28
*
[LibFuzzer] Report when custom counters are available.
Dan Liew
2018-04-20
2
-0
/
+4
*
[LibFuzzer] Try to unbreak the `FuzzerMutate.ShuffleBytes1` unit test.
Dan Liew
2018-04-20
1
-1
/
+1
*
[LibFuzzer] Unbreak the `trace-malloc-unbalanced.test` when using Python 3.
Dan Liew
2018-04-20
1
-5
/
+5
*
[Fuzzer] Add a missing header in Fuchsia implementation
Petr Hosek
2018-04-20
1
-0
/
+1
*
[sanitizer] Generalize atomic_uint8_t, atomic_uint16_t, ... into a template. ...
Kuba Mracek
2018-04-19
1
-28
/
+10
*
[sanitizer] Minor refactor of some ReservedAddressRange functions
Kostya Kortchinsky
2018-04-19
3
-37
/
+20
*
[Fuzzer] Make InterruptHandler non-blocking for Fuchsia
Petr Hosek
2018-04-19
1
-1
/
+6
*
tsan: fix compiler warnings
Dmitry Vyukov
2018-04-19
1
-3
/
+3
*
[HWASan] Add "N" suffix to generic __hwasan_load/store.
Alex Shlyapnikov
2018-04-18
3
-8
/
+30
*
[sanitizer] Minor refactor of ThreadDescriptorSize
Kostya Kortchinsky
2018-04-18
1
-14
/
+5
*
[XRay][compiler-rt] Add noop patch functions for unsupported arches.
Keith Wyss
2018-04-17
5
-0
/
+30
*
Implement trampoline and handler for typed xray event tracing.
Keith Wyss
2018-04-17
9
-12
/
+208
*
[sanitizer] Remove low-hanging-fruit dead code
Kostya Kortchinsky
2018-04-17
5
-48
/
+0
*
[sanitizer] Fix OSX build failure post D45457
Kostya Kortchinsky
2018-04-16
2
-1
/
+7
*
[sanitizer] Build failures fixes post D45457
Kostya Kortchinsky
2018-04-16
3
-0
/
+3
*
[sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommon
Kostya Kortchinsky
2018-04-16
23
-336
/
+386
*
tsan: add support for linux/powerpc64 in buildgo.sh
Dmitry Vyukov
2018-04-16
4
-6
/
+106
[next]