aboutsummaryrefslogtreecommitdiff
path: root/clang/tools
AgeCommit message (Expand)AuthorFilesLines
2024-03-13[NFC] [C++20] [Modules] [P1689] [Scanner] Don't use thread pool in P1689 per ...Chuanqi Xu1-95/+100
2024-03-12[InstallAPI] Break up headers and add common header for TextAPI types (#84960)Cyndy Ishida2-12/+6
2024-03-11[InstallAPI] Collect C++ Decls (#84403)Cyndy Ishida2-1/+39
2024-03-09[HIP] add --offload-compression-level= option (#83605)Yaxun (Sam) Liu3-0/+10
2024-03-07[InstallAPI] Collect global functions (#83952)Cyndy Ishida1-1/+3
2024-03-07[LinkerWrapper] Accept compression arguments for HIP fatbins (#84337)Joseph Huber2-0/+5
2024-03-07[LinkerWrapper] Use the correct empty file on Windows (#84322)Joseph Huber1-0/+4
2024-03-07[Clang][NFC] Remove '--' separator in the linker wrapper usage (#84253)Joseph Huber1-4/+0
2024-03-06[MC] Move CompressDebugSections/RelaxELFRelocations from TargetOptions/MCAsmI...Fangrui Song1-2/+2
2024-03-06Revert "[libomptarget] Build plugins-nextgen for SystemZ (#83978)"Ulrich Weigand1-1/+0
2024-03-06[libomptarget] Build plugins-nextgen for SystemZ (#83978)Ulrich Weigand1-0/+1
2024-03-06[clang][NFC] Trim license header comments to 81 characters (#82919)Balazs Benics2-2/+2
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini1-1/+1
2024-03-01[InstallAPI] Collect frontend attributes & ObjCInterface decls (#83378)Cyndy Ishida1-3/+5
2024-02-28clang-installapi: remove setInstalledDirFangrui Song1-1/+0
2024-02-28[Driver] Unify InstalledDir and Dir (#80527)Fangrui Song1-23/+0
2024-02-28[InstallAPI] add missing link to clangASTCyndy Ishida1-0/+1
2024-02-28[InstallAPI] Hookup Input files & basic ASTVisitor (#82552)Cyndy Ishida3-6/+107
2024-02-27[llvm-ar][Archive] Use getDefaultTargetTriple instead of host triple for the ...Jacek Caban1-1/+1
2024-02-23reland: [clang][ScanDeps] Canonicalize -D and -U flags (#82568)Michael Spencer1-0/+1
2024-02-23[C++20] [Modules] Allow to compile a pcm with and without -fPICChuanqi Xu2-2/+2
2024-02-22[Clang][NVPTX] Allow passing arguments to the linker while standalone (#73030)Joseph Huber1-1/+3
2024-02-21[InstallAPI] Cleanup HeaderFile Interface & options handling, NFC (#82544)Cyndy Ishida1-10/+4
2024-02-21[InstallAPI] add explicit dependency on llvmOption libraryCyndy Ishida1-0/+1
2024-02-21[InstallAPI] Add additional missing library dependencyCyndy Ishida1-0/+1
2024-02-21[InstallAPI] Add missing clangBasic library dependencyCyndy Ishida1-0/+1
2024-02-21[InstallAPI] Set InstallAPI as a standalone tool instead of CC1 action (#82293)Cyndy Ishida5-0/+359
2024-02-20Revert "[clang][ScanDeps] Canonicalize -D and -U flags (#82298)"Nico Weber1-1/+0
2024-02-20[clang][ScanDeps] Canonicalize -D and -U flags (#82298)Michael Spencer1-0/+1
2024-02-19Rename `ThreadPool::getThreadCount()` to `getMaxConcurrency()` (NFC) (#82296)Mehdi Amini1-3/+3
2024-02-15[clang][driver] Add missing integrated tool option in error message, NFC (#81...Cyndy Ishida1-2/+3
2024-02-14[ClangPackager] Fix passing in multiple instances of `file`Joseph Huber1-25/+28
2024-02-14[analyzer] Teach scan-build to filter reports by file.Brianna Fan2-1/+30
2024-02-13[OpenACC] Implement AST for OpenACC Compute Constructs (#81188)Erich Keane2-0/+5
2024-02-12[clang] Remove old Linux kernel workaround for ensuring stack space (#81533)Arthur Eubanks1-62/+0
2024-02-11[clang][NFC] Annotate `cc1as_main.cpp` with `preferred_type`Vlad Serebrennikov1-0/+17
2024-02-10[clang] Update Clang version from 18 to 19 in scan-build.1.Frederic Cambus1-2/+2
2024-02-08[clang][lex] Always pass suggested module to `InclusionDirective()` callback ...Jan Svoboda1-2/+3
2024-02-07[clang-format] Fix a regression in dumping the config (#80628)Owen Pan1-24/+25
2024-02-07[LinkerWrapper] Support relocatable linking for offloading (#80066)Joseph Huber2-9/+73
2024-02-05New calling convention preserve_none (#76868)weiguozhi1-0/+1
2024-01-31[OpenMP] atomic compare weak : Parser & AST support (#79475)SunilKuravinakop1-0/+2
2024-01-31[clang-scan-deps] Fix check for empty `Compilation` (#75545)Yaraslau1-1/+1
2024-01-30[clang][DependencyScanner] Remove unused -ivfsoverlay files (#73734)Michael Spencer1-0/+1
2024-01-29[diagtool] Use StringRef::consume_front (NFC)Kazu Hirata1-2/+1
2024-01-27[Clang][C++26] Implement Pack Indexing (P2662R3). (#72644)cor3ntin2-0/+12
2024-01-24[LinkerWrapper] Do not link device code under a relocatable link (#79314)Joseph Huber2-0/+9
2024-01-24[clang-repl] Refine fix for linker error: PLT offset too largeStefan Gränitz1-8/+9
2024-01-23[Format] Fix detection of languages when reading from stdin (#79051)Ben Hamilton (Ben Gertzfield)1-11/+13
2024-01-23[clang-repl] Fix CMake errors when cross compilingMartin Storsjö1-1/+1