llvm-capstone/compiler-rt/lib
Adhemerval Zanella 8ea893a57a [compiler-rt] [tsan] Fix GetTls for aarch64
This patch fix the function GetTls for aarch64, where it assumes it
follows the x86_64 way where the TLS initial address is at the end
of TLS.  Instead aarch64 set the TLS address as the thread pointer.

llvm-svn: 246148
2015-08-27 13:11:00 +00:00
..
asan [CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments. 2015-08-26 23:12:25 +00:00
BlocksRuntime
builtins [CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into a single function 2015-08-25 19:53:09 +00:00
cfi CFI: Add a default blacklist. 2015-07-15 12:16:25 +00:00
dfsan [CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments. 2015-08-26 23:12:25 +00:00
interception [windows] Implement GetProcAddress internally to avoid initializing the CRT 2015-08-18 22:38:27 +00:00
lsan [CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into a single function 2015-08-25 19:53:09 +00:00
msan [CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments. 2015-08-26 23:12:25 +00:00
profile [CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into a single function 2015-08-25 19:53:09 +00:00
safestack [CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into a single function 2015-08-25 19:53:09 +00:00
sanitizer_common [compiler-rt] [tsan] Fix GetTls for aarch64 2015-08-27 13:11:00 +00:00
tsan [CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments. 2015-08-26 23:12:25 +00:00
ubsan [CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments. 2015-08-26 23:12:25 +00:00
CMakeLists.txt CFI: Add a default blacklist. 2015-07-15 12:16:25 +00:00
Makefile.mk