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
/
ubsan
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ubsan] Merge ubsan_standalone_cxx shared library.
Evgeniy Stepanov
2017-09-28
1
-12
/
+1
*
[ubsan] Replace CommonSanitizerReportMutex with ScopedErrorReportLock
Vitaly Buka
2017-09-23
2
-6
/
+12
*
[ubsan] Support signal specific options in ubsan
Vitaly Buka
2017-09-23
5
-2
/
+98
*
[ubsan] Split ubsan_init_standalone
Vitaly Buka
2017-09-21
4
-38
/
+41
*
Revert "[ubsan] Split ubsan_init_standalone"
Vitaly Buka
2017-09-18
3
-38
/
+10
*
[ubsan] Add file missing from r313583
Vitaly Buka
2017-09-18
1
-0
/
+26
*
[ubsan] Split ubsan_init_standalone
Vitaly Buka
2017-09-18
2
-10
/
+12
*
[ubsan] Fix conflict with previous declaration on Mac
Vitaly Buka
2017-09-18
1
-3
/
+2
*
[ubsan] Fix interface_symbols_windows test
Vitaly Buka
2017-09-18
1
-0
/
+2
*
Revert "[ubsan] Add RTUbsan_standalone into UBSAN standalone shared"
Vitaly Buka
2017-09-18
1
-1
/
+0
*
[ubsan] Add RTUbsan_standalone into UBSAN standalone shared
Vitaly Buka
2017-09-18
1
-0
/
+1
*
Revert "[ubsan] Update ubsan_interface.inc"
Vitaly Buka
2017-09-16
1
-2
/
+0
*
[ubsan] Update ubsan_interface.inc
Vitaly Buka
2017-09-16
1
-0
/
+2
*
Try to fix check-asan.
Peter Collingbourne
2017-09-15
1
-0
/
+1
*
ubsan: Unbreak ubsan_cxx runtime library on Windows.
Peter Collingbourne
2017-09-15
3
-8
/
+32
*
ubsan: Stop building the DLL version of the runtime library on Windows.
Peter Collingbourne
2017-09-15
1
-23
/
+23
*
[ubsan] Extract GetStackTraceWithPcBpAndContext similar to asan version
Vitaly Buka
2017-09-15
2
-8
/
+16
*
[ubsan] Make ubsan version of __sanitizer_print_stack_trace consistent with o...
Vitaly Buka
2017-09-11
1
-2
/
+3
*
[ubsan] Save binary name before parsing options
Vitaly Buka
2017-09-11
1
-1
/
+1
*
Revert "[ubsan] Save binary name before parsing options"
Vitaly Buka
2017-09-11
1
-1
/
+1
*
[compiler-rt] Cleanup decorators
Vitaly Buka
2017-09-11
1
-5
/
+3
*
[ubsan] Save binary name before parsing options
Vitaly Buka
2017-09-11
1
-1
/
+1
*
Reland r311842 - [cmake] Remove i686 target that is duplicate to i386
Michal Gorny
2017-08-28
1
-1
/
+1
*
Revert r311842 - [cmake] Remove i686 target that is duplicate to i386
Michal Gorny
2017-08-27
1
-1
/
+1
*
[cmake] Remove i686 target that is duplicate to i386
Michal Gorny
2017-08-27
1
-1
/
+1
*
Enable ubsan on NetBSD
Kamil Rytarowski
2017-08-08
1
-3
/
+4
*
[ubsan] Enable UBSan build for Fuchsia
Vitaly Buka
2017-08-01
1
-1
/
+1
*
[ubsan] Diagnose invalid uses of builtins (compiler-rt)
Vedant Kumar
2017-07-29
4
-0
/
+42
*
Support libc++abi in addition to libstdc++
Petr Hosek
2017-07-28
1
-1
/
+2
*
Support compiler-rt builtins
Petr Hosek
2017-07-28
1
-0
/
+5
*
Add liblog to ubsan `UBSAN_DYNAMIC_LIBS`
Leo Li
2017-07-26
1
-2
/
+3
*
Revert "[sanitizer] Support compiler-rt builtins"
Petr Hosek
2017-07-26
1
-5
/
+0
*
Revert "[sanitizer] Support libc++abi in addition to libstdc++"
Petr Hosek
2017-07-26
1
-2
/
+1
*
[sanitizer] Support libc++abi in addition to libstdc++
Petr Hosek
2017-07-26
1
-1
/
+2
*
[sanitizer] Support compiler-rt builtins
Petr Hosek
2017-07-25
1
-0
/
+5
*
[ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (compiler...
Vedant Kumar
2017-07-13
1
-5
/
+10
*
[ubsan] Improve diagnostics for return value checks (compiler-rt)
Vedant Kumar
2017-06-23
3
-18
/
+24
*
[ubsan] Fix a faulty memory accessibility check
Vedant Kumar
2017-06-15
1
-2
/
+2
*
[ubsan] Detect invalid unsigned pointer index expression (compiler-rt)
Vedant Kumar
2017-06-12
1
-2
/
+8
*
[ubsan] Runtime support for pointer overflow checking
Vedant Kumar
2017-06-01
4
-0
/
+41
*
Bug 33221 [UBSAN] segfault with -fsanitize=undefined
Vedant Kumar
2017-06-01
1
-1
/
+1
*
[Ubsan]Remove unused link libraries.
Leo Li
2017-05-17
1
-5
/
+1
*
Generate ubsan shared libraries.
Leo Li
2017-05-17
1
-0
/
+29
*
[ubsan] Implement __sanitizer_print_stack_trace for standalone UBSan runtime.
Alexander Potapenko
2017-05-05
2
-0
/
+38
*
[ubsan] Fix error summary message for ObjC BOOL invalid loads
Vedant Kumar
2017-05-05
1
-1
/
+2
*
[ubsan] Fall back to the fast unwinder when print_stacktrace=1
Vedant Kumar
2017-05-01
1
-8
/
+9
*
[ubsan] Make the cast overflow message less redundant
Vedant Kumar
2017-04-27
1
-1
/
+1
*
Let ubsan search UBSAN_SYMBOLIZER_PATH for llvm-symbolizer
Nico Weber
2017-04-19
1
-0
/
+1
*
[ubsan] Use the correct tool name in diagnostics
Vedant Kumar
2017-04-14
3
-4
/
+11
*
[ubsan] Add nullability handlers to interface file
Vedant Kumar
2017-03-14
1
-0
/
+4
[next]