summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/InstrProfWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PGO] Fix typos from r359612. NFC.Rong Xu2019-10-011-1/+1
* [llvm-profdata] Add overlap command to compute similarity b/w two profile filesRong Xu2019-04-301-0/+34
* The error message for mismatched value sites is very cryptic.Dmitry Mikulin2019-04-231-1/+1
* [ProfileData] Sort FuncData before iteration to remove non-determinismMandeep Singh Grang2019-03-021-6/+22
* [PGO] Context sensitive PGO (part 2)Rong Xu2019-02-281-2/+34
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-181-5/+6
* Revert "Revert "[InstrProf] Support for external functions in text format.""Mircea Trofin2018-03-221-2/+2
* Revert "[InstrProf] Support for external functions in text format."Benjamin Kramer2018-03-221-2/+2
* [InstrProf] Support for external functions in text format.Mircea Trofin2018-03-211-2/+2
* llvm-profdata: Reduce memory usage by using Error callback rather than memberDavid Blaikie2017-07-101-12/+15
* Prototype: Reduce llvm-profdata merge memory usage furtherDavid Blaikie2017-07-061-10/+16
* [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko2017-06-211-8/+7
* [ProfileData] PR33517: Check for failure of symtab creationVedant Kumar2017-06-201-2/+4
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko2017-03-031-16/+26
* 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
OpenPOWER on IntegriCloud