more space; NFC
[oota-llvm.git] / lib / ProfileData /
2016-01-10 Xinliang David LiMove coveragemap_error enum into coverage namespace...
2016-01-08 Xinliang David Li[PGO] Ensure vp data in indexed profile always sorted
2016-01-08 Xinliang David Li[PGO] Fix a bug in InstProfWriter addRecord
2016-01-07 Xinliang David Li[PGO] Minor refactoring /NFC
2016-01-04 Xinliang David Li[PGO] Simplify string parsing
2016-01-04 Xinliang David Li[PGO] Refactor string writer code
2016-01-04 Xinliang David Li[PGO]: Use efficient 'join' API for uncompressed string
2016-01-04 Xinliang David Li[PGO]: reserve space for string to avoid excessive...
2016-01-03 Xinliang David Li[PGO] Code refactoring to use header struct def /NFC
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-24 Benjamin Kramer[ProfileData] Make helper function static.
2015-12-20 Xinliang David LiFix a latent UAF bug in profwriter
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-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 LiInitialize all bytes in vp data (msan error)
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-14 Xinliang David Li[PGO] Value profiling text format reader/writer support
2015-12-12 Xinliang David Li[PGO] Stop using invalid char in instr variable names.
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-11 Vedant Kumar[ProfileData] clang-format TextInstrProfReader::hasForm...
2015-12-10 Xinliang David LiFormat fix (NFC)
2015-12-10 Nathan Slingerland[ProfileData] Add unit test infrastructure for sample...
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 Nathan Slingerland[llvm-profdata] Change instr prof counter overflow...
2015-12-01 Xinliang David Li[PGO] Add support for reading multiple versions of...
2015-12-01 Xinliang David LiUse nullptr (NFC)
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-25 Xinliang David Li[PGO] Implement ValueProfiling Closure interfaces for...
2015-11-25 Xinliang David Li[PGO] Regroup functions in better order (NFC)
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 LiMove member functions closer to others of the same...
2015-11-25 Xinliang David LiFix function naming (NFC)
2015-11-24 Xinliang David Li[PGO] Add mapper callback to interfaces retrieving...
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-23 Xinliang David Li[PGO] In llvm-profdata text dump, add comment lines...
2015-11-23 Xinliang David Li[PGO] Add --text option for llvm-profdata show|merge...
2015-11-20 Reid KlecknerFix the Windows build, include <tuple> for std::tie
2015-11-20 Nathan Slingerland[llvm-profdata] Add merge() to InstrProfRecord
2015-11-19 Diego NovilloSamplePGO - Tweak debugging output for function samples...
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 Betul Buyukkurt[PGO] Value profiling support
2015-11-17 Xinliang David Li[PGO] Move value profile data definitions out of Indexe...
2015-11-17 Nathan Slingerland[llvm-profdata] Improve error messaging when merging...
2015-11-17 Diego NovilloSamplePGO - Move debug/dump function bodies out of...
2015-11-17 Xinliang David LiFix unaligned memory read issue exposed by ubsan
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-12 Diego NovilloSamplePGO - Move FunctionSamples::print() to a better...
2015-11-12 Xinliang David LiFix problems in coding style
2015-11-11 David Blaikieunique_ptrify the AllocValueProfData helper function...
2015-11-11 Xinliang David LiRefactoring and fix another instance of asan error
2015-11-11 Aaron BallmanSilencing a signed vs unsigned type mismatch warning.
2015-11-10 Xinliang David LiFix asan warning (NFC)
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 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-22 Xinliang David LiAdd helper functions and remove hard coded references...
2015-10-21 Dehao ChenTolerate negative offset when matching sample profile.
2015-10-18 Xinliang David LiMinor Instr PGO code restructuring
2015-10-16 Diego NovilloSample profiles - Re-arrange binary format to emit...
2015-10-15 Diego NovilloSample Profiles - Adjust integer types. Mostly NFC.
2015-10-14 Diego NovilloSample profiles - Add documentation for binary profile...
2015-10-13 Diego NovilloSample profile reader - remove dead code. NFC.
2015-10-13 Diego NovilloSample profiles - Add a name table to the binary encoding.
2015-10-13 Xinliang David LiFix a couple of comments; NFC
2015-10-11 Nathan Slingerland[ProfileData] Test commit for slingn
2015-10-09 Diego NovilloAdd inline stack streaming to binary sample profiles.
2015-10-08 Diego NovilloRe-apply r249644: Handle inline stacks in gcov-encoded...
2015-10-08 Diego NovilloRevert "Handle inline stacks in gcov-encoded sample...
2015-10-08 Diego NovilloHandle inline stacks in gcov-encoded sample profiles.
2015-10-05 Diego NovilloRemove AutoFDO profile handling for GCC's LIPO. NFC.
2015-09-30 Justin BognerInstrProf: Don't call std::unique twice here
2015-09-30 Dehao Chenhttp://reviews.llvm.org/D13145
2015-09-29 Justin BognerInstrProf: Support for value profiling in the indexed...
2015-09-17 Diego NovilloGCC AutoFDO profile reader - Initial support.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
next