summaryrefslogtreecommitdiff
path: root/lib/profile/GCDAProfiling.c
AgeCommit message (Expand)Author
2013-06-25Address a few of the issues in GCDAProfiling I noted when lookingChandler Carruth
2013-05-23Don't override 'mode' and cleanup some variable names.Bill Wendling
2013-05-23Add 'mode' parameter when using 'O_CREAT'. Thanks to Evgeniy for pointing thi...Bill Wendling
2013-05-23Performance improvement.Bill Wendling
2013-05-15Try to improve performance by using a read/write buffer instead of I/O.Bill Wendling
2013-05-03I was wrong in my testing.Bill Wendling
2013-05-03Use unbuffered I/O. This reduces the runtime by about half. Our implementatio...Bill Wendling
2013-04-22Improve performance of file I/O.Bill Wendling
2013-03-20Create a coverage initialization function.Bill Wendling
2013-03-19Add a way to register and execute "writeout" functions.Bill Wendling
2013-03-18Add some GCOV functions that register all of the __llvm_gcov_flush() functions.Bill Wendling
2013-03-09Don't emit the extra checksum into the .gcda file if the user hasn't asked for Nick Lewycky
2013-03-07Take the GCDA version string as an input to llvm_gcda_start_file.Nick Lewycky
2013-02-28Holy macaroons, somebody made a copy of llvm/runtime/profile/GCDAProfiling.c,Nick Lewycky
2012-09-17Remove debugging code.Bill Wendling
2012-09-14Remove unused variable.Bill Wendling
2012-09-14Add support for reading the GCDA file and merging the arc information.Bill Wendling
2012-06-15Free the allocated filename. Found by clang static analyzer.Bill Wendling
2012-05-28Add support for the GCOV_PREFIX_STRIP env variable which tries to strip off t...Bill Wendling
2012-05-28Simplify the logic that tries to open the GCDA file at all costs. Basically, ifBill Wendling
2012-05-28* A bit of cleanup of the 'recursive_mkdir'. No functionality change.Bill Wendling
2012-05-28Don't use 'strrchr', which isn't implemented here yet.Bill Wendling
2012-05-28Sync with old GCOV runtime library's file.Bill Wendling
2011-11-17lib: Import GCDA profiling support from LLVM.Daniel Dunbar