<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/lib/Object/COFFObjectFile.cpp, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[yaml2obj][obj2yaml][objdump] Handle MIPS COFF files (#112591)</title>
<updated>2024-11-01T15:28:22+00:00</updated>
<author>
<name>Hervé Poussineau</name>
<email>hpoussin@reactos.org</email>
</author>
<published>2024-11-01T15:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=19f2f67928650c998202a8b6ae14fd1091f43bf5'/>
<id>19f2f67928650c998202a8b6ae14fd1091f43bf5</id>
<content type='text'>
- handle IMAGE_FILE_MACHINE_R4000 machine type
- handle MIPS COFF relocations

llvm-objdump can now parse MIPS COFF files.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- handle IMAGE_FILE_MACHINE_R4000 machine type
- handle MIPS COFF relocations

llvm-objdump can now parse MIPS COFF files.</pre>
</div>
</content>
</entry>
<entry>
<title>[COFF] Add MIPS relocation types (#107814)</title>
<updated>2024-10-15T02:50:51+00:00</updated>
<author>
<name>hpoussin</name>
<email>32227662+hpoussin@users.noreply.github.com</email>
</author>
<published>2024-10-15T02:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=97ccd868cb2da36c5acfbabeb61d4b8323a22639'/>
<id>97ccd868cb2da36c5acfbabeb61d4b8323a22639</id>
<content type='text'>
Add the MIPS COFF relocation types. They will be needed to add support
for MIPS Windows object file.

This is an extract of PR
https://github.com/llvm/llvm-project/pull/107744.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the MIPS COFF relocation types. They will be needed to add support
for MIPS Windows object file.

This is an extract of PR
https://github.com/llvm/llvm-project/pull/107744.</pre>
</div>
</content>
</entry>
<entry>
<title>[Object][COFF] Fix CHPE metadata offset check (#109591)</title>
<updated>2024-09-23T08:46:37+00:00</updated>
<author>
<name>Jacek Caban</name>
<email>jacek@codeweavers.com</email>
</author>
<published>2024-09-23T08:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b953914e2fef53773baa1fa89e96671015d45852'/>
<id>b953914e2fef53773baa1fa89e96671015d45852</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm] Prefer StringRef::substr to StringRef::slice (NFC) (#106190)</title>
<updated>2024-08-27T13:46:20+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2024-08-27T13:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=71eebe9daaf5d2068606640a6040775020bc36e9'/>
<id>71eebe9daaf5d2068606640a6040775020bc36e9</id>
<content type='text'>
S.substr(N, M) is simpler than S.slice(N, N + M).  Also, substr is
probably better recognizable than slice thanks to
std::string_view::substr.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
S.substr(N, M) is simpler than S.slice(N, N + M).  Also, substr is
probably better recognizable than slice thanks to
std::string_view::substr.</pre>
</div>
</content>
</entry>
<entry>
<title>[llvm-readobj][COFF] Dump hybrid objects for ARM64X files. (#102245)</title>
<updated>2024-08-09T13:55:28+00:00</updated>
<author>
<name>Jacek Caban</name>
<email>jacek@codeweavers.com</email>
</author>
<published>2024-08-09T13:55:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=1d77dd50f1bab20d2025d25f79784d5be1520847'/>
<id>1d77dd50f1bab20d2025d25f79784d5be1520847</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFC.</title>
<updated>2024-08-07T10:00:23+00:00</updated>
<author>
<name>Simon Pilgrim</name>
<email>llvm-dev@redking.me.uk</email>
</author>
<published>2024-08-07T09:47:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=79daad3479fa4eb9d704ba2e6814c1b74302d740'/>
<id>79daad3479fa4eb9d704ba2e6814c1b74302d740</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary break to fix static analysis warning.</title>
<updated>2024-08-07T10:00:23+00:00</updated>
<author>
<name>Simon Pilgrim</name>
<email>llvm-dev@redking.me.uk</email>
</author>
<published>2024-08-07T09:46:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c84a936516228cabc08d1ae6da6b9c3830005c64'/>
<id>c84a936516228cabc08d1ae6da6b9c3830005c64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix MSVC "not all control paths return a value" warning. NFC.</title>
<updated>2024-08-07T10:00:22+00:00</updated>
<author>
<name>Simon Pilgrim</name>
<email>llvm-dev@redking.me.uk</email>
</author>
<published>2024-08-07T09:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8fd5dafc748669a8e4116368fa08b0d1facedfd2'/>
<id>8fd5dafc748669a8e4116368fa08b0d1facedfd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Object][COFF] Use uintptr_t for getRvaPtr call in Arm64XRelocRef::validate.</title>
<updated>2024-08-06T20:21:27+00:00</updated>
<author>
<name>Jacek Caban</name>
<email>jacek@codeweavers.com</email>
</author>
<published>2024-08-06T20:19:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=735edd98d732a492d9c55f137ee50d20e32444d1'/>
<id>735edd98d732a492d9c55f137ee50d20e32444d1</id>
<content type='text'>
Fixes #97229.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #97229.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Object][COFF][llvm-readobj] Add support for ARM64X dynamic relocations. (#97229)</title>
<updated>2024-08-06T20:06:08+00:00</updated>
<author>
<name>Jacek Caban</name>
<email>jacek@codeweavers.com</email>
</author>
<published>2024-08-06T20:06:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=94d53984008bc83083fdc5b2edcd1ea4b8a9b8be'/>
<id>94d53984008bc83083fdc5b2edcd1ea4b8a9b8be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
