<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/BitCodeFormat.html, branch release_25</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/BitCodeFormat.html?h=release_25</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/BitCodeFormat.html?h=release_25'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-12-11T17:34:48Z</updated>
<entry>
<title>Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.</title>
<updated>2008-12-11T17:34:48Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2008-12-11T17:34:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=444087057ad0592f3e0bb2e434e0b610aa7914f6'/>
<id>urn:sha1:444087057ad0592f3e0bb2e434e0b610aa7914f6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60880 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a little wrapper header that is put around bc files when emitting</title>
<updated>2008-07-09T05:14:23Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-07-09T05:14:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6fa6a32e4e2fdbb77c82fd7f64a7232cdcac994e'/>
<id>urn:sha1:6fa6a32e4e2fdbb77c82fd7f64a7232cdcac994e</id>
<content type='text'>
bc files for modules with a target triple that indicates they are for
darwin.  The reader unconditionally handles this, and the writer could
turn this on for more targets if we care.

This change has two benefits for darwin:

1) it allows us to encode the cpu type of the file in an easy to read
   place that doesn't require decoding the bc file.
2) it works around a bug (IMO) in darwin's AR where it is incapable of
   handling files that are not a multiple of 8 bytes long.  BC files
   are only guaranteed to be multiples of 4 bytes long.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53275 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Various improvements to the documentation, contributed by</title>
<updated>2007-10-08T18:42:45Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-10-08T18:42:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f19b8e43b34d09fbcfc105a1370722f3cca8582b'/>
<id>urn:sha1:f19b8e43b34d09fbcfc105a1370722f3cca8582b</id>
<content type='text'>
Joshua Haberman!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42763 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add initial description of llvm top-level stuff.</title>
<updated>2007-05-13T01:39:44Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-13T01:39:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=69b3e40196f837d5dbc484cd708b6e0489085787'/>
<id>urn:sha1:69b3e40196f837d5dbc484cd708b6e0489085787</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37017 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>finish the description of the bitstream format.</title>
<updated>2007-05-13T00:59:52Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-13T00:59:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7300af5896d879bfc476dfbcb4ec23e352797c4f'/>
<id>urn:sha1:7300af5896d879bfc476dfbcb4ec23e352797c4f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37016 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a grammaro.</title>
<updated>2007-05-12T08:01:52Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-05-12T08:01:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=58d054783d0c6a0c313da91b91f8ba7c8137cefe'/>
<id>urn:sha1:58d054783d0c6a0c313da91b91f8ba7c8137cefe</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37005 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2007-05-12T07:50:14Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-12T07:50:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f1d64e90b3d08886125ecb84b704335bc1187be9'/>
<id>urn:sha1:f1d64e90b3d08886125ecb84b704335bc1187be9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37004 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>continued description</title>
<updated>2007-05-12T07:49:15Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-12T07:49:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=daeb63c22064a4f25f6df2b04c34a5d3aa6af873'/>
<id>urn:sha1:daeb63c22064a4f25f6df2b04c34a5d3aa6af873</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37003 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add a bunch of content.</title>
<updated>2007-05-12T05:37:42Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-12T05:37:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3a1716db5818feb96054dcce325e8840063d10b7'/>
<id>urn:sha1:3a1716db5818feb96054dcce325e8840063d10b7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37002 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>first step</title>
<updated>2007-05-12T03:23:40Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-12T03:23:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e9ef4573e28dfae9949da574b135e72652f79b24'/>
<id>urn:sha1:e9ef4573e28dfae9949da574b135e72652f79b24</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37001 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
