<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/DebugInfo, branch release_31</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/DebugInfo?h=release_31</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/DebugInfo?h=release_31'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-04-04T20:33:56Z</updated>
<entry>
<title>Fix a C++11 UDL conflict.</title>
<updated>2012-04-04T20:33:56Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2012-04-04T20:33:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e25a2bd2e349528e48d3cc8dd287307029acf97b'/>
<id>urn:sha1:e25a2bd2e349528e48d3cc8dd287307029acf97b</id>
<content type='text'>
Still not fixed in the standard ;)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154044 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>More dead code removal (using -Wunreachable-code)</title>
<updated>2012-01-20T21:51:11Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2012-01-20T21:51:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4d6ccb5f68cd7c6418a209f1fa4dbade569e4493'/>
<id>urn:sha1:4d6ccb5f68cd7c6418a209f1fa4dbade569e4493</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148578 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch</title>
<updated>2011-12-20T02:50:00Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2011-12-20T02:50:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2d24e2a396a1d211baaeedf32148a3b657240170'/>
<id>urn:sha1:2d24e2a396a1d211baaeedf32148a3b657240170</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146960 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>LLVMBuild: Remove trailing newline, which irked me.</title>
<updated>2011-12-12T19:48:00Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-12-12T19:48:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4ab406d7fc06b1272d02cd8be46f0c5ebe51a3da'/>
<id>urn:sha1:4ab406d7fc06b1272d02cd8be46f0c5ebe51a3da</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146409 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>build/CMake: Finish removal of add_llvm_library_dependencies.</title>
<updated>2011-11-29T19:25:30Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-11-29T19:25:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d782bae970e888572f0458ac05369bbd7752f05a'/>
<id>urn:sha1:d782bae970e888572f0458ac05369bbd7752f05a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145420 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Audited all the format strings in libDebugInfo and fixed those that didn't match the types.</title>
<updated>2011-11-05T16:01:13Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2011-11-05T16:01:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5eccd36f1a8d917201b39697f3f1b6f45ecc139c'/>
<id>urn:sha1:5eccd36f1a8d917201b39697f3f1b6f45ecc139c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143814 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x and</title>
<updated>2011-11-05T15:35:00Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2011-11-05T15:35:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=80cc2598f89d09a6df2b84a5f8cea813b280b17b'/>
<id>urn:sha1:80cc2598f89d09a6df2b84a5f8cea813b280b17b</id>
<content type='text'>
that breaks on big-endian machines.

I have to clean up the 32/64 bit confusion in libDebugInfo some day.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143812 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add more PRI.64 macros for MSVC and use them throughout the codebase.</title>
<updated>2011-11-05T08:57:40Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2011-11-05T08:57:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=41a964931a0e0943ceef28b0c691843bf8ca87b7'/>
<id>urn:sha1:41a964931a0e0943ceef28b0c691843bf8ca87b7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143799 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>build: Add initial cut at LLVMBuild.txt files.</title>
<updated>2011-11-03T18:53:17Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-11-03T18:53:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a3a2dfd4a2a8265a9a0c962cb776e2e6ba123956'/>
<id>urn:sha1:a3a2dfd4a2a8265a9a0c962cb776e2e6ba123956</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143634 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify.</title>
<updated>2011-10-08T11:22:47Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-10-08T11:22:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=017449d64b8920eb926e9e752e22d2f5921a6237'/>
<id>urn:sha1:017449d64b8920eb926e9e752e22d2f5921a6237</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141484 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
