index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[TSan] Don't guard #include <xpc/xpc.h>"
Julian Lettner
2019-08-16
1
-0
/
+7
*
[TSan] Add interceptors for os_unfair_lock
Julian Lettner
2019-08-16
1
-0
/
+53
*
[TSan] Don't guard #include <xpc/xpc.h>
Julian Lettner
2019-08-16
1
-7
/
+0
*
Disable stack_trace_compressor_fuzzer.
Mitch Phillips
2019-08-16
1
-13
/
+17
*
Moved binary off add_llvm_executable.
Mitch Phillips
2019-08-15
1
-1
/
+1
*
Re-instate 369051.
Mitch Phillips
2019-08-15
1
-1
/
+2
*
Guard fuzzer build behind Clang-only flags.
Mitch Phillips
2019-08-15
1
-11
/
+12
*
Remove CMake >= v3.13 target_link_options.
Mitch Phillips
2019-08-15
1
-1
/
+2
*
[GWP-ASan] Implement stack frame compression.
Mitch Phillips
2019-08-15
7
-19
/
+517
*
[sanitizer_common] Always use posix_spawn on Darwin
Julian Lettner
2019-08-15
1
-1
/
+2
*
Re-land "[compiler-rt] Migrate llvm::make_unique to std::make_unique"
Jonas Devlieghere
2019-08-15
1
-13
/
+13
*
Revert "[compiler-rt] Migrate llvm::make_unique to std::make_unique"
Jonas Devlieghere
2019-08-15
1
-13
/
+13
*
[sanitizer_common] Replace forkpty with posix_spawn on Darwin
Julian Lettner
2019-08-15
6
-92
/
+99
*
[compiler-rt] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-13
/
+13
*
[scudo][standalone] Add more stats to mallinfo
Kostya Kortchinsky
2019-08-14
7
-6
/
+36
*
[GWP-ASan] Update backtrace function signature.
Mitch Phillips
2019-08-12
6
-57
/
+89
*
[libFuzzer] Merge: print feature coverage number as well.
Max Moroz
2019-08-12
3
-6
/
+11
*
Fix Wnewline-eof after r368598
Nico Weber
2019-08-12
2
-2
/
+2
*
[asan_symbolize] Fix bug where the frame counter was not incremented.
Dan Liew
2019-08-12
1
-4
/
+9
*
[builtins] MSVC warning disable for clean build
Matthew G McGovern
2019-08-12
5
-0
/
+55
*
[scudo][standalone] Minor corrections
Kostya Kortchinsky
2019-08-12
6
-16
/
+14
*
[Sanitizer] Reenable getusershell interception
David Carlier
2019-08-10
1
-1
/
+1
*
[Sanitizer][Darwin] Add interceptor for malloc_zone_from_ptr
Julian Lettner
2019-08-09
1
-1
/
+10
*
Revert "[sanitizers] MSVC warning disable for clean build" and follow-up that...
Eric Christopher
2019-08-09
5
-54
/
+0
*
Fix compilation after SVN r368476
Martin Storsjo
2019-08-09
1
-0
/
+1
*
[sanitizers] MSVC warning disable for clean build
Matthew G McGovern
2019-08-09
5
-0
/
+53
*
Revert "[asan_symbolize] Fix bug where the frame counter was not incremented."
Mitch Phillips
2019-08-09
1
-9
/
+4
*
[libFuzzer] Merge: print stats after reading the output corpus dir.
Max Moroz
2019-08-09
1
-1
/
+3
*
[sanitizer] Update symbolizer/scripts/global_symbols.txt
Benjamin Kramer
2019-08-09
1
-0
/
+5
*
[asan_symbolize] Fix bug where the frame counter was not incremented.
Dan Liew
2019-08-09
1
-4
/
+9
*
hwasan: Add a code model check for tagged globals.
Peter Collingbourne
2019-08-08
1
-4
/
+34
*
[compiler-rt] Add ConsumeProbability and ConsumeFloatingPoint methods to FDP.
Max Moroz
2019-08-08
4
-4
/
+55
*
Sync ioctl(2) list with NetBSD 9.99.3
Kamil Rytarowski
2019-08-08
3
-7
/
+127
*
Restrict the NetBSD ASan TSD fallback to !ASAN_DYNAMIC
Kamil Rytarowski
2019-08-07
1
-2
/
+2
*
[TSAN] Fix tsan on FreeBSD after D54889
Alexander Richardson
2019-08-06
1
-0
/
+1
*
hwasan: Instrument globals.
Peter Collingbourne
2019-08-06
4
-20
/
+138
*
[Sanitizer] little typo
David Carlier
2019-08-06
1
-1
/
+1
*
[Sanitizer] Linux explicitally migrate shadow mapping to Transparent Huge Page
David Carlier
2019-08-06
4
-15
/
+7
*
[compiler-rt] Rename FuzzedDataProvider.h to .hpp and other minor changes.
Max Moroz
2019-08-06
3
-2
/
+4
*
[compiler-rt] Implement getrandom interception
Vitaly Buka
2019-08-06
3
-0
/
+30
*
[compiler-rt] Reverting r367962 due to Fuchsia bot build-breakage.
Puyan Lotfi
2019-08-06
1
-7
/
+0
*
[compiler-rt] Appending COMPILER_RT_LIBCXX_PATH -isystem include for xray (3)
Puyan Lotfi
2019-08-06
1
-0
/
+7
*
Build libfuzzer libcxx-static with PIC
Yi Kong
2019-08-05
1
-0
/
+1
*
BMI2 support is indicated in bit eight of EBX, not nine.
Eric Christopher
2019-08-05
1
-1
/
+1
*
[Sanitizer] Linux refactor shadow huge page mode handling
David Carlier
2019-08-05
6
-15
/
+15
*
[compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h for easier use.
Max Moroz
2019-08-05
5
-10
/
+10
*
Follow-up for r367863 and r367656
Nico Weber
2019-08-05
2
-2
/
+2
*
compiler-rt: Rename cc files below test/asan to cpp
Nico Weber
2019-08-05
2
-3
/
+3
*
Try to fix OOB tests more on Windows after r367642
Nico Weber
2019-08-05
1
-0
/
+7
*
Try to fix OOB tests on at least Windows after r367642
Nico Weber
2019-08-05
1
-1
/
+1
[next]