History log of /external/compiler-rt/lib/profile/GCDAProfiling.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
666772c9934fac81d457c74d3eeca381652d0873 15-Jun-2012 Bill Wendling <isanbard@gmail.com> Free the allocated filename. Found by clang static analyzer.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@158514 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/profile/GCDAProfiling.c
ec63f456de18b9ac75d7546f8a53beb6ce048e67 28-May-2012 Bill Wendling <isanbard@gmail.com> Add support for the GCOV_PREFIX_STRIP env variable which tries to strip off the first 'n' directories from the filename.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157574 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/profile/GCDAProfiling.c
015b7e06622b7538419d8c158c4c84b781310096 28-May-2012 Bill Wendling <isanbard@gmail.com> Simplify the logic that tries to open the GCDA file at all costs. Basically, if
we can't open the file even after creating all of the directories to it, then
just give up.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157572 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/profile/GCDAProfiling.c
906d5a5d38f2984a9b78a0786016a3d67d0798e9 28-May-2012 Bill Wendling <isanbard@gmail.com> * A bit of cleanup of the 'recursive_mkdir'. No functionality change.
* Check for absolute paths before using the GCOV_PREFIX.
* Don't add an ending path separator if there's already one.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157571 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/profile/GCDAProfiling.c
de47cb8f12474c7c528a84de0ea73c743c33f015 28-May-2012 Bill Wendling <isanbard@gmail.com> Don't use 'strrchr', which isn't implemented here yet.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157560 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/profile/GCDAProfiling.c
5a240c5c1746d07351fc38deb81c1794e8668d15 28-May-2012 Bill Wendling <isanbard@gmail.com> Sync with old GCOV runtime library's file.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157559 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/profile/GCDAProfiling.c
8c88119d6334a470e3ad638c5a1f1b42c4258ac9 17-Nov-2011 Daniel Dunbar <daniel@zuster.org> lib: Import GCDA profiling support from LLVM.
- I'm in the process of moving this here but it will live in both places until
the ancilliary support is ready.
- Currently unused.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144865 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/profile/GCDAProfiling.c