summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenPGO.h
Commit message (Expand)AuthorAge
* CodeGen: Improve warnings about uninstrumented files when profilingJustin Bogner2014-06-26
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-21
* CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=Justin Bogner2014-04-18
* InstrProf: Use unique_ptrDuncan P. N. Exon Smith2014-03-26
* PGO: Rename FuncLinkage to VarLinkage; no functionality changeDuncan P. N. Exon Smith2014-03-20
* PGO: Change runtime prefix from pgo to profileDuncan P. N. Exon Smith2014-03-20
* CodeGen: Include a function hash in instrumentation based profilingJustin Bogner2014-03-18
* PGO: Statically generate data structuresDuncan P. N. Exon Smith2014-03-17
* Revert "CodeGen: Use a binary format for instrumentation based profiling"Justin Bogner2014-03-12
* CodeGen: Use a binary format for instrumentation based profilingJustin Bogner2014-03-12
* CodeGen: Move hot/cold logic out of PGOProfileDataJustin Bogner2014-03-12
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-09
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* PGO: Use the main file name to help distinguish functions with local linkage.Bob Wilson2014-03-06
* PGO: Rename variables to avoid referring to the "MangledName" of a function.Bob Wilson2014-03-06
* Refactor PGO code in preparation for handling non-C/C++ code.Bob Wilson2014-03-06
* Remove an assertion that no longer holds. <rdar://problem/16135814>Bob Wilson2014-02-27
* Change PGO instrumentation to compute counts in a separate AST traversal.Bob Wilson2014-02-17
* Some nitpicky comment fixes for "i.e." and "e.g." abbreviations.Bob Wilson2014-02-17
* PGO: instrumentation based profiling sets function attributes.Manman Ren2014-02-05
* CodeGen: Rename adjustFallThroughCount -> adjustForControlFlowJustin Bogner2014-01-13
* CodeGen: Introduce CodeGenPGO::setCurrentRegionUnreachableJustin Bogner2014-01-13
* Fix a -Wparentheses warning from GCC that caught a badly formed assert.Chandler Carruth2014-01-07
* CodeGen: Initial instrumentation based PGO implementationJustin Bogner2014-01-06