[flang] Add COMDAT to global variables where needed
[platform/upstream/llvm.git] / clang /
2023-06-28 Martin Braenne[clang][dataflow] Don't crash if copy constructor arg...
2023-06-28 Matt ArsenaultOpenMP: Fix nothrow new/delete for amdgpu
2023-06-28 Matt ArsenaultOpenMP: Add missing test coverage for nothrow new/delete
2023-06-28 Sam McCall[dataflow] Use consistent, symmetrical, non-mutating...
2023-06-28 Martin Braenne[clang][dataflow] Output debug info if `getChild()...
2023-06-28 Martin Braenne[clang][dataflow] Add a test that we can access fields...
2023-06-28 Freddy YePre-commit test for D151696.
2023-06-28 Petr Hosek[Fuchsia] Enable libcxx filesystem on Windows for stage...
2023-06-28 Chuanqi Xu[NFC] [C++20] [Modules] Add a test for merging lambda...
2023-06-28 Fangrui Song[test] Replace aarch64-*-eabi with aarch64
2023-06-28 Fangrui Song[test] Replace -triple aarch64-arm-none-eabi with ...
2023-06-27 Haowei Wu[Fuchsia] Enable libcxx filesystem on Windows build.
2023-06-27 Owen Pan[clang-format] Fix bugs in annotating r_paren as C...
2023-06-27 David Goldman[clang][Sema] Add CodeCompletionContext::CCC_ObjCClassF...
2023-06-27 Sam McCallReland "[dataflow] avoid more accidental copies of...
2023-06-27 Yitzhak Mandelbaum[clang][CFG] Add support for partitioning CFG into...
2023-06-27 Arthur EubanksReland [InstCombine] Infer inbounds for more GEPs of...
2023-06-27 Takuya Shimizu[clang][ExprConstant] Fix display of syntactically...
2023-06-27 Youngsuk Kim[clang] Replace uses of CGBuilderTy::CreateElementBitCa...
2023-06-27 Elliot Goodrich[llvm] Move AttributeMask to a separate header
2023-06-27 Joseph Huber[OpenMP] Always apply target declarations to canonical...
2023-06-27 Alex Bradbury[RISCV] Relax rules for ordering s/z/x prefixed extensi...
2023-06-27 Timm Bäder[clang] Add myself as code owner for the new constant...
2023-06-27 Timm BäderRevert "[clang][CFG][NFC] A few smaller cleanups"
2023-06-27 Timm Bäder[clang][CFG][NFC] A few smaller cleanups
2023-06-27 Timm Bäder[clang][Interp][NFC] Compare std::optional variables...
2023-06-27 Martin Braenne[clang][dataflow] Use namespace qualifiers when definin...
2023-06-27 serge-sans-paille[Clang][Sema] Do not try to analyze dependent alignment...
2023-06-27 Fangrui Song[test] Improve symbol visibility test
2023-06-26 Petr Hosek[Driver][BareMetal] Support --emit-static-lib in BareMe...
2023-06-26 Eduard Zingerman[clang] Allow 'nomerge' attribute for function pointers
2023-06-26 Douglas Yung[NFC] Bump up DIAG_SIZE_AST as we have hit the limit...
2023-06-26 Fangrui Song[dataflow] Fix -Wunused-variable in -DLLVM_ENABLE_ASSER...
2023-06-26 Fangrui Song[dataflow] Fix -Wunused-variable in -DLLVM_ENABLE_ASSER...
2023-06-26 Fangrui Song[Driver][ARM] Warn about -mabi= for assembler input
2023-06-26 Sam McCall[dataflow] Make SAT solver deterministic
2023-06-26 Matt ArsenaultOpenMP: Add fma math test
2023-06-26 Matt ArsenaultOpenMP: Don't include stdbool.h in builtin headers
2023-06-26 Matt ArsenaultOpenMP: Use generated checks and pragma declare target
2023-06-26 Garvit Gupta[RISCV] Add support for custom instructions for Sifive...
2023-06-26 Eli Friedman[clang codegen] Fix ABI for HVA returns on AArch64...
2023-06-26 Joel Dice[clang][WebAssembly] Support wasm32-wasi shared libraries
2023-06-26 Argyrios Kyrtzidis[clang/HeaderSearch] Make sure `loadSubdirectoryModuleM...
2023-06-26 Sam McCallRevert "[dataflow] avoid more accidental copies of...
2023-06-26 Nikolas Klauser[clang] __is_trivially_equality_comparable should retur...
2023-06-26 Nikolas Klauser[clang][NFC] Remove trailing whitespaces and enforce...
2023-06-26 Corentin Jabot[Clang] Fix invalid runline in test
2023-06-26 David Spickett[clang][OpenMP] Fix unused var warning
2023-06-26 Corentin Jabot[Clang] Implement P2738R1 - constexpr cast from void*
2023-06-26 Sam McCall[dataflow] fix test after conflict between ae54f01dd8c5...
2023-06-26 Sam McCall[dataflow] avoid more accidental copies of Environment
2023-06-26 Martin Braenne[clang][dataflow] Perform deep copies in copy and move...
2023-06-26 Alex Brachet[CMake][Fuchsia] Enable standalone libatomic
2023-06-26 Sam McCall[dataflow] Disallow implicit copy of Environment, use...
2023-06-26 Aaron BallmanDiagnose incorrect syntax for #pragma clang diagnostic
2023-06-26 serge-sans-paille[Remarks] Make sure -fdiagnostics-hotness-threshold...
2023-06-26 Emilia Kond[clang-format] Preserve AmpAmpTokenType in nested paren...
2023-06-26 Job NoormanMove SubtargetFeature.h from MC to TargetParser
2023-06-26 Emilia Kond[clang-format][NFC] Use correct test method for new...
2023-06-26 eopXD[Clang][RISCV] Check type support for local variable...
2023-06-26 Haohai WenReland [COFF] Support -gsplit-dwarf for COFF on Windows
2023-06-26 WANG Xuerui[Clang][LoongArch] Consume and check -mabi and -mfpu...
2023-06-26 Chuanqi Xu[C++] [Coroutines] Assume the allocation doesn't return...
2023-06-26 Craig Topper[RISCV] Use unsigned types for orc_b builtins.
2023-06-26 Jim Lin[RISCV] Change the type of argument to clz and ctz...
2023-06-26 Weining Lu[doc][LoongArch] Add missed release note about `ual...
2023-06-26 Younan Zhang[clang] Fix a crash on invalid destructor
2023-06-25 Mike Crowe[ASTMatchers] Add argumentCountAtLeast narrowing matcher
2023-06-25 Nico WeberRevert "[COFF] Support -gsplit-dwarf for COFF on Windows"
2023-06-25 Takuya Shimizu[clang][Diagnostics] Provide parameter source range...
2023-06-25 Elliot Goodrich[llvm] Add missing StringExtras.h includes
2023-06-25 Corentin Jabot[Clang][NFC] Add feature test macro checks for C++2c
2023-06-25 Iain Sandoe[C++20][Modules] Complete implementation of module...
2023-06-25 Haohai Wen[COFF] Support -gsplit-dwarf for COFF on Windows
2023-06-25 Vaibhav Thakkar[clang] Fix pretty-printing for variables declared...
2023-06-24 Iain Sandoe[C++20][Modules] Implement P2615R1 revised export diagn...
2023-06-24 Pedro Falcato[clang] Add -fcheck-new support
2023-06-23 Matt Arsenaultclang: Add missing cases to elementwise builtin SemaCXX...
2023-06-23 Matt Arsenaultclang: Add __builtin_elementwise_rint and nearbyint
2023-06-23 Matt Arsenaultclang: Fix elementwise value naming to match instruction
2023-06-23 Sami Tolvanen[RISCV] Implement KCFI operand bundle lowering
2023-06-23 Sami TolvanenRevert "[RISCV] Implement KCFI operand bundle lowering"
2023-06-23 Joseph Huber[ClangPackager] Add an option to extract inputs to...
2023-06-23 Zahira AmmarguellatWhen float_t and double_t types are used inside a scope...
2023-06-23 Sami Tolvanen[RISCV] Implement KCFI operand bundle lowering
2023-06-23 Emilia Kond[clang-format] Respect ColumnLimit 0 line breaks in...
2023-06-23 Takuya Shimizu[clang][Sema] Fix comments to conform to bugprone-argum...
2023-06-23 Matt ArsenaultHIP: Directly call trunc builtins
2023-06-23 Aaron BallmanFixed failed assertion w/attribute on anon unions
2023-06-23 Aaron BallmanFix a failing assertion with implicit function definitions
2023-06-23 Michael Platings[Clang][Driver] Warn on invalid Arm or AArch64 baremeta...
2023-06-23 Jeremy Furtek[APFloat] Add APFloat semantic support for TF32
2023-06-23 Balázs Kéri[clang][ASTImporter] Add import of CXXRewrittenBinaryOp...
2023-06-23 Martin Braenne[clang][dataflow] Dump useful debugging information...
2023-06-22 Manna, Soumi[CLANG] Fix Static Code Analyzer Concerns with bad...
2023-06-22 Manna, Soumi[CLANG] Fix potential null pointer dereference bugs
2023-06-22 Manna, Soumi[Clang] Fix Static Code Analysis Concerns with copy...
2023-06-22 Joseph Huber[Clang] Disable `libc` headers for offloading languages
2023-06-22 Manna, Soumi[CLANG] Fix uninitialized scalar field issues
2023-06-22 Sam McCall[dataflow] Avoid copying environment
next