<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/ReleaseNotes.html, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/ReleaseNotes.html?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/ReleaseNotes.html?h=release_28'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-10-04T20:41:06Z</updated>
<entry>
<title>Update</title>
<updated>2010-10-04T20:41:06Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2010-10-04T20:41:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c9531c63429f8db225051e32ff117264d96d5f80'/>
<id>urn:sha1:c9531c63429f8db225051e32ff117264d96d5f80</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_28@115554 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update release notes for 2.8 release.</title>
<updated>2010-10-04T19:55:17Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2010-10-04T19:55:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=43ab46e2aa101ded49faa552e8e3f6fce8aecd1c'/>
<id>urn:sha1:43ab46e2aa101ded49faa552e8e3f6fce8aecd1c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_28@115548 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Document that Pass(char*) got replaced with Pass(char&amp;).</title>
<updated>2010-09-28T13:47:20Z</updated>
<author>
<name>Torok Edwin</name>
<email>edwintorok@gmail.com</email>
</author>
<published>2010-09-28T13:47:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b72f73f13a88851327581323ce116e882e8745d2'/>
<id>urn:sha1:b72f73f13a88851327581323ce116e882e8745d2</id>
<content type='text'>
This means that code wanting to be compatible needs to use ifdefs :(



git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_28@114950 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>this is a release note worthy change.</title>
<updated>2010-09-02T23:22:50Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-09-02T23:22:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2295b5a5cdf8a3dc3bee79a3ced985dd5e47bc85'/>
<id>urn:sha1:2295b5a5cdf8a3dc3bee79a3ced985dd5e47bc85</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112907 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove a hack that tries to understand incorrect triples from the</title>
<updated>2010-08-30T10:57:54Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-08-30T10:57:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=12881e79b60886df8872045044f34d4ab3d79535'/>
<id>urn:sha1:12881e79b60886df8872045044f34d4ab3d79535</id>
<content type='text'>
Triple class constructor.  Only valid triples should now be used
inside LLVM - front-ends are now responsable for rejecting or
correcting invalid target triples.  The Triple::normalize method
can be used to straighten out funky triples provided by users.
Give this a whirl through the buildbots to see if I caught all
places where triples enter LLVM.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112470 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove the MSIL backend.  It isn't maintained, is buggy, has no testcases</title>
<updated>2010-08-28T16:33:36Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-08-28T16:33:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=885b661e1004978f39cd1d74e586f193dfc0b0a6'/>
<id>urn:sha1:885b661e1004978f39cd1d74e586f193dfc0b0a6</id>
<content type='text'>
and hasn't kept up with ToT.  Approved by Anton.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112375 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>Document results of PR7762.</title>
<updated>2010-08-05T20:38:39Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2010-08-05T20:38:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3aff66905f0ce6da0d55d95a5d414604da4f7d30'/>
<id>urn:sha1:3aff66905f0ce6da0d55d95a5d414604da4f7d30</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110373 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a note about the changing pass registration interface.</title>
<updated>2010-08-04T18:27:08Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2010-08-04T18:27:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=87ebbc0c5652b21278f6c351b8da3e6042caee52'/>
<id>urn:sha1:87ebbc0c5652b21278f6c351b8da3e6042caee52</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110231 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Note some LLVM 2.7 -&gt; 2.8 APIs that changed / got renamed.</title>
<updated>2010-08-04T12:43:22Z</updated>
<author>
<name>Torok Edwin</name>
<email>edwintorok@gmail.com</email>
</author>
<published>2010-08-04T12:43:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7c46cf0bfe88e2f6ce1bcad537844e3225670899'/>
<id>urn:sha1:7c46cf0bfe88e2f6ce1bcad537844e3225670899</id>
<content type='text'>
I encountered these while upgrading libclamav.


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