summaryrefslogtreecommitdiff
path: root/lib/profile
AgeCommit message (Expand)Author
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