summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/profile
Commit message (Expand)AuthorAgeFilesLines
* Remove debugging code.Bill Wendling2012-09-171-5/+1
* Remove unused variable.Bill Wendling2012-09-141-1/+0
* Add support for reading the GCDA file and merging the arc information.Bill Wendling2012-09-141-16/+80
* Free the allocated filename. Found by clang static analyzer.Bill Wendling2012-06-151-0/+1
* Add support for the GCOV_PREFIX_STRIP env variable which tries to strip off t...Bill Wendling2012-05-281-3/+22
* Simplify the logic that tries to open the GCDA file at all costs. Basically, ifBill Wendling2012-05-281-13/+2
* * A bit of cleanup of the 'recursive_mkdir'. No functionality change.Bill Wendling2012-05-281-19/+16
* Don't use 'strrchr', which isn't implemented here yet.Bill Wendling2012-05-281-6/+15
* Sync with old GCOV runtime library's file.Bill Wendling2012-05-281-18/+28
* build: Add ModuleName per-subdir variable as a way to organize the differentDaniel Dunbar2011-12-021-0/+1
* lib: Import GCDA profiling support from LLVM.Daniel Dunbar2011-11-172-0/+217
OpenPOWER on IntegriCloud