platform/upstream/llvm.git
2022-08-26 Michael Jones[libc] add compile option for printf arg type array
2022-08-26 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Update disassembler tests...
2022-08-26 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Update disassembler tests...
2022-08-26 Leonard Chan[clang] Do not instrument the rtti_proxies under hwasan
2022-08-26 Leonard Chan[clang] Do not instrument relative vtables under hwasan
2022-08-26 Philip ReamesRevert "[InstCombine] Canonicalize "and, add", "or...
2022-08-26 Philip Reames[LV] Consistently use vputils::isUniformAfterVectorizat...
2022-08-26 Eric Gullufsen[InstCombine] Canonicalize "and, add", "or, add", ...
2022-08-26 Eric Gullufsen[NFC][InstCombine] Add baseline tests for canonicalizin...
2022-08-26 Sanjay Patel[InstCombine] fold test of equality to 0.0 with bitcast...
2022-08-26 Sanjay Patel[InstCombine] add tests for fcmp with bitcast operand...
2022-08-26 Simon Pilgrim[CostModel][X86] Add CodeSize handling for and/or/xor ops
2022-08-26 Florian Hahn[VPlan] Move isUniformAfterVectorization from VPlan...
2022-08-26 Alexey Bataev[SLP][NFC]Add a test for vectorization of stores with...
2022-08-26 Benjamin Kramer[bazel] Port a235562c0a051d0786cdb7da8e2af93e56e849c3
2022-08-26 Philip Reames[LV] Extract utility for checking if VPValue is uniform...
2022-08-26 Mircea Trofin[mlgo] Don't set the source permissions when copying...
2022-08-26 Shafik Yaghmour[Clang] Fix assert in Sema::LookupTemplateName so that...
2022-08-26 Simon Pilgrim[CostModel][X86] Add CodeSize handling for fneg ops
2022-08-26 Simon Pilgrim[CostModel][X86] getArithmeticInstrCost - use the cost...
2022-08-26 Mahesh Ravishankar[mlir][TilingInterface] Enabling tiling `tensor.pad...
2022-08-26 Florian Hahn[LV] Add another test for incorrect runtime check...
2022-08-26 Xiang Li[HLSL] Move DXIL validation version out of ModuleFlags
2022-08-26 Mahesh Ravishankar[mlir][Linalg] Drop check for output indexing maps.
2022-08-26 Nicolas Vasilache[mlir][MemRef] Introduce a memref.extract_metadata op.
2022-08-26 Corentin Jabot[Clang] Fix crash in coverage of if consteval.
2022-08-26 Nikolas Klauser[libc++] Enable hash only for the correct types
2022-08-26 Nikolas Klauser[libc++][NFC] Remove reserved names from support/conste...
2022-08-26 Akira Hatanaka[compiler-rt][builtins] Add compiler flags to catch...
2022-08-26 Florian Hahn[LV] Add test for incorrect runtime check generation...
2022-08-26 Thomas Raoux[mlir][tensor] Remove incorrect parallel_insert_slice...
2022-08-26 Aaron BallmanFix the lldb test bots
2022-08-26 Simon Pilgrim[CostModel][X86] Convert AVX2 SRA by uniform constant...
2022-08-26 Simon Pilgrim[CostModel][X86] getArithmeticInstrCost - move SLM...
2022-08-26 Simon Pilgrim[CostModel][X86] Convert AVX1/SSE41 SREM/SDIV by consta...
2022-08-26 Paul Walker[CostModel][SVE] Correct cost model of SK_Splice shuffl...
2022-08-26 Florian Hahn[LV] Convert runtime diff check test to use opaque...
2022-08-26 Thomas Raoux[mlir][tensor] Remove folding of tensor.extract_slice...
2022-08-26 Michael Liao[CSKY] Fix warnings on the use of deprecated methods...
2022-08-26 Jean Perier[flang] Adding a guideline for flang design documentation
2022-08-26 Florian Hahn[LCSSA] Skip updating users in unreachable blocks.
2022-08-26 Aaron BallmanFix the Sphinx build bot
2022-08-26 Benjamin Kramer[Basic] Drop header-only dependency from Basic to Lex
2022-08-26 Daniil Fukalov[TTI] NFC: Reduce InstructionCost::getValue() usage...
2022-08-26 Alexey Bataev[SLP][NFC]Add a test for incorrectly calculated cost...
2022-08-26 Simon Pilgrim[X86] Add SimplifyMultipleUseDemandedBitsForTargetNode...
2022-08-26 Simon Pilgrim[CostModel][X86] getArithmeticInstrCost - use cost...
2022-08-26 Pavel Labath[lldb] Make CommunicationTest compatible with windows
2022-08-26 Muhammad Usman... Diagnosing the Future Keywords
2022-08-26 Adrian Vogelsgesang[Coro][Debuginfo] Add debug info to `__NoopCoro_ResumeD...
2022-08-26 Utkarsh SaxenaTypo fix in Release notes.
2022-08-26 Alexey Lapshin[dsymutil][DWARFv5] fix DW_FORM_addrx attribute offset...
2022-08-26 Benjamin Kramer[ADT] GCC 7 doesn't have constexpr char_traits, add...
2022-08-26 Pavel Labath[lldb] Skip TestCoroutineHandle.py on libstdc++<11
2022-08-26 LLVM GN Syncbot[gn build] Port 56c54cf66bcd
2022-08-26 LLVM GN Syncbot[gn build] Port 3e39b2710168
2022-08-26 Nico Weber[gn build] port bb26ebb4d18c
2022-08-26 Sam McCall[pseudo] Placeholder disambiguation strategy: always...
2022-08-26 Matheus IzvekovRevert "Clang: fix AST representation of expanded templ...
2022-08-26 Matthias Gehre[llvm/CodeGen] Add ExpandLargeDivRem pass
2022-08-26 Felipe de Azevedo... [lldb] Fix dotest argument order
2022-08-26 Simon Pilgrim[DAG] Strip poison generating flags in freeze(op()...
2022-08-26 Pavel SamolysovRevert "[Pipelines] Introduce DAE after ArgumentPromotion"
2022-08-26 Nicolas Vasilache[mlir][Vector] Support 0-D vectors in TransposeOp
2022-08-26 Simon Pilgrim[CostModel][X86] getTypeBasedIntrinsicInstrCost - adjus...
2022-08-26 Paul Walker[SVE] Lower fixed-length floating point loads and store...
2022-08-26 Daniil Dudkin[flang] Remove obsolete TODO
2022-08-26 Florian Hahn[LAA] Rename printing pass to print<access-info>.
2022-08-26 Matthias GehreRevert "[SelectionDAG] Emit calls to __divei4 and frien...
2022-08-26 WANG Xuerui[LoongArch] Port over minimal applyFixup from RISCV
2022-08-26 Alex Richardson[ARM] Use getSymbolPreferLocal() in GetARMGVSymbol
2022-08-26 Alex RichardsonMark the $local function begin symbol as a function
2022-08-26 Michael Buch[lldb][Test] Add missing breakpoint in TestNamespaceLoo...
2022-08-26 Michael Buch[lldb][ClangExpression] Fix LLDB_LOG incorrect format...
2022-08-26 Nicolai HähnleRevert "ManagedStatic: remove from DebugCounter"
2022-08-26 Utkarsh SaxenaPotentiallyEvaluatedContext in a ImmediateFunctionContext.
2022-08-26 Dmitry Makogon[SimplifyCFG] Don't widen cond br if false branch has...
2022-08-26 Alexander Potapenko[compiler-rt][hwasan] Support for Intel LAM v6 API
2022-08-26 Ilya Biryukov[clang] NFC. Small tweak to release notes
2022-08-26 Luke Nihlen[clang] Add cxx scope if needed for requires clause.
2022-08-26 Nicolai HähnleManagedStatic: remove from DebugCounter
2022-08-26 Adrian Kuegel[mlir][Bazel] Fix wrong dependency to //llvm:Support
2022-08-26 Adrian Kuegel[mlir][Bazel] Fix bazel build.
2022-08-26 Sheng[NFC][M68k][test] Fix incorrect use of `getelementptr`
2022-08-26 Yunze Zhu[RISCV] Generate correct ELF abi flag when empty .ll...
2022-08-26 LiaoChunyu[RISCV] : Add support for simm10_lsb0000nonzero operand.
2022-08-26 Chuanqi Xu[Coroutines] Store the index for final suspend point...
2022-08-26 owenca[clang-format][NFC] Call eof() and isEOF() in Unwrapped...
2022-08-26 WANG Xuerui[Object] Support LoongArch in RelocationResolver
2022-08-26 gonglingqin[LoongArch] Support register-register-addressed FPR...
2022-08-26 Slava Zakharin[mlir][math] Added math::IPowI conversion to calls...
2022-08-26 Joe Loser[libc++][test] Use TEST_HAS_NO_CHAR8_T to simplify...
2022-08-26 Joe Loser[ADT] Make `llvm::identity` a transparent function...
2022-08-26 jacquesguan[RISCV][NFC] Use common prefix to simplify test.
2022-08-26 Fangrui Song[Driver][test] Replace legacy -target with --target=
2022-08-26 Adrian Vogelsgesang[lldb][test] Fix nullptr test expctation for 32-bit...
2022-08-26 Alexander Yermolovich[BOLT][DWARF] Fix updating CU that has no entry in...
2022-08-25 Chris Bieneman[HLSL] Add abs library function
2022-08-25 Peter Klausler[flang] Fold DOT_PRODUCT()
2022-08-25 Jonas Devlieghere[lldb] Computer the slide when and apply it to each...
next