<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp/utils/llvm-build, branch master</title>
<subtitle>LLVM with the emscripten fastcomp javascript backend</subtitle>
<id>https://git.amat.us/emscripten-fastcomp/atom/utils/llvm-build?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp/atom/utils/llvm-build?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/'/>
<updated>2013-01-02T09:10:48Z</updated>
<entry>
<title>Rename VMCore directory to IR.</title>
<updated>2013-01-02T09:10:48Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2013-01-02T09:10:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=c2c50cdcdc19a1bca993c06d13d8cdca87083ce4'/>
<id>urn:sha1:c2c50cdcdc19a1bca993c06d13d8cdca87083ce4</id>
<content type='text'>
Aside from moving the actual files, this patch only updates the build
system and the source file comments under lib/... that are relevant.

I'll be updating other docs and other files in smaller subsequnet
commits.

While I've tried to test this, but it is entirely possible that there
will still be some build system fallout.

Also, note that I've not changed the library name itself: libLLVMCore.a
is still the library name. I'd be interested in others' opinions about
whether we should rename this as well (I think we should, just not sure
what it might break)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171359 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvmbuild/main.py: Let LibraryDependencies.inc deterministic.</title>
<updated>2012-12-20T10:35:18Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2012-12-20T10:35:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=da5cd6a180f8174685aaa3fc0b92e171ec032f4c'/>
<id>urn:sha1:da5cd6a180f8174685aaa3fc0b92e171ec032f4c</id>
<content type='text'>
FYI, llvm and clang can be built deterministically between stage 2 and stage3, among iterative clean rebuilds, with GNU ar;

configure --disable-timestamps
make AR.Flags=crsD RANLIB=echo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170682 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix typos found by http://github.com/lyda/misspell-check</title>
<updated>2012-06-02T10:20:22Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2012-06-02T10:20:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=d9b0b025612992a0b724eeca8bdf10b1d7a5c355'/>
<id>urn:sha1:d9b0b025612992a0b724eeca8bdf10b1d7a5c355</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157885 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm-build: Add support for non-installed libraries (e.g., gtest).</title>
<updated>2012-05-15T18:44:17Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2012-05-15T18:44:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=b5cd41e26f89aad2f2dc4f5dc37577f7abf8528a'/>
<id>urn:sha1:b5cd41e26f89aad2f2dc4f5dc37577f7abf8528a</id>
<content type='text'>
 - These libraries are only reported by llvm-config when run from a development
   tree.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156838 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm-build: Don't emit library information for disabled targets.</title>
<updated>2012-05-15T18:44:12Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2012-05-15T18:44:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=177a119621f14a6ced87982ada75372815b636cf'/>
<id>urn:sha1:177a119621f14a6ced87982ada75372815b636cf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156837 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make IntelJITEvents and OProfileJIT as optional libraries and add</title>
<updated>2012-05-07T19:38:40Z</updated>
<author>
<name>Preston Gurd</name>
<email>preston.gurd@intel.com</email>
</author>
<published>2012-05-07T19:38:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=754935418133ece1f51d1857a61d538797c34891'/>
<id>urn:sha1:754935418133ece1f51d1857a61d538797c34891</id>
<content type='text'>
optional library support to the llvm-build tool:
 - Add new command line parameter to llvm-build: “--enable-optional-libraries”
 - Add handing of new llvm-build library type “OptionalLibrary”
 - Update Cmake and automake build systems to pass correct flags to llvm-build
   based on configuration

Patch by Dan Malea!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156319 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>build/unittests: Fix llvm-config names for gtest libraries, and bring Makefile</title>
<updated>2011-12-15T23:35:08Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-12-15T23:35:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=bb53bbb7d4b1ac3da416d922101d4cbc280b145c'/>
<id>urn:sha1:bb53bbb7d4b1ac3da416d922101d4cbc280b145c</id>
<content type='text'>
library names in line with those used by CMake.
 - Patch by Johannes Obermayr, with tweaks by me.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146706 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm-build: Switch to using the common subdirectory list instead of</title>
<updated>2011-12-12T22:45:59Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-12-12T22:45:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=e5609abccbd329ef4b07270c8b71a5b59cfe8bce'/>
<id>urn:sha1:e5609abccbd329ef4b07270c8b71a5b59cfe8bce</id>
<content type='text'>
autodiscovery.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146437 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>LLVMBuild: Introduce a common section which currently has a list of the</title>
<updated>2011-12-12T22:45:54Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-12-12T22:45:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=b0c594fd422417e1e290da166b566c7bee74644b'/>
<id>urn:sha1:b0c594fd422417e1e290da166b566c7bee74644b</id>
<content type='text'>
subdirectories to traverse into.
 - Originally I wanted to avoid this and just autoscan, but this has one key
   flaw in that new subdirectories can not automatically trigger a rerun of the
   llvm-build tool. This is particularly a pain when switching back and forth
   between trees where one has added a subdirectory, as the dependencies will
   tend to be wrong. This will also eliminates FIXME implicitly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146436 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm-build: Don't write out the required_libraries list for "special" components, it is generated.</title>
<updated>2011-12-12T22:45:41Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-12-12T22:45:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=54d8c7fc0359cf9a0b857d27ea6816ea6b050281'/>
<id>urn:sha1:54d8c7fc0359cf9a0b857d27ea6816ea6b050281</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146435 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
