<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/CppBackend, branch release_25</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/CppBackend?h=release_25</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/CppBackend?h=release_25'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-01-15T20:18:42Z</updated>
<entry>
<title>Add the private linkage.</title>
<updated>2009-01-15T20:18:42Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2009-01-15T20:18:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bb46f52027416598a662dc1c58f48d9d56b1a65b'/>
<id>urn:sha1:bb46f52027416598a662dc1c58f48d9d56b1a65b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62279 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>make -march=cpp handle the nocapture attribute, make it assert if it</title>
<updated>2009-01-13T07:22:22Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-01-13T07:22:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=acca9559f4fdf99de62537592d7d63409229857b'/>
<id>urn:sha1:acca9559f4fdf99de62537592d7d63409229857b</id>
<content type='text'>
sees attributes it doesn't know.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62155 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Removed trailing whitespace from Makefiles.</title>
<updated>2009-01-09T16:44:42Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2009-01-09T16:44:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9b8f542e2746b28721b3ec603c3aaaa10ea708fc'/>
<id>urn:sha1:9b8f542e2746b28721b3ec603c3aaaa10ea708fc</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61991 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update CPP backend for PrintModulePass API changes.</title>
<updated>2008-12-08T07:07:24Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-12-08T07:07:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f923129fc30a8a2c2c0948131dd6458af4ae10ee'/>
<id>urn:sha1:f923129fc30a8a2c2c0948131dd6458af4ae10ee</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60690 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Adds extern "C" ints to the .cpp files that use RegisterTarget, as</title>
<updated>2008-11-15T21:36:30Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2008-11-15T21:36:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=92adc19be95347225f713db8cc1b5e22ac08bb5e'/>
<id>urn:sha1:92adc19be95347225f713db8cc1b5e22ac08bb5e</id>
<content type='text'>
well as 2 files that use "Registrator"s. These are to be used by the
MSVC builds, as the Win32 linker does not include libs that are
otherwise unreferenced, even if global constructors in the lib have
side-effects.

Patch by Scott Graham!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59378 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Typo fix</title>
<updated>2008-11-09T02:54:13Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2008-11-09T02:54:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b0714dbc0dc1cfc942790930871967572c1e360d'/>
<id>urn:sha1:b0714dbc0dc1cfc942790930871967572c1e360d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58928 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>The Index field of an AttributeWithIndex is of type unsigned, not uint16_t.</title>
<updated>2008-11-08T15:36:01Z</updated>
<author>
<name>Nicolas Geoffray</name>
<email>nicolas.geoffray@lip6.fr</email>
</author>
<published>2008-11-08T15:36:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d9afb4d08a0143c9b9266001175c1b03e33663b6'/>
<id>urn:sha1:d9afb4d08a0143c9b9266001175c1b03e33663b6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58908 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>StoreInst does not produce any result thus it's useless to create new</title>
<updated>2008-11-08T12:58:07Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2008-11-08T12:58:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e0f4af3b49f8bcf5aed470e3f023133510e1da12'/>
<id>urn:sha1:e0f4af3b49f8bcf5aed470e3f023133510e1da12</id>
<content type='text'>
variable for it. This greatly reduces amount of unused variables in
llvm2cpp-generated code

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58905 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix command-line option printing to print two spaces where needed,</title>
<updated>2008-10-14T20:25:08Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-10-14T20:25:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b8cab9227a0f6ffbdaae33e3c64268e265008a6a'/>
<id>urn:sha1:b8cab9227a0f6ffbdaae33e3c64268e265008a6a</id>
<content type='text'>
instead of requiring all "short description" strings to begin with
two spaces. This makes these strings less mysterious, and it fixes
some cases where short description strings mistakenly did not
begin with two spaces.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57521 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a "loses information" return value to APFloat::convert</title>
<updated>2008-10-09T23:00:39Z</updated>
<author>
<name>Dale Johannesen</name>
<email>dalej@apple.com</email>
</author>
<published>2008-10-09T23:00:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=23a98551ab65eeb8fe5019df8b7db4891582a4bd'/>
<id>urn:sha1:23a98551ab65eeb8fe5019df8b7db4891582a4bd</id>
<content type='text'>
and APFloat::convertToInteger.  Restore return value to
IEEE754.  Adjust all users accordingly.



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