History log of /external/llvm/utils/profile.pl
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bcffb1fbb85a88cb99f7c2115a5f78e860d7fc46 29-Apr-2011 Nick Lewycky <nicholas@mxc.ca> Rename profile_rt.so to libprofile_rt.so under configure+make (it already was
under cmake).

Add libprofile_rt.a so that we can tell clang to link against it in --coverage
mode. Also turn it on by default in cmake builds.

Oscar, this touches a change you made for EXCLUDE_FROM_ALL support -- I think
I've done the right thing, but please let me know (or fix and commit) if not!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130470 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/profile.pl
18d52f2fb551c295bbce4c7d7357f4050b06e926 29-Sep-2010 Duncan Sands <baldrick@free.fr> Convert a bunch of uses of 'bytecode' into 'bitcode'. This
is not everything, but the remaining cases are less trivial.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115080 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/profile.pl
111e8ce3a2b6279dcc348878349fd459c4ed883c 11-Sep-2007 Chris Lattner <sabre@nondot.org> update this to use llvm-config, patch by Jose M. Moya


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41849 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/profile.pl
e08fe8d7e52b96824ac77719f0a6ab364242b1e6 13-Oct-2005 Chris Lattner <sabre@nondot.org> apparently one of the makefile changes changed libprofile.so to profile.so


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23709 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/profile.pl
bd02b0a91573ba1a3742e3e3077d72321800d945 14-Jan-2005 Reid Spencer <rspencer@reidspencer.com> Fix the path from ../lib/Debug to ../Debug/lib per changes to Makefiles.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19550 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/profile.pl
5cedabafe5decd3c30dea6bf54c5e47ec85c44d9 08-Mar-2004 Chris Lattner <sabre@nondot.org> Default to using edge counts


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12234 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/profile.pl
b9f960e39d50a30d86b16d52ef593ff6f444c5ce 10-Feb-2004 Chris Lattner <sabre@nondot.org> Make block profiling the default
add a new -function argument
Add a new -o argument to specify where to put llvmprof.out data


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11265 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/profile.pl
1ca922110d262161ce922ce314bcdaadf5bbe752 02-Nov-2003 Chris Lattner <sabre@nondot.org> Add -help option


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9651 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/profile.pl
0faadf2e589b7bbeb740899429a659f576f29683 29-Oct-2003 Chris Lattner <sabre@nondot.org> Pass unrecognized options into llvmprof


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9596 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/profile.pl
8a209dd030e9bc4beb0cda1e1482035ce3ae8147 28-Oct-2003 Chris Lattner <sabre@nondot.org> Add option for block profiling, pass in the "correct" argv[0] to the program


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9566 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/profile.pl
ad910ebe70644040701f8f39fd96eed78ca2ed23 28-Oct-2003 Chris Lattner <sabre@nondot.org> Helper script for collecting profiling instrumentation. Simply run
$ profile.pl foo.bc <args>

... to instrument, run, then print a program profile!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9560 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/profile.pl