<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Feature, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Feature?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Feature?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-02-12T20:49:41Z</updated>
<entry>
<title>Add support for a union type in LLVM IR.  Patch by Talin!</title>
<updated>2010-02-12T20:49:41Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-02-12T20:49:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fdfeb6976f07ad10d809b922ed7376ba2a3539be'/>
<id>urn:sha1:fdfeb6976f07ad10d809b922ed7376ba2a3539be</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96011 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a new function attribute, 'alignstack'. It will indicate (when the backends</title>
<updated>2010-02-12T00:31:15Z</updated>
<author>
<name>Charles Davis</name>
<email>cdavis@mines.edu</email>
</author>
<published>2010-02-12T00:31:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1e063d14df0f182626ebdd7ac7f32405aa754e03'/>
<id>urn:sha1:1e063d14df0f182626ebdd7ac7f32405aa754e03</id>
<content type='text'>
implement support for it) that the stack should be forcibly realigned in the
prologue (and the process reversed in the epilogue).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95945 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix bogus test</title>
<updated>2010-01-09T19:24:18Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-01-09T19:24:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=afab1df3684078611c055a7765e7b3385e126da9'/>
<id>urn:sha1:afab1df3684078611c055a7765e7b3385e126da9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93068 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use separate namespace for named metadata.</title>
<updated>2010-01-07T19:39:36Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2010-01-07T19:39:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0386f01e061513094504bc11f8352a40173cada7'/>
<id>urn:sha1:0386f01e061513094504bc11f8352a40173cada7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92931 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null}</title>
<updated>2010-01-05T21:47:32Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2010-01-05T21:47:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=69d02e0a174151e0f129731452e819b91d1ab90e'/>
<id>urn:sha1:69d02e0a174151e0f129731452e819b91d1ab90e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92783 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add bitcode reader support for blockaddress.  We can now fully</title>
<updated>2009-10-28T05:53:48Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-10-28T05:53:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=50b136dae90eb37f9fc9517a8638020db4f04f9c'/>
<id>urn:sha1:50b136dae90eb37f9fc9517a8638020db4f04f9c</id>
<content type='text'>
round trip blockaddress through .ll and .bc files, so add a testcase.

There are still a bunch of places in the optimizer and other places
that need to be updated to work with these constructs, but at least
the basics are in now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85377 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>rename indbr -&gt; indirectbr to appease the residents of #llvm.</title>
<updated>2009-10-28T00:19:10Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-10-28T00:19:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ab21db79ef1d2530880ad11f21f0b87ffca02dd4'/>
<id>urn:sha1:ab21db79ef1d2530880ad11f21f0b87ffca02dd4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85351 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add enough support for indirect branch for the feature test to pass</title>
<updated>2009-10-27T19:13:16Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-10-27T19:13:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f9be95f867745b6754b2402b9b72f9eaeabd637f'/>
<id>urn:sha1:f9be95f867745b6754b2402b9b72f9eaeabd637f</id>
<content type='text'>
(assembler,asmprinter, bc reader+writer) and document it.  Codegen
currently aborts on it.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85274 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>change of mind :)</title>
<updated>2009-10-27T17:40:49Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-10-27T17:40:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7a034b11278f222da01ace76a00fab210364af8b'/>
<id>urn:sha1:7a034b11278f222da01ace76a00fab210364af8b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85258 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>rename test.</title>
<updated>2009-10-27T17:40:19Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-10-27T17:40:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9357754d097f006e7aec7b15f0730bb0f6c2f0c5'/>
<id>urn:sha1:9357754d097f006e7aec7b15f0730bb0f6c2f0c5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85256 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
