platform/upstream/llvm.git
2022-11-10 Mehdi AminiApply clang-tidy fixes for performance-unnecessary...
2022-11-10 bixia1[mlir][sparse] Fix a test to check all output coordinates.
2022-11-10 Jim InghamApparently I moved the wrong one to "2", then Jason...
2022-11-10 Nick Desaulniers[SelectDagISEL] refactor HandlePHINodesInSuccessorBlock...
2022-11-10 Daniel Bertalan[lld-macho] Set 4-byte alignment for `__init_offsets`
2022-11-10 bixia1[mlir][sparse] Fix a bug in rewriting for the convert op.
2022-11-10 Nick Desaulniers[CodeGen][Test] simplify callbr-asm-outputs.ll with...
2022-11-10 Usman Nadeem[Flang] Allow registering plugin extensions with the...
2022-11-10 Sanjay Patel[InstSimplify] fold X +nnan Inf
2022-11-10 Sanjay Patel[InstSimplify] add tests for fadd/fsub with inf constan...
2022-11-10 Michael Buch[lldb][test] TestConstStaticIntegralMember.py: fix...
2022-11-10 Björn Schäpers[clang-format][NFC] More sorting in getLLVMStyle()
2022-11-10 Anastasiia... [clang-format] Add BreakBeforeInlineASMColon configuration
2022-11-10 Tom Stellardcmake: Inline the add_llvm_symbol_exports.py script
2022-11-10 Tom Stellarddocs: Add instructions for stand-alone builds of clang
2022-11-10 William Huang[InstCombine] PR58901 - fix bug with swapping GEP of...
2022-11-10 Konrad Kleine[release] Add third-party tarball to release for standa...
2022-11-10 Anastasia StulovaUpdated contact email address.
2022-11-10 Mark de Wever[libc++] Documents details of the pre-commit CI.
2022-11-10 Sanjay Patel[VectorCombine] widen a load with subvector insert
2022-11-10 Sanjay Patel[SystemZ] add test for mergeTruncStores miscompile...
2022-11-10 Matt ArsenaultAArch64/GlobalISel: Regenerate some test checks to...
2022-11-10 Alexey Bataev[SLP]Redesign vectorization of the gather nodes.
2022-11-10 Anastasia Stulova[OpenCL] Fix diagnostics with templates in kernel args.
2022-11-10 Jorge Gorbe... [lldb] Make callback-based formatter matching available...
2022-11-10 Jason Molendaadd LoongArchTargetParser.def to LLVM_Utils module
2022-11-10 Alexey Bataev[SLP][NFC]Add a test for vectorization with scheduling...
2022-11-10 Krzysztof ParzyszekAdd deduction guides for IRBuilder
2022-11-10 Matt ArsenaultAArch64/GlobalISel: Regenerate test checks
2022-11-10 Renaud-KAdd constant time mapping from enumeration to string...
2022-11-10 Renaud-KIn the case the function body is empty, shifting attrib...
2022-11-10 Caroline Concatto[AArch64]SME2 Multi vector Sel Load and Store instructions
2022-11-10 Andrzej Warzynski[flang][nfc] Add missing `REQUIRES` flag in a test
2022-11-10 bixia1[mlir][sparse] Add option enable-buffer-initialization...
2022-11-10 Nico Weber[gn build] port e1b88c8a09be (clang resource dir uses...
2022-11-10 Tarun Prabhu[flang] Add -fpass-plugin option to flang
2022-11-10 Haojian Wu[include-cleaner] Add export IWYU pragma support.
2022-11-10 Stefan Pintilie[PowerPC] Add the SUBFUS instruction to Future CPU.
2022-11-10 Benjamin Kramer[bazel] Provide CLANG_VERSION_MAJOR_STRING for e1b88c8a...
2022-11-10 Matthias Springer[mlir][vector] Support vector.extractelement distributi...
2022-11-10 Keith Walker[AArch64] RME MEC instructions and system registers
2022-11-10 Valentin Clement[flang][NFC] Rename RewriteLoop.cpp to ControlFlowConve...
2022-11-10 Timm Bäder[clang] Only use major version in resource dir
2022-11-10 LLVM GN Syncbot[gn build] Port 85f08c4197ae
2022-11-10 LLVM GN Syncbot[gn build] Port 135a9272a4c9
2022-11-10 Nico Weber[gn build] port b60f801607543
2022-11-10 Hassnaa Hamdi[AArch64][SVE][NFC] Add streaming mode SVE tests
2022-11-10 Krasimir Georgiev[bazel] Add LoongArch for 85f08c4197aea68b2444e6874524b...
2022-11-10 jinge90[libunwind][NFC] Fix typo in libunwind debug string
2022-11-10 wanglei[LoongArch] Override TargetFrameLowering::spillCalleeSa...
2022-11-10 Bing1 Yu[X86] Add necessary check isReg() when updating LiveVar...
2022-11-10 Alexander Timofeev[PEI][NFC] Refactoring of the debug instructions frame...
2022-11-10 wanglei[LoongArch] Support parsing target specific flags for MIR
2022-11-10 Ivan Kosarev[AMDGPU][AsmParser] Remove extra checks on missing...
2022-11-10 Ivan Kosarev[AsmParser] Match mandatory operands following optional...
2022-11-10 Ivan Kosarev[AsmParser] Match mandatory operands following optional...
2022-11-10 Simon Pilgrim[X86] SkylakeClientModel - conversion instructions...
2022-11-10 Hassnaa Hamdi[AArch64-SVE]: Force generating code compatible to...
2022-11-10 Yeting Kuo[RISCV][NFC] Fix unused variable warning.
2022-11-10 wanglei[LoongArch] Added spill/reload/copy support for CFRs
2022-11-10 Alvin Wong[LLD][MinGW] Add --error-limit=<N> option
2022-11-10 Sergio Afonso[flang][OpenMP] Add parser support for Requires directive
2022-11-10 v1nh1shungry[clangd] Implement hover for string literals
2022-11-10 Sander de SmalenReland "[AArch64][SME] Disable GlobalISel/FastISel...
2022-11-10 Vladislav Vinogradov[mlir][NFC] Use fully qualified names in BufferizableOp...
2022-11-10 Simon Pilgrim[X86] Add missing Zen3 model subtypes
2022-11-10 Hassnaa Hamdi[AArch64-SVE][streaming-mode]: Add tests for masked...
2022-11-10 Tim NorthoverX86: call fp16-conversion functions soft-float on Darwin.
2022-11-10 gonglingqin[Clang][LoongArch] Implement __builtin_loongarch_dbar...
2022-11-10 Weining Lu[Clang][LoongArch] Define more LoongArch specific built...
2022-11-10 Weining Lu[Clang][LoongArch] Handle -march/-m{single,double,soft...
2022-11-10 David Sherwood[AArch64][SVE2] Add the SVE2.1 permute vector elements...
2022-11-10 David Sherwood[AArch64][SVE2] Add the SVE2.1 tbxq instruction
2022-11-10 gonglingqin[LoongArch] Fix atomic store pointer operand sequence...
2022-11-10 Chuanqi Xu[C++20] [Modules] Document the behavior about reserved...
2022-11-10 Wu, Yingcong[SanitizerCoverage] Fix wrong pointer type return from...
2022-11-10 Matt Jacobson[ObjC] avoid crashing when emitting synthesized getter...
2022-11-10 wleiRun test only on x86_64-linux to fix a build break
2022-11-10 WANG Xuerui[ADT][Triple] Add environment kinds for LoongArch GNU...
2022-11-10 sandeepkosuri[NFC] Fixing a comment and some indentations
2022-11-10 wlei[SampleFDO] Persist profile staleness metrics into...
2022-11-10 Teizhu Yang[LLDB] Add LoongArch software breakpoint trap opcode
2022-11-10 zhanglimin[OpenMP][test] Add #include <cstdint> for gcc-13
2022-11-10 Youling Tang[fuzzer][test] Add #include <cstdint> for gcc-13
2022-11-10 bixia1[mlir][sparse] Fix Python interface for bufferization...
2022-11-10 Youling Tang[sanitizer] Add symbolizer support for loongarch64
2022-11-10 Youling Tang[sanitizer][test] Fix FastUnwindTest on LoongArch
2022-11-10 Youling Tang[sanitizer] Add the settings of Read and Write flags...
2022-11-10 Youling Tang[sanitizer] Add GetMaxVirtualAddress() support for...
2022-11-10 Lang Hames[ORC-RT] Add a SymbolStringPool class to the ORC runtime.
2022-11-10 Lang Hames[ORC] Fix comments: SymbolStringPool is thread-safe...
2022-11-10 Lang Hames[ORC-RT][MachO] Add RecordSectionsTracker utility to...
2022-11-10 Chen Zheng[PowerPC] add a new subtarget feature fastMFLR
2022-11-10 Aart Bik[mlir][sparse] skip zeros during dense2sparse
2022-11-10 Jordan Rupprecht[bazel] Update gtest move to third-party
2022-11-10 Prashant KumarThe fillOp's value needs to casted
2022-11-10 Louis Dionne[libc++] Add a script to generate the libc++ BuildKite...
2022-11-10 Tom Stellardcmake: Fix build with -DLLVM_BUILD_EXTERNAL_COMPILER_RT=ON
2022-11-10 Nico Weber[gn build] port a11cd0d94ed3 (gtest llvm/utils/unittest...
2022-11-10 Lei Zhang[mlir][vector] Convert extract_strided_slice to extract...
next