summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData
Commit message (Expand)AuthorAgeFilesLines
* [PGO] Remove use of static variable. /NFCXinliang David Li2016-01-221-11/+15
* Revert 258486 -- for a better fix coming soonXinliang David Li2016-01-221-10/+7
* [PGO] eliminate use of static variableXinliang David Li2016-01-221-7/+10
* [PGO] Add a new interface to be used by Indirect Call PromotionXinliang David Li2016-01-201-0/+7
* Fix a coverage reading bug Xinliang David Li2016-01-191-1/+3
* [Coverage] move a local var to be BinaryCoverageReader's memberXinliang David Li2016-01-181-8/+11
* Fix -Wmismatched-tags warning/errorXinliang David Li2016-01-151-1/+2
* [PGO] Commonize (more) index profile file and buffer writer.Xinliang David Li2016-01-151-33/+70
* [PGO] Move profile summary interface/impl into InstrProf.[*] /NFCXinliang David Li2016-01-141-0/+35
* Rename local variable to avoid conflictXinliang David Li2016-01-141-5/+5
* Cleanup: shorten prefix to consistent with other decls /NFCXinliang David Li2016-01-141-10/+8
* [PGO] clean up and documentationXinliang David Li2016-01-142-4/+5
* Add virtual dtorXinliang David Li2016-01-141-0/+2
* [Coverage] introduce class hierarchy (funcRecordReader) to support multiple v...Xinliang David Li2016-01-131-22/+82
* Revert r257699 -- windows buildbot failure TBIXinliang David Li2016-01-131-85/+22
* [Coverage] introduce class hierarchy (funcRecordReader) to support multiple v...Xinliang David Li2016-01-131-22/+85
* [Coverage] Refactor coverage mapping reader code Xinliang David Li2016-01-131-17/+13
* Rollback r257551 -- unexpected test failures TBIXinliang David Li2016-01-131-13/+17
* [Coverage] Refactor coverage mapping reader code /NFCXinliang David Li2016-01-131-17/+13
* Rollback r257547 -- buildbot failure TBIXinliang David Li2016-01-131-13/+17
* [Coverage] Refactor coverage mapping reader code /NFCXinliang David Li2016-01-131-17/+13
* [Support] Add saturating multiply-add support functionNathan Slingerland2016-01-121-14/+3
* Move coveragemap_error enum into coverage namespace and InstrProf.h /NFCXinliang David Li2016-01-101-1/+1
* [PGO] Ensure vp data in indexed profile always sortedXinliang David Li2016-01-081-0/+2
* [PGO] Fix a bug in InstProfWriter addRecordXinliang David Li2016-01-082-16/+43
* [PGO] Minor refactoring /NFCXinliang David Li2016-01-071-5/+1
* [PGO] Simplify string parsingXinliang David Li2016-01-041-13/+3
* [PGO] Refactor string writer codeXinliang David Li2016-01-041-12/+18
* [PGO]: Use efficient 'join' API for uncompressed stringXinliang David Li2016-01-041-13/+5
* [PGO]: reserve space for string to avoid excessive memory realloc/copy (non l...Xinliang David Li2016-01-041-0/+6
* [PGO] Code refactoring to use header struct def /NFCXinliang David Li2016-01-031-5/+10
* [PGO] simple refactoring (NFC)Xinliang David Li2016-01-031-4/+8
* [PGO]: Implement Func PGO name string compressionXinliang David Li2015-12-311-2/+99
* [ProfileData] Make helper function static.Benjamin Kramer2015-12-241-1/+1
* Fix a latent UAF bug in profwriterXinliang David Li2015-12-201-0/+2
* [PGO] Improve Indexed Profile Reader efficiency Xinliang David Li2015-12-203-73/+69
* Minor clean up -- move large single use method out of header(NFC)Xinliang David Li2015-12-201-0/+31
* [PGO] Cleanup: Move large member functions out of line (NFC)Xinliang David Li2015-12-181-2/+91
* [PGO] Simplify computehash interface (NFC)Xinliang David Li2015-12-182-3/+2
* [PGO] InstrPGO and coverage code refactoring (NFC)Xinliang David Li2015-12-171-46/+33
* [PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland2015-12-162-7/+12
* Initialize all bytes in vp data (msan error)Xinliang David Li2015-12-151-4/+5
* Coverage code refactoring /NFCXinliang David Li2015-12-152-13/+14
* [llvm-profdata] Add support for weighted merge of profile data (2nd try)Nathan Slingerland2015-12-151-2/+12
* [PGO] Value profiling text format reader/writer supportXinliang David Li2015-12-142-1/+99
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-121-1/+21
* [PGO] Revert r255365: solution incomplete, not handling lambda yetXinliang David Li2015-12-111-5/+4
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-111-4/+5
* [PGO] Read VP raw data without depending on the Value fieldXinliang David Li2015-12-111-3/+9
* [ProfileData] clang-format TextInstrProfReader::hasFormat. NFC.Vedant Kumar2015-12-111-2/+3
OpenPOWER on IntegriCloud