summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenPGO.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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