<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/runtime/libprofile, branch release_32</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/runtime/libprofile?h=release_32</id>
<link rel='self' href='https://git.amat.us/llvm/atom/runtime/libprofile?h=release_32'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-11-02T01:32:02Z</updated>
<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/llvm/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/llvm/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/llvm/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/llvm/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/llvm/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/llvm/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>
<entry>
<title>libprofile: [CMake] Let libprofile_rt be not loadable_module but shared library. Autoconf's one does so.</title>
<updated>2012-08-29T00:37:51Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2012-08-29T00:37:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=20f09ac39afbce2b862dc7542affd91fe4a3a6f0'/>
<id>urn:sha1:20f09ac39afbce2b862dc7542affd91fe4a3a6f0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162812 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Profile: move a single enum out of ProfileInfoTypes.h into a new </title>
<updated>2012-08-24T18:31:44Z</updated>
<author>
<name>Manman Ren</name>
<email>mren@apple.com</email>
</author>
<published>2012-08-24T18:31:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cd62c287230a495134ae8c896a9e1f49fc981ba4'/>
<id>urn:sha1:cd62c287230a495134ae8c896a9e1f49fc981ba4</id>
<content type='text'>
ProfileDataTypes.h header.

With this patch the old and new profiling code can exist side-by-side. The new
profiling code will be submitted soon and it only supports insert-edge-profiling
for now and will not depend on ProfileInfo.

Patch by Alastair Murray.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162576 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Free the allocated filename. Found by clang static analyzer.</title>
<updated>2012-06-15T09:11:47Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-06-15T09:11:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6207cb519bbe9ce31eaef9a835fe6bd57dbf0d0f'/>
<id>urn:sha1:6207cb519bbe9ce31eaef9a835fe6bd57dbf0d0f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158513 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Small code cleanup. No functionality change.</title>
<updated>2012-05-25T21:57:59Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-05-25T21:57:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=53caba6cc23a9c95e2190bc3fc90646a5d09be5d'/>
<id>urn:sha1:53caba6cc23a9c95e2190bc3fc90646a5d09be5d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157502 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
