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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
17
-68
/
+51
*
xray: Add missing header to list of installed headers.
Peter Collingbourne
2019-01-17
1
-0
/
+1
*
Make compiler-rt CMakeLists.txt formatting a bit more like LLVM's usual forma...
Nico Weber
2019-01-16
1
-2
/
+4
*
Regenerate syscall hooks for NetBSD 8.99.25
Kamil Rytarowski
2018-10-30
1
-24
/
+22
*
[sanitizer] Include inlined frames into __sanitizer_symbolize_pc output
Vitaly Buka
2018-10-02
1
-0
/
+6
*
Revert "[sanitizer] Include inlined frames into __sanitizer_symbolize_pc output"
Jessica Paquette
2018-10-02
1
-6
/
+0
*
[sanitizer] Include inlined frames into __sanitizer_symbolize_pc output
Vitaly Buka
2018-10-02
1
-0
/
+6
*
[XRay] Remove the deprecated __xray_log_init API
Petr Hosek
2018-09-15
1
-23
/
+2
*
[hwasan] introduce __hwasan_print_memory_usage
Kostya Serebryany
2018-09-06
1
-0
/
+3
*
[hwasan] Add a (almost) no-interceptor mode.
Evgeniy Stepanov
2018-08-20
1
-0
/
+8
*
Revert "Revert "[hwasan] Add __hwasan_handle_longjmp.""
Evgeniy Stepanov
2018-08-16
1
-0
/
+7
*
Revert "[hwasan] Add __hwasan_handle_longjmp."
Evgeniy Stepanov
2018-08-16
1
-7
/
+0
*
[hwasan] Add __hwasan_handle_longjmp.
Evgeniy Stepanov
2018-08-16
1
-0
/
+7
*
[hwasan] Add a basic API.
Evgeniy Stepanov
2018-08-15
1
-0
/
+12
*
[hwasan] Provide __sanitizer_* aliases to allocator functions.
Evgeniy Stepanov
2018-08-13
2
-1
/
+15
*
[hwasan] Allow optional early shadow setup.
Evgeniy Stepanov
2018-08-13
1
-0
/
+6
*
[XRay] basic mode PID and TID always fetch
Dean Michael Berris
2018-07-11
1
-3
/
+6
*
[MSan] Add functions to enable/disable interceptor checks.
Matt Morehouse
2018-07-06
1
-0
/
+8
*
Fix a typo; NFC
George Burgess IV
2018-05-26
1
-1
/
+1
*
[XRay][compiler-rt+docs] Introduce __xray_log_init_mode(...).
Dean Michael Berris
2018-05-04
1
-23
/
+59
*
[libFuzzer] Report at most one crash per input.
Matt Morehouse
2018-05-01
1
-0
/
+5
*
[scudo] Adding an interface function to print allocator stats
Kostya Kortchinsky
2018-04-25
1
-0
/
+5
*
Implement trampoline and handler for typed xray event tracing.
Keith Wyss
2018-04-17
1
-1
/
+13
*
[XRay][compiler-rt] Add APIs for processing logs in memory
Dean Michael Berris
2018-03-07
1
-0
/
+64
*
Remove obsolete ptrace(2) operations from NetBSD
Kamil Rytarowski
2018-03-03
1
-1
/
+1
*
Implement a large part of NetBSD syscalls of netbsd_syscall_hooks.h
Kamil Rytarowski
2018-02-15
1
-0
/
+4689
*
Add NetBSD syscall hooks skeleton in sanitizers
Kamil Rytarowski
2018-02-15
2
-0
/
+46
*
[XRay] [compiler-rt] stop writing garbage in naive log records
Martin Pelikan
2018-01-30
1
-1
/
+1
*
[scudo] s/unsigned long/size_t/ for __scudo_set_rss_limit
Kostya Kortchinsky
2018-01-04
1
-1
/
+1
*
[sanitizer] Make function declarations C-compatible
Petr Hosek
2017-12-21
9
-37
/
+37
*
Added a separate install target for compilert-rt-headers
Ilya Biryukov
2017-12-15
1
-1
/
+19
*
[scudo] Adding a public Scudo interface
Kostya Kortchinsky
2017-12-13
2
-0
/
+35
*
Hardware-assisted AddressSanitizer (compiler-rt)
Evgeniy Stepanov
2017-12-09
2
-0
/
+34
*
[XRay][compiler-rt] Implement logging implementation registration
Dean Michael Berris
2017-12-05
1
-0
/
+38
*
[XRay][compiler-rt] Migrate basic mode logging to the XRay framework
Dean Michael Berris
2017-11-21
1
-1
/
+8
*
[Sanitizers] New sanitizer API to purge allocator quarantine.
Alex Shlyapnikov
2017-10-23
1
-0
/
+7
*
[tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker...
Dmitry Vyukov
2017-10-20
1
-0
/
+6
*
[XRay][compiler-rt] Write out arg1 payload in naive mode logging
Dean Michael Berris
2017-10-05
1
-1
/
+29
*
[XRay] [compiler-rt] FDR logging arg1 handler
Martin Pelikan
2017-09-28
1
-0
/
+3
*
[lsan] Add __lsan_default_options
Vitaly Buka
2017-09-22
1
-0
/
+4
*
[XRay][compiler-rt] Handle tail-call exits in the XRay runtime
Dean Michael Berris
2017-09-18
1
-1
/
+4
*
[ASAN] Revert r313303 - Add macro denoting availability of new `__asan_handle...
Eric Fiselier
2017-09-14
1
-4
/
+0
*
[ASAN] Add macro denoting availability of new `__asan_handle_no_return()` fun...
Eric Fiselier
2017-09-14
1
-0
/
+4
*
Prevent DCE on __lsan_is_turned_off and re-enable test case
Francis Ricci
2017-09-08
1
-0
/
+2
*
[asan] Move __asan_handle_no_return to public header
Petr Hosek
2017-08-28
1
-0
/
+4
*
[XRay][compiler-rt] Allow for building the XRay runtime without PREINIT initi...
Dean Michael Berris
2017-08-03
1
-0
/
+8
*
[XRay][compiler-rt] Remove use of std::mutex and std::shared_ptr from global ...
Dean Michael Berris
2017-08-02
1
-0
/
+2
*
[sancov] Implement __sanitizer_cov_reset.
Evgeniy Stepanov
2017-07-27
1
-2
/
+5
*
[XRay][compiler-rt][NFC] Add a name for argument to __xray_set_handler_arg1(...)
Dean Michael Berris
2017-06-19
1
-1
/
+2
*
[sanitizer-coverage] nuke more stale code
Kostya Serebryany
2017-06-02
1
-2
/
+0
[next]