<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp/runtime/libprofile, branch 1.12.3</title>
<subtitle>LLVM with the emscripten fastcomp javascript backend</subtitle>
<id>https://git.amat.us/emscripten-fastcomp/atom/runtime/libprofile?h=1.12.3</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp/atom/runtime/libprofile?h=1.12.3'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/'/>
<updated>2013-03-07T02:03:08Z</updated>
<entry>
<title>Remove GCDAProfiling.c. This copy is old, the copy in compiler-rt is newer and</title>
<updated>2013-03-07T02:03:08Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2013-03-07T02:03:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=218042a02305a3cc38d968a97ff9ecf4b4abe6ff'/>
<id>urn:sha1:218042a02305a3cc38d968a97ff9ecf4b4abe6ff</id>
<content type='text'>
is the one that should be used.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176608 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Forgot that this file needs to be C89 not C99 thanks to MSVC. No functionality</title>
<updated>2013-02-27T08:28:35Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2013-02-27T08:28:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=f404449e23a8584bff19eb5db49e1dc1161afdef'/>
<id>urn:sha1:f404449e23a8584bff19eb5db49e1dc1161afdef</id>
<content type='text'>
change!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176176 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>In GCC 4.7, function names are now forbidden from .gcda files. Support this by</title>
<updated>2013-02-27T06:22:56Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2013-02-27T06:22:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=52b4edf6a1b5d3a9f8a94a63c702d55ed446ecdb'/>
<id>urn:sha1:52b4edf6a1b5d3a9f8a94a63c702d55ed446ecdb</id>
<content type='text'>
passing a null pointer to the function name in to GCDAProfiling, and add another
switch onto GCOVProfiling.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176173 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in the Apple way.</title>
<updated>2013-02-13T19:44:08Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2013-02-13T19:44:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=ee740ddf9d8248e39032567dc22766b0f8b45cd6'/>
<id>urn:sha1:ee740ddf9d8248e39032567dc22766b0f8b45cd6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175069 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>libprofile/CommonProfiling.c: Fix according to C89.</title>
<updated>2012-11-02T01:32:02Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2012-11-02T01:32:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=875618f2459f7e3b4234ee29a4e3ed0d48e3ab92'/>
<id>urn:sha1:875618f2459f7e3b4234ee29a4e3ed0d48e3ab92</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167272 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>PGO: allows the profile data file name to be specified by the LLVMPROF_OUTPUT</title>
<updated>2012-11-02T01:10:15Z</updated>
<author>
<name>Manman Ren</name>
<email>mren@apple.com</email>
</author>
<published>2012-11-02T01:10:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=9b25ff66dd1aff9f745fa0fa08e7130c942aec86'/>
<id>urn:sha1:9b25ff66dd1aff9f745fa0fa08e7130c942aec86</id>
<content type='text'>
environment variable.

This allows parallel make for profiling code, without it there are file
collisions as each parallel run uses the default file name.

There is already code in the runtime library to specify the output file name
via the command line, but this only works for programs which already process
argc/argv.  This patch builds on that support.

Patch by Alastair Murray.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167269 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Place temporary LTO files into their own subdirectory.</title>
<updated>2012-10-10T05:29:15Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-10-10T05:29:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=c33b9304dada40806f875b482d003b5c7b8f9c22'/>
<id>urn:sha1:c33b9304dada40806f875b482d003b5c7b8f9c22</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165599 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert "Use a special path to place the .o files in."</title>
<updated>2012-10-09T23:59:01Z</updated>
<author>
<name>Bob Wilson</name>
<email>bob.wilson@apple.com</email>
</author>
<published>2012-10-09T23:59:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=52bcafe4bfaf27524bf6575ec397e918d13ec6ce'/>
<id>urn:sha1:52bcafe4bfaf27524bf6575ec397e918d13ec6ce</id>
<content type='text'>
This reverts commit 165428 in an attempt to get our buildbots going.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165574 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use a special path to place the .o files in.</title>
<updated>2012-10-08T21:17:45Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-10-08T21:17:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=e57cb731532cfe91788823cd5b5b847311bd3920'/>
<id>urn:sha1:e57cb731532cfe91788823cd5b5b847311bd3920</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165428 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add an explicit -object_path_lto flag during linking with a uniquified temporary</title>
<updated>2012-10-03T23:52:10Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-10-03T23:52:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=10181ae49c25e22267ea3d539dd53e07d5e45528'/>
<id>urn:sha1:10181ae49c25e22267ea3d539dd53e07d5e45528</id>
<content type='text'>
file name if building Apple-style.


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