summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenPGO.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* PGO: Remove explicit static initializationDuncan P. N. Exon Smith2014-03-201-16/+3
* Use nullptr; no functionality changeDuncan P. N. Exon Smith2014-03-201-7/+7
* PGO: use linker magic to find instrumentation data on DarwinDuncan P. N. Exon Smith2014-03-201-3/+8
* PGO: Separate out common isMachO logic; no functionality changeDuncan P. N. Exon Smith2014-03-201-12/+7
* CodeGen: Include a function hash in instrumentation based profilingJustin Bogner2014-03-181-9/+23
* PGO: Switch to isOSBinFormatMachO()Duncan P. N. Exon Smith2014-03-181-3/+3
* PGO: Statically generate data structuresDuncan P. N. Exon Smith2014-03-171-84/+148
* Revert "CodeGen: Use a binary format for instrumentation based profiling"Justin Bogner2014-03-121-35/+149
* CodeGen: Use a binary format for instrumentation based profilingJustin Bogner2014-03-121-149/+35
* CodeGen: Move hot/cold logic out of PGOProfileDataJustin Bogner2014-03-121-33/+18
* PGO: Scale large counters down to 32-bitsDuncan P. N. Exon Smith2014-03-111-12/+42
* PGO: Add support for Objective-C blocks.Bob Wilson2014-03-061-0/+15
* PGO: add instrumentation for Objective-C methods.Bob Wilson2014-03-061-2/+25
* PGO: Use the main file name to help distinguish functions with local linkage.Bob Wilson2014-03-061-6/+39
* PGO: Rename variables to avoid referring to the "MangledName" of a function.Bob Wilson2014-03-061-16/+15
* Refactor PGO code in preparation for handling non-C/C++ code.Bob Wilson2014-03-061-7/+6
* PGO: don't emit counter increment if no counters have been allocated.Bob Wilson2014-03-061-1/+1
* Change PGO instrumentation to compute counts in a separate AST traversal.Bob Wilson2014-02-171-32/+382
* Fix some minor whitespace issues.Bob Wilson2014-02-171-2/+1
* PGO: fix a bug in parsing pgo data.Manman Ren2014-02-151-1/+1
* PGO: instrumentation based profiling sets function attributes.Manman Ren2014-02-051-1/+40
* Enforce safe usage of DiagnosticsEngine::getCustomDiagID()Alp Toker2014-01-261-2/+2
* CodeGen: Include llvm/Config/config.h for strtoll on WindowsJustin Bogner2014-01-071-0/+1
* CodeGen: Sentences end with a periodJustin Bogner2014-01-071-2/+2
* CodeGen: Initial instrumentation based PGO implementationJustin Bogner2014-01-061-0/+456
OpenPOWER on IntegriCloud