GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ProfileData
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-cov] Improve error message by printing the object file name that produc...
Zequan Wu
2022-07-21
1
-5
/
+7
*
[PGO] Report number of counts being dropped when a hash-mismatch happens
Rong Xu
2022-07-15
1
-3
/
+21
*
[PGO] Don't cross reference CSFDO profile and non-CSFDO profile
Rong Xu
2022-07-15
1
-1
/
+13
*
[Support] Change compression::zlib::{compress,uncompress} to use uint8_t *
Fangrui Song
2022-07-13
5
-27
/
+24
*
ManagedStatic: remove many straightforward uses in llvm
Nicolai Hähnle
2022-07-10
3
-12
/
+6
*
Revert "ManagedStatic: remove many straightforward uses in llvm"
Nicolai Hähnle
2022-07-10
3
-6
/
+12
*
ManagedStatic: remove many straightforward uses in llvm
Nicolai Hähnle
2022-07-10
3
-12
/
+6
*
[NFC] Refactor llvm::zlib namespace
Cole Kissane
2022-07-08
5
-18
/
+20
*
[CoverageMapping] Remove dots from paths inside the profile
Petr Hosek
2022-06-28
1
-1
/
+2
*
Revert "[CoverageMapping] Remove dots from paths inside the profile"
Petr Hosek
2022-06-27
1
-2
/
+1
*
[CoverageMapping] Remove dots from paths inside the profile
Petr Hosek
2022-06-27
1
-1
/
+2
*
[memprof] Return an error for unsupported symbolization.
Snehasish Kumar
2022-06-27
1
-0
/
+18
*
[llvm] Use value_or instead of getValueOr (NFC)
Kazu Hirata
2022-06-18
1
-1
/
+1
*
[ProfileData] Use llvm::erase_if (NFC)
Kazu Hirata
2022-06-10
1
-5
/
+3
*
Remove unneeded cl::ZeroOrMore for cl::opt options
Fangrui Song
2022-06-04
1
-2
/
+2
*
[llvm] Remove unneeded cl::ZeroOrMore for cl::opt options. NFC
Fangrui Song
2022-06-03
2
-7
/
+7
*
[memprof] Print out the segment information in YAML format.
Snehasish Kumar
2022-06-02
1
-0
/
+25
*
[memprof] Update summary output.
Snehasish Kumar
2022-06-02
1
-51
/
+22
*
[Clang][CoverageMapping] Fix switch counter codegen compile time explosion
Bruno Cardoso Lopes
2022-05-26
1
-5
/
+7
*
[memprof] Keep and display symbol names in the RawMemProfReader.
Snehasish Kumar
2022-05-25
1
-17
/
+27
*
[CSSPGO][CSProfileConverter] Remove call target samples when including callee...
Hongtao Yu
2022-05-13
1
-0
/
+6
*
[CSSPGO][llvm-profgen] Do not duplicate context profiles into base profile wh...
Hongtao Yu
2022-05-12
1
-1
/
+1
*
[memprof] Use unknown_function error type for missing functions
Teresa Johnson
2022-05-04
1
-3
/
+3
*
[CSSPGO] Rename ProfileIsCSNested and ProfileIsCSFlat
Hongtao Yu
2022-04-29
4
-33
/
+27
*
[memprof] Deduplicate and outline frame storage in the memprof profile.
Snehasish Kumar
2022-04-08
4
-69
/
+162
*
Cleanup includes: final pass
serge-sans-paille
2022-03-29
1
-1
/
+0
*
Apply clang-tidy fixes for readability-redundant-smartptr-get in SampleProfRe...
Kazu Hirata
2022-03-28
1
-1
/
+1
*
Apply clang-tidy fixes for readability-redundant-smartptr-get in InstrProfRea...
Kazu Hirata
2022-03-28
1
-5
/
+5
*
Reland "[memprof] Store callsite metadata with memprof records."
Snehasish Kumar
2022-03-22
3
-83
/
+163
*
Revert "[memprof] Store callsite metadata with memprof records."
Mitch Phillips
2022-03-21
3
-163
/
+83
*
[memprof] Store callsite metadata with memprof records.
Snehasish Kumar
2022-03-21
3
-83
/
+163
*
[memprof] Update the frame is inline logic and unittests.
Snehasish Kumar
2022-03-21
1
-3
/
+4
*
[memprof] Add a test to verify callstack order.
Snehasish Kumar
2022-03-16
1
-0
/
+5
*
[llvm-cov gcov] Fix calculating coverage of template functions
Igor Kudrin
2022-03-15
1
-2
/
+5
*
[Support] Change zlib::compress to return void
Fangrui Song
2022-03-14
4
-18
/
+6
*
[memprof] Filter out callstack frames which cannot be symbolized.
Snehasish Kumar
2022-03-04
1
-5
/
+54
*
[memprof] Symbolize and cache stack frames.
Snehasish Kumar
2022-03-03
1
-25
/
+44
*
Cleanup includes: ProfileData
serge-sans-paille
2022-02-24
10
-18
/
+10
*
[instrprof] Rename the profile kind types to be more descriptive.
Snehasish Kumar
2022-02-23
2
-17
/
+19
*
[ProfileData] Remove unused and racy FunctionSamples::Format after D51643
Fangrui Song
2022-02-22
2
-2
/
+0
*
Reland "[memprof] Extend the index prof format to include memory profiles."
Snehasish Kumar
2022-02-17
6
-11
/
+229
*
Revert "Reland "[memprof] Extend the index prof format to include memory prof...
Snehasish Kumar
2022-02-17
6
-226
/
+11
*
Revert "[memprof] Fix frame deserialization on big endian systems."
Snehasish Kumar
2022-02-17
1
-3
/
+3
*
[memprof] Fix frame deserialization on big endian systems.
Snehasish Kumar
2022-02-17
1
-3
/
+3
*
Reland "[memprof] Extend the index prof format to include memory profiles."
Snehasish Kumar
2022-02-17
6
-11
/
+226
*
Reland "[InstrProf] Make the IndexedInstrProf header backwards compatible."
Snehasish Kumar
2022-02-17
2
-18
/
+70
*
[ProfData] Change type of options from int to uint64_t.
minglotus-6
2022-02-15
1
-2
/
+2
*
Cleanup LLVMDWARFDebugInfo
serge-sans-paille
2022-02-15
1
-0
/
+1
*
Reland "[memprof] Introduce a wrapper around MemInfoBlock."
Snehasish Kumar
2022-02-14
1
-1
/
+1
*
[CSSPGO] Do not merge a context that is already duplicated into the base prof...
Hongtao Yu
2022-02-14
1
-1
/
+1
[next]