aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [llvm-cov] Improve error message by printing the object file name that produc...Zequan Wu2022-07-211-5/+7
* [PGO] Report number of counts being dropped when a hash-mismatch happensRong Xu2022-07-151-3/+21
* [PGO] Don't cross reference CSFDO profile and non-CSFDO profileRong Xu2022-07-151-1/+13
* [Support] Change compression::zlib::{compress,uncompress} to use uint8_t *Fangrui Song2022-07-135-27/+24
* ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle2022-07-103-12/+6
* Revert "ManagedStatic: remove many straightforward uses in llvm"Nicolai Hähnle2022-07-103-6/+12
* ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle2022-07-103-12/+6
* [NFC] Refactor llvm::zlib namespaceCole Kissane2022-07-085-18/+20
* [CoverageMapping] Remove dots from paths inside the profilePetr Hosek2022-06-281-1/+2
* Revert "[CoverageMapping] Remove dots from paths inside the profile"Petr Hosek2022-06-271-2/+1
* [CoverageMapping] Remove dots from paths inside the profilePetr Hosek2022-06-271-1/+2
* [memprof] Return an error for unsupported symbolization.Snehasish Kumar2022-06-271-0/+18
* [llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata2022-06-181-1/+1
* [ProfileData] Use llvm::erase_if (NFC)Kazu Hirata2022-06-101-5/+3
* Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song2022-06-041-2/+2
* [llvm] Remove unneeded cl::ZeroOrMore for cl::opt options. NFCFangrui Song2022-06-032-7/+7
* [memprof] Print out the segment information in YAML format.Snehasish Kumar2022-06-021-0/+25
* [memprof] Update summary output.Snehasish Kumar2022-06-021-51/+22
* [Clang][CoverageMapping] Fix switch counter codegen compile time explosionBruno Cardoso Lopes2022-05-261-5/+7
* [memprof] Keep and display symbol names in the RawMemProfReader.Snehasish Kumar2022-05-251-17/+27
* [CSSPGO][CSProfileConverter] Remove call target samples when including callee...Hongtao Yu2022-05-131-0/+6
* [CSSPGO][llvm-profgen] Do not duplicate context profiles into base profile wh...Hongtao Yu2022-05-121-1/+1
* [memprof] Use unknown_function error type for missing functionsTeresa Johnson2022-05-041-3/+3
* [CSSPGO] Rename ProfileIsCSNested and ProfileIsCSFlatHongtao Yu2022-04-294-33/+27
* [memprof] Deduplicate and outline frame storage in the memprof profile.Snehasish Kumar2022-04-084-69/+162
* Cleanup includes: final passserge-sans-paille2022-03-291-1/+0
* Apply clang-tidy fixes for readability-redundant-smartptr-get in SampleProfRe...Kazu Hirata2022-03-281-1/+1
* Apply clang-tidy fixes for readability-redundant-smartptr-get in InstrProfRea...Kazu Hirata2022-03-281-5/+5
* Reland "[memprof] Store callsite metadata with memprof records."Snehasish Kumar2022-03-223-83/+163
* Revert "[memprof] Store callsite metadata with memprof records."Mitch Phillips2022-03-213-163/+83
* [memprof] Store callsite metadata with memprof records.Snehasish Kumar2022-03-213-83/+163
* [memprof] Update the frame is inline logic and unittests.Snehasish Kumar2022-03-211-3/+4
* [memprof] Add a test to verify callstack order.Snehasish Kumar2022-03-161-0/+5
* [llvm-cov gcov] Fix calculating coverage of template functionsIgor Kudrin2022-03-151-2/+5
* [Support] Change zlib::compress to return voidFangrui Song2022-03-144-18/+6
* [memprof] Filter out callstack frames which cannot be symbolized.Snehasish Kumar2022-03-041-5/+54
* [memprof] Symbolize and cache stack frames.Snehasish Kumar2022-03-031-25/+44
* Cleanup includes: ProfileDataserge-sans-paille2022-02-2410-18/+10
* [instrprof] Rename the profile kind types to be more descriptive.Snehasish Kumar2022-02-232-17/+19
* [ProfileData] Remove unused and racy FunctionSamples::Format after D51643Fangrui Song2022-02-222-2/+0
* Reland "[memprof] Extend the index prof format to include memory profiles."Snehasish Kumar2022-02-176-11/+229
* Revert "Reland "[memprof] Extend the index prof format to include memory prof...Snehasish Kumar2022-02-176-226/+11
* Revert "[memprof] Fix frame deserialization on big endian systems."Snehasish Kumar2022-02-171-3/+3
* [memprof] Fix frame deserialization on big endian systems.Snehasish Kumar2022-02-171-3/+3
* Reland "[memprof] Extend the index prof format to include memory profiles."Snehasish Kumar2022-02-176-11/+226
* Reland "[InstrProf] Make the IndexedInstrProf header backwards compatible."Snehasish Kumar2022-02-172-18/+70
* [ProfData] Change type of options from int to uint64_t.minglotus-62022-02-151-2/+2
* Cleanup LLVMDWARFDebugInfoserge-sans-paille2022-02-151-0/+1
* Reland "[memprof] Introduce a wrapper around MemInfoBlock."Snehasish Kumar2022-02-141-1/+1
* [CSSPGO] Do not merge a context that is already duplicated into the base prof...Hongtao Yu2022-02-141-1/+1