llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets
Saleem Abdulrasool 9e802eaf60 ExecutionEngine: make COFF Thumb2 assertions non-tautological
The overflow detection assertions were tautological due to truncation.
Adjust them to no longer be tautological.

Patch by Alex Langford!

llvm-svn: 316303
2017-10-22 20:51:25 +00:00
..
RuntimeDyldCOFFI386.h ExecutionEngine: adjust COFF i386 tautological asserts 2017-10-19 16:57:40 +00:00
RuntimeDyldCOFFThumb.h ExecutionEngine: make COFF Thumb2 assertions non-tautological 2017-10-22 20:51:25 +00:00
RuntimeDyldCOFFX86_64.h Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
RuntimeDyldELFMips.cpp [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld. 2017-10-22 09:47:41 +00:00
RuntimeDyldELFMips.h [mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N32 relocations 2016-12-13 11:39:18 +00:00
RuntimeDyldMachOAArch64.h Replace "fallthrough" comments with LLVM_FALLTHROUGH 2016-08-17 05:10:15 +00:00
RuntimeDyldMachOARM.h [RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM. 2017-08-09 20:19:27 +00:00
RuntimeDyldMachOI386.h
RuntimeDyldMachOX86_64.h