summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/InstrProfReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [profile] Add a mode to continuously sync counter updates to a fileVedant Kumar2019-10-311-2/+6
* [PGO] Fix typos from r359612. NFC.Rong Xu2019-10-011-2/+2
* [PGO] Change hardcoded thresholds for cold/inlinehint to use summaryTeresa Johnson2019-09-171-6/+6
* [InstrProf] Tighten a check for malformed data records in raw profilesVedant Kumar2019-09-031-4/+10
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-7/+7
* [Profile] Support raw/indexed profiles larger than 4GBVedant Kumar2019-07-091-2/+2
* [llvm-profdata] Add overlap command to compute similarity b/w two profile filesRong Xu2019-04-301-0/+14
* [PGO] Context sensitive PGO (part 4)Rong Xu2019-03-061-1/+1
* [PGO] Context sensitive PGO (part 2)Rong Xu2019-02-281-6/+16
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Support for remapping profile data when symbols change, forRichard Smith2018-10-101-9/+155
* [ADT] Replace std::isprint by llvm::isPrint.Michael Kruse2018-07-261-1/+1
* [profile] Fix binary format reader error propagation.Mircea Trofin2018-04-131-5/+5
* Revert "Revert "[InstrProf] Support for external functions in text format.""Mircea Trofin2018-03-221-10/+9
* Revert "[InstrProf] Support for external functions in text format."Benjamin Kramer2018-03-221-14/+15
* [InstrProf] Encapsulates access to AddrToMD5Map.Mircea Trofin2018-03-211-1/+1
* [InstrProf] Support for external functions in text format.Mircea Trofin2018-03-211-15/+14
* Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner2017-12-141-2/+2
* [ProfileData] Fix data racing in merging indexed profilesRong Xu2017-10-051-2/+0
* Prototype: Reduce llvm-profdata merge memory usage furtherDavid Blaikie2017-07-061-10/+10
* [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko2017-06-211-3/+3
* [ProfileData] PR33517: Check for failure of symtab creationVedant Kumar2017-06-201-3/+7
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [PGO] Text format profile reader needs to clear the value profileRong Xu2017-03-031-1/+1
* [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko2017-03-031-10/+32
* [PGO] Fix a bug in reading text format value profile.Rong Xu2017-02-271-2/+3
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-201-1/+1
* [PGO] Fix bogus warning for merging empty llvm profile fileRong Xu2016-10-191-0/+3
* [ProfileData] Clean up string handling a bit.Benjamin Kramer2016-05-291-3/+3
* [ProfileData] Thread unique_ptr through the summary builder to avoid leaks.Benjamin Kramer2016-05-201-1/+1
* Remove specializations of ProfileSummaryEaswaran Raman2016-05-191-2/+3
* Move ProfileSummary to IR.Easwaran Raman2016-05-191-4/+18
* Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-191-89/+86
* Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar2016-05-161-86/+89
* Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-161-89/+86
* Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth2016-05-141-86/+89
* Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-131-89/+86
* Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar2016-05-131-87/+89
* [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar2016-05-131-89/+87
* [PGO] Use rsplit to parse value-data line in text profile file.Rong Xu2016-05-061-1/+1
* [profile] Remove unneeded field in raw profile readerXinliang David Li2016-05-051-8/+6
* [ProfileData] Report errors from InstrProfSymtab::createVedant Kumar2016-04-211-3/+9
* [PGO] Comment how function pointers for indirect calls are mapped to function...Adam Nemet2016-03-281-0/+3
* Add profile summary support for sample profile.Easwaran Raman2016-02-191-3/+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-5/+25
* [PGO] Revert r260146 as it breaks Darwin platforms.Rong Xu2016-02-081-25/+5
* [PGO] Differentiate Clang instrumentation and IR level instrumentation profilesRong Xu2016-02-081-5/+25
* [PGO] Enable compression in pgo instrumentationXinliang David Li2016-02-081-9/+4
* [PGO] Profile summary reader/writer supportXinliang David Li2016-02-031-3/+36
OpenPOWER on IntegriCloud