<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/CodeGen/Makefile, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/CodeGen/Makefile?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/CodeGen/Makefile?h=release_29'/>
<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>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>Move all assembler printing related stuff into new libAsmPrinter</title>
<updated>2008-08-17T13:53:04Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2008-08-17T13:53:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=abb247fc036d55d06b06853cae66ab055269d605'/>
<id>urn:sha1:abb247fc036d55d06b06853cae66ab055269d605</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54885 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove attribution from lib Makefiles.</title>
<updated>2007-12-29T20:09:26Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-29T20:09:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fc643c5e88c596f217750dd91fcc66488dfed73d'/>
<id>urn:sha1:fc643c5e88c596f217750dd91fcc66488dfed73d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45415 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>this will work better</title>
<updated>2006-11-03T19:15:55Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2006-11-03T19:15:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=033b107e10c6b859ad45a126edbe54746547c0c4'/>
<id>urn:sha1:033b107e10c6b859ad45a126edbe54746547c0c4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31419 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix the build on xcode &lt; 2.4</title>
<updated>2006-11-03T19:13:59Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2006-11-03T19:13:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=070971866586bb0f45c7e5001b63ced0a1b64387'/>
<id>urn:sha1:070971866586bb0f45c7e5001b63ced0a1b64387</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31417 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make CodeGen libs -pedantic clean.</title>
<updated>2006-11-02T23:56:21Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-11-02T23:56:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=97821311a32b5ca11b5f843f90a85875feb7d142'/>
<id>urn:sha1:97821311a32b5ca11b5f843f90a85875feb7d142</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31387 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix linking on Alpha</title>
<updated>2006-07-20T17:27:58Z</updated>
<author>
<name>Andrew Lenharth</name>
<email>andrewl@lenharth.org</email>
</author>
<published>2006-07-20T17:27:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=74bda2e320b92c017c1938ab35a18071d22f5127'/>
<id>urn:sha1:74bda2e320b92c017c1938ab35a18071d22f5127</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29219 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Prevent the -pedantic option from causing Mac OS/X build problems:</title>
<updated>2006-06-01T06:12:21Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-06-01T06:12:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=177284ce8976d840e6093c6555dacc13f3ed0c4f'/>
<id>urn:sha1:177284ce8976d840e6093c6555dacc13f3ed0c4f</id>
<content type='text'>
LiveIntervalAnalysis.cpp:218: error: floating constant exceeds range of 'double'


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