summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/libprofile/LineProfiling.c
Commit message (Expand)AuthorAgeFilesLines
* Rename LineProfiling to GCOVProfiling to more accurately represent what itNick Lewycky2011-04-161-40/+0
* Fix format string warning.Benjamin Kramer2011-04-131-1/+1
* Use %ull here.Nick Lewycky2011-04-131-1/+2
* Print our uint64_t with the more portable (C99 and C++0x) %PRIu64 formatNick Lewycky2011-04-121-1/+3
* The counters are unsigned.Nick Lewycky2011-04-121-1/+1
* Add support for line profiling. Very work-in-progress.Nick Lewycky2011-04-121-0/+37
OpenPOWER on IntegriCloud