platform/upstream/llvm.git
2023-04-11 Alex Zinenko[mlir] make Math dialect depend on Arith dialect
2023-04-11 Simon Pilgrim[X86] vector-bo-select.ll - add SSE test coverage
2023-04-11 Max Kazantsev[LICM][NFC] Unify arithmetic statistics collection
2023-04-11 Momchil Velikov[LiveInterval] Fix live range overlap check
2023-04-11 Max Kazantsev[LICM][NFC] Do not forward declaration of hoistMinMax
2023-04-11 Max Kazantsev[Test] Precommit negative test on add/sub hoisting
2023-04-11 Nikita Popov[LICM] Fix assert failure in no-allowspeculation mode
2023-04-11 Alexis Engelke[X86][MC] Emit instructions into SmallVector
2023-04-11 Alexis Engelke[FastISel] Correctly report prototype on miss
2023-04-11 Jon Chesterfield[amdgpu][nfc] Update comments on LDS lowering
2023-04-11 David Spickett[llvm][clang] Correct example in -mcpu-help text
2023-04-11 Sjoerd MeijerRevert "[AArch64][TTI] Cost model FADD/FSUB/FNEG"
2023-04-11 Diana Picus[AMDGPU] Add MMOs for GFX11 Streamout Instructions
2023-04-11 Diana Picusclang-format file I'm about to touch. NFCI
2023-04-11 Heejin Ahn[WebAssembly] Correctly check end_if/end_try with else...
2023-04-11 Heejin Ahn[WebAssembly] Handle block-like structures consistently...
2023-04-11 Heejin Ahn[WebAssembly] Fix type index block type handling in...
2023-04-11 Sjoerd Meijer[AArch64][TTI] Cost model FADD/FSUB/FNEG
2023-04-11 wanglei[LoongArch] Fix typos in file description. NFC
2023-04-11 Nikita Popov[LICM] Reassociate GEPs to allow hoisting
2023-04-11 Nikita Popov[ARM] Convert test to opaque pointers
2023-04-11 Vlad Serebrennikov[clang] Add test for CWG1822
2023-04-11 John McIver[InstCombine] Allow splats with poison/undef in llvm...
2023-04-11 John McIver[InstCombine][NFC] Add tests with icmp splat vectors...
2023-04-11 Max Kazantsev[Test] Fix tests according to initial intent, add more...
2023-04-11 Shivam GuptaReland "[MLIR] Add an assert in Operation::getOpResultI...
2023-04-11 Job Noorman[RISCV] Remove is*Branch instruction flags from C_JR
2023-04-11 pvanhout[AMDGPU] Hide "removing function" diagnostics by default
2023-04-11 Max Kazantsev[NFC] Fix typo in statistic description
2023-04-11 Max Kazantsev[LICM][NFC] Restructure code to have one entry point...
2023-04-11 Max Kazantsev[LICM] Add test showing subtraction hoisting opportunity
2023-04-11 Craig Topper[TableGen] Call std::vector::reserve to preallocate...
2023-04-11 Douglas Chen[clang-tidy] Fix hungarian notation failed to indicate...
2023-04-11 Bing1 Yu[NFC] add check for potentially dereferencing null...
2023-04-11 Tobias Gysi[mlir] Make the inliner arg/res handlers more concise.
2023-04-11 Kazu Hirata[clang-tidy] Use StringRef::contains (NFC)
2023-04-11 sgokhale[CodeGen][ShrinkWrap] Split restore point
2023-04-11 Mehdi AminiFix use-after-free in help message: this cl::opt was...
2023-04-11 Shengchen Kan[X86][mem-fold] Use x86-registered-target in the tablge...
2023-04-11 Craig Topper[TableGen] Avoid vector copy in TreePatter::InlinePatte...
2023-04-11 Joshua Cao[SCEV][NFC] GetMinTrailingZeros switch case and naming...
2023-04-11 Max Kazantsev[Test] Add some more IndVars canonicalization tests
2023-04-11 Bing1 Yu[X86][AMX] Add check for potentially dereferencing...
2023-04-11 Shengchen Kan[X86][mem-fold] Only run x86-fold-tables.test when...
2023-04-11 Alex Brachet[libc] Correctly add new files
2023-04-11 Alex BrachetReland "[libc] Add {,r}index"
2023-04-11 Owen Shepherd[ORC] Link `atomic` on platforms without hardware suppo...
2023-04-11 Shengchen Kan[X86][mem-fold] Speed up test by not re-generating...
2023-04-11 Joshua Cao[SCEV] Strengthen huge constant trip multiples.
2023-04-11 Joshua Cao[LoopUnroll] Add script test checks for LoopUnroll...
2023-04-11 Joshua Cao[SCEV][NFC] Convert check to assert getSmallConstantTri...
2023-04-11 Joshua Cao[SCEV] When computing trip count, only zext if necessary
2023-04-11 Blue Gaston[Sanitizer][Test] Disable atos test on unknown address...
2023-04-11 Youngsuk Kim[MCJIT] Run ExecutionEngine/MCJIT/remote tests only...
2023-04-11 Matthias Springer[mlir][linalg] Replace `getUpperBoundForIndex` implemen...
2023-04-11 Alex BrachetRevert "[libc] Add {,r}index"
2023-04-11 Kazu Hirata[Target] Use isNullConstant and isOneConstant (NFC)
2023-04-11 Kazu HirataUse APInt::getOneBitSet (NFC)
2023-04-11 Jorge Gorbe... [lldb-vscode] Fix two issues with runInTerminal test.
2023-04-11 Alex Brachet[libc] Add {,r}index
2023-04-11 Alex Brachet[libc] Move str{,r}chr implementation to headers
2023-04-11 Matthias Springer[mlir][Interfaces] Better error handling for `addBound`
2023-04-11 Mehdi AminiAdd tracing for pattern application in a ApplyPatternAction
2023-04-11 Manish Gupta[Updated commit] Fix Transpose Check in MMA.SYNC Path.
2023-04-11 Manish GuptaFix Transpose Check in MMA.SYNC Path
2023-04-11 Valentin Clement[flang][NFC] Move TypeConverter.h header file to includ...
2023-04-10 Nathan James[clang-tidy][NFC] Remove redundant allOf matcher calls
2023-04-10 Caslyn Tonelli[libc] Add swab implementation
2023-04-10 Haowei Wu[ifs] Print an error when llvm-ifs is supplied with...
2023-04-10 Craig Topper[TableGen] Pass TreePatternNodePtr to InlinePatternFrag...
2023-04-10 Valentin Clement[flang][openacc] Add missing piece to translate to...
2023-04-10 Martin Storsjö[libcxxabi, libunwind] [test] Place output from tests...
2023-04-10 Balaji V. Iyer[mlir][math] Expand math.floorf to truncate, compares...
2023-04-10 Martin Storsjö[compiler-rt] [test] Generalize the triple regex for...
2023-04-10 Martin Storsjö[compiler-rt] [test] [ubsan] Build .cpp files with...
2023-04-10 Martin Storsjö[compiler-rt] [test] Use %clangxx for tests that use...
2023-04-10 Martin Storsjö[compiler-rt] [builtins] Don't use assembly floatundi...
2023-04-10 Martin Storsjö[libcxxabi] [test] Mark thread_local_destruction_order...
2023-04-10 Martin Storsjö[libunwind] [test] Mark the signal_frame test as unsupp...
2023-04-10 Martin Storsjö[libunwind] [SEH] Handle ExceptionContinueExecution...
2023-04-10 Martin Storsjö[libunwind] [SEH] Sync LSDA and handler between unw_pro...
2023-04-10 Martin Storsjö[libunwind] Increase the external value of _LIBUNWIND_C...
2023-04-10 Alex Langford[lldb][NFC] Update syntax description for language...
2023-04-10 Valentin Clement[flang][openacc] Add data operands conversion from FIR
2023-04-10 Florian Hahn[LV] Re-use already computed runtime VF in fixFixedOrde...
2023-04-10 Florian Hahn[LV] Turn check into assert in fixFixedOrderRecurrence...
2023-04-10 Florian Hahn[VPlan] Only create extracts for recurrence exits if...
2023-04-10 Valentin ClementRevert "[flang][openacc] Add data operands conversion...
2023-04-10 Valentin ClementRevert "[flang][openacc] Add missing piece to translate...
2023-04-10 Carlos Galvez[clang-tidy] Support specifying checks as a list in...
2023-04-10 Mircea Trofin[mlgo][inl] Interactive mode: optionally tell the defau...
2023-04-10 Valentin Clement[flang][NFC] Fix invalid op result access
2023-04-10 Valentin Clement[flang][openacc] Add missing piece to translate to...
2023-04-10 Valentin Clement[flang][openacc] Add data operands conversion from FIR
2023-04-10 Roy Jacobson[Clang] Fix cast to BigIntType in hasUniqueObjectRepres...
2023-04-10 Aiden Grossman[Docs][llvm-exegesis] Add documentation for --use-dummy...
2023-04-10 ziqingluo-90[-Wunsafe-buffer-usage] Improve fix-its for local varia...
2023-04-10 Jordan Rupprecht[bazel][NFC] Replace @bazel_tools//src/conditions with...
2023-04-10 Craig Topper[TableGen] Simplify how commuted variants are generated...
2023-04-10 Nico Weber[gn build] Port eb65912e41a1
next