summaryrefslogtreecommitdiff
path: root/lib/profile
AgeCommit message (Expand)Author
2013-09-09Don't allow a NULL-length file. Try to revert to the buffered version.Bill Wendling
2013-06-27Revert hack that omits errno on Darwin platforms. We now have an acceptable '...Bill Wendling
2013-06-26Fix a use after free I introduced and that Bill caught in code reviewChandler Carruth
2013-06-25Don't use 'errno.h' on Apple just yet. This breaks for some of our buildbots.Bill Wendling
2013-06-25Address a few of the issues in GCDAProfiling I noted when lookingChandler Carruth
2013-06-25Remove the sysroot restriction from building GCDAProfiling.c.Chandler 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-25Add basic support for building profile compiler-rt library in CMake build on ...Alexey Samsonov
2013-03-20Create a coverage initialization function.Bill Wendling
2013-03-19Add a way to register and execute "writeout" functions.Bill Wendling
2013-03-19Don't use --sysroot to linux SDK when building libprofile - SDK on Linux seem...Alexey Samsonov
2013-03-19Support CMake build of profile runtime library on LinuxAlexey Samsonov
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-12-02build: Add ModuleName per-subdir variable as a way to organize the differentDaniel Dunbar
2011-11-17lib: Import GCDA profiling support from LLVM.Daniel Dunbar