platform/upstream/llvm.git
2022-06-15 Timm Bäder[clang][NFC] Remove unused parameter from ActOnCXXNeste...
2022-06-15 Alvin Wong[lldb] Fix loading DLL from some ramdisk on Windows
2022-06-15 Furkan Usta[clang] Use correct visibility parameters when followin...
2022-06-15 Martin Storsjö[LLD] [MinGW] Implement --disable-reloc-section, mapped...
2022-06-15 Martin Storsjö[COFF] Don't reject executables with data directories...
2022-06-15 Alexey Bataev[SLP] Improve reordering in presence of constant only...
2022-06-15 PeixinQiao[flang] Fix one regression failure related to BIND...
2022-06-15 Alex Zinenko[mlir] check interfaces are attached to the expected...
2022-06-15 Alex Zinenko[mlir] generate documentation for transform dialect...
2022-06-15 Elena Lepilkina[test][RISCV] Precommit test for SeparateConstOffsetFro...
2022-06-15 Guillaume Chatelet[NFC][Alignment] Use Align in MCAlignFragment
2022-06-15 Gabor Marton[analyzer][NFC][test] Add new RUN lint with support...
2022-06-15 Nico Weber[gn build] (semi-automatically) port fb34d531af95
2022-06-15 Nico Weber[gn build] (semi-automatically) port 8bc0bb956421
2022-06-15 Thomas JoergRevert "Reland "[X86][RFC] Enable `_Float16` type suppo...
2022-06-15 Nikita Popov[BitcodeReader] Remove unnecessary argument defaults...
2022-06-15 Simon Pilgrim[X86] X86TargetTransformInfo.cpp - use InstructionCost...
2022-06-15 Simon Pilgrim[AArch64] Add test case from D127354
2022-06-15 Benjamin KramerAdd a conversion from double to bf16
2022-06-15 Benjamin KramerPromote bf16 to f32 when the target doesn't support it
2022-06-15 Simon PilgrimFix signed/unsigned comparison warning
2022-06-15 Keith Walker[DebugInfo][ARM] Not readonly check for RWPI globals
2022-06-15 Benjamin Kramer[Sema] Remove unused function after 8c7b64b5ae2a
2022-06-15 Nabeel Omer[X86][SLP] Basic test coverage for llvm.powi
2022-06-15 David Sherwood[NFC] Move tests CodeGen/AArch64/SME/sme-* -> CodeGen...
2022-06-15 Simon Pilgrim[DAG] Fix SDLoc mismatch in (shl (srl x, c1), c2) ...
2022-06-15 Stanislav Gatev[clang][dataflow] Add support for correlated branches...
2022-06-15 Martin Boehme[clang] Reject non-declaration C++11 attributes on...
2022-06-15 Sven van Haastregt[OpenCL] Reword unknown extension pragma diagnostic
2022-06-15 Simon Pilgrim[X86] needCarryOrOverflowFlag/onlyZeroFlagUsed - merge...
2022-06-15 David Sherwood[AArch64][SME] Add SME read/write intrinsics that map...
2022-06-15 Martin Boehme[Clang] Documentation-only: Add missing closing `>...
2022-06-15 Ilya Biryukov[libcxx] Fix allocator<void>::pointer in C++20 with...
2022-06-15 Martin Boehme[Clang] Fix signed-unsigned comparison warning that...
2022-06-15 David Sherwood[NFC][AArch64] Minor refactor of AArch64InstPrinter...
2022-06-15 Kadir Cetinkaya[clangd] Enable AKA type printing by default
2022-06-15 owenca[libcxx] Remove extraneous '---' lines in .clang-format...
2022-06-15 Benjamin Kramer[mlir][Arith] Fix a use-after-free after rewriting...
2022-06-15 Kito Cheng[RISCV] Fixing undefined physical register issue when...
2022-06-15 Matthias Springer[mlir][bufferize] Better implementation of AnalysisStat...
2022-06-15 Siva Chandra... [libc][Obvious] Removed few unused vars.
2022-06-15 Matthias Springer[mlir][bufferize][NFC] Merge AlwaysCopyAnalysisState...
2022-06-15 Heejin Ahn[InstCombine] Improve check for catchswitch BBs (NFC)
2022-06-15 Matthias Springer[mlir][bufferize][NFC] Make func BufferizableOpInterfac...
2022-06-15 Peixin-Qiao[flang][OpenMP] Add one semantic check for data-sharing...
2022-06-15 Matthias Springer[mlir][linalg][bufferize] Remove always-aliasing-with...
2022-06-15 Martin Boehme[Clang] Add the `annotate_type` attribute
2022-06-15 Peixin-Qiao[flang] Change C889 from error into warning
2022-06-15 Nikita Popov[SimplifyLibCalls] Drop duplicate check (NFC)
2022-06-15 Austin Kerbow[AMDGPU] Fix buildbot failures after 48ebc1af29
2022-06-15 Siva Chandra... [libc] Add linux threads targets only if __support...
2022-06-15 Petr Hosek[libFuzzer] Use the compiler to link the relocatable...
2022-06-15 Matthias Springer[mlir][SCF][bufferize] Implement `resolveConflicts...
2022-06-15 owenca[mlir] Add missing newline at end of .clang-format...
2022-06-15 chenglin.bi[LSR] Add test for LoopStrenghtReduce for Ldp; NFC
2022-06-15 Siva Chandra... [libc][NFC] Add src.__support.OSUtil targets conditionally.
2022-06-15 Kadir Cetinkaya[clangd] Wire up compilation for style blocks
2022-06-15 Yeting Kuo[RISCV] Teach vsetvli insertion to not insert redundant...
2022-06-15 Ping Deng[SelectionDAG] fold 'Op0 - (X * MulC)' to 'Op0 + (X...
2022-06-15 Siva Chandra... [libc][NFC] Use uint32_t to represent futex words.
2022-06-15 owenca[clang-format] Never analyze insert/remove braces in...
2022-06-15 LLVM GN Syncbot[gn build] Port 48ebc1af2948
2022-06-15 Austin Kerbow[AMDGPU] Add more expressive sched_barrier controls
2022-06-15 Austin Kerbow[AMDGPU] Add isMFMA helper function. NFC
2022-06-15 Fangrui Song[MC] Remove unused MCStreamer::SwitchSection
2022-06-15 Peter S. Housel[ORC-RT] Add integration tests for AArch64
2022-06-15 Ping Deng[RISCV][NFC] Add more tests for instruction selection...
2022-06-15 Joe Loser[libc++][NFCI] span: replace enable_if with concepts
2022-06-15 Venkata Ramanaiah... [LLDB] CommandObjectThreadUntil::DoExecute() sets the...
2022-06-15 Lei Zhang[mlir][spirv] Handle corner cases for math.powf conversion
2022-06-15 wangpc[RISCV][NFC] Set default value for BaseInstr in RISCVVP...
2022-06-15 Ben Shi[Driver] Improve linking options for target AVR
2022-06-15 Amir Ayupov[X86][NFC] Use mnemonic tables in validateInstruction 4/4
2022-06-15 jacquesguan[mlir][Vector] Fold consecutive bitcast.
2022-06-15 lewuathe[mlir][affine] Make loop tiling default options explicit
2022-06-15 Craig Topper[RISCV] Replace uses of VLOpFrag in VLMax patterns...
2022-06-15 Joseph Huber[Libomptarget] Use binutils archive executable to addre...
2022-06-15 Yaxun (Sam... [HIP] fix long double size
2022-06-15 Zi Xuan Wu... [CSKY] Fix the assert in eliminateFrameIndex when the...
2022-06-15 Luo, Yuanke[X86][AMX] Fix klockwork issue.
2022-06-15 Phoebe WangReland "[X86][RFC] Enable `_Float16` type support on...
2022-06-15 Haowei WuRevert "[Driver] Improve linking options for target...
2022-06-15 LLVM GN Syncbot[gn build] Port 435897b41d60
2022-06-15 python3kgae[TableGen][DirectX] Add tableGen backend to generate...
2022-06-14 Lei Zhang[mlir][spirv] Fix math.ctlz for full zero bit cases
2022-06-14 Philip Reames[RISCV] Minor code/comment improvement in prepass of...
2022-06-14 Jonas Devlieghere[dsymutil] Fix std::unique_ptr to llvm::Expected conversion
2022-06-14 Jonas Devlieghere[dsymutil] Automatically generate a reproducer when...
2022-06-14 Wei Yi Tee[clang][dataflow] Rename `getPointeeLoc` to `getReferen...
2022-06-14 Paul Robinson[PS5] Default to 'sce' debugger tuning
2022-06-14 Mircea TrofinFunctionPropertiesAnalysis: handle callsite BBs that...
2022-06-14 Venkata Ramanaiah... [llvm] Add DW_CC_nocall to function debug metadata...
2022-06-14 Benjamin Kramer[mlir] Try to work around ambiguity in older clang...
2022-06-14 Benjamin Kramer[bazel] Port b0b00432093b
2022-06-14 Benjamin Kramer[bazel] Port 75bfc6f29579
2022-06-14 Saleem AbdulrasoolRISCV: handle 64-bit PCREL data relocations
2022-06-14 Mogball(Reland)[mlir] Add a generic data-flow analysis framework
2022-06-14 Krzysztof Drewniak[mlir][Arith] Pass to switch signed ops for equivalent...
2022-06-14 Anders Waldenborg[clang] Add tests for statement expression in initializers
2022-06-14 Frederik GossenRevert "[mlir] Add a generic data-flow analysis framework"
next