<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Makefile, branch release_22</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Makefile?h=release_22</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Makefile?h=release_22'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-12-29T20:09:26Z</updated>
<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 lib/Archive instead of lib/Bytecode</title>
<updated>2007-05-06T19:50:06Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-06T19:50:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6593380c0ed340b16c32a6580d16cc458b44f321'/>
<id>urn:sha1:6593380c0ed340b16c32a6580d16cc458b44f321</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36887 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>build the bitcode dir</title>
<updated>2007-04-22T06:26:05Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-04-22T06:26:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6742b4df5c884bd6aafb36cdb8b1b5cf7b075618'/>
<id>urn:sha1:6742b4df5c884bd6aafb36cdb8b1b5cf7b075618</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36332 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Changes to support making the shift instructions be true BinaryOperators.</title>
<updated>2007-02-02T02:16:23Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-02-02T02:16:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=832254e1c2387c0cbeb0a820b8315fbe85cb003a'/>
<id>urn:sha1:832254e1c2387c0cbeb0a820b8315fbe85cb003a</id>
<content type='text'>
This feature is needed in order to support shifts of more than 255 bits
on large integer types.  This changes the syntax for llvm assembly to
make shl, ashr and lshr instructions look like a binary operator:
   shl i32 %X, 1
instead of
   shl i32 %X, i8 1
Additionally, this should help a few passes perform additional optimizations.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33776 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make some changes suggested by Chris:</title>
<updated>2006-05-17T22:55:35Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-05-17T22:55:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dd1aac36a190c977cfd5433816fb78ed36c7101c'/>
<id>urn:sha1:dd1aac36a190c977cfd5433816fb78ed36c7101c</id>
<content type='text'>
1. Remove the LLVM_DO_NOT_BUILD feature (not needed any more)
2. Ensure that lib/VMCore gets built first. This needs to be done because
   VMCore now uses tblgen to generate the Intrinsics header which are
   needed in other libraries. In parallel builds, this can cause problems.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28374 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use DIRS here instead of PARALLEL_DIRS, as VMCore has to be built before the</title>
<updated>2006-05-17T21:54:48Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2006-05-17T21:54:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7044aac97c0b45ea23fb37bdc2d8ce19d6dee36d'/>
<id>urn:sha1:7044aac97c0b45ea23fb37bdc2d8ce19d6dee36d</id>
<content type='text'>
other dirs (for Intrinsics.gen).  :(


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28372 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add the Linker library</title>
<updated>2004-11-14T21:54:41Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-11-14T21:54:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9d969b8328a3cc62e5d779bf128dfc4af7486f6c'/>
<id>urn:sha1:9d969b8328a3cc62e5d779bf128dfc4af7486f6c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17763 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Wrap long line</title>
<updated>2004-09-15T01:34:42Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2004-09-15T01:34:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3559a93f5e48209ecd3f0b19d91e38f3b24a295b'/>
<id>urn:sha1:3559a93f5e48209ecd3f0b19d91e38f3b24a295b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16352 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>CBackend is no longer here</title>
<updated>2004-02-13T23:29:37Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2004-02-13T23:29:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0f2aecef5a38a7f06a704929133aedad9b6861d3'/>
<id>urn:sha1:0f2aecef5a38a7f06a704929133aedad9b6861d3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11416 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add new dir</title>
<updated>2004-01-05T05:25:59Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2004-01-05T05:25:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6dddfff7502774efa50a6650aa6b5a0b963c83e4'/>
<id>urn:sha1:6dddfff7502774efa50a6650aa6b5a0b963c83e4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10686 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
