<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/PowerPC/TargetInfo, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/PowerPC/TargetInfo?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/PowerPC/TargetInfo?h=release_28'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-01-24T20:43:08Z</updated>
<entry>
<title>make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.</title>
<updated>2010-01-24T20:43:08Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-01-24T20:43:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=43b5f9312d56be400af031f7487a99b75b7b0f97'/>
<id>urn:sha1:43b5f9312d56be400af031f7487a99b75b7b0f97</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94378 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Stop building RTTI information for *most* llvm libraries.  Notable</title>
<updated>2010-01-22T06:49:46Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-01-22T06:49:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e73a31f667ad2fe03e25c97ac45b58c30d7f07c3'/>
<id>urn:sha1:e73a31f667ad2fe03e25c97ac45b58c30d7f07c3</id>
<content type='text'>
missing ones are libsupport, libsystem and libvmcore.  libvmcore is
currently blocked on bugpoint, which uses EH.  Once it stops using
EH, we can switch it off.

This #if 0's out 3 unit tests, because gtest requires RTTI information.
Suggestions welcome on how to fix this.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94164 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Normalize makefile comments and sort cmake file lists.</title>
<updated>2009-08-31T13:05:24Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2009-08-31T13:05:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b4f770b68a2f1890e17f634b695d19bb7d07168d'/>
<id>urn:sha1:b4f770b68a2f1890e17f634b695d19bb7d07168d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80584 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Factor commonality in triple match routines into helper template for registering</title>
<updated>2009-07-26T05:03:33Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-07-26T05:03:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8977d087c693fd581db82bcff134d12da0f48bd3'/>
<id>urn:sha1:8977d087c693fd581db82bcff134d12da0f48bd3</id>
<content type='text'>
classes, and migrate existing targets over.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77126 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Kill Target specific ModuleMatchQuality stuff.</title>
<updated>2009-07-26T02:22:58Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-07-26T02:22:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fa27ff296d3694a68e7abb3b6b7629588def3e58'/>
<id>urn:sha1:fa27ff296d3694a68e7abb3b6b7629588def3e58</id>
<content type='text'>
 - This was overkill and inconsistently implemented.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77114 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Simplify JIT target selection.</title>
<updated>2009-07-25T10:09:50Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-07-25T10:09:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d6fd377f3333922c4e928019cdfa124ff7f4dd2e'/>
<id>urn:sha1:d6fd377f3333922c4e928019cdfa124ff7f4dd2e</id>
<content type='text'>
 - Instead of requiring targets to define a JIT quality match function, we just
   have them specify if they support a JIT.

 - Target selection for the JIT just gets the host triple and looks for the best
   target which matches the triple and has a JIT.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77060 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add dependencies from TargetInfo onto .td generation.</title>
<updated>2009-07-19T00:21:12Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-07-19T00:21:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b384c85877d9fd3e9f3ae8d1b68c7c610bc5a1f4'/>
<id>urn:sha1:b384c85877d9fd3e9f3ae8d1b68c7c610bc5a1f4</id>
<content type='text'>
 - Shouldn't really be necessary, but currently .inc files get included into
   some main target headers.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76349 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Put Target definitions inside Target specific header, and llvm namespace.</title>
<updated>2009-07-18T23:03:22Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-07-18T23:03:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4cb1e13769856716261a4d315f8202bd918502c3'/>
<id>urn:sha1:4cb1e13769856716261a4d315f8202bd918502c3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76344 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add TargetInfo libraries for all targets.</title>
<updated>2009-07-15T06:35:19Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-07-15T06:35:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c984df8602a8b2450cbdb6ff55fd49ba709a391e'/>
<id>urn:sha1:c984df8602a8b2450cbdb6ff55fd49ba709a391e</id>
<content type='text'>
 - Intended to match current TargetMachine implementations.

 - No facilities for linking these in yet.


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