This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
ProfileData
History
Kazu Hirata
589725f6e8
[llvm] Use std::size (NFC)
...
std::size, introduced in C++17, allows us to directly obtain the number of elements of an array.
2022-11-26 13:47:32 -08:00
..
Coverage
[Coverage] Use std::optional in CoverageMapping.cpp (NFC)
2022-11-25 20:33:10 -08:00
CMakeLists.txt
Reland "[memprof] Extend the index prof format to include memory profiles."
2022-02-17 22:09:52 -08:00
GCOV.cpp
[ProfileData] Use std::optional in GCOV.cpp (NFC)
2022-11-25 20:35:43 -08:00
InstrProf.cpp
Reland "[llvm][NFC] Use c++17 style variable type traits"
2022-11-08 14:15:15 +00:00
InstrProfCorrelator.cpp
[InstrProf][llvm-profdata] Dump profile correlation data as YAML
2022-10-07 09:47:25 -07:00
InstrProfReader.cpp
[llvm] Use range-based for loops (NFC)
2022-09-03 11:17:40 -07:00
InstrProfWriter.cpp
[llvm] Use std::size (NFC)
2022-11-26 13:47:32 -08:00
MemProf.cpp
[memprof] Deduplicate and outline frame storage in the memprof profile.
2022-04-08 09:15:20 -07:00
ProfileSummaryBuilder.cpp
[CSSPGO] Move cl::opt inside llvm:: after D100528 and D108342
2022-11-23 23:08:49 -08:00
RawMemProfReader.cpp
[llvm] Don't including SetVector.h (NFC)
2022-09-17 12:36:43 -07:00
SampleProf.cpp
ManagedStatic: remove many straightforward uses in llvm
2022-07-10 10:29:15 +02:00
SampleProfReader.cpp
[Support] Rename llvm::compression::{zlib,zstd}::uncompress to more appropriate decompress
2022-09-17 12:35:17 -07:00
SampleProfWriter.cpp
[Support] Change compression::zlib::{compress,uncompress} to use uint8_t *
2022-07-13 16:26:54 -07:00