<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Transforms/Makefile, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Transforms/Makefile?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Transforms/Makefile?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-01-04T06:23:24Z</updated>
<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>
<entry>
<title>Build Hello by default so it can be used in test cases.</title>
<updated>2007-04-11T21:03:37Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-11T21:03:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3234b3e1f23a6fe5c6e39194ff8057aea951e869'/>
<id>urn:sha1:3234b3e1f23a6fe5c6e39194ff8057aea951e869</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35922 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR1072:</title>
<updated>2007-02-03T23:15:56Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-02-03T23:15:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7ba98a90008727e2fa0dfc1787cad71e1b6021eb'/>
<id>urn:sha1:7ba98a90008727e2fa0dfc1787cad71e1b6021eb</id>
<content type='text'>
Removing -raise has neglible positive or negative side effects so we are
opting to remove it. See the PR for comparison details.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33844 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now</title>
<updated>2005-10-24T02:26:13Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2005-10-24T02:26:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f36aeedaa30b34b044c20e8ef5d43bd8c6c0e342'/>
<id>urn:sha1:f36aeedaa30b34b044c20e8ef5d43bd8c6c0e342</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23940 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
