summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/InstrProfWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add profile summary support for sample profile.Easwaran Raman2016-02-191-4/+2
* Add a profile summary class specific to instrumentation profiles.Easwaran Raman2016-02-171-3/+3
* [PGO] Differentiate Clang instrumentation and IR level instrumentation profilesRong Xu2016-02-101-1/+5
* [PGO] Revert r260146 as it breaks Darwin platforms.Rong Xu2016-02-081-5/+1
* [PGO] Differentiate Clang instrumentation and IR level instrumentation profilesRong Xu2016-02-081-1/+5
* Fix a typo in commentXinliang David Li2016-02-031-1/+1
* [PGO] Profile summary reader/writer supportXinliang David Li2016-02-031-10/+53
* [Profiling] Add a -sparse mode to llvm-profdata mergeVedant Kumar2016-01-291-6/+24
* [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
* 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] clean up and documentationXinliang David Li2016-01-141-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-081-11/+3
* Fix a latent UAF bug in profwriterXinliang David Li2015-12-201-0/+2
* [PGO] Improve Indexed Profile Reader efficiency Xinliang David Li2015-12-201-8/+8
* [PGO] Simplify computehash interface (NFC)Xinliang David Li2015-12-181-1/+1
* [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-141-1/+33
* Revert "[llvm-profdata] Add support for weighted merge of profile data"Nathan Slingerland2015-12-041-12/+2
* [llvm-profdata] Add support for weighted merge of profile dataNathan Slingerland2015-12-041-2/+12
* [llvm-profdata] Change instr prof counter overflow to saturate rather than di...Nathan Slingerland2015-12-021-5/+6
* [PGO] In llvm-profdata text dump, add comment lines as annotationsXinliang David Li2015-11-231-1/+4
* [PGO] Add --text option for llvm-profdata show|merge commandsXinliang David Li2015-11-231-0/+15
* Fix the Windows build, include <tuple> for std::tieReid Kleckner2015-11-201-0/+1
* [llvm-profdata] Add merge() to InstrProfRecordNathan Slingerland2015-11-201-36/+18
* [PGO] Move value profile data definitions out of IndexedInstrProfXinliang David Li2015-11-171-3/+3
* [PGO] Make indexed value profile data more compactXinliang David Li2015-11-101-43/+14
* Code style fix (caused by wrongly default clang-format style) (NFC)Xinliang David Li2015-11-061-5/+9
* [PGO] Value profiling (index format) code cleanup and testingXinliang David Li2015-11-021-48/+30
* Minor Instr PGO code restructuringXinliang David Li2015-10-181-5/+15
* InstrProf: Support for value profiling in the indexed profile formatJustin Bogner2015-09-291-34/+114
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Re-apply "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2015-02-181-3/+28
* Revert "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2015-02-171-27/+3
* Re-apply "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2015-02-171-3/+27
* Revert "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2015-02-161-27/+3
* InstrProf: Add unit tests for the profile reader and writerJustin Bogner2015-02-161-3/+27
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-2/+1
* Eliminate some deep std::vector copies. NFC.Benjamin Kramer2014-10-031-1/+0
* InstrProf: Allow multiple functions with the same nameJustin Bogner2014-08-011-24/+33
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-3/+4
* ProfileData: Avoid unnecessary copies of CounterDataJustin Bogner2014-04-231-6/+6
* ProfileData: Remove an extra semicolonJustin Bogner2014-04-191-1/+1
* OnDiskHashTable: Audit types and use offset_type consistentlyJustin Bogner2014-04-191-4/+4
* ProfileData: Add support for the indexed instrprof formatJustin Bogner2014-04-181-11/+77
* ProfileData: Avoid brace initialization, windows doesn't like itJustin Bogner2014-03-211-1/+3
OpenPOWER on IntegriCloud