summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ProfileData/InstrProfTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [Profile] Support raw/indexed profiles larger than 4GBVedant Kumar2019-07-091-0/+21
* [PGO] Context sensitive PGO (part 2)Rong Xu2019-02-281-4/+4
* 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-2/+42
* [unittests] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-071-5/+5
* Revert "Revert "[InstrProf] Support for external functions in text format.""Mircea Trofin2018-03-221-3/+0
* Revert "[InstrProf] Support for external functions in text format."Benjamin Kramer2018-03-221-0/+3
* [InstrProf] Encapsulates access to AddrToMD5Map.Mircea Trofin2018-03-211-1/+1
* [InstrProf] Support for external functions in text format.Mircea Trofin2018-03-211-3/+0
* InstrProf: Fix unit test which accidentally used a duplicate nameVedant Kumar2017-07-101-4/+1
* llvm-profdata: Reduce memory usage by using Error callback rather than memberDavid Blaikie2017-07-101-66/+70
* ProfData: Fix some unchecked Errors in unit testsDavid Blaikie2017-07-071-82/+92
* Prototype: Reduce llvm-profdata merge memory usage furtherDavid Blaikie2017-07-061-14/+14
* Simplify InstrProfRecord tests, eliminating named temporaries in favor of bra...David Blaikie2017-07-061-75/+40
* [ProfileData] PR33517: Check for failure of symtab creationVedant Kumar2017-06-201-5/+11
* Fixed warning: must specify at least one argument for '...' parameter.Galina Kistanova2017-06-041-1/+1
* Use the range variant of find_if instead of unpacking begin/endDavid Majnemer2016-08-121-6/+4
* Retry: [llvm-profdata] Speed up merging by using a thread poolVedant Kumar2016-07-191-0/+25
* Revert "[llvm-profdata] Speed up merging by using a thread pool"Vedant Kumar2016-07-191-25/+0
* [llvm-profdata] Speed up merging by using a thread poolVedant Kumar2016-07-181-0/+25
* Remove specializations of ProfileSummaryEaswaran Raman2016-05-191-12/+9
* Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-191-39/+49
* Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar2016-05-161-49/+39
* Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-161-39/+49
* Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth2016-05-141-49/+39
* Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-131-39/+49
* Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar2016-05-131-49/+39
* [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar2016-05-131-39/+49
* Remove runtime specific code from common headerXinliang David Li2016-05-131-42/+33
* [ProfileData] Assert NoError in InstrProfTestVedant Kumar2016-05-031-44/+44
* Fix some spelling mistakesDavid Majnemer2016-04-221-1/+1
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-2/+3
* Fix asan test failureXinliang David Li2016-04-101-0/+2
* [PGO] Fix deserialize bug Xinliang David Li2016-04-101-0/+40
* Clean up test caseXinliang David Li2016-04-101-40/+36
* [PGO] Use ArrayRef in annotateValueSite()Rong Xu2016-03-301-1/+2
* Reapply (2x) "[PGO] Fix name encoding for ObjC-like functions"Vedant Kumar2016-03-281-2/+2
* Revert "Reapply "[PGO] Fix name encoding for ObjC-like functions""Vedant Kumar2016-03-281-2/+2
* Reapply "[PGO] Fix name encoding for ObjC-like functions"Vedant Kumar2016-03-281-2/+2
* Revert "[PGO] Fix name encoding for ObjC-like functions"Vedant Kumar2016-03-281-2/+2
* [PGO] Fix name encoding for ObjC-like functionsVedant Kumar2016-03-281-2/+2
* [unittests] clang-format a line, NFCVedant Kumar2016-03-221-3/+1
* Interface to get/set profile summary metadata to moduleEaswaran Raman2016-03-181-0/+14
* Remove code added for debugging purposes. NFC.Easwaran Raman2016-03-141-3/+3
* Fix memory leak in tests.Easwaran Raman2016-03-031-0/+1
* Metadata support for profile summary.Easwaran Raman2016-03-011-20/+32
* Add a profile summary class specific to instrumentation profiles.Easwaran Raman2016-02-171-5/+5
* [PGO] Add another interface for annotateValueSiteRong Xu2016-02-121-0/+20
* [PGO] Make the number of records for each value site metada adjustableRong Xu2016-02-101-10/+31
OpenPOWER on IntegriCloud