<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp/lib/Transforms/NaCl/Makefile, branch master</title>
<subtitle>LLVM with the emscripten fastcomp javascript backend</subtitle>
<id>https://git.amat.us/emscripten-fastcomp/atom/lib/Transforms/NaCl/Makefile?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp/atom/lib/Transforms/NaCl/Makefile?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/'/>
<updated>2013-04-22T22:16:54Z</updated>
<entry>
<title>Fix bot build of translator, renormalize CMakeLists/LLVMBuild.txt/Makefile</title>
<updated>2013-04-22T22:16:54Z</updated>
<author>
<name>Derek Schuff</name>
<email>dschuff@chromium.org</email>
</author>
<published>2013-04-22T22:16:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=744ccd6c8bd149a17575b9d768b9a90ce06bf122'/>
<id>urn:sha1:744ccd6c8bd149a17575b9d768b9a90ce06bf122</id>
<content type='text'>
naming to better match upstream

R=jvoung@chromium.org
BUG=bot LLVM roll

Review URL: https://codereview.chromium.org/14315012
</content>
</entry>
<entry>
<title>PNaCl: Add a pass to convert llvm.global_ctors to __init_array_start/end</title>
<updated>2012-10-11T00:44:43Z</updated>
<author>
<name>Mark Seaborn</name>
<email>mseaborn@chromium.org</email>
</author>
<published>2012-10-11T00:44:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=7ef7d6db32b8a009c749a4d4f070cc7a72b1f3ff'/>
<id>urn:sha1:7ef7d6db32b8a009c749a4d4f070cc7a72b1f3ff</id>
<content type='text'>
This pass converts LLVM's special symbols llvm.global_ctors and
llvm.global_dtors to concrete arrays, __init_array_start/end and
__fini_array_start/end, that are usable by a C library.

The pass sorts the contents of global_ctors/dtors according to the
priority values they contain and removes the priority values.

This pass will allow us to simplify the PNaCl ABI so that less is done
at translation time.

BUG= http://code.google.com/p/nativeclient/issues/detail?id=3018
TEST=test/Transforms/NaCl/expand-ctors*.ll

Review URL: https://codereview.chromium.org/10977030
</content>
</entry>
</feed>
