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
...
*
[compiler-rt] [test] Disable ASLR on LSAN+ASAN tests on NetBSD
Michał Górny
2019-12-18
1
-0
/
+2
*
[compiler-rt] [test] Disable ASLR for fuzzer tests on NetBSD
Michał Górny
2019-12-18
1
-0
/
+3
*
[compiler-rt] Sync NetBSD ioctl definitions with 9.99.26
Kamil Rytarowski
2019-12-18
4
-6
/
+47
*
[lit] Remove lit's REQUIRES-ANY directive
Thomas Preud'homme
2019-12-17
10
-10
/
+10
*
[sanitizer] Construct InternalMmapVector without memory allocation.
Igor Kudrin
2019-12-17
2
-2
/
+2
*
Change `asan/TestCases/Darwin/malloc_zone-protected.cpp` to call abort so tha...
Dan Liew
2019-12-16
1
-1
/
+1
*
[TSan][Darwin] Avoid calling pthread_self() before libpthread is initialized
Julian Lettner
2019-12-16
1
-1
/
+6
*
[ubsan] Enable testing of .m files
Vedant Kumar
2019-12-13
1
-1
/
+1
*
[LSAN] Increase stack space for guard-page.c test
Alex Richardson
2019-12-13
1
-2
/
+2
*
[NFC] Guard scudo_standalone's optional dependency on GWP-ASan behind flags.
Mitch Phillips
2019-12-13
1
-1
/
+3
*
[GWP-ASan] [Scudo] ifdef entire GWP-ASan tests.
Mitch Phillips
2019-12-13
1
-4
/
+2
*
[Scudo] [GWP-ASan] Add GWP-ASan to Scudo Standalone.
Mitch Phillips
2019-12-13
9
-1
/
+127
*
[iOS sim] Simplify iossim_run.py script
Julian Lettner
2019-12-12
1
-3
/
+2
*
[sanitizers] Redirect stdout and stderr to TASK_LOG
Eric Christopher
2019-12-12
1
-1
/
+1
*
[compiler-rt] libFuzzer: update -merge_control_file= help message.
Max Moroz
2019-12-12
1
-1
/
+2
*
[fuzzer] Add basic support for emscripten.
Jonathan Metzman
2019-12-12
6
-7
/
+29
*
Revert unintentional change to compiler-rt as part of the __bit_reference rev...
Eric Christopher
2019-12-12
1
-1
/
+1
*
[compiler-rt] Add a critical section when flushing gcov counters
Calixte Denizet
2019-12-12
1
-1
/
+24
*
Temporarily Revert "[libc++] Fix -Wdeprecated-copy warnings in __bit_reference"
Eric Christopher
2019-12-12
1
-1
/
+1
*
[TSan] Pacify flaky test on Darwin
Julian Lettner
2019-12-11
1
-7
/
+18
*
[profile] Avoid allocating a page on the stack, NFC
Vedant Kumar
2019-12-11
4
-14
/
+33
*
[profile] Delete stale profiles in test/profile/instrprof-value-prof.test, NFC
Vedant Kumar
2019-12-11
1
-0
/
+1
*
[profile] Delete stale profile in test/profile/instrprof-set-filename.c, NFC
Vedant Kumar
2019-12-11
1
-0
/
+2
*
[SanitizerCommon] Reduce wasting memory in LowLevelAllocator.
Igor Kudrin
2019-12-11
2
-1
/
+12
*
scudo: Tweak how we align UserPtr. NFCI.
Peter Collingbourne
2019-12-10
1
-5
/
+6
*
scudo: Move getChunkFromBlock() allocated check into caller. NFCI.
Peter Collingbourne
2019-12-10
1
-17
/
+9
*
[profile] Add explanatory comments to instrprof-darwin-exports.c, NFC
Vedant Kumar
2019-12-10
1
-3
/
+11
*
[scudo][standalone] Define hasHardwareCRC32 for other archs
Kostya Kortchinsky
2019-12-10
1
-1
/
+3
*
Revert "[compiler-rt] Add a critical section when flushing gcov counters"
Akira Hatanaka
2019-12-09
1
-24
/
+1
*
Remove unused Unit test directory for xray.
Eric Christopher
2019-12-09
2
-43
/
+0
*
[hwasan] Offline symbolization script.
Evgenii Stepanov
2019-12-09
3
-0
/
+286
*
scudo: Add a basic malloc/free benchmark.
Peter Collingbourne
2019-12-09
5
-0
/
+126
*
[GWP-ASan] 32-bit test pointers, allow multi-init for test.
Mitch Phillips
2019-12-09
2
-13
/
+15
*
[compiler-rt] Add a critical section when flushing gcov counters
Calixte Denizet
2019-12-09
1
-1
/
+24
*
[compiler-rt] [test] Disable ASLR on ASAN/MSAN/TSAN tests on NetBSD
Michał Górny
2019-12-06
6
-0
/
+21
*
scudo: Fix one of the C wrapper tests on Android.
Peter Collingbourne
2019-12-05
1
-2
/
+11
*
scudo: Fix the build of wrappers_c_test.cpp on Android.
Peter Collingbourne
2019-12-05
1
-0
/
+2
*
[compiler-rt] FuzzedDataProvider: do not call memcpy on empty vector.
Max Moroz
2019-12-04
1
-0
/
+6
*
Revert "[Coverage] Revise format to reduce binary size"
Vedant Kumar
2019-12-04
1
-40
/
+9
*
[Coverage] Revise format to reduce binary size
Vedant Kumar
2019-12-04
1
-9
/
+40
*
[compiler-rt] Disable fuzzer large.test when LLVM_ENABLE_EXPENSIVE_CHECKS=ON
Alex Lorenz
2019-12-03
4
-0
/
+7
*
Rename `tsan/race_range_pc.cc` to `test/tsan/race_range_pc.cpp`.
Dan Liew
2019-12-03
1
-0
/
+0
*
[scudo][standalone] Add chunk ownership function
Kostya Kortchinsky
2019-12-03
3
-7
/
+27
*
Revert "Revert 1689ad27af5 "[builtins] Implement rounding mode support for i3...
Yi Kong
2019-11-27
4
-2
/
+50
*
[clang][CodeGen] Implicit Conversion Sanitizer: handle increment/decrement (P...
Roman Lebedev
2019-11-27
3
-0
/
+364
*
scudo: Limit the number of bytes tested in a realloc test.
Peter Collingbourne
2019-11-27
1
-1
/
+1
*
scudo: Replace a couple of macros with their expansions.
Peter Collingbourne
2019-11-27
16
-67
/
+64
*
scudo: Call setCurrentTSD(nullptr) when bringing down the TSD registry in tests.
Peter Collingbourne
2019-11-27
1
-0
/
+1
*
Make memory dump same as the one in asan.
Martin Liska
2019-11-27
1
-1
/
+2
*
[scudo][standalone] Make tests work on Fuchsia
Kostya Kortchinsky
2019-11-27
25
-90
/
+157
[prev]
[next]