1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib/ObjectYAML
Georgii Rymar 5af2f4d561 [obj2yaml] - Program headers: simplify the computation of p_filesz.
Currently we have computations of `p_filesz` and `p_memsz` mixed together
with the use of a loop over fragments. After recent changes it is possible to
avoid using a loop for the computation of `p_filesz`, since we know that fragments
are sorted by their file offsets.

The main benefit of this change is that splits the computation of `p_filesz`
and `p_memsz` what is simpler and allows us to fix the computation of the
`p_memsz` independently (D78005 shows the issue that we have currently).

Differential revision: https://reviews.llvm.org/D78628
2020-04-24 15:23:16 +03:00
..
CMakeLists.txt [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
CodeViewYAMLDebugSections.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
CodeViewYAMLSymbols.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
CodeViewYAMLTypeHashing.cpp
CodeViewYAMLTypes.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
COFFEmitter.cpp [yaml2obj][COFF] Add support for extended relocation tables 2019-11-14 12:39:28 -08:00
COFFYAML.cpp
DWARFEmitter.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
DWARFVisitor.cpp
DWARFVisitor.h
DWARFYAML.cpp
ELFEmitter.cpp [obj2yaml] - Program headers: simplify the computation of p_filesz. 2020-04-24 15:23:16 +03:00
ELFYAML.cpp [yaml2obj] - Add NBucket and NChain fields for the SHT_HASH section. 2020-04-01 12:28:16 +03:00
LLVMBuild.txt
MachOEmitter.cpp [ObjectYAML][MachO] Add support for relocations 2020-04-22 11:50:55 -07:00
MachOYAML.cpp [ObjectYAML][MachO] Add support for relocations 2020-04-22 11:50:55 -07:00
MinidumpEmitter.cpp Update MinidumpYAML to use minidump::Exception for exception stream 2019-10-18 14:56:19 +00:00
MinidumpYAML.cpp minidump: Add an "arm64" constant 2019-10-31 11:20:46 +01:00
ObjectYAML.cpp
WasmEmitter.cpp [WebAssembly] Fix WasmEmitter link error. 2020-04-16 17:23:18 -07:00
WasmYAML.cpp [WebAssembly] Move event section before global section 2020-03-25 11:49:03 -07:00
XCOFFYAML.cpp
yaml2obj.cpp
YAML.cpp [FixBB] - Fix one more std::min -> std::min<uint64_t> to make BB happy. 2019-11-11 12:11:54 +03:00