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
/
msan
/
msan.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler-rt: Rename .cc file in lib/msan to .cpp
Nico Weber
2019-08-01
1
-675
/
+0
*
Improve error message when '=' is missing in {ASAN,...}_OPTIONS.
Vitaly Buka
2019-06-15
1
-4
/
+2
*
[NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTrace
Julian Lettner
2019-03-01
1
-9
/
+7
*
[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API
Julian Lettner
2019-03-01
1
-1
/
+1
*
Revert "[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API"
Julian Lettner
2019-03-01
1
-1
/
+1
*
[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API
Julian Lettner
2019-03-01
1
-1
/
+1
*
[NFC][Sanitizer] Pull up GetStackTrace into sanitizer_common
Julian Lettner
2019-02-27
1
-15
/
+17
*
[NFC][Sanitizer] Hard-code fast/slow unwinder at call site
Julian Lettner
2019-02-27
1
-3
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MSan] store origins for variadic function parameters in __msan_va_arg_origin...
Alexander Potapenko
2018-09-06
1
-0
/
+6
*
[MSan] revert r341528 to unbreak the bots
Alexander Potapenko
2018-09-06
1
-6
/
+0
*
[MSan] store origins for variadic function parameters in __msan_va_arg_origin...
Alexander Potapenko
2018-09-06
1
-0
/
+6
*
[sanitizer] Use confstr to check libc version in InitTlsSize
Vitaly Buka
2018-06-17
1
-1
/
+1
*
[MSan] Report proper error on allocator failures instead of CHECK(0)-ing
Alex Shlyapnikov
2018-06-08
1
-0
/
+1
*
Introduce CheckASLR() in sanitizers
Kamil Rytarowski
2018-06-05
1
-0
/
+1
*
[MSan] Print current stack on CHECK violation
Alex Shlyapnikov
2018-02-26
1
-0
/
+11
*
[msan] Deadly signal handler for msan
Vitaly Buka
2017-11-10
1
-0
/
+11
*
[msan] Add context argument into GetStackTrace
Vitaly Buka
2017-11-09
1
-3
/
+3
*
[MSan] [PowerPC] Dereference function descriptors when recording stack origins.
Marcin Koscielnicki
2016-04-27
1
-0
/
+7
*
[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.
Marcin Koscielnicki
2016-04-27
1
-0
/
+1
*
Revert "[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-...
Marcin Koscielnicki
2016-04-15
1
-7
/
+0
*
[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.
Marcin Koscielnicki
2016-04-14
1
-0
/
+7
*
[sancov] common flags initialization.
Mike Aizatsky
2016-03-18
1
-1
/
+1
*
[MSan] Endianness should not matter while printing a byte
Mohit K. Bhakkad
2016-02-26
1
-6
/
+1
*
[MSan] Make unaligned load/store functions compatible for both endians
Mohit K. Bhakkad
2016-02-22
1
-4
/
+4
*
[compiler-rt] [msan] Variadic support for AArch64
Adhemerval Zanella
2015-12-14
1
-1
/
+1
*
[compiler-rt] [msan] Unify aarch64 mapping
Adhemerval Zanella
2015-10-29
1
-2
/
+0
*
[compiler-rt] Apply modernize-use-nullptr fixes in sanitizers
Vedant Kumar
2015-10-01
1
-5
/
+5
*
[msan] Early allocator initialization.
Evgeniy Stepanov
2015-09-29
1
-0
/
+2
*
[sanitizer] Move CheckVMASize after flag initialization
Adhemerval Zanella
2015-09-15
1
-2
/
+3
*
[compiler-rt] [sanitizers] Add VMA size check at runtime
Adhemerval Zanella
2015-09-11
1
-0
/
+2
*
[Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().
Alexey Samsonov
2015-08-24
1
-1
/
+0
*
[Sanitizers] Allow to install several internal Die callbacks.
Alexey Samsonov
2015-08-24
1
-1
/
+1
*
Revert r245770 and r245777.
Alexey Samsonov
2015-08-22
1
-0
/
+1
*
[Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().
Alexey Samsonov
2015-08-22
1
-1
/
+0
*
[MSan] Deprecate __msan_set_death_callback() in favor of __sanitizer_set_deat...
Alexey Samsonov
2015-08-21
1
-3
/
+1
*
[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...
Alexey Samsonov
2015-08-21
1
-8
/
+12
*
[sanitizer] Implement include_if_exists with process name substitution.
Evgeniy Stepanov
2015-07-21
1
-1
/
+1
*
re-added changes due to svn config setting issues
Naomi Musgrave
2015-07-17
1
-1
/
+1
*
[ASan] Make binary name reader cross-platform.
Yury Gribov
2015-06-04
1
-0
/
+1
*
[msan] Mprotect all inaccessible memory regions.
Evgeniy Stepanov
2015-05-24
1
-1
/
+1
*
Allow UBSan+MSan and UBSan+TSan combinations (Clang part).
Alexey Samsonov
2015-04-28
1
-5
/
+27
*
[MSan] Prepare for splitting msan_new_delete.cc into a separate library. NFC.
Alexey Samsonov
2015-04-27
1
-2
/
+0
*
[msan] Fix MsanTest to pass in track_origins=2 mode.
Evgeniy Stepanov
2015-02-26
1
-0
/
+7
*
[Sanitizer] Change InitializeFlags() signatures. NFC.
Alexey Samsonov
2015-02-12
1
-7
/
+7
*
[Sanitizer] Add "final" specifier to FlagHandlerBase::Parse overrides. NFC.
Alexey Samsonov
2015-02-12
1
-1
/
+1
*
[msan] Better use-after-free reports.
Evgeniy Stepanov
2015-01-22
1
-0
/
+1
*
[msan] Refactor shadow operations.
Evgeniy Stepanov
2015-01-21
1
-18
/
+2
*
[asan] Allow changing verbosity in activation flags.
Evgeniy Stepanov
2015-01-20
1
-1
/
+3
*
[sanitizer] Make unrecognized flags not fatal.
Evgeniy Stepanov
2015-01-19
1
-0
/
+2
[next]