platform/upstream/llvm.git
2022-10-18 YunQiang Su[CMake] Fix MIPSr6 build for compiler-rt
2022-10-18 Jez Ng[lld-macho][test] Rework map-file.s
2022-10-18 Chuanqi Xu[NFC] [C++20] [Modules] Test if the functions in import...
2022-10-18 Jeff Bailey[libc]Identify which processors are completed for Math
2022-10-18 Volodymyr Sapsai[ODRHash] Hash `ObjCMethodDecl` and diagnose discovered...
2022-10-18 Volodymyr Sapsai[ODRHash] Rename `isDeclToBeProcessed` to `isSubDeclToB...
2022-10-18 LiaoChunyu[RISCV] Optimize SELECT_CC when the true value of...
2022-10-18 Aart Bik[mlir][sparse] implement simple codegen for insertion...
2022-10-18 Xiang Li[NFC] use llvm_unreachable instead of return on switch...
2022-10-18 Adrian PrantlMake sure Target::EvaluateExpression() passes up an...
2022-10-18 Adrian PrantlRevert "Make sure Target::EvaluateExpression() passes...
2022-10-18 Nathan Ridge[clangd] Update 'using enum' semantic highlighting...
2022-10-18 Che-Yu Wu[MLIR] Vectorize tensor.extract on 1-d tensor
2022-10-18 Koakuma[SPARC] Make calls to function with big return values...
2022-10-17 Nathan Ridge[clangd] Update testcase for issue 1222 to use the...
2022-10-17 Jordan Rupprecht[bazel] Port dd38f899803465dd2765d1601b3989df3bd53863...
2022-10-17 Dan Gohman[wasm-ld] Define a `__heap_end` symbol marking the...
2022-10-17 Arthur Eubanks[NFC][SROA] Update comment to use opaque pointers for...
2022-10-17 Volodymyr Sapsai[ODRHash] Hash `ObjCProtocolDecl` and diagnose discover...
2022-10-17 Michael Jones[libc] add putc, fputc, and putchar
2022-10-17 Jacques Pienaar[mlir][quant] Initial bytecode encoding for quantized...
2022-10-17 Maksim Panchenko[BOLT][NFCI] Avoid calling registerName() twice
2022-10-17 Xiang Li[NFC] Fix warning on no return after switch.
2022-10-17 Artem BelevichDo not append terminating NUL to the binary string...
2022-10-17 Louis Dionne[libc++] Fix std::function's handling of blocks under...
2022-10-17 Joe Loser[libc++] Fix missing requires clause on variant operator<=>
2022-10-17 Daniel Sanders[instsimplify] Move (extelt (inselt Vec, Value, Index...
2022-10-17 Adrian PrantlMake sure Target::EvaluateExpression() passes up an...
2022-10-17 Jeremy Furtek[mlir][LLVMIR] Update LLVMIR fastmath to use EnumAttr...
2022-10-17 Arthur EubanksRevert "llvm-reduce: Color output of child processes"
2022-10-17 Xiang Li[HLSL] CodeGen hlsl resource binding.
2022-10-17 Arthur Eubanks[lldb] Print newline between found types
2022-10-17 Christian Kandeler[clangd] Implement semantic token modifier "definition"
2022-10-17 Jeremy Furtek[mlir][ods] Do not print default-valued attributes...
2022-10-17 Craig Topper[RISCV] Add basic support for the sifive-7-series short...
2022-10-17 Chia-hung Duan[scudo] Change region size from 1 MB to 2 MB in tests
2022-10-17 Matthias BraunControlHeightReduction: Remove assert check in shouldApply
2022-10-17 Fangrui Song[ELF] Inline computeAddend. NFC
2022-10-17 Florian Hahn[ConstraintElim] Use helper to allow overflow for coeff...
2022-10-17 Fangrui Song[ELF] Move ELFT-agnostic relocation code to processAux
2022-10-17 Renaud KauffmannDocument for Aliasing analysis in FIR
2022-10-17 Fangrui Song[ELF] Move ELFT-agnostic relocation code to processAux...
2022-10-17 Han Zhu[X86] Lower vector interleave into unpck and perm
2022-10-17 Philip Reames[clang][RISCV] Set vscale_range attribute based on...
2022-10-17 Zahira AmmarguellatFix LIT test func-attr.c added by https://reviews.llvm...
2022-10-17 Fangrui Song[ELF] Make relocateAlloc target specific. NFC
2022-10-17 Sjoerd MeijerRecommit "[LoopFlatten] Enable it by default"
2022-10-17 Arthur Eubanks[llvm-reduce] Reduce comdats
2022-10-17 Craig Topper[TargetLowering][RISCV][Sparc] Don't emit zero check...
2022-10-17 Kazu Hirata[IR] Rename FuncletPadInst::getNumArgOperands to arg_si...
2022-10-17 Fangrui Song[ELF] Move PPC64 above. NFC
2022-10-17 Fangrui Song[AArch64] Fix warnings
2022-10-17 Sjoerd MeijerRevert "[LoopFlatten] Enable it by default"
2022-10-17 Paul Kirth[llvm-readobj] Improve JSON output
2022-10-17 Nathan Sidwell[modules] Fix callback argument thinko
2022-10-17 Jeff Niu[mlir] Remove assert from RegionBranchOpInterface verifier
2022-10-17 Mingming Liu[AArch64]Enhance 'isBitfieldPositioningOp' to find...
2022-10-17 Ellis Hoag[clang] Fix crash with -funique-internal-linkage-names
2022-10-17 Keith Walker[ARM] Add additional targets to divide tests.
2022-10-17 Michał Górny[lldb] [MainLoopPosix] Fix crash upon adding lots of...
2022-10-17 Mark de Wever[libc++] Adds missing includes.
2022-10-17 Alex Zinenko[mlir] add utilites for DiagnosedSilenceableFailure
2022-10-17 Peixin Qiao[flang] Fix the trivial type passed as value with bind(C)
2022-10-17 Nawrin Sultana[OpenMP] Add upper limit to TPAUSE exponential backoff...
2022-10-17 Simon Pilgrim[DAG] visitShiftByConstant - replace constant detection...
2022-10-17 Mingming Liu[AArch64][NFC]Refactor 'isBitfieldPositioningOp' so...
2022-10-17 Alex Zinenko[mlir] stopgap for incorrect vector.contract lowering
2022-10-17 Sanjay Patel[VectorCombine] fix crashing on match of non-canonical...
2022-10-17 Nikita Popov[BasicAA] Add test for phi of geps of alloca (NFC)
2022-10-17 Nicola Lancellotti[AArch64] Canonicalize ZERO_EXTEND to VSELECT
2022-10-17 Simon PilgrimRemove trailing whitespace. NFC.
2022-10-17 Nikita PopovReapply [InstCombine] Switch foldOpIntoPhi() to use...
2022-10-17 Simon Pilgrim[AMDGPU] Add regression test cases reported on D136042
2022-10-17 Nikita Popov[InstSimplify] Only check self-simplify in simplifyInst...
2022-10-17 Jean Perier[flang] Add an enum attribute to carry Fortran attributes
2022-10-17 Simon Pilgrim[AMDGPU] Regenerate bfe-combine.ll and bfe-patterns.ll
2022-10-17 Nikita Popov[InstCombine] Add test for PR58401 (NFC)
2022-10-17 Oleksandr ... [mlir] fix markdown in VectorOps.td
2022-10-17 Carlos Alberto... Revert "[llvm-debuginfo-analyzer] (02/09) - Driver...
2022-10-17 Ivan Butygin[mlir][linalg] Fix canonicalizer crash for `linalg...
2022-10-17 Tobias Gysi[mlir][llvm] Add support for importing masked intrinsic...
2022-10-17 Carlos Alberto... [llvm-debuginfo-analyzer] (02/09) - Driver and document...
2022-10-17 Tobias Gysi[mlir][llvm] Use the tablegen error handling (NFC).
2022-10-17 Florian HahnRevert "Reapply [InstCombine] Switch foldOpIntoPhi...
2022-10-17 Peixin Qiao[flang][OpenMP] Fix the use-associated bug in threadpri...
2022-10-17 Sjoerd Meijer[LoopFlatten] Enable it by default
2022-10-17 Nathan Sidwell[demangler] Simplify OutputBuffer initialization
2022-10-17 David SpickettRevert "[llvm] Remove redundaunt typename (NFC)"
2022-10-17 David SpickettRevert "[lldb] Use std::underlying_type_t (NFC)"
2022-10-17 David Spickett[compiler-rt] Relax pthread_getaffinity test to account...
2022-10-17 Alexander Belyaev[mlir] Simplify DestinationStyleOpInterface.
2022-10-17 Nikita Popov[BasicAA] Support loop phis in pointsToConstantMemory()
2022-10-17 Nikita Popov[BasicAA] Add tests for constant memory with loop phi...
2022-10-17 Jay Foad[AMDGPU] Common up some generated checks in fnearbyint.ll
2022-10-17 Jean Perier[flang] Introduce option to lower expression to HLFIR
2022-10-17 Chuanqi Xu[NFC] Judge if we have std c++ modules in RenderModules...
2022-10-17 Max Kazantsev[Test] Add tests showing that instcombine does not...
2022-10-17 Max Kazantsev[Test][NFC] Regenerate test check using update_tests...
2022-10-17 Chuanqi Xu[C++20] [Coroutines] Add ReleaseNotes about addressing...
2022-10-17 Chuanqi Xu[Coroutines] Don't merge readnone calls in presplit...
next