<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/DebugInfo, branch release_33</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/DebugInfo?h=release_33</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/DebugInfo?h=release_33'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-05-06T21:19:44Z</updated>
<entry>
<title>Hoist boundary condition out of loop header.</title>
<updated>2013-05-06T21:19:44Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@gmail.com</email>
</author>
<published>2013-05-06T21:19:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e305e03d6f71f70a7102f15ac5ff6fd93cf9e818'/>
<id>urn:sha1:e305e03d6f71f70a7102f15ac5ff6fd93cf9e818</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181248 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Untabify.</title>
<updated>2013-05-06T21:19:41Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@gmail.com</email>
</author>
<published>2013-05-06T21:19:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5a0c366b1f0112de7d55346ab75e4aa7073a6a19'/>
<id>urn:sha1:5a0c366b1f0112de7d55346ab75e4aa7073a6a19</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181247 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't emit .dwo sections unless they exist.</title>
<updated>2013-05-06T17:50:42Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@gmail.com</email>
</author>
<published>2013-05-06T17:50:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=93f3fed999e039988deca64d19cbf122d46cdd59'/>
<id>urn:sha1:93f3fed999e039988deca64d19cbf122d46cdd59</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181224 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Clarify getRelocationAddress x getRelocationOffset a bit.</title>
<updated>2013-04-25T12:28:45Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2013-04-25T12:28:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=956ca7265c697107708468b7e1b2fd21f4185bae'/>
<id>urn:sha1:956ca7265c697107708468b7e1b2fd21f4185bae</id>
<content type='text'>
getRelocationAddress is for dynamic libraries and executables,
getRelocationOffset for relocatable objects.

Mark the getRelocationAddress of COFF and MachO as not implemented yet. Add a
test of ELF's. llvm-readobj -r now prints the same values as readelf -r.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180259 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use zlib to uncompress debug sections in DWARF parser.</title>
<updated>2013-04-23T10:17:34Z</updated>
<author>
<name>Alexey Samsonov</name>
<email>samsonov@google.com</email>
</author>
<published>2013-04-23T10:17:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=005159e92420a102516ee6e29ef2178c818da5d0'/>
<id>urn:sha1:005159e92420a102516ee6e29ef2178c818da5d0</id>
<content type='text'>
This makes llvm-dwarfdump and llvm-symbolizer understand
debug info sections compressed by ld.gold linker.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180088 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove variable store that is never read.</title>
<updated>2013-04-22T13:46:33Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@gmail.com</email>
</author>
<published>2013-04-22T13:46:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f38bc31b0d37605e70f350d7862cfac5727efe49'/>
<id>urn:sha1:f38bc31b0d37605e70f350d7862cfac5727efe49</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180013 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use StringSwitch instead of long chain of if-else. No functionality change.</title>
<updated>2013-04-17T14:27:04Z</updated>
<author>
<name>Alexey Samsonov</name>
<email>samsonov@google.com</email>
</author>
<published>2013-04-17T14:27:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=784baa6f4440beac54881673ecc7baa88f8b94dd'/>
<id>urn:sha1:784baa6f4440beac54881673ecc7baa88f8b94dd</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179682 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Create a stub for DWARF parser unittests</title>
<updated>2013-04-17T08:29:02Z</updated>
<author>
<name>Alexey Samsonov</name>
<email>samsonov@google.com</email>
</author>
<published>2013-04-17T08:29:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cd61455798777446f35723fdb77f54a17e602009'/>
<id>urn:sha1:cd61455798777446f35723fdb77f54a17e602009</id>
<content type='text'>
Moves one DWARF-specific header to include/llvm/DebugInfo from lib/.
Add a short unittest for r179095.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179678 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rename the C function to create a SLPVectorizerPass to something sane and expose it in the header file.</title>
<updated>2013-04-11T11:36:36Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2013-04-11T11:36:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=acc897a5e1bd7320da5aab728b9e0c39552f3816'/>
<id>urn:sha1:acc897a5e1bd7320da5aab728b9e0c39552f3816</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179272 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>DWARF parser: Fix DWARF-2/3 incompatibility: size of DW_FORM_ref_addr is the same as DW_FORM_addr in DWARF2, and is 4/8 bytes on 32/64-bit DWARF starting from DWARF3. Adding a test for this is a huge pain - generating and uploading pre-built binary with DWARF3 debug info is way too ugly, and writing fine-grained unittests for DebugInfo is impossible, as it doesn't expose any headers in include/llvm. That said, I'm going to choose the second approach and submit the patch exposing DebugInfo headers for review soon enough.</title>
<updated>2013-04-09T14:09:42Z</updated>
<author>
<name>Alexey Samsonov</name>
<email>samsonov@google.com</email>
</author>
<published>2013-04-09T14:09:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=32a3e78304a94ea214aee5fe82b10dd110e8863a'/>
<id>urn:sha1:32a3e78304a94ea214aee5fe82b10dd110e8863a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179095 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
