summaryrefslogtreecommitdiff
path: root/llvm/lib/CGData
AgeCommit message (Expand)Author
2025-11-01[llvm] Remove redundant str() and c_str() (NFC) (#166012)Kazu Hirata
2025-10-23[NFC][CGData] Add assert to `StableFunctionMap::at` (#164564)Abhishek Kaushik
2025-10-23[NFC][CGData] Use `std::move` in `lazyDeserialize` call (#164558)Abhishek Kaushik
2025-10-01Cleanup the LLVM exported symbols namespace (#161240)Nicolai Hähnle
2025-09-28[Support] Deprecate one form of support::endian::byte_swap (NFC) (#161045)Kazu Hirata
2025-09-27[Support] Deprecate one form of support::endian::read (NFC) (#160979)Kazu Hirata
2025-08-20[Reland] [CGData] Lazy loading support for stable function map (#154491)Zhaoxuan Jiang
2025-08-14Revert "[CGData] Lazy loading support for stable function map (#151660)"Kyungwoo Lee
2025-08-14[CGData] Lazy loading support for stable function map (#151660)Zhaoxuan Jiang
2025-07-31[CGData] Fix assertions when skipping name (#151570)Kyungwoo Lee
2025-06-10[CGData] Make an option to skip reading Names into StableFunctionMap (#142095)Zhaoxuan Jiang
2025-06-04[llvm] Remove unused includes (NFC) (#142733)Kazu Hirata
2025-05-20[CGData] Return ArrayRef<std::string> in getNames (NFC) (#140675)Kazu Hirata
2025-05-15[llvm] Use llvm::stable_sort (NFC) (#140067)Kazu Hirata
2025-04-22Modify the localCache API to require an explicit commit on CachedFile… (#13...anjenner
2025-03-08Revert "Modify the localCache API to require an explicit commit on CachedFile...Douglas Yung
2025-03-07Modify the localCache API to require an explicit commit on CachedFile… (#11...anjenner
2025-03-03[NFC]Make file-local cl::opt global variables static (#126486)chrisPyr
2025-02-20[CodeGen] Refactor `warn()` to use StringRef (NFCI) (#127537)Narayan
2024-11-25Reland [CGData][GMF] Skip No Params (#116548)Kyungwoo Lee
2024-11-25Revert "[CGData][GMF] Skip No Params (#116548)"Kyungwoo Lee
2024-11-25[CGData][GMF] Skip No Params (#116548)Kyungwoo Lee
2024-11-13[CGData] Global Merge Functions (#112671)Kyungwoo Lee
2024-11-04[CGData][llvm-cgdata] Support for stable function map (#112664)Kyungwoo Lee
2024-10-31[CGData] Stable Function Map (#112662)Kyungwoo Lee
2024-10-23[llvm] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#113415)Kazu Hirata
2024-10-09[CGData][ThinLTO] Global Outlining with Two-CodeGen Rounds (#90933)Kyungwoo Lee
2024-09-22[llvm] Use std::optional::value_or (NFC) (#109568)Kazu Hirata
2024-09-10[CGData][MachineOutliner] Global Outlining (#90074)Kyungwoo Lee
2024-08-20Reland [CGData] llvm-cgdata #89884 (#101461)Kyungwoo Lee