platform/upstream/llvm.git
2022-11-11 Dave Lee[lldb] Allow flexible importing of in_call_stack
2022-11-11 Mingming Liu[AArch64] Select BFI/BFXIL to ORR with shifted operand...
2022-11-11 Mingming Liu[NFC][AArch64]Precommit test cases to show ORR is bette...
2022-11-11 Peiming Liu[mlir][sparse] fix crash when calling getTuple on non...
2022-11-11 Matt Arsenaultllvm-reduce: Report number of new chunks
2022-11-11 Mengxuan Cai[LoopFuse] Ensure inner loops are in loop simplified...
2022-11-11 Sanjay Patel[InstCombine] allow more folds more multi-use selects
2022-11-11 Sanjay Patel[InstCombine] add tests for binop with select operand...
2022-11-11 Jakub Kuderski[mlir][arith] Add `arith.cmpi` support to WIE
2022-11-11 Daniel Rodríguez... [objcopy] Fix order of Mach-O LINKEDIT pieces during...
2022-11-11 Krzysztof Parzyszek[Hexagon] Place aligned loads closer to users
2022-11-11 Dave Lee[lldb] Don't assume name of libc++ inline namespace...
2022-11-11 Fangrui Song[LinkerWrapper] Fix -Wpessimizing-move
2022-11-11 Joseph Huber[LinkerWrapper] Perform device linking steps in parallel
2022-11-11 Dave Lee[lldb] Update regex to be less fragile in TestDataForma...
2022-11-11 Michał Górny[lldb] [cmake] Fix typo in unittest directory path
2022-11-11 Alex BrachetRevert "[Clang][AArch64][Darwin] Enable GlobalISel...
2022-11-11 Philip ReamesAdd a const version of SDUse::getUser [nfc]
2022-11-11 Sanjoy DasModel UB in integer division operations in the arith...
2022-11-11 Daniel Rodríguez... [ObjectYAML] Basic support for chained fixups.
2022-11-11 Aaron BallmanFix typo; NFC
2022-11-11 Adrian VogelsgesangRevert "[LLDB] Devirtualize coroutine promise types...
2022-11-11 Mingming Liu[NFC][AArch64]Call encoding functions for left-shift...
2022-11-11 bixia1[mlir][sparse] Extend more integration to run on the...
2022-11-11 Simon Pilgrim[X86] Split int2double and float2double scheduler class...
2022-11-11 Adrian Vogelsgesang[LLDB] Devirtualize coroutine promise types for `std...
2022-11-11 Matt ArsenaultAMDGPU: Disable some class simplifications for strictfp
2022-11-11 bixia1[mlir][sparse] Fix a bug in rewriting dense2dense conve...
2022-11-11 Sylvestre Ledruconsistency: use spaces instead of tabs
2022-11-11 Jordan Rupprecht[NFC] Remove unused OrigLoopID vars
2022-11-11 Florian Hahn[LV] Remove unused OrigLoopID argument from completeLoo...
2022-11-11 Benjamin MaxwellPrecommit for redundant and after SVE load
2022-11-11 Zahira AmmarguellatThe handling of 'funsafe-math-optimizations' doesn...
2022-11-11 Simon Pilgrim[X86] Replace unnecessary CVTPS2DQ folded overrides...
2022-11-11 Sanjay Patel[InstSimplify] add test for fsub with inf operand; NFC
2022-11-11 Nikita Popov[MemCpyOpt] Avoid moving lifetime marker above def...
2022-11-11 Haojian Wu[include-cleaner] NFC, move the macro location fixme...
2022-11-11 Sanjay Patel[InstSimplify] fold fsub nnan with Inf operand
2022-11-11 Haojian Wu[include-cleaner] NFC, correct a comment in
2022-11-11 Matthias Springer[mlir][bufferize][NFC] Consolidate transform header...
2022-11-11 XingLi[compiler-rt] Mark $t* as clobbered for Linux/LoongArch...
2022-11-11 Ron Liebermanfor Vignesh: land changes to disable two recent ompd...
2022-11-11 Sam McCall[clang-include-cleaner] make SymbolLocation a real...
2022-11-11 wanglei[Clang][LoongArch] Remove duplicate declaration. NFC
2022-11-11 Sam McCall[include-cleaner] Provide public to_string of RefType...
2022-11-11 Martin Storsjö[openmp] [test] Set the right calling convention for...
2022-11-11 Martin Storsjö[openmp] [test] Use omp_testsuite.h instead of directly...
2022-11-11 Martin Storsjö[openmp] [test] Fix building the affinity/format/fields...
2022-11-11 Martin Storsjö[openmp] Fix building in debug mode with mingw
2022-11-11 Sam McCall[include-cleaner] verbatimSpelling->verbatim, clean...
2022-11-11 Guray Ozen[mlir] Fix asan errors in gpu transform dialect
2022-11-11 Matthias Springer[mlir][bufferize] Eliminate tensor.empty ops instead...
2022-11-11 wanglei[LoongArch] Generate PCALAU12I + JIRL instruction pair...
2022-11-11 Dmitry Preobrazhensky[AMDGPU][MC] Disable SGPRs as src operands of VOP3...
2022-11-11 wanglei[LoongArch] Moved expansion of PseudoCALL to LoongArchP...
2022-11-11 Nikita Popov[Hexagon] Use default attributes for intrinsics
2022-11-11 Oleg ShyshkovRevert "Revert "[mlir][linalg] Replace "string" iterato...
2022-11-11 Alexander Belyaev[mlir] Fix forward the fix for incorrect Optional<Array...
2022-11-11 Dmitry Makogon[Test] Add test for crash in IRCE when IV is AddRec...
2022-11-11 Alexander Belyaev[mlir] Fix incorrect access to the Optional<ArrayAttr...
2022-11-11 Haojian Wu[include-cleaner] Initial version for the "Location...
2022-11-11 David Green[AArch64] Add smull sinking extract-and-splat tests...
2022-11-11 Bjorn Pettersson[opt] Remove support for using -O[0|1|2|3|s|z] with...
2022-11-11 Guray Ozen[mlir] Introduce device mapper attribute for `thread_di...
2022-11-11 Timm Bäder[clang][Interp] Protect Record creation against infinit...
2022-11-11 Timm Bäder[clang][Interp] Support alignof()
2022-11-11 Timm Bäder[clang][Interp] DerivedToBase casts
2022-11-11 Joshua BatistaAdd builtin_elementwise_sin and builtin_elementwise_cos
2022-11-11 Vignesh Balasubramanian[OpenMP] [OMPD] Testcases for libompd
2022-11-11 Craig Topper[RISCV] Remove unused CHECK lines from test. NFC
2022-11-11 Xiaodong Liu[LangRef][LoongArch] Update inline asm constraint code...
2022-11-11 Matt ArsenaultAtomicExpand: Support cmpxchg expansion for small FP...
2022-11-11 Jordan RupprechtAvoid fallthrough after ffb109b6852d248c9d2e3202477dccf...
2022-11-11 Fangrui Song[LTO] Make local linkage GlobalValue in non-prevailing...
2022-11-11 Craig Topper[RISCV] Use OPCFG format record for vsetvli in tablgen...
2022-11-11 Craig Topper[RISCV] Add OPCFG format of vector. NFC
2022-11-11 Matt ArsenaultAMDGPU: Use generic is.fpclass enum instead of locally...
2022-11-11 Med Ismail... [lldb/test] Fix app_specific_backtrace_crashlog.test...
2022-11-11 Alan ZhaoRevert "[LTO] Make local linkage GlobalValue in non...
2022-11-11 gonglingqin[Clang][LoongArch] Implement __builtin_loongarch_crc_w_...
2022-11-11 zhongyunde[AArch64][SVE] Support logical operation BIC with Destr...
2022-11-11 Weining LuAdd missing changes for "[Clang][LoongArch] Handle...
2022-11-11 stanley-nod[mlir][vector] Add insertOp src shape check for BubbleU...
2022-11-11 Egor Zhdan[libclang] Expose completion result kind in `CXCompleti...
2022-11-10 Jason MolendaCheck m_dyld_up directly in LoadBinariesViaMetadata
2022-11-10 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
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
next