<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Bitcode, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Bitcode?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Bitcode?h=release_28'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-09-15T21:03:06Z</updated>
<entry>
<title>Merge AutoUpgrade of EH magic variable.</title>
<updated>2010-09-15T21:03:06Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2010-09-15T21:03:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=19a50033ee55e77fbad4c45cf9628f259759a7ec'/>
<id>urn:sha1:19a50033ee55e77fbad4c45cf9628f259759a7ec</id>
<content type='text'>
$ svn merge -c 113600 https://llvm.org/svn/llvm-project/llvm/trunk
--- Merging r113600 into '.':
A    test/Bitcode/AutoUpgradeGlobals.ll
A    test/Bitcode/AutoUpgradeGlobals.ll.bc
U    include/llvm/AutoUpgrade.h
U    lib/Bitcode/Reader/BitcodeReader.cpp
U    lib/VMCore/AutoUpgrade.cpp
$ svn merge -c 113603 https://llvm.org/svn/llvm-project/llvm/trunk
--- Merging r113603 into '.':
G    lib/VMCore/AutoUpgrade.cpp
$ svn merge -c 113615 https://llvm.org/svn/llvm-project/llvm/trunk
--- Merging r113615 into '.':
G    lib/VMCore/AutoUpgrade.cpp



git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_28@114020 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Approved by Chris:</title>
<updated>2010-09-14T20:59:01Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2010-09-14T20:59:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=139d4669f1c34105b54e268a100511807c8ed063'/>
<id>urn:sha1:139d4669f1c34105b54e268a100511807c8ed063</id>
<content type='text'>
$ svn merge -c 113557 https://llvm.org/svn/llvm-project/llvm/trunk
--- Merging r113557 into '.':
U    include/llvm/Bitcode/LLVMBitCodes.h
U    tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
U    lib/Bitcode/Reader/BitcodeReader.cpp
U    lib/Bitcode/Writer/BitcodeWriter.cpp
$ svn merge -c 113764 https://llvm.org/svn/llvm-project/llvm/trunk
--- Merging r113764 into '.':
U    lib/Bitcode/Reader/BitcodeReader.h
G    lib/Bitcode/Reader/BitcodeReader.cpp
$ svn merge -c 113828 https://llvm.org/svn/llvm-project/llvm/trunk
--- Merging r113828 into '.':
U    lib/VMCore/Metadata.cpp



git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_28@113853 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove unions from LLVM IR.  They are severely buggy and not</title>
<updated>2010-08-28T04:09:24Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-08-28T04:09:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=61c70e98ac3c7504d31dd9bc81c4e9cb998e9984'/>
<id>urn:sha1:61c70e98ac3c7504d31dd9bc81c4e9cb998e9984</id>
<content type='text'>
being actively maintained, improved, or extended.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112356 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a FIXME comment.</title>
<updated>2010-08-25T20:23:38Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-08-25T20:23:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=064ff3e4356584b793b4738f02b9fa6b1d863d76'/>
<id>urn:sha1:064ff3e4356584b793b4738f02b9fa6b1d863d76</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112083 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix the bitcode reader to clear out function-specific state</title>
<updated>2010-08-25T20:22:53Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-08-25T20:22:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=698138384e94bf315b4bc67481400ffab65e5f93'/>
<id>urn:sha1:698138384e94bf315b4bc67481400ffab65e5f93</id>
<content type='text'>
from MDValueList between each function, now that the bitcode
writer is reusing the index space for function-local metadata.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112082 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a bug found by inspection.</title>
<updated>2010-08-25T20:20:21Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-08-25T20:20:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=56e2a5774423047cd9b1a76e1e7b233567780ca6'/>
<id>urn:sha1:56e2a5774423047cd9b1a76e1e7b233567780ca6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112081 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a comment.</title>
<updated>2010-08-25T20:17:19Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-08-25T20:17:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6b9cb84f8c3c35d7d753aba1143371dc0d0a9ee3'/>
<id>urn:sha1:6b9cb84f8c3c35d7d753aba1143371dc0d0a9ee3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112080 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Clear FunctionLocalMDs in purgeFunction along with the rest of the</title>
<updated>2010-08-25T17:11:16Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-08-25T17:11:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=848c9aedd7e6a957604cea2150dab66ee2c5a24f'/>
<id>urn:sha1:848c9aedd7e6a957604cea2150dab66ee2c5a24f</id>
<content type='text'>
function-specific state.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112058 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix whitespace.</title>
<updated>2010-08-25T17:09:50Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-08-25T17:09:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5c18fa2736a603e0144c90b02a9581220c42b52d'/>
<id>urn:sha1:5c18fa2736a603e0144c90b02a9581220c42b52d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112056 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Eliminate an unnecessary cast.</title>
<updated>2010-08-25T17:09:03Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-08-25T17:09:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=879d811563565c17a4cad63643128afbc95694dd'/>
<id>urn:sha1:879d811563565c17a4cad63643128afbc95694dd</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112055 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
