summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/InstrProfWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use range algorithms instead of unpacking begin/endDavid Majnemer2016-08-111-2/+1
* Fix some Clang-tidy modernize and Include What You Use warnings.Eugene Zelenko2016-08-111-3/+16
* Retry: [llvm-profdata] Speed up merging by using a thread poolVedant Kumar2016-07-191-0/+8
* Revert "[llvm-profdata] Speed up merging by using a thread pool"Vedant Kumar2016-07-191-8/+0
* [llvm-profdata] Speed up merging by using a thread poolVedant Kumar2016-07-181-0/+8
* [ProfileData] Thread unique_ptr through the summary builder to avoid leaks.Benjamin Kramer2016-05-201-1/+1
* Remove specializations of ProfileSummaryEaswaran Raman2016-05-191-7/+6
* Move ProfileSummary to IR.Easwaran Raman2016-05-191-7/+8
* Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-191-3/+2
* Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar2016-05-161-2/+3
* Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-161-3/+2
* Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth2016-05-141-2/+3
* Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-131-3/+2
* Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar2016-05-131-2/+3
* [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar2016-05-131-3/+2
* [ProfileData] Use SoftInstrProfErrors to count soft errors, NFCVedant Kumar2016-05-111-4/+3
* 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
OpenPOWER on IntegriCloud