<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/tools, branch release_30</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/tools?h=release_30</id>
<link rel='self' href='https://git.amat.us/llvm/atom/tools?h=release_30'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-11-01T05:05:06Z</updated>
<entry>
<title>Fixes r142984, r143120 and r143191 for PPC.</title>
<updated>2011-11-01T05:05:06Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-11-01T05:05:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=af31f9ff217e8dcf1e7d96c52f38820f4e0bfec7'/>
<id>urn:sha1:af31f9ff217e8dcf1e7d96c52f38820f4e0bfec7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_30@143447 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm-object: Add inline relocation information to disassembly.</title>
<updated>2011-10-13T22:17:18Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2011-10-13T22:17:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=942eb009114ef9a2e95e236790faa7a3c04bc2ba'/>
<id>urn:sha1:942eb009114ef9a2e95e236790faa7a3c04bc2ba</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141897 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm-objdump: Fix whitespace.</title>
<updated>2011-10-13T20:37:20Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2011-10-13T20:37:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=14a5f468d6b18b7637821e13e56fe56dd79d7caf'/>
<id>urn:sha1:14a5f468d6b18b7637821e13e56fe56dd79d7caf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141886 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm-objdump: Fix dumping of multiple symbols with the same address.</title>
<updated>2011-10-13T20:37:08Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2011-10-13T20:37:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=178dbd44187e23e7e3f3ba17b00c89c819070296'/>
<id>urn:sha1:178dbd44187e23e7e3f3ba17b00c89c819070296</id>
<content type='text'>
This happens in COFF because there is a symbol for the beginning of each
section.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141885 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm-objdump.cpp: Use PRIx64 as format specifier for int64_t.</title>
<updated>2011-10-11T12:51:50Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-10-11T12:51:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f048c3fe24fc26692737c60656526abd3a9255a1'/>
<id>urn:sha1:f048c3fe24fc26692737c60656526abd3a9255a1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141664 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make it possible to use the linker without destroying the source module. This is so the source module can be linked to multiple other destination modules. For all that used LinkModules() before, they will continue to destroy the source module as before.</title>
<updated>2011-10-11T00:24:54Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2011-10-11T00:24:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f1f1a4f16128ffa2910f0b1d5c7052b3697f9fcd'/>
<id>urn:sha1:f1f1a4f16128ffa2910f0b1d5c7052b3697f9fcd</id>
<content type='text'>
This line, and those below, will be ignored--

M    include/llvm/Linker.h
M    tools/bugpoint/Miscompilation.cpp
M    tools/bugpoint/BugDriver.cpp
M    tools/llvm-link/llvm-link.cpp
M    lib/Linker/LinkModules.cpp


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141606 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add support for dumping section headers to llvm-objdump. This uses the same</title>
<updated>2011-10-10T21:21:34Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2011-10-10T21:21:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=023bb15beaac3744ce3a5d1f750d6e32829c7130'/>
<id>urn:sha1:023bb15beaac3744ce3a5d1f750d6e32829c7130</id>
<content type='text'>
flags as binutils objdump but the output is different, not just in format but
also showing different sections. Compare its results against readelf, not
objdump.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141579 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm-objdump: Take ownership of MCInstrInfos.</title>
<updated>2011-10-10T13:10:09Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2011-10-10T13:10:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d226ed71f24f2db200e3751e05b82c7700514116'/>
<id>urn:sha1:d226ed71f24f2db200e3751e05b82c7700514116</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141535 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm-nm: Don't leak bitcode buffers.</title>
<updated>2011-10-10T13:10:04Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2011-10-10T13:10:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1a9908daebd5c416d71ff7fe9c8250074d817733'/>
<id>urn:sha1:1a9908daebd5c416d71ff7fe9c8250074d817733</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141534 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm-objdump: Add relocation and archive support.</title>
<updated>2011-10-08T00:18:30Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2011-10-08T00:18:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=27781b78e111a1d276dd3cd604b0cdfa662f1f4e'/>
<id>urn:sha1:27781b78e111a1d276dd3cd604b0cdfa662f1f4e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141451 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
