platform/upstream/llvm.git
2021-07-22 Jon Chesterfield[nfc] Fix typo in comment, s/node/note
2021-07-22 Simon Pilgrim[CostModel][X86] Adjust shift SSE4 legalized costs...
2021-07-22 Simon Pilgrim[CostModel][X86] Fix funnel shift check prefixes
2021-07-22 Jon Chesterfield[libomptarget][amdgpu][nfc] Replace use of gelf.h with...
2021-07-22 Aaron BallmanCorrectly diagnose taking the address of a register...
2021-07-22 LLVM GN Syncbot[gn build] Port 3959c95deb11
2021-07-22 Simon Pilgrim[X86] Fix SLM FP<->INT throughputs.
2021-07-22 Thomas Johnson[ARC] Add disassembly for the conditioned RSUB immediat...
2021-07-22 Fangrui Song[Matrix] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTI...
2021-07-22 Louis Dionne[libc++] Add helper type non-propagating-cache
2021-07-22 zoecarver[libc++][docs] Take lock for range.single.view.
2021-07-22 Alex Lorenz[clang][test] Add -fuse-ld= to test case added in 2542c...
2021-07-22 Adam Nemet[Matrix] Fix miscompile for NT matmul if the transpose...
2021-07-22 Marius Brehler[mlir] Improve description of interface options
2021-07-22 Krishna Kariya[InstCombine][test] add coverage for possible fabs...
2021-07-22 Alex Lorenz[clang][driver][darwin] Add driver support for Mac...
2021-07-22 David Green[AArch64] Adjust the cost of integer sum reductions
2021-07-22 Simon Pilgrim[CostModel][X86] Adjust shift SSE legalized costs based...
2021-07-22 Shilei Tian[OpenMPOpt] Add support for BooleanStateWithSetVector
2021-07-22 Fangrui Song[test] Add llvm-stress to LLVM_TEST_DEPENDS and lit...
2021-07-22 Rahul Joshi[MLIR][memref] Fix findDealloc() to handle > 1 dealloc...
2021-07-22 Jon Chesterfield[libomptarget][amdgpu] Implement dlopen of libhsa
2021-07-22 Victor Huang[PowerPC] Add PowerPC "__stbcx" builtin and intrinsic...
2021-07-22 Anastasia Stulova[OpenCL][NFC] Refactors lang version check in test.
2021-07-22 Alexey Bataev[OPENMP]Fix PR49787: Codegen for calling __tgt_target_t...
2021-07-22 Nico Weber[lld/mac] Move handling of special undefineds later
2021-07-22 Alexey BataevRevert "[OPENMP]Fix PR49787: Codegen for calling __tgt_...
2021-07-22 Raphael Isemann[lldb] Remove a wrong assert in TestStructTypes that...
2021-07-22 Alexey Bataev[OPENMP]Fix PR49787: Codegen for calling __tgt_target_t...
2021-07-22 Aaron En Ye Shi[HIP] Fix no matching constructor for init of shared_pt...
2021-07-22 Jon Chesterfield[libomptarget][nfc] Improve static assert message in...
2021-07-22 Cullen Rhodes[AArch64][SME] Improve diagnostic for vector select...
2021-07-22 Melanie BlowerRevert "[clang][fpenv][patch] Change clang option ...
2021-07-22 Raphael Isemann[lldb] Fix TestCompletion by using SIGPIPE instead...
2021-07-22 Kazu Hirata[Transforms] Remove getOrCreateInitFunction (NFC)
2021-07-22 Joseph Huber[OpenMP] Fix warnings for uninitialized block counts
2021-07-22 Nico Weber[gn build] (manually) port 78bda894129 from 2012 becaus...
2021-07-22 Aaron BallmanImplement _ExtInt conversion rules
2021-07-22 Raphael Isemann[lldb][NFC] Allow range-based for loops over DWARFDIE...
2021-07-22 Med Ismail... [lldb/Plugins] Add ScriptedProcess Process Plugin
2021-07-22 Melanie Blower[clang][fpenv][patch] Change clang option -ffp-model...
2021-07-22 Raphael Isemann[lldb] Fix that `process signal` completion always...
2021-07-22 Caroline Concatto[LoopVectorize] Fix crash for predicated instruction...
2021-07-22 Paulo MatosAdd support for zero-sized Scalars as a LowLevelType
2021-07-22 Raphael Isemann[lldb][NFCI] Remove redundant accessibility heuristic...
2021-07-22 Raphael Isemann[lldb] Generalize empty record size computation to...
2021-07-22 Florian MayerRevert "[hwasan] Use stack safety analysis."
2021-07-22 Dawid Jurczak[LoopIdiom] Transform memmove-like loop into memmove...
2021-07-22 Florian Mayer[hwasan] Use stack safety analysis.
2021-07-22 Balázs Kéri[clang][AST] Add support for DecompositionDecl to ASTIm...
2021-07-22 Jan Svoboda[clang][lex] NFC: Add explicit cast to silence -Wsign...
2021-07-22 Simon Pilgrim[InstCombine] Fold (gep (oneuse(gep Ptr, Idx0)), Idx1...
2021-07-22 Jon Chesterfield[libomptarget][amdgpu][nfc] Drop dead signal pool setup
2021-07-22 Simon Tatham[clang] Use i64 for the !srcloc metadata on asm IR...
2021-07-22 David Green[AArch64] Add and update reduction and shuffle costs...
2021-07-22 Dmitry Vyukovsanitizers: increase .clang-format columns to 100
2021-07-22 Fraser Cormack[RISCV] Fix a crash when lowering split float arguments
2021-07-22 Fraser Cormack[RISCV] Lower more BUILD_VECTOR sequences to RVV's VID
2021-07-22 Whisperity[clang-tidy] Fix crash and handle AttributedType in...
2021-07-22 Jason MolendaRead and write a LC_NOTE "addrable bits" for addressing...
2021-07-22 Timm Bäder[llvm][tools] Hide remaining unrelated llvm- tool options
2021-07-22 Nathan Ridge[clangd] Ensure Ref::Container refers to an indexed...
2021-07-22 Hsiangkai Wang[llvm-mc-assemble-fuzzer] Initialize MCTargetOptions.
2021-07-22 Jun Ma[AArch64][SVE] Handle svbool_t VLST <-> VLAT/GNUT conve...
2021-07-22 Johannes Doerfert[Attributor][FIX] Improve call graph updating
2021-07-22 Johannes Doerfert[Attributor][FIX] Do not introduce multiple instances...
2021-07-22 Johannes Doerfert[Attributor] Improve the Attributor::getAssumedConstant...
2021-07-22 ShihPo Hung[RegisterCoalescer] Make resolveConflicts aware of...
2021-07-22 Johannes Doerfert[Attributor][NFC] Precommit tests exposing a conceptual...
2021-07-22 Johannes Doerfert[OpenMP][FIX] Use name + type checks not only name...
2021-07-22 Johannes Doerfert[Attributor][NFC] Clang format
2021-07-22 rdzhabarov[mlir] Fix various issues in TimerImpl.
2021-07-22 Uday Bondhugula[MLIR] Fix affine.for empty loop body folder
2021-07-22 Ben Shi[RISCV] Optimize multiplication in the zba extension...
2021-07-22 Carl Ritson[AMDGPU] Add VReg_192/VReg_224 support for MIMG instruc...
2021-07-22 thomasraoux[mlir] Extend scf pipeling to support loop carried...
2021-07-22 Hsiangkai Wang[Clang][RISCV] Implement vsoxseg and vsuxseg.
2021-07-22 Hsiangkai Wang[Clang][RISCV] Implement vssseg.
2021-07-22 Hsiangkai Wang[Clang][RISCV] Implement vsseg.
2021-07-22 Hsiangkai Wang[Clang][RISCV] Add vloxseg and vluxseg test cases.
2021-07-22 Hsiangkai Wang[Clang][RISCV] Implement vloxseg and vluxseg.
2021-07-22 Hsiangkai Wang[Clang][RISCV] Implement vlsseg.
2021-07-22 Carl Ritson[AMDGPU] Allow frontends to disable null export for...
2021-07-22 Joseph Huber[OpenMP] Strip NoInline from known OpenMP runtime functions
2021-07-22 Joseph Huber[OpenMP] Fold `__kmpc_is_generic_main_thread_id` if...
2021-07-22 Joseph Huber[OpenMP] Add an option to disable function internalization
2021-07-22 Joseph Huber[Libomptarget] Introduce new main thread ID runtime...
2021-07-22 Joseph Huber[OpenMP] Add new execution mode for SPMD execution...
2021-07-22 Joseph Huber[OpenMP] Change `__kmpc_free_shared` to include the...
2021-07-22 Lang HamesRe-re-revert "[ORC][ORC-RT] Add initial native-TLV...
2021-07-22 David BlaikieFix assigned-but-unused (except in an assert) warning...
2021-07-22 Hedin Garca[libc] Rename FEnv.h and refactor subsequent files
2021-07-22 Jacob Hegna[NFC] Code cleanups in InlineCost.cpp.
2021-07-21 Lang HamesRe-re-apply "[ORC][ORC-RT] Add initial native-TLV suppo...
2021-07-21 Thomas Lively[WebAssembly] Replace @llvm.wasm.popcnt with @llvm...
2021-07-21 Fangrui Song[mlir] Add workaround for false positive in -Wfree...
2021-07-21 Thomas Lively[WebAssembly] Remove clang builtins for extract_lane...
2021-07-21 John EricsonRemove `LIBC_INSTALL_PREFIX`
2021-07-21 Mehdi AminiAdd verifier for insert/extract element/value on type...
2021-07-21 Stanislav MekhanoshinPrevent dead uses in register coalescer after remateria...
next