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
*
[XRay][compiler-rt] Use __sanitizer::Atexit() instead of atexit()
Dean Michael Berris
2017-12-05
1
-1
/
+1
*
[XRay][compiler-rt] Implement XRay Basic Mode Filtering
Dean Michael Berris
2017-12-05
2
-54
/
+212
*
[XRay][compiler-rt] Implement logging implementation registration
Dean Michael Berris
2017-12-05
6
-23
/
+186
*
[libFuzzer] Remove const from ignoreRemainingArgs return value.
Matt Morehouse
2017-12-04
1
-2
/
+2
*
[libFuzzer] Remove FuzzerCommand.cpp from build sources.
Matt Morehouse
2017-12-04
1
-1
/
+0
*
[ASan] Disable invalid-pointer-pairs-threads.cc on Darwin.
Alex Shlyapnikov
2017-12-04
1
-0
/
+3
*
[libFuzzer] Encapsulate commands in a class.
Matt Morehouse
2017-12-04
9
-43
/
+400
*
[sanitizer] 64-bit allocator's PopulateFreeArray partial refactor
Kostya Kortchinsky
2017-12-04
1
-39
/
+47
*
[ASan] Fix test/asan/TestCases/Posix/invalid-pointer-pairs-threads.cc
Alex Shlyapnikov
2017-12-04
1
-1
/
+1
*
Handle NetBSD symbol renaming in sanitizer_common_interceptors.inc
Kamil Rytarowski
2017-12-04
1
-0
/
+40
*
These tests require x86 80-bit doubles. Mark them so.
Sterling Augustine
2017-12-04
3
-0
/
+3
*
[ASan] Enhance libsanitizer support for invalid-pointer-pair.
Alex Shlyapnikov
2017-12-04
10
-7
/
+410
*
Move __tsan::Vector to __sanitizer
Kamil Rytarowski
2017-12-04
14
-49
/
+47
*
[libFuzzer] add a flag -malloc_limit_mb
Kostya Serebryany
2017-12-01
5
-2
/
+11
*
[ubsan] Re-commit: lit changes for lld testing, future lto testing.
Roman Lebedev
2017-12-01
13
-22
/
+68
*
[libFuzzer] remove stale flags; NFC
Kostya Serebryany
2017-12-01
4
-13
/
+0
*
[libFuzzer] add an experimental search heuristic flag -reduce_depth
Kostya Serebryany
2017-12-01
5
-5
/
+18
*
[compiler-rt] Remove out of date comment
Shoaib Meenai
2017-12-01
1
-4
/
+0
*
[compiler-rt] Add install-*-stripped targets
Shoaib Meenai
2017-12-01
2
-0
/
+17
*
Add missing signal.h header:
Ismail Donmez
2017-12-01
1
-0
/
+1
*
Revert "[ubsan] lit changes for lld testing, future lto testing."
Roman Lebedev
2017-12-01
12
-65
/
+21
*
[ubsan] lit changes for lld testing, future lto testing.
Roman Lebedev
2017-12-01
12
-21
/
+65
*
[msan] Fix return type of mbrtowc
Vitaly Buka
2017-11-30
2
-8
/
+11
*
Add powerpc64 to compiler-rt build infrastructure.
Sterling Augustine
2017-11-30
3
-1
/
+21
*
Move x86-specific sources to x86-specific source lists.
Sterling Augustine
2017-11-30
1
-13
/
+22
*
[PGO] Add a test case for infinite loops
Xinliang David Li
2017-11-30
1
-0
/
+30
*
Fix the MIPS baremetal build
Alexander Richardson
2017-11-30
1
-2
/
+2
*
Linux needs to include sys/uio.h for readv, preadv
Stephan Bergmann
2017-11-30
1
-0
/
+3
*
[XRay][compiler-rt][Darwin] Use dynamic initialisation as an alternative
Dean Michael Berris
2017-11-29
1
-1
/
+8
*
[sanitizer] Add 'strip_env' flag to enable/disable removing sanitizer dylib f...
Kuba Mracek
2017-11-29
3
-0
/
+12
*
[scudo] Allow for compile-time choice of the SizeClassMap
Kostya Kortchinsky
2017-11-29
1
-11
/
+12
*
[compiler-rt] Switch from deprecated TARGET_IPHONE_SIMULATOR to TARGET_OS_SIM...
Kuba Mracek
2017-11-29
1
-1
/
+1
*
[asan] Fix macOS FindDynamicShadowStart to consider the last gap in the VM map
Kuba Mracek
2017-11-29
1
-0
/
+5
*
[asan] Don't crash on fclose(NULL)
Kuba Mracek
2017-11-29
2
-1
/
+14
*
[asan] Allow getpwnam(NULL) for binary compatibility
Kuba Mracek
2017-11-29
2
-1
/
+17
*
[sanitizer] Refactor how assembly files are handled
Kuba Mracek
2017-11-29
7
-114
/
+100
*
Defer StartBackgroundThread() and StopBackgroundThread() in TSan
Kamil Rytarowski
2017-11-29
3
-7
/
+19
*
Revert change for LibFuzzer target archs
Yi Kong
2017-11-29
1
-1
/
+1
*
[LibFuzzer] Add Android to LibFuzzer's supported OSes
Yi Kong
2017-11-29
1
-2
/
+2
*
[compiler-rt] Avoid unnecessarily hiding inline visibility [NFC]
Weiming Zhao
2017-11-28
1
-1
/
+3
*
[XRay][compiler-rt] Fix armhf build
Dean Michael Berris
2017-11-28
1
-1
/
+2
*
[XRay][compiler-rt] Fix runtime build
Dean Michael Berris
2017-11-28
1
-20
/
+11
*
[LSan] Fix one source of stale segments in the process memory mapping.
Alex Shlyapnikov
2017-11-28
2
-29
/
+29
*
[LibFuzzer] Improve comments on `CounterToFeature()` function.
Dan Liew
2017-11-28
1
-1
/
+12
*
Support the setjmp(3) family of functions in TSan/NetBSD
Kamil Rytarowski
2017-11-28
2
-26
/
+106
*
[PowerPC][tsan] Update tsan to handle changed memory layouts in newer kernels
Bill Seurer
2017-11-28
1
-2
/
+2
*
[XRay][compiler-rt][Darwin] Minimal XRay build support in Darwin
Dean Michael Berris
2017-11-28
7
-70
/
+109
*
Correct mangled_sp on NetBSD/amd64 in TSan
Kamil Rytarowski
2017-11-28
1
-2
/
+4
*
Handle symbol renaming of sigaction for NetBSD
Kamil Rytarowski
2017-11-28
2
-6
/
+12
*
[msan] Avoid shadowing a variable in common interceptors.
Evgeniy Stepanov
2017-11-27
1
-16
/
+15
[next]