<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Transforms/Makefile, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Transforms/Makefile?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Transforms/Makefile?h=release_28'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-04-15T19:51:42Z</updated>
<entry>
<title>Revert r100896 and around - this breaks the only mingw32 buildbot we have.</title>
<updated>2010-04-15T19:51:42Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2010-04-15T19:51:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=764f62ba601ed80710a05565b61c6dd4fbb73eea'/>
<id>urn:sha1:764f62ba601ed80710a05565b61c6dd4fbb73eea</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101387 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>suck the propagating "has dynamic libs" check into a single makefile </title>
<updated>2010-04-09T20:51:47Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-04-09T20:51:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e3a39d40db3893be37107356f0c1680bef8a8ec1'/>
<id>urn:sha1:e3a39d40db3893be37107356f0c1680bef8a8ec1</id>
<content type='text'>
variable TARGET_HAS_DYNAMIC_LIBS


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100896 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add minix support, patch by Kees van Reeuwijk!  PR6797</title>
<updated>2010-04-09T20:45:04Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-04-09T20:45:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=21aa347c2816aa8fc635ad05c5ab786234b32c7e'/>
<id>urn:sha1:21aa347c2816aa8fc635ad05c5ab786234b32c7e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100895 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>move instcombine to its own library, it's past time.</title>
<updated>2010-01-04T06:23:24Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-01-04T06:23:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dffbef0d76549ac400e47c3688ad2d140eb49212'/>
<id>urn:sha1:dffbef0d76549ac400e47c3688ad2d140eb49212</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92459 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>The attached patches attempt to fix cross builds. For example, if you</title>
<updated>2009-08-18T00:40:33Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2009-08-18T00:40:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e55db741523b51f3f754b6dd62c5e0f52bb83b98'/>
<id>urn:sha1:e55db741523b51f3f754b6dd62c5e0f52bb83b98</id>
<content type='text'>
try to use i686-darwin to build for arm-eabi, you'll quickly run into
several false assumptions that the target OS must be the same as the
host OS. These patches split $(OS) into $(HOST_OS) and $(TARGET_OS) to
help builds like "make check" and the test-suite able to cross
compile. Along the way a target of *-unknown-eabi is defined as
"Freestanding" so that TARGET_OS checks have something to work with.

Patch by Sandeep Patel!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79296 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>I should definitely read make docs someday :(</title>
<updated>2009-03-11T20:40:15Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2009-03-11T20:40:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=26d6e21c5361ad30f551cecaefddcaa1ed7f040f'/>
<id>urn:sha1:26d6e21c5361ad30f551cecaefddcaa1ed7f040f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66699 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Unbreak the build. Dunno, why it did not fail on mingw :(</title>
<updated>2009-03-11T20:16:05Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2009-03-11T20:16:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=317bc24cd6223940c750defe2dc0c8206146e5c1'/>
<id>urn:sha1:317bc24cd6223940c750defe2dc0c8206146e5c1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66692 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Disable plugins / shared stuff generation on windows targets.</title>
<updated>2009-03-11T19:49:42Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2009-03-11T19:49:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ad9d21a9527ab8a236e11b6f83bbf67a7a97406d'/>
<id>urn:sha1:ad9d21a9527ab8a236e11b6f83bbf67a7a97406d</id>
<content type='text'>
This fixes fallout from recent PIC/delibtoolize changes and unbreaks
build on cygming.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66686 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>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>
</feed>
