[PGO] Introduce coverage map header structure in PGO data template file /NFC
[oota-llvm.git] / include / llvm / ProfileData / InstrProf.h
2016-01-03 Xinliang David Li[PGO] Introduce coverage map header structure in PGO...
2016-01-03 Xinliang David Li[PGO] simple refactoring (NFC)
2015-12-31 Xinliang David Li[PGO]: Implement Func PGO name string compression
2015-12-20 Xinliang David Li[PGO] Improve Indexed Profile Reader efficiency
2015-12-20 Xinliang David LiMinor clean up -- move large single use method out...
2015-12-19 Xinliang David Li[PGO] Add hash to name mapping in InstrProfSymtab
2015-12-18 Xinliang David Li[PGO] Cleanup: Move large member functions out of line...
2015-12-18 Xinliang David Li[PGO] Simplify computehash interface (NFC)
2015-12-17 Xinliang David Li[PGO] InstrPGO and coverage code refactoring (NFC)
2015-12-16 Nathan Slingerland[PGO] Handle and report overflow during profile merge...
2015-12-15 Xinliang David LiCoverage code refactoring /NFC
2015-12-15 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-15 Xinliang David Li[PGO] make profile prefix even shorter and more readable
2015-12-14 Xinliang David Li[PGO] Shorten profile symbol prefixes
2015-12-11 Xinliang David Li[PGO] Revert r255365: solution incomplete, not handling...
2015-12-11 Xinliang David Li[PGO] Stop using invalid char in instr variable names.
2015-12-09 Nathan Slingerland[Support] Change SaturatingAdd()/SaturatingMultiply...
2015-12-05 Xinliang David Li[PGO] Add version to getPGOFuncName method
2015-12-04 Nathan SlingerlandRevert "[llvm-profdata] Add support for weighted merge...
2015-12-04 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-02 Nathan Slingerland[llvm-profdata] Change instr prof counter overflow...
2015-11-29 Xinliang David Li Minor code cleanups
2015-11-28 Xinliang David Li[PGO] Move value profile format related structures...
2015-11-28 Xinliang David Li[PGO] Add return code for vp rt record init routine...
2015-11-28 Xinliang David Li[PGO] Allow value profile writer interface to allocated...
2015-11-28 Xinliang David Li[PGO] Extract VP data integrity check code into a helpe...
2015-11-25 Xinliang David Li[PGO] Implement ValueProfiling Closure interfaces for...
2015-11-25 Xinliang David Li[PGO] Convert InstrProfRecord based serialization metho...
2015-11-25 Xinliang David Li[PGO] convert a subset of C++ interfaces into C (for...
2015-11-25 Xinliang David LiAdd missing documentation. (NFC)
2015-11-24 Xinliang David Li[PGO] Add mapper callback to interfaces retrieving...
2015-11-24 Xinliang David Li[PGO] Introduce value profile data closure type.
2015-11-24 Xinliang David Li[PGO] Small interface change to be profile rt ready
2015-11-24 Xinliang David LiMinor refactor to make VP writing more efficient
2015-11-24 Xinliang David LiUse make_unique [NFC]
2015-11-23 Xinliang David LiMove two Value Profiler data structs to InstrProfData...
2015-11-23 Xinliang David Li[PGO] Fix remaining bugs in ProfData template file...
2015-11-22 Xinliang David Li[PGO] move names of runtime sections definitions to...
2015-11-22 Xinliang David Li[PGO] move raw magic and version def to InstrProfData.inc
2015-11-22 Xinliang David Li[PGO] Move Value Profile Kind to InstrProfData.inc
2015-11-22 Xinliang David Li[PGO] Move Raw Header def into template file InstrProfD...
2015-11-20 Nathan Slingerland[llvm-profdata] Add merge() to InstrProfRecord
2015-11-20 Daniel SandersRevert the revert 253497 and 253539 - These commits...
2015-11-20 Daniel SandersRevert 253497 and 253539 to try to fix clang-cmake...
2015-11-18 Nathan Slingerland[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
2015-11-18 Betul Buyukkurt[PGO] Value profiling support
2015-11-18 Nathan SlingerlandRevert "[llvm-profdata] Add SaturatingAdd/SaturatingMul...
2015-11-18 Nathan Slingerland[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
2015-11-17 Xinliang David Li[PGO] Move value profile data definitions out of Indexe...
2015-11-13 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-12 Nathan Slingerlandreverting r252916 to investigate test failure
2015-11-12 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-10 Xinliang David Li[PGO] Make indexed value profile data more compact
2015-11-09 Xinliang David Li[PGO] Instr func name var creation code refactoring
2015-11-06 Xinliang David LiCode style fix (caused by wrongly default clang-format...
2015-11-05 Xinliang David Li[PGO] Use template file to define runtime structures
2015-11-02 Craig TopperFix a -Wpessimizing-move warning.
2015-11-02 Xinliang David Li[PGO] Value profiling (index format) code cleanup and...
2015-10-23 Xinliang David LiAdd more intrumentation/runtime helper interfaces ...
2015-10-22 Xinliang David LiMinor bug fix in Profile Name Prefix interface
2015-10-22 Xinliang David LiAdd helper functions and remove hard coded references...
2015-10-18 Xinliang David LiMinor Instr PGO code restructuring
2015-09-29 Justin BognerInstrProf: Add a missing const_cast from r248833
2015-09-29 Justin BognerInstrProf: Support for value profiling in the indexed...
2015-06-22 Justin BognerRe-apply "InstrProf: When reading, copy the data instea...
2015-06-20 Justin BognerRevert "InstrProf: When reading, copy the data instead...
2015-06-20 Justin BognerInstrProf: When reading, copy the data instead of takin...
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-12 Rafael EspindolaDon't import error_category into the llvm namespace.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-03 Rafael EspindolaUse an enum class.
2014-04-18 Justin BognerProfileData: Add support for the indexed instrprof...
2014-03-21 Duncan P. N. Exon... InstrProf: Actually detect bad headers
2014-03-21 Justin BognerProfileData: Avoid double underscores in header guards
2014-03-21 Justin BognerProfileData: Introduce InstrProfWriter using the naive...
2014-03-21 Justin BognerProfileData: Introduce the InstrProfReader interface...