<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/CppBackend, branch release_30</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/CppBackend?h=release_30</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/CppBackend?h=release_30'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-11-07T19:38:25Z</updated>
<entry>
<title>Merging r143712:</title>
<updated>2011-11-07T19:38:25Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-11-07T19:38:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=21a7e1ac708ec9fab0c5eeee081e3333d8b6d4d1'/>
<id>urn:sha1:21a7e1ac708ec9fab0c5eeee081e3333d8b6d4d1</id>
<content type='text'>
------------------------------------------------------------------------
r143712 | efriedma | 2011-11-04 10:29:35 -0700 (Fri, 04 Nov 2011) | 3 lines

Add missing argument for atomic instructions in c++ backend.  PR11268, part 2.


------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_30@143999 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merging r143406:</title>
<updated>2011-11-07T19:38:01Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-11-07T19:38:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=39be04a27ecf8b27a7bd4c4bf45249205d6fb6af'/>
<id>urn:sha1:39be04a27ecf8b27a7bd4c4bf45249205d6fb6af</id>
<content type='text'>
------------------------------------------------------------------------
r143406 | efriedma | 2011-10-31 16:59:22 -0700 (Mon, 31 Oct 2011) | 3 lines

Add support for new atomics to cpp backend.  Misc other fixes while I'm here.  PR11268.


------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_30@143998 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Always check if a method or a type exist before trying to create it.</title>
<updated>2011-10-08T11:56:36Z</updated>
<author>
<name>Nicolas Geoffray</name>
<email>nicolas.geoffray@lip6.fr</email>
</author>
<published>2011-10-08T11:56:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f8557957fbdd0f08da3a468daa568b2050745a98'/>
<id>urn:sha1:f8557957fbdd0f08da3a468daa568b2050745a98</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141490 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add the returns_twice attribute to LLVM.</title>
<updated>2011-10-03T14:45:37Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2011-10-03T14:45:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=25456ef74ca7ac9bf46451f28d995f785e2596de'/>
<id>urn:sha1:25456ef74ca7ac9bf46451f28d995f785e2596de</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141001 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Clean up uses of switch instructions so they are not dependent on the operand ordering.  Patch by Stepan Dyatkovskiy.</title>
<updated>2011-09-29T20:21:17Z</updated>
<author>
<name>Eli Friedman</name>
<email>eli.friedman@gmail.com</email>
</author>
<published>2011-09-29T20:21:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bb5a7442e362776621112dc9453e546a55878e79'/>
<id>urn:sha1:bb5a7442e362776621112dc9453e546a55878e79</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140803 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change:</title>
<updated>2011-09-21T03:09:09Z</updated>
<author>
<name>Richard Trieu</name>
<email>rtrieu@google.com</email>
</author>
<published>2011-09-21T03:09:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=23946fcaaefaf3c1a9d1ef86a3786f622c005f1a'/>
<id>urn:sha1:23946fcaaefaf3c1a9d1ef86a3786f622c005f1a</id>
<content type='text'>
  assert(!"error message");

To:

  assert(0 &amp;&amp; "error message");

which is more consistant across the code base.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140234 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update the C++ backend to use the new ArrayRef'ified APIs. Patch by arrowdodger!</title>
<updated>2011-09-05T18:50:59Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2011-09-05T18:50:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3bca1013291e1b17050e3332faf3dccb128b3da0'/>
<id>urn:sha1:3bca1013291e1b17050e3332faf3dccb128b3da0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139124 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move TargetRegistry and TargetSelect from Target to Support where they belong.</title>
<updated>2011-08-24T18:08:43Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2011-08-24T18:08:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3e74d6fdd248e20a280f1dff3da9a6c689c2c4c3'/>
<id>urn:sha1:3e74d6fdd248e20a280f1dff3da9a6c689c2c4c3</id>
<content type='text'>
These are strictly utilities for registering targets and components.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138450 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>switch to the new struct apis.</title>
<updated>2011-08-12T18:07:07Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-08-12T18:07:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c4d0e9fbddfe6b0ee5d5d7ef8eb1b341a8a242cf'/>
<id>urn:sha1:c4d0e9fbddfe6b0ee5d5d7ef8eb1b341a8a242cf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137481 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add missing attributes to the C++ backend's output.</title>
<updated>2011-08-09T00:47:30Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-08-09T00:47:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=54f1536927bdc3cfd4c3f725411bc1edee2937b6'/>
<id>urn:sha1:54f1536927bdc3cfd4c3f725411bc1edee2937b6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137091 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
