summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/profile/PGOProfiling.c
Commit message (Expand)AuthorAgeFilesLines
* PGO: Splitting implementation files; no functionality changeDuncan P. N. Exon Smith2014-03-191-131/+0
* PGO: Fix obviously wrong typedefs for MSDuncan P. N. Exon Smith2014-03-191-1/+1
* profile: Include the function hash in PGO profilesJustin Bogner2014-03-181-1/+2
* Reapply "PGO: Statically generate data structures"Duncan P. N. Exon Smith2014-03-171-48/+79
* Revert r204079, r204083 and r204084 "PGO: Statically generate data structures"Duncan P. N. Exon Smith2014-03-171-80/+48
* Switch from fputc to putc to fix r204079?Duncan P. N. Exon Smith2014-03-171-1/+1
* Rename __ProfileData to __llvm_pgo_dataDuncan P. N. Exon Smith2014-03-171-9/+9
* PGO: Statically generate data structuresDuncan P. N. Exon Smith2014-03-171-48/+80
* Revert "profile: Use a simple binary format for profiling"Justin Bogner2014-03-121-155/+37
* profile: Use a simple binary format for profilingJustin Bogner2014-03-121-37/+155
* A fix for platform-dependent types in sanitizers' profiling support lib on x6...Viktor Kutuzov2014-03-101-3/+17
* Add an environment variable to override the default profile output file.Bob Wilson2014-02-201-1/+4
* Revert "Only include inttypes.h on platforms for which PRIu64 isn't in stdint.h"Justin Bogner2014-01-071-4/+1
* Revert "Explicitly enable PRIu64 by defining __STDC_FORMAT_MACROS if it isn't"Justin Bogner2014-01-071-6/+0
* Explicitly enable PRIu64 by defining __STDC_FORMAT_MACROS if it isn'tKaelyn Uhrain2014-01-071-0/+6
* Only include inttypes.h on platforms for which PRIu64 isn't in stdint.hKaelyn Uhrain2014-01-061-1/+4
* Use the PRIu64 macro for printing a uint64_t.Kaelyn Uhrain2014-01-061-1/+2
* profile: Rudimentary suppport for PGO instrumentationJustin Bogner2014-01-061-0/+81
OpenPOWER on IntegriCloud