1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/include/llvm/BinaryFormat
Zachary Turner 7655f081e8 Fix many -Wsign-compare and -Wtautological-constant-compare warnings.
Most of the -Wsign-compare warnings are due to the fact that
enums are signed by default in the MS ABI, while the
tautological comparison warnings trigger on x86 builds where
sizeof(size_t) is 4 bytes, so N > numeric_limits<unsigned>::max()
is always false.

Differential Revision: https://reviews.llvm.org/D41256

llvm-svn: 320750
2017-12-14 22:07:03 +00:00
..
ELFRelocs Revert and accidentally committed revert commit 2017-12-09 08:01:28 +00:00
WasmRelocs [WebAssembly] Update relocation names to match spec 2017-09-01 17:32:01 +00:00
COFF.h Fix many -Wsign-compare and -Wtautological-constant-compare warnings. 2017-12-14 22:07:03 +00:00
Dwarf.def [llvm-dwarfdump] - Teach tool about few GNU call_sites constants. 2017-10-23 11:24:14 +00:00
Dwarf.h [DWARF] DW_TAG_imported_unit is not a unit type. 2017-10-09 22:33:53 +00:00
ELF.h [Hexagon] Add support for Hexagon V65 2017-12-11 18:57:54 +00:00
MachO.def
MachO.h MC: Add support for mach-o build_version 2017-12-14 00:12:46 +00:00
Magic.h
Wasm.h [WebAssembly] Add support for init functions linking metadata 2017-12-14 21:10:03 +00:00