<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Bitcode, branch release_26</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Bitcode?h=release_26</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Bitcode?h=release_26'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-08-20T17:11:38Z</updated>
<entry>
<title>Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap</title>
<updated>2009-08-20T17:11:38Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-08-20T17:11:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5078f84c82814e4d33846f9ef54281619d362f8a'/>
<id>urn:sha1:5078f84c82814e4d33846f9ef54281619d362f8a</id>
<content type='text'>
and hasNoSignedWrap, for consistency with the nuw and nsw properties.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79539 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Switch to SmallString::str from SmallString::c_str, and remove</title>
<updated>2009-08-19T20:07:03Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-08-19T20:07:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dddfd34e32ff081409e5a1c95b991a898d63dff2'/>
<id>urn:sha1:dddfd34e32ff081409e5a1c95b991a898d63dff2</id>
<content type='text'>
SmallString::c_str.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79456 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Actually privatize a IntegerTypes, and fix a few bugs exposed by this.</title>
<updated>2009-08-13T23:27:32Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-08-13T23:27:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0e275dc53880a7f14f8b8c83cc6e0290a215492d'/>
<id>urn:sha1:0e275dc53880a7f14f8b8c83cc6e0290a215492d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78955 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Push LLVMContexts through the IntegerType APIs.</title>
<updated>2009-08-13T21:58:54Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-08-13T21:58:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1d0be15f89cb5056e20e2d24faa8d6afb1573bca'/>
<id>urn:sha1:1d0be15f89cb5056e20e2d24faa8d6afb1573bca</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78948 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make LLVMContext and LLVMContextImpl classes instead of structs.</title>
<updated>2009-08-11T17:45:13Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2009-08-11T17:45:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=12ddd409535b52a7fa5157ded9a4cedd161fedb6'/>
<id>urn:sha1:12ddd409535b52a7fa5157ded9a4cedd161fedb6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78690 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change llvm-c's ordering of contexts to make it consistent.</title>
<updated>2009-08-11T07:46:16Z</updated>
<author>
<name>Erick Tryzelaar</name>
<email>idadesub@users.sourceforge.net</email>
</author>
<published>2009-08-11T07:46:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ccf9f2b12e3a9bc2e3f7dcee298db6e04b912d3a'/>
<id>urn:sha1:ccf9f2b12e3a9bc2e3f7dcee298db6e04b912d3a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78656 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs.</title>
<updated>2009-08-05T23:16:16Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-08-05T23:16:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d7f2a6cb3fbc012763adb42fd967f6fefbb22a37'/>
<id>urn:sha1:d7f2a6cb3fbc012763adb42fd967f6fefbb22a37</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78258 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>revert r78048, it isn't worth using assertingvh here.</title>
<updated>2009-08-04T23:07:12Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-04T23:07:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4f95d2bda4235d36acd95688d0744d7363214706'/>
<id>urn:sha1:4f95d2bda4235d36acd95688d0744d7363214706</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78119 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h</title>
<updated>2009-08-04T22:41:48Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-08-04T22:41:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=48b2f3e4850cd27d54224cd42da8a160d6b95984'/>
<id>urn:sha1:48b2f3e4850cd27d54224cd42da8a160d6b95984</id>
<content type='text'>
not hideous.  Also, fix some MSVC compile errors.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78115 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use separate ValueList for metadata.</title>
<updated>2009-08-04T06:00:18Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2009-08-04T06:00:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d5ac40457b62f37f0abfb1d61064f7c7300e91ee'/>
<id>urn:sha1:d5ac40457b62f37f0abfb1d61064f7c7300e91ee</id>
<content type='text'>
This fixes PR4666.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78056 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
