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] Bug fixes for FDR custom event and arg-logging
Dean Michael Berris
2018-09-13
1
-18
/
+47
*
[TSan] Update test values
Vlad Tsyrklevich
2018-09-12
1
-4
/
+4
*
[hwasan] On every use-after-free print a developer note: the index of this he...
Kostya Serebryany
2018-09-12
2
-5
/
+39
*
[hwasan] tests for a buffer overflow with a large allocation
Kostya Serebryany
2018-09-12
1
-1
/
+6
*
[libFuzzer] [Windows] Include windows.h and psapi.h with lowercase
Martin Storsjo
2018-09-11
2
-3
/
+3
*
[gcov] Fix branch counters with switch statements (fix PR38821)
Vedant Kumar
2018-09-11
2
-4
/
+4
*
[Msan] Fix unit test linkage issue on FreeBSD
David Carlier
2018-09-11
1
-1
/
+1
*
[ASan] [Windows] Remove const from _msize function declaration parameter
Martin Storsjo
2018-09-11
1
-1
/
+1
*
[hwasan] Re-enable print-memory-usage-android test.
Evgeniy Stepanov
2018-09-10
1
-3
/
+6
*
[Windows] Include BaseTsd.h with lowercase
Martin Storsjo
2018-09-10
1
-1
/
+1
*
[hwasan] rename two .cc tests into .c
Kostya Serebryany
2018-09-08
2
-6
/
+6
*
[hwasan] Disable print-memory-usage-android test.
Evgeniy Stepanov
2018-09-08
1
-0
/
+5
*
Switch to using a reserved identifier for this internal compiler-rt function.
Richard Smith
2018-09-08
2
-7
/
+7
*
[hwasan] Export memory stats through /proc/$PID/maps.
Evgeniy Stepanov
2018-09-08
5
-7
/
+59
*
[XRay] XRAY_NEVER_INSTRUMENT more functions, consolidate allocators
Dean Michael Berris
2018-09-07
5
-101
/
+144
*
[MSan] Define %clang_kmsan for KMSAN tests
Alexander Potapenko
2018-09-07
1
-0
/
+6
*
[libfuzzer] Enable trace-malloc-unballanced.test on Windows.
Jonathan Metzman
2018-09-07
1
-5
/
+7
*
[hwasan] relax the rint-memory-usage.c test further
Kostya Serebryany
2018-09-07
1
-5
/
+5
*
[libfuzzer] Use cl driver mode for tests and enable another test on Windows
Jonathan Metzman
2018-09-07
2
-7
/
+11
*
[hwasan] make the print-memory-usage.c less agressive: do not assume that mal...
Kostya Serebryany
2018-09-07
1
-3
/
+4
*
[hwasan] Fix malloc overflow detection.
Evgeniy Stepanov
2018-09-07
2
-7
/
+89
*
[hwasan] change the thread list so that main_thread can also be removed
Kostya Serebryany
2018-09-07
2
-8
/
+12
*
[hwasan] Remove allocator interceptors.
Evgeniy Stepanov
2018-09-06
3
-93
/
+93
*
[hwasan] fix pthread_exit
Kostya Serebryany
2018-09-06
2
-1
/
+6
*
[hwasan] introduce __hwasan_print_memory_usage
Kostya Serebryany
2018-09-06
9
-7
/
+133
*
[libfuzzer] Correct typo in comment (test commit).
Jonathan Metzman
2018-09-06
1
-1
/
+1
*
[libfuzzer] Fix fuzzer-oom.test on windows and reenable it.
Max Moroz
2018-09-06
1
-10
/
+13
*
[MSan] store origins for variadic function parameters in __msan_va_arg_origin...
Alexander Potapenko
2018-09-06
2
-0
/
+66
*
[MSan] revert r341528 to unbreak the bots
Alexander Potapenko
2018-09-06
2
-61
/
+0
*
ARM: wrap call to __clzsi2 so that the name is correct on MachO.
Tim Northover
2018-09-06
1
-1
/
+1
*
[MSan] store origins for variadic function parameters in __msan_va_arg_origin...
Alexander Potapenko
2018-09-06
2
-0
/
+61
*
[libfuzzer] Temporarily disable unittests failing on Windows.
Max Moroz
2018-09-06
4
-1
/
+4
*
[hwasan] when verbose_threads==1, print the memory usage per thread
Kostya Serebryany
2018-09-05
3
-1
/
+11
*
[hwasan] simplify the code, NFC
Kostya Serebryany
2018-09-05
4
-21
/
+8
*
[hwasan] Don't handle signals on Android.
Evgeniy Stepanov
2018-09-05
1
-0
/
+11
*
[libfuzzer] Replace memmem with strstr.
Matt Morehouse
2018-09-05
2
-4
/
+3
*
[hwasan] deflake a test
Kostya Serebryany
2018-09-05
1
-2
/
+2
*
Enable symbolize-deadlock.test on Windows
Max Moroz
2018-09-05
2
-3
/
+0
*
[Xray] Darwin providing defined value for weak symbols to fix linkage issue
David Carlier
2018-09-05
1
-0
/
+9
*
Add glibc_prereq to platform limits mmsghdr
Brian Cain
2018-09-05
1
-4
/
+5
*
[hwasan] revert r341435 as it breaks the bot on aarch64
Kostya Serebryany
2018-09-05
1
-11
/
+7
*
[hwasan] fix colored output
Kostya Serebryany
2018-09-05
1
-0
/
+1
*
[hwasan] print thread IDs when reporting a bug (also had to fix pthread_creat...
Kostya Serebryany
2018-09-05
6
-36
/
+80
*
[hwasan] use real TLS on linux to store the current thread -- this way we can...
Kostya Serebryany
2018-09-05
1
-7
/
+11
*
[hwasan] simplify the code, NFC
Kostya Serebryany
2018-09-05
4
-16
/
+8
*
[hwasan] remove stale Thread:: data members. While doing so noticed that GetT...
Kostya Serebryany
2018-09-04
5
-14
/
+14
*
[hwasan] add a unique id to a thread and add debug prints for thread creation...
Kostya Serebryany
2018-09-04
4
-1
/
+24
*
[sanitizer] optimize internal_memset for the most performance critical case (...
Kostya Serebryany
2018-09-04
1
-0
/
+12
*
[libFuzzer] Enable tests on Windows
Matt Morehouse
2018-09-04
29
-29
/
+75
*
[TSan] Update assembly test again.
Matt Morehouse
2018-09-04
1
-4
/
+4
[next]