Merging r258416 and r258428:
[oota-llvm.git] / include / llvm / ProfileData /
2016-01-13 Xinliang David Li[Coverage] Refactor coverage mapping reader code
2016-01-13 Xinliang David LiRollback r257551 -- unexpected test failures TBI
2016-01-13 Xinliang David Li[Coverage] Refactor coverage mapping reader code /NFC
2016-01-13 Xinliang David LiRollback r257547 -- buildbot failure TBI
2016-01-13 Xinliang David Li[Coverage] Refactor coverage mapping reader code /NFC
2016-01-12 Nathan Slingerland[Support] Add saturating multiply-add support function
2016-01-11 Xinliang David LiMove all decls in coverage namespace into CoverageMappi...
2016-01-10 Xinliang David LiMove coveragemap_error enum into coverage namespace...
2016-01-08 Xinliang David Li[PGO] Introducing version mask macro/NFC
2016-01-08 Xinliang David LiMinor fix -- use the right version enum/NFC
2016-01-08 Xinliang David Li[PGO] Fix a bug in InstProfWriter addRecord
2016-01-08 Xinliang David Li[PGO] : Removing trailing space/define new macro/NFC
2016-01-07 Xinliang David Li[PGO] Minor refactoring /NFC
2016-01-07 Xinliang David Li[PGO] Simplify coverage mapping lowering
2016-01-04 NAKAMURA Takumillvm/include/llvm/ProfileData/InstrProfData.inc: Add...
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-14 Xinliang David Li[PGO] Value profiling text format reader/writer support
2015-12-11 Diego NovilloSamplePGO - Reduce memory utilization by 10x.
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-11 Xinliang David Li[PGO] Read VP raw data without depending on the Value...
2015-12-10 Xinliang David LiAdd a forward declaration (NFC)
2015-12-10 Nathan Slingerland[ProfileData] Add unit test infrastructure for sample...
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 Xinliang David Li[PGO] Unify VP data format between raw and indexed...
2015-12-04 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-02 Xinliang David Li[PGO] Allow input value node list to be null
2015-12-02 Nathan Slingerland[llvm-profdata] Change instr prof counter overflow...
2015-12-01 Xinliang David LiDefine member operator delete
2015-12-01 Xinliang David Li[PGO] Add support for reading multiple versions of...
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 LiFunction name cleanup (NFC)
2015-11-28 Xinliang David Li[PGO] Extract VP data integrity check code into a helpe...
2015-11-26 Xinliang David LiFix a typo introduced in previous patches
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-24 Xinliang David LiRemove trailing space in comments
2015-11-23 Xinliang David Li[PGO] Add --text option for llvm-profdata show|merge...
2015-11-23 Xinliang David Li[PGO] Introduce alignment macro for instr-prof control...
2015-11-23 Xinliang David LiFix comment not allowed in C90
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] InstrProf Template file documentation change
2015-11-22 Xinliang David Li[PGO] Move Value Profile Kind to InstrProfData.inc
2015-11-22 Xinliang David Li[PGO] Define value profiling updater API signature...
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-19 Diego NovilloSamplePGO - Sort samples by source location when emitti...
2015-11-18 Xinliang David LiMinor cleanups (from review feedback)
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-17 Diego NovilloSamplePGO - Move debug/dump function bodies out of...
2015-11-14 David BlaikieRemove some unused includes
2015-11-13 Diego NovilloSamplePGO - Add dump routines for LineLocation, SampleR...
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 LiFix a bug exposed by uses in CFE
2015-11-05 Xinliang David Li[PGO] Use template file to define runtime structures
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
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-28 Xinliang David Li[PGO] RawProf Reader code cleanup
2015-10-28 Xinliang David Li[PGO] Indexed Prof Reader refactoring (NFC)
2015-10-23 Xinliang David LiAdd more intrumentation/runtime helper interfaces ...
next