llvm-6502/runtime/libprofile
Nick Lewycky 7a2ba2fbe4 Only read *predecessor once so as to fix a theoretical issue where it changes
between two reads (threading).

Fix an off-by-one in the indirect counter table that I meant to revert after an
earlier experiment. Whoops!

Implement GCOV_PREFIX. Doesn't handle GCOV_PREFIX_STRIP yet.

Fix an off-by-one in string emission. Extra whoops!

Tolerate DISubprograms that have null Function*'s attached to them. I don't yet
understand what this means, but it happens when you have a global static with
a non-trivial constructor/destructor.

Fix a crash on switch statements with a single successor (default-only).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130443 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-28 21:35:49 +00:00
..
BasicBlockTracing.c
CMakeLists.txt Add cmakefiles to build profile_rt.so! 2011-04-26 05:48:41 +00:00
CommonProfiling.c
EdgeProfiling.c
GCDAProfiling.c Only read *predecessor once so as to fix a theoretical issue where it changes 2011-04-28 21:35:49 +00:00
libprofile.exports Rename everything to follow LLVM style ... I think. 2011-04-26 03:54:16 +00:00
Makefile
OptimalEdgeProfiling.c Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
PathProfiling.c Use static inline to do the right thing when built in C99 mode. Of course, 2011-04-27 03:22:17 +00:00
Profiling.h