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
/
sanitizer_common
/
sanitizer_symbolizer_libcdep.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler-rt: Rename .cc file in lib/sanitizer_common to .cpp
Nico Weber
2019-07-31
1
-556
/
+0
*
hwasan: Teach the runtime to identify the local variable being accessed in UA...
Peter Collingbourne
2019-06-27
1
-8
/
+71
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[sanitizer] Trivial portion of the port to Myriad RTEMS
Walter Lee
2018-05-18
1
-3
/
+3
*
[sanitizer] Remove empty Symbolizer PrepareForSandboxing
Kostya Kortchinsky
2018-04-03
1
-5
/
+0
*
Revert r324847, there's bot failures.
Kuba Mracek
2018-02-11
1
-2
/
+2
*
[compiler-rt] Replace forkpty with posix_spawn
Kuba Mracek
2018-02-11
1
-2
/
+2
*
Add support for custom loaders to the sanitizer symbolizer
Francis Ricci
2017-10-02
1
-0
/
+5
*
Revert "Add support for custom loaders to the sanitizer symbolizer"
Francis Ricci
2017-10-02
1
-5
/
+0
*
Add support for custom loaders to the sanitizer symbolizer
Francis Ricci
2017-10-02
1
-0
/
+5
*
Remove recursion from FindModuleForAddress. NFC.
Francis Ricci
2017-09-29
1
-11
/
+24
*
Revert "Add support for custom loaders to the sanitizer symbolizer"
Francis Ricci
2017-09-28
1
-32
/
+14
*
Add support for custom loaders to the sanitizer symbolizer
Francis Ricci
2017-09-28
1
-14
/
+32
*
Revert "Add support for custom loaders to symbolizer"
Francis Ricci
2017-09-27
1
-32
/
+14
*
Add support for custom loaders to symbolizer
Francis Ricci
2017-09-27
1
-14
/
+32
*
Invalidate symbolizer module list from dlopen/dlclose interceptors
Francis Ricci
2017-09-26
1
-4
/
+5
*
[compiler-rt] Check for empty buffer in Addr2LineProcess::ReadFromSymbolizer
Alex Shlyapnikov
2017-08-04
1
-1
/
+1
*
[sanitizer_common] Fuchsia-specific symbolizer
Vitaly Buka
2017-08-01
1
-9
/
+14
*
[compiler-rt] Prevent symbolizer from starting itself.
Vitaly Buka
2017-02-21
1
-0
/
+16
*
[compiler-rt] Fix incorrect use of snprintf
Vitaly Buka
2017-02-02
1
-4
/
+17
*
[sanitizer] Use architecture/slice information when symbolizing fat Mach-O fi...
Kuba Mracek
2017-01-06
1
-14
/
+36
*
[sanitizer] Add workaround for empty strings
Vitaly Buka
2016-12-08
1
-18
/
+14
*
[sanitizer] [SystemZ] Add ptrace support bits.
Marcin Koscielnicki
2016-04-26
1
-0
/
+4
*
sanitizer: Fix endianness checks for gcc
Alexey Samsonov
2016-03-09
1
-2
/
+2
*
[Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...
Alexey Samsonov
2016-02-22
1
-10
/
+6
*
[asan] Add iOS support.
Anna Zaks
2016-02-02
1
-0
/
+4
*
sanitizer_common: C++ify the IntrusiveList iterator interface.
Peter Collingbourne
2016-01-15
1
-12
/
+8
*
[Windows] Use llvm-symbolizer before using dbghelp
Reid Kleckner
2015-08-11
1
-0
/
+241
*
[Sanitizer] Get rid of PlatformGetListOfModules
Kuba Brecka
2015-04-09
1
-0
/
+115
*
Adding the implementation of atos and dladdr symbolizers for OS X.
Kuba Brecka
2015-03-12
1
-0
/
+13
*
Symbolizer refactoring: Merge common parts of POSIXSymbolizer and WinSymbolizer
Kuba Brecka
2015-03-09
1
-3
/
+3
*
Symbolizer refactoring: ExtractToken and friends
Kuba Brecka
2015-03-02
1
-0
/
+31
*
Symbolizer refactoring: Move internals to separate files
Kuba Brecka
2015-03-02
1
-1
/
+1
*
Satisfy -Wparentheses.
Nick Lewycky
2014-07-26
1
-1
/
+1
*
[Sanitizer] Simplify Symbolizer creation interface.
Alexey Samsonov
2014-07-26
1
-16
/
+5
*
[Sanitizer] Use SpinMutex for Symbolizer initialization (per dvyukov's sugges...
Alexey Samsonov
2013-10-30
1
-15
/
+6
*
[Sanitizer] Revert r193501 and properly fix r193448
Alexey Samsonov
2013-10-28
1
-1
/
+2
*
Overhaul the symbolizer interface.
Peter Collingbourne
2013-10-25
1
-0
/
+47
*
[Sanitizer] Refactor symbolization interface: use class instead of several fu...
Alexey Samsonov
2013-09-10
1
-491
/
+0
*
ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...
Alexey Samsonov
2013-09-03
1
-0
/
+5
*
Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...
Timur Iskhodzhanov
2013-08-13
1
-4
/
+4
*
Change __sanitizer_symbolize_demangle hook return type to 'int'
Alexey Samsonov
2013-07-01
1
-6
/
+14
*
Demangle names using pluggable internal symbolizer if possible
Alexey Samsonov
2013-06-28
1
-2
/
+26
*
Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching ...
Alexey Samsonov
2013-05-29
1
-0
/
+1
*
[nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using...
Peter Collingbourne
2013-05-21
1
-0
/
+453