<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/tools, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/tools?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/tools?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-03-05T04:46:39Z</updated>
<entry>
<title>Make it not an error to specify -O* options several times.</title>
<updated>2010-03-05T04:46:39Z</updated>
<author>
<name>Mikhail Glushenkov</name>
<email>foldr@codedgers.com</email>
</author>
<published>2010-03-05T04:46:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b5c4239606d3b34b5aac20b93d4c052ac4c39ce7'/>
<id>urn:sha1:b5c4239606d3b34b5aac20b93d4c052ac4c39ce7</id>
<content type='text'>
As in 'llvmc -O2 -O2 test.c'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97787 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>apparently if gold is around lto needs to be part of DIRS.</title>
<updated>2010-03-05T02:34:34Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-03-05T02:34:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e5605778f5851f46c94524988af35d6a3e45318c'/>
<id>urn:sha1:e5605778f5851f46c94524988af35d6a3e45318c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97780 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Only build libedis if ENABLE_SHARED is specified, just like liblto.</title>
<updated>2010-03-05T00:59:18Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-03-05T00:59:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=23e6d2b88a34e4a7aea9120446683c598da470d7'/>
<id>urn:sha1:23e6d2b88a34e4a7aea9120446683c598da470d7</id>
<content type='text'>
Don't build any of the dynamic library stuff on cygwin/mingw.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97771 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>liblto and gold don't need to be built in serial</title>
<updated>2010-03-05T00:54:45Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-03-05T00:54:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f6dc18f9eb0feaf398ba372f0e01ec7abf013722'/>
<id>urn:sha1:f6dc18f9eb0feaf398ba372f0e01ec7abf013722</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97770 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.</title>
<updated>2010-03-04T20:56:19Z</updated>
<author>
<name>Erick Tryzelaar</name>
<email>idadesub@users.sourceforge.net</email>
</author>
<published>2010-03-04T20:56:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d4076cfc834da5255d2f7a15b6f9c7cd80132223'/>
<id>urn:sha1:d4076cfc834da5255d2f7a15b6f9c7cd80132223</id>
<content type='text'>
We need this so can not bake DESTDIR into the O'Caml symlinks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97743 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make llc opt into the addPassesToEmitFile verify pass.</title>
<updated>2010-03-01T21:45:21Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-03-01T21:45:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d44f16fce7b23d61e0b10cfdca3d10869b0236ae'/>
<id>urn:sha1:d44f16fce7b23d61e0b10cfdca3d10869b0236ae</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97502 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>don't build edis if the x86 target isn't enabld.</title>
<updated>2010-02-26T21:26:33Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-02-26T21:26:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=68e326689dc1d55f9bd2829bb91771fcec299c3b'/>
<id>urn:sha1:68e326689dc1d55f9bd2829bb91771fcec299c3b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97268 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>disable-mem2reg and disable-gvn options should not be used by the driver.</title>
<updated>2010-02-26T18:38:44Z</updated>
<author>
<name>Sanjiv Gupta</name>
<email>sanjiv.gupta@microchip.com</email>
</author>
<published>2010-02-26T18:38:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ad597f99d997c2b4d598c8942e8c54008496beab'/>
<id>urn:sha1:ad597f99d997c2b4d598c8942e8c54008496beab</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97236 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Try r96559 for the third time.  This time the shared library is only built if</title>
<updated>2010-02-25T06:34:33Z</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@google.com</email>
</author>
<published>2010-02-25T06:34:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c90171961d020d93e4ce548016d8ccb8aab00c57'/>
<id>urn:sha1:c90171961d020d93e4ce548016d8ccb8aab00c57</id>
<content type='text'>
--enable-shared is passed to configure.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97119 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Roll back r96959 again.</title>
<updated>2010-02-23T20:53:37Z</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@google.com</email>
</author>
<published>2010-02-23T20:53:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=407fbdd161d4134901fefe267779a4aaaeab2f0d'/>
<id>urn:sha1:407fbdd161d4134901fefe267779a4aaaeab2f0d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96981 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
