llvm-6502/lib/ExecutionEngine/RuntimeDyld
Alexey Samsonov 2ba0f89d9e Fix undefined behavior (shift of negative value) in RuntimeDyldMachOAArch64::encodeAddend.
Test Plan: regression test suite with/without UBSan.

Reviewers: lhames, ributzka

Subscribers: aemerson, llvm-commits

Differential Revision: http://reviews.llvm.org/D6908

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225568 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-10 00:46:38 +00:00
..
Targets Fix undefined behavior (shift of negative value) in RuntimeDyldMachOAArch64::encodeAddend. 2015-01-10 00:46:38 +00:00
CMakeLists.txt [MCJIT] Replace JITEventListener::anchor (temporarily removed in r222861), and 2014-11-27 01:41:16 +00:00
LLVMBuild.txt
Makefile
RuntimeDyld.cpp Move three methods only used by MCJIT to MCJIT. 2014-12-10 20:46:55 +00:00
RuntimeDyldChecker.cpp [MCJIT] Move get-any-symbol-load-address logic out of RuntimeDyld and into 2014-11-27 00:12:28 +00:00
RuntimeDyldCheckerImpl.h
RuntimeDyldELF.cpp [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed. 2014-11-27 05:40:13 +00:00
RuntimeDyldELF.h [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed. 2014-11-27 05:40:13 +00:00
RuntimeDyldImpl.h [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed. 2014-11-27 05:40:13 +00:00
RuntimeDyldMachO.cpp [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed. 2014-11-27 05:40:13 +00:00
RuntimeDyldMachO.h [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed. 2014-11-27 05:40:13 +00:00