Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)Author
2022-03-03[AMDGPU] Add gfx1036 targetAakanksha
2022-03-03[AMDGPU] Add gfx940 targetStanislav Mekhanoshin
2022-03-02[clang][CGStmt] fix crash on invalid asm statementTong Zhang
2022-03-02[OpenMP] Handle sysroot option in offloading linker wrapperJoseph Huber
2022-03-02[NFC][Clang][OpaquePtr] Remove the call to Address::deprecated inAkira Hatanaka
2022-03-02[clang-format] Recognize "if consteval".Marek Kurdej
2022-03-02[clang] ExprEngine::VisitCXXNewExpr - remove superfluous nullptr testsSimon Pilgrim
2022-03-02[NFC] [C++20] [Modules] Simplify ActOnModuleImport by merging Path and ParitionChuanqi Xu
2022-03-02[clang-offload-bundler] Fix typo in a test caseSaiyedul Islam
2022-03-02[clang][scan-build] Change mode of installation for scan-build.1Manas
2022-03-02[NFC][Lexer] Remove getLangOpts function from LexerDawid Jurczak
2022-03-02[pseudo] fix some comment nits, NFC.Haojian Wu
2022-03-02[pseudo] Add a print-grammar option in the toolHaojian Wu
2022-03-02[clang][dataflow] Add flow condition constraints to EnvironmentStanislav Gatev
2022-03-02[pseudo] Fix an out-of-bound error in LRTable::find.Haojian Wu
2022-03-02[C++20][Modules] Improve efficiency of isModulePartition method.Iain Sandoe
2022-03-02[clang-offload-bundler] HIP and OpenMP comaptibility for linking heterogeneou...Saiyedul Islam
2022-03-02[nfc][codegen] Move RegisterBank[Info].h under CodeGenMircea Trofin
2022-03-02[AST] Print NTTP args as string-literals when possibleZhihao Yuan
2022-03-02[HWASAN] erase lifetime intrinsics if tag is outside.Florian Mayer
2022-03-01[clang-format][docs] Fix a bad commentKrystian Kuzniarek
2022-03-01[clang-format] Fix BreakBeforeBinaryOperators with TemplateCloser on the lhsBjörn Schäpers
2022-03-01[clang-format] Fix requires related crashBjörn Schäpers
2022-03-01[clang-format] Allow to set token types finalBjörn Schäpers
2022-03-01[NVPTX] Add ex2.approx.f16/f16x2 supportNicolas Miller
2022-03-01[NVPTX] Add more FMA intriniscs/builtinsJakub Chlanda
2022-03-01[NVPTX] Expose float tys min, max, abs, neg as builtinsJakub Chlanda
2022-03-01[SanitizerBounds] Add support for NoSanitizeBounds functionTong Zhang
2022-03-01[NFC]Promote addInstantiatedParametersToScope to a private Sema functionErich Keane
2022-03-01[NFC][analyzer] Allow CallDescriptions to be matched with CallExprsKristóf Umann
2022-03-01[clang] Improve laziness of resolving module map headers.Adam Czachorowski
2022-03-01[Clang] Add `-funstable` flag to enable unstable and experimental featuresEgor Zhdan
2022-03-01[NVPTX] Fix nvvm.match.sync*.i64 intrinsics return type (i64 -> i32)Kristina Bessonova
2022-03-01[C++20][Modules][8/8] Amend module visibility rules for partitions.Iain Sandoe
2022-03-01[clang][analyzer] Add modeling of 'errno'.Balázs Kéri
2022-03-01[Clang] Remove redundant init-parens in AST printZhihao Yuan
2022-03-01[c++2b] Implement P0849R8 auto(x)Zhihao Yuan
2022-03-01[OpenMPIRBuilder] Implement static-chunked workshare-loop schedules.Michael Kruse
2022-03-01[HIP] File device library ABI version file nameYaxun (Sam) Liu
2022-02-28[docs] Add note about interaction between clang plugins and -clear-ast-before...Arthur Eubanks
2022-02-28[Clang] noinline call site attributeDávid Bolvanský
2022-02-28[NFC] Make 1st param to getTemplateInstantiationArgs const correctErich Keane
2022-02-28[NFC] Don't pass temporary LangOptions to LexerDawid Jurczak
2022-02-28[OpenMP] Add verbose output for linker wrapperJoseph Huber
2022-02-28[clang] Remove unused variable AllElementsInt.Arthur O'Dwyer
2022-02-28Clarify documentation of cpu_dispatch/cpu_specificErich Keane
2022-02-28[NFC][Lexer] Make Lexer::LangOpts const referenceDawid Jurczak
2022-02-28[NFC][Clang][AArch64] Clean up AArch64TargetInfo::hasFeatureArchibald Elliott
2022-02-28[clang][tests] Fix ve-toolchain tests with CLANG_DEFAULT_UNWINDLIBTimm Bäder
2022-02-28[clang-format] Treat && followed by noexcept operator as a binary operator in...Luis Penagos