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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[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
*
[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
*
[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
*
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
*
[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
2
-0
/
+46
*
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
*
[profile] Fix file contention causing dropped counts on Windows under -fprofi...
Hans Wennborg
2019-11-27
1
-2
/
+7
*
Fix sanitizer-common build with glibc 2.31
Evgenii Stepanov
2019-11-25
2
-19
/
+4
*
[PowerPC][compiler-rt][builtins]Add __fixtfti builtin on PowerPC
Lei Huang
2019-11-25
2
-0
/
+39
*
[GWP-ASan] Add GWP_ASAN_ prefix to macros.
Mitch Phillips
2019-11-25
3
-21
/
+9
*
[scudo][standalone] Fix for releaseToOS prior to init
Kostya Kortchinsky
2019-11-25
2
-1
/
+19
*
Reland "[CMake] Support installation of InstrProfData.inc"
Petr Hosek
2019-11-22
8
-767
/
+15
*
Revert "[CMake] Support installation of InstrProfData.inc"
Petr Hosek
2019-11-22
7
-12
/
+766
*
[CMake] Support installation of InstrProfData.inc
Petr Hosek
2019-11-22
7
-766
/
+12
*
Don't forward __pthread_mutex_* interceptors to pthread_mutex_* version
Vitaly Buka
2019-11-22
1
-2
/
+18
*
[libFuzzer] don't use /dev/null for DiscardOuput in Fuchsia.
Marco Vanotti
2019-11-21
8
-18
/
+42
*
[libFuzzer] Fix unwinding for Fuchsia
Marco Vanotti
2019-11-21
1
-16
/
+48
*
[libFuzzer] Fix fd check in DupAndCloseStderr.
Marco Vanotti
2019-11-21
1
-1
/
+1
*
[scudo][standalone] Minor optimization & improvements
Kostya Kortchinsky
2019-11-21
3
-11
/
+31
*
[compiler-rt] Don't check XCR0 when detecting avx512 on Darwin.
Florian Hahn
2019-11-21
1
-0
/
+8
*
scudo: Only use the Android reserved TLS slot when building libc's copy of th...
Peter Collingbourne
2019-11-20
3
-4
/
+10
*
scudo: Switch from std::random_shuffle to std::shuffle in a test.
Peter Collingbourne
2019-11-19
1
-1
/
+2
*
[profile] Address unused function warnings on Windows after D69586
Vedant Kumar
2019-11-19
1
-0
/
+2
*
[profile] Unbreak Fuchsia/Windows after D68351
Vedant Kumar
2019-11-19
1
-3
/
+3
*
[Symbolizers] On Darwin compute function offset when possible.
Dan Liew
2019-11-19
1
-1
/
+21
*
Revert 1689ad27af5 "[builtins] Implement rounding mode support for i386/x86_64"
Hans Wennborg
2019-11-19
2
-40
/
+0
*
[profile] Support online merging with continuous sync mode
Vedant Kumar
2019-11-18
3
-44
/
+95
*
[X86] Add AMD Matisse (znver2) model number to getHostCPUName and compiler-rt...
Craig Topper
2019-11-18
1
-2
/
+2
*
[builtins] Implement rounding mode support for i386/x86_64
Yi Kong
2019-11-18
2
-0
/
+40
*
[scudo][standalone] Enabled SCUDO_DEBUG for tests + fixes
Kostya Kortchinsky
2019-11-15
6
-10
/
+13
*
[SanitizerCommon] Print the current value of options when printing out help.
Dan Liew
2019-11-14
4
-3
/
+71
*
[profile] Factor out logic for mmap'ing merged profile, NFC
Vedant Kumar
2019-11-13
1
-22
/
+51
*
Add a shim for setenv on PS4 since it does not exist.
Douglas Yung
2019-11-12
1
-1
/
+3
*
Fix include guard and properly order __deregister_frame_info.
Sterling Augustine
2019-11-12
2
-4
/
+9
*
[scudo][standalone] Match function name change to bionic name change.
Christopher Ferris
2019-11-11
1
-9
/
+1
*
[PowerPC][compiler-rt][builtins]Fix __fixunstfti builtin on PowerPC
Lei Huang
2019-11-08
1
-2
/
+12
*
[GWP-ASan] Respect compiler-rt's -fno-lto
Mitch Phillips
2019-11-07
1
-1
/
+2
*
Remove unused variables, as suggested by @mcgov.
Alexandre Ganea
2019-11-04
1
-3
/
+0
[prev]
[next]