<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/utils/llvmbuild, branch master</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/utils/llvmbuild?h=master</id>
<link rel='self' href='https://git.amat.us/llvm/atom/utils/llvmbuild?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-11-04T01:09:02Z</updated>
<entry>
<title>utils: Rename the "llvmbuild" script to llvm-compilers-check.</title>
<updated>2011-11-04T01:09:02Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-11-04T01:09:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=903aa8d00fb9497e222c7d461244cbfb24766254'/>
<id>urn:sha1:903aa8d00fb9497e222c7d461244cbfb24766254</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143673 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix threads/jobs Calculation</title>
<updated>2011-10-14T19:12:37Z</updated>
<author>
<name>David Greene</name>
<email>greened@obbligato.org</email>
</author>
<published>2011-10-14T19:12:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bc5c49b6c7c24356b2a863351af2fed336f133ca'/>
<id>urn:sha1:bc5c49b6c7c24356b2a863351af2fed336f133ca</id>
<content type='text'>
Pass the correct jobs and threads information to the builder.
We were underutilizing the number of jobs and threads specified
by the user.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141977 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add Helpful Messages</title>
<updated>2011-10-14T19:12:35Z</updated>
<author>
<name>David Greene</name>
<email>greened@obbligato.org</email>
</author>
<published>2011-10-14T19:12:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8e20b9456e58ad7b2416cc9785792f8ee4fbbecf'/>
<id>urn:sha1:8e20b9456e58ad7b2416cc9785792f8ee4fbbecf</id>
<content type='text'>
Bit just a bit more verbose about what's going on.  Print options
to make to aid debugging.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141976 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add Option to Skip Install</title>
<updated>2011-10-14T19:12:34Z</updated>
<author>
<name>David Greene</name>
<email>greened@obbligato.org</email>
</author>
<published>2011-10-14T19:12:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cdc3fbc61bbe790154ee1e71b545adfe7b17128a'/>
<id>urn:sha1:cdc3fbc61bbe790154ee1e71b545adfe7b17128a</id>
<content type='text'>
Add a --no-install option to skip installing components.  This
speeds up the develop/test cycle.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141975 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add Option to Skip gcc Build</title>
<updated>2011-10-14T19:12:33Z</updated>
<author>
<name>David Greene</name>
<email>greened@obbligato.org</email>
</author>
<published>2011-10-14T19:12:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d17f81343cf3a88e6306308274705b7c40ef261d'/>
<id>urn:sha1:d17f81343cf3a88e6306308274705b7c40ef261d</id>
<content type='text'>
And a --no-gcc option to skip dragonegg and gcc builds.
This greatly speeds up the develop/test cycle.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141974 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Allow tagless builds and fix debug build configuration.</title>
<updated>2011-07-06T16:54:14Z</updated>
<author>
<name>David Greene</name>
<email>greened@obbligato.org</email>
</author>
<published>2011-07-06T16:54:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e234cd97173a83e9bddce6b7c84780476550a8df'/>
<id>urn:sha1:e234cd97173a83e9bddce6b7c84780476550a8df</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134498 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix the case where the number of jobs is less than the</title>
<updated>2011-03-04T23:02:52Z</updated>
<author>
<name>David Greene</name>
<email>greened@obbligato.org</email>
</author>
<published>2011-03-04T23:02:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b1939d5db6f95f18c9898861c58d2eac6456f06b'/>
<id>urn:sha1:b1939d5db6f95f18c9898861c58d2eac6456f06b</id>
<content type='text'>
number of threads.  In that case make the number of threads
equal to the number of jobs and launch one jobs on each
thread.  This makes things work like make -j.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127045 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add some options for building LLVM in different environments:</title>
<updated>2011-02-25T20:51:27Z</updated>
<author>
<name>David Greene</name>
<email>greened@obbligato.org</email>
</author>
<published>2011-02-25T20:51:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=14a129a3cf8e609b9deb8546267e509088bf7dcd'/>
<id>urn:sha1:14a129a3cf8e609b9deb8546267e509088bf7dcd</id>
<content type='text'>
--force-configure to force running configure before building.

--extra-llvm-config-flags
--extra-llvm-gcc-config-flags
--extra-gcc-config-flags

Pass additional argument to the various configure invocations.

This also eliminates a default build flavor because explicitly
specifying builds could result in build flavors being run repeatedly.

Finally, turn off fortran builds for the moment because install
appears to be broken.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126510 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix Builder::execute() to more properly pass the desired environment</title>
<updated>2011-02-22T23:30:45Z</updated>
<author>
<name>David Greene</name>
<email>greened@obbligato.org</email>
</author>
<published>2011-02-22T23:30:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8b890c2f7da64085f785161559253b5ef06eff6f'/>
<id>urn:sha1:8b890c2f7da64085f785161559253b5ef06eff6f</id>
<content type='text'>
to tools.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126263 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a convenience tool for doing comparison builds of the LLVM</title>
<updated>2011-02-21T19:23:22Z</updated>
<author>
<name>David Greene</name>
<email>greened@obbligato.org</email>
</author>
<published>2011-02-21T19:23:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8b8b4af40473bd9354a5425e0ef8f88184f37935'/>
<id>urn:sha1:8b8b4af40473bd9354a5425e0ef8f88184f37935</id>
<content type='text'>
ecosystem.  This is a handy utility for checking changes before
committing them to the repository.



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