<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp/docs/CMake.html, branch master</title>
<subtitle>LLVM with the emscripten fastcomp javascript backend</subtitle>
<id>https://git.amat.us/emscripten-fastcomp/atom/docs/CMake.html?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp/atom/docs/CMake.html?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/'/>
<updated>2012-07-06T05:51:50Z</updated>
<entry>
<title>Sphinxify the CMake document.</title>
<updated>2012-07-06T05:51:50Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-07-06T05:51:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=d9aa95d53410ad3c333e5ceb1d08a012f42716d6'/>
<id>urn:sha1:d9aa95d53410ad3c333e5ceb1d08a012f42716d6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159806 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>[CMake] Restructure how Clang, Polly and other external projects get included.</title>
<updated>2012-04-26T19:43:35Z</updated>
<author>
<name>Michael J. Spencer</name>
<email>bigcheesegs@gmail.com</email>
</author>
<published>2012-04-26T19:43:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=3c00db75e105cf6bcd8916af9e9dff52ad13148d'/>
<id>urn:sha1:3c00db75e105cf6bcd8916af9e9dff52ad13148d</id>
<content type='text'>
While making lld build under the tools directory I decided to refactor how this
works.

There is now a macro, add_llvm_external_project, which takes the name of the
expected subdirectory. This sets up two CMake options.

 * LLVM_EXTERNAL_${NAME}_SOURCE_DIR
     This is the path to the source. It defaults to
     ${CMAKE_CURRENT_SOURCE_DIR}/${name}.
 * LLVM_EXTERNAL_${NAME}_BUILD
     Enable and disable building the tool as part of LLVM.

I chose LLVM_EXTERNAL_${NAME} as a prefix so they all show up together in the
GUI.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155654 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[docs] Update HTML pages to refer to CSS in a way that works locally and with Sphinx.</title>
<updated>2012-04-19T20:20:34Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2012-04-19T20:20:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=adea497673dab74b08fa2546e69619f1abe55662'/>
<id>urn:sha1:adea497673dab74b08fa2546e69619f1abe55662</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155153 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM.</title>
<updated>2012-03-13T08:33:15Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eli.bendersky@intel.com</email>
</author>
<published>2012-03-13T08:33:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=61b1851a205cb8dd29c1d3d4231efb8f8f7da283'/>
<id>urn:sha1:61b1851a205cb8dd29c1d3d4231efb8f8f7da283</id>
<content type='text'>
Also refactor the existing OProfile profiling code to reuse the same interfaces with the VTune profiling code.
In addition, unit tests for the profiling interfaces were added.

This patch was prepared by Andrew Kaylor and Daniel Malea, and reviewed in the llvm-commits list by Jim Grosbach



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152620 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>There are already problems with building LLVM under VS2005, and it's</title>
<updated>2011-11-16T19:52:13Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2011-11-16T19:52:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=2929de422e4f0ca80e4f428ab970f06616e1d9b2'/>
<id>urn:sha1:2929de422e4f0ca80e4f428ab970f06616e1d9b2</id>
<content type='text'>
quite old now. Update the documentation to reflect this, and direct
people to use VS2008 or newer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144818 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>docs/*.html: Appease W3C Checker to add "charset=utf-8".</title>
<updated>2011-10-31T11:21:59Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-10-31T11:21:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=5c6e4df71323e3c3b6eb23bfd4b1d908ab5b149a'/>
<id>urn:sha1:5c6e4df71323e3c3b6eb23bfd4b1d908ab5b149a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143348 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove the Alpha backend.</title>
<updated>2011-10-27T22:56:32Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2011-10-27T22:56:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=33ba8b0e96acde0d8ab1ffc565a5ef4c8b6b6ac2'/>
<id>urn:sha1:33ba8b0e96acde0d8ab1ffc565a5ef4c8b6b6ac2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143164 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>CMake: Introduce LLVM_CLANG_SOURCE_DIR, "tools/clang" by default. Clang will not be built if LLVM_CLANG_SOURCE_DIR="" or ${LLVM_CLANG_SOURCE_DIR}/CMakeLists.txt is not found.</title>
<updated>2011-10-16T02:54:33Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-10-16T02:54:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=4025061b8a31e612af17bd9548b35e1918135291'/>
<id>urn:sha1:4025061b8a31e612af17bd9548b35e1918135291</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142103 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>docs/CMake.html: Clarify LLVM_LIT_TOOLS_DIR as :PATH.</title>
<updated>2011-10-13T17:36:02Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2011-10-13T17:36:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=e0af2adc182fda5b03be5a7027f375804343c8df'/>
<id>urn:sha1:e0af2adc182fda5b03be5a7027f375804343c8df</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141872 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
