summaryrefslogtreecommitdiff
path: root/lib/profile
Commit message (Expand)AuthorAge
* Fix typoBill Wendling2013-09-11
* Don't allow a NULL-length file. Try to revert to the buffered version.Bill Wendling2013-09-09
* Revert hack that omits errno on Darwin platforms. We now have an acceptable '...Bill Wendling2013-06-27
* Fix a use after free I introduced and that Bill caught in code reviewChandler Carruth2013-06-26
* Don't use 'errno.h' on Apple just yet. This breaks for some of our buildbots.Bill Wendling2013-06-25
* Address a few of the issues in GCDAProfiling I noted when lookingChandler Carruth2013-06-25
* Remove the sysroot restriction from building GCDAProfiling.c.Chandler Carruth2013-06-25
* Don't override 'mode' and cleanup some variable names.Bill Wendling2013-05-23
* Add 'mode' parameter when using 'O_CREAT'. Thanks to Evgeniy for pointing thi...Bill Wendling2013-05-23
* Performance improvement.Bill Wendling2013-05-23
* Try to improve performance by using a read/write buffer instead of I/O.Bill Wendling2013-05-15
* I was wrong in my testing.Bill Wendling2013-05-03
* Use unbuffered I/O. This reduces the runtime by about half. Our implementatio...Bill Wendling2013-05-03
* Improve performance of file I/O.Bill Wendling2013-04-22
* Add basic support for building profile compiler-rt library in CMake build on ...Alexey Samsonov2013-03-25
* Create a coverage initialization function.Bill Wendling2013-03-20
* Add a way to register and execute "writeout" functions.Bill Wendling2013-03-19
* Don't use --sysroot to linux SDK when building libprofile - SDK on Linux seem...Alexey Samsonov2013-03-19
* Support CMake build of profile runtime library on LinuxAlexey Samsonov2013-03-19
* Add some GCOV functions that register all of the __llvm_gcov_flush() functions.Bill Wendling2013-03-18
* Don't emit the extra checksum into the .gcda file if the user hasn't asked for Nick Lewycky2013-03-09
* Take the GCDA version string as an input to llvm_gcda_start_file.Nick Lewycky2013-03-07
* Holy macaroons, somebody made a copy of llvm/runtime/profile/GCDAProfiling.c,Nick Lewycky2013-02-28
* Remove debugging code.Bill Wendling2012-09-17
* Remove unused variable.Bill Wendling2012-09-14
* Add support for reading the GCDA file and merging the arc information.Bill Wendling2012-09-14
* Free the allocated filename. Found by clang static analyzer.Bill Wendling2012-06-15
* Add support for the GCOV_PREFIX_STRIP env variable which tries to strip off t...Bill Wendling2012-05-28
* Simplify the logic that tries to open the GCDA file at all costs. Basically, ifBill Wendling2012-05-28
* * A bit of cleanup of the 'recursive_mkdir'. No functionality change.Bill Wendling2012-05-28
* Don't use 'strrchr', which isn't implemented here yet.Bill Wendling2012-05-28
* Sync with old GCOV runtime library's file.Bill Wendling2012-05-28
* build: Add ModuleName per-subdir variable as a way to organize the differentDaniel Dunbar2011-12-02
* lib: Import GCDA profiling support from LLVM.Daniel Dunbar2011-11-17