summaryrefslogtreecommitdiff
path: root/clang/lib/Driver/OffloadBundler.cpp
AgeCommit message (Expand)Author
2025-08-31[ADT] Refactor StringMap iterators (NFC) (#156137)Kazu Hirata
2025-06-26[clang] Use a new constructor of ArrayRef (NFC) (#146007)Kazu Hirata
2025-05-16[clang] Use llvm::replace (NFC) (#140264)Kazu Hirata
2025-05-08[HIP] fix bundle ID for amdgcnspirv (#139112)Yaxun (Sam) Liu
2025-03-19[OffloadBundler] Expose function to parse compressed bundle headers (#130284)Juan Manuel Martinez CaamaƱo
2025-03-18[OffloadBundler] Rework the ctor of `OffloadTargetInfo` to support AMDGPU's g...Shilei Tian
2025-01-20Reland [OffloadBundler] Compress bundles over 4GB (#122307)Yaxun (Sam) Liu
2025-01-20Revert "[OffloadBundler] Compress bundles over 4GB (#122307)"Yaxun (Sam) Liu
2025-01-20[OffloadBundler] Compress bundles over 4GB (#122307)Yaxun (Sam) Liu
2025-01-09[llvm][NFC] Rework Timer.cpp globals to ensure valid lifetimes (#121663)macurtis-amd
2024-11-15[Driver] Remove unused includes (NFC) (#116316)Kazu Hirata
2024-09-25[SystemZ][z/OS] Open text files in text mode (#109972)Abhina Sree
2024-09-13[Driver] Avoid repeated hash lookups (NFC) (#108676)Kazu Hirata
2024-06-30[CUDA][NFC] CudaArch to OffloadArch rename (#97028)Jakub Chlanda
2024-05-09[ClangOffloadBundler] make hipv4 and hip compatible (#91637)Yaxun (Sam) Liu
2024-04-19[ClangOffloadBundler] Add file size to header (#88827)Yaxun (Sam) Liu
2024-03-09[HIP] add --offload-compression-level= option (#83605)Yaxun (Sam) Liu
2024-03-07[ClangOffloadBundler] fix unbundling archive (#84195)Yaxun (Sam) Liu
2024-02-22[HIP] Allow partial linking for `-fgpu-rdc` (#81700)Yaxun (Sam) Liu
2023-11-29[clang-offload-bundler] Add support for -check-input-archive (#73709)Jacob Lambert
2023-10-10Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-10-05Reland "[HIP] Support compressing device binary"Yaxun (Sam) Liu
2023-10-05Revert "[HIP] Support compressing device binary (#67162)"Yaxun (Sam) Liu
2023-10-04[HIP] Support compressing device binary (#67162)Yaxun (Sam) Liu
2023-08-22[AIX] supporting -X options for llvm-ranlib in AIX OSzhijian
2023-05-16Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitive (NFC)Kazu Hirata
2023-03-15[clang] Use *{Map,Set}::contains (NFC)Kazu Hirata
2023-03-14[clang] Use *{Set,Map}::contains (NFC)Kazu Hirata
2023-03-14[clang-offload-bundler] Standardize TargetID field for bundlerJacob Lambert
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2023-01-19[HIP] Unbundler allows missing host entryYaxun (Sam) Liu
2023-01-11[HIP] Use .hipi as preprocessor output extensionYaxun (Sam) Liu
2023-01-08[NFCI][Offload Bundler] Replace hand-rolled endian conversion with llvm::supportBenjamin Kramer
2023-01-08[NFC] Hide implementation details in anonymous namespacesBenjamin Kramer
2022-12-18Remove redundant .c_str() and .get() callsGregory Alfonso
2022-12-09[clang] Use std::nullopt instead of None in comments (NFC)Kazu Hirata
2022-12-03[Driver] llvm::Optional => std::optionalFangrui Song
2022-12-03[Driver] llvm::None => std::nullopt. NFCFangrui Song
2022-10-26[NFC][Offload Bundler] Formatting clang offloadbundler source file.raghavmedicherla
2022-10-05[clang-offload-bundler] extracting compatible bundle entryYaxun (Sam) Liu
2022-09-18[clang] Don't include StringSwitch.h (NFC)Kazu Hirata
2022-08-01OffloadBundler.cpp - fix Wdocumentation warnings. NFC.Simon Pilgrim
2022-07-29[clang] Use has_value instead of value (NFC)Kazu Hirata
2022-07-29Replace Optional::hasValue with has_value or operator bool. NFCFangrui Song
2022-07-27[clang-offload-bundler] Library-ize ClangOffloadBundlerJacob Lambert
2022-07-26Revert "[clang-offload-bundler] Library-ize ClangOffloadBundler"Lambert, Jacob
2022-07-26[clang-offload-bundler] Library-ize ClangOffloadBundlerJacob Lambert