summaryrefslogtreecommitdiff
path: root/tools/clang-offload-bundler
Commit message (Expand)AuthorAgeFilesLines
* [clang] [clang-offload-bundler] Fix finding installed llvm-objcopyMichal Gorny2019-10-141-0/+2
* [clang-offload-bundler] Support `.cui` and `.d`.Michael Liao2019-10-091-0/+8
* [clang] [cmake] Use add_clang_tool() to install all toolsMichal Gorny2019-10-041-3/+1
* [Clang][Bundler] Replace std::vector by SmallVector [NFC]Sergey Dmitriev2019-09-111-6/+4
* [Clang][Bundler] Fix for a potential memory leak [NFC]Sergey Dmitriev2019-09-111-16/+7
* [Clang][Bundler] Do not require host triple for extracting device bundlesSergey Dmitriev2019-08-281-3/+6
* [Clang][Bundler] Fix for a hang when unbundling fat binarySergey Dmitriev2019-08-271-4/+5
* [Clang][Bundler] Use llvm-objcopy for creating fat object filesSergey Dmitriev2019-08-262-119/+25
* [Driver][Bundler] Improve bundling of object files.Alexey Bataev2019-08-151-26/+11
* [clang] - An update after LLVM change.George Rimar2019-08-141-1/+4
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-5/+5
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-4/+7
* Allow bundle size to be 0 in clang-offload-bundlerYaxun Liu2019-03-051-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-12/+11
* [HIP] Let clang-offload-bundler support HIPYaxun Liu2018-05-111-5/+5
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* Update for llvm change. NFC.Rafael Espindola2018-02-141-1/+1
* [NFC] fix trivial typos in commentsHiroshi Inoue2018-01-291-1/+1
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* Update for llvm change.Rafael Espindola2017-09-081-1/+3
* Print registered targets in clang's version informationDimitry Andric2017-06-061-2/+1
* Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim2017-03-301-1/+1
* Avoid calling dump() in normal codeMatthias Braun2017-01-281-1/+4
* [CMake] Fixing clang standalone buildChris Bieneman2016-11-191-1/+5
* [CMake] clang-offload-bundler depends on intrinsics_genChris Bieneman2016-11-181-0/+3
* Mirror the llvm changes that split Bitcode/ReaderWriter.hTeresa Johnson2016-11-111-1/+1
* [clang-offload-bundler] Fix some Clang-tidy modernize-use-override and Includ...Eugene Zelenko2016-09-071-80/+120
* Fix memory leaks in clang-offload-bundlerVitaly Buka2016-08-251-9/+11
* clang-offload-bundler: Update libdeps.NAKAMURA Takumi2016-08-241-3/+1
* [Driver][OpenMP][CUDA] Add capability to bundle object files in sections of t...Samuel Antao2016-08-241-7/+296
* clang-offload-bundler - offload files bundling/unbundling toolSamuel Antao2016-08-242-0/+700