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
*
[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
*
[TSan] Update assembly code check.
Matt Morehouse
2018-09-04
1
-2
/
+2
*
[asan] Clean up some confusing code in
Dan Liew
2018-09-03
1
-4
/
+1
*
[UBSan] Add CMake and lit support for configuring and running UBSan
Dan Liew
2018-09-03
3
-0
/
+69
*
Give a better error message when trying to run the iossim tests and `SANITIZE...
Dan Liew
2018-09-03
1
-1
/
+5
*
[UBSan] Propagate `UBSAN_OPTIONS` environment variable when running ios simul...
Dan Liew
2018-09-03
1
-1
/
+1
*
[UBSan] Add missing `%run` prefixes to Pointer tests.
Dan Liew
2018-09-03
2
-4
/
+4
*
Fix buildbot test
David Carlier
2018-09-02
1
-1
/
+1
*
[Sanitizer] openbsd build fix
David Carlier
2018-09-02
1
-0
/
+6
*
[hwasan] Fix new[] with zero size.
Evgeniy Stepanov
2018-08-31
3
-10
/
+32
*
Try to unbreak internal_sysctl() for MacOSX
Kamil Rytarowski
2018-08-31
1
-1
/
+2
[next]