]> granicus.if.org Git - clang/history - lib/CodeGen/CodeGenPGO.h
Header guard canonicalization, clang part.
[clang] / lib / CodeGen / CodeGenPGO.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-04 Alex LorenzAdd coverage mapping generation.
2014-06-26 Justin BognerCodeGen: Improve warnings about uninstrumented files...
2014-05-21 Craig Topper[C++11] Use 'nullptr'. CodeGen edition.
2014-04-18 Justin BognerCodeGen: Use LLVM's InstrProfReader in -fprofile-instr...
2014-03-26 Duncan P. N. Exon... InstrProf: Use unique_ptr
2014-03-20 Duncan P. N. Exon... PGO: Rename FuncLinkage to VarLinkage; no functionality...
2014-03-20 Duncan P. N. Exon... PGO: Change runtime prefix from pgo to profile
2014-03-18 Justin BognerCodeGen: Include a function hash in instrumentation...
2014-03-17 Duncan P. N. Exon... PGO: Statically generate data structures
2014-03-12 Justin BognerRevert "CodeGen: Use a binary format for instrumentatio...
2014-03-12 Justin BognerCodeGen: Use a binary format for instrumentation based...
2014-03-12 Justin BognerCodeGen: Move hot/cold logic out of PGOProfileData
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr include with <memory>.
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2014-03-06 Bob WilsonPGO: Use the main file name to help distinguish functio...
2014-03-06 Bob WilsonPGO: Rename variables to avoid referring to the "Mangle...
2014-03-06 Bob WilsonRefactor PGO code in preparation for handling non-C...
2014-02-27 Bob WilsonRemove an assertion that no longer holds. <rdar://probl...
2014-02-17 Bob WilsonChange PGO instrumentation to compute counts in a separ...
2014-02-17 Bob WilsonSome nitpicky comment fixes for "i.e." and "e.g." abbre...
2014-02-05 Manman RenPGO: instrumentation based profiling sets function...
2014-01-13 Justin BognerCodeGen: Rename adjustFallThroughCount -> adjustForCont...
2014-01-13 Justin BognerCodeGen: Introduce CodeGenPGO::setCurrentRegionUnreachable
2014-01-07 Chandler CarruthFix a -Wparentheses warning from GCC that caught a...
2014-01-06 Justin BognerCodeGen: Initial instrumentation based PGO implementation