platform/upstream/llvm.git
2023-03-21 Paul Kirth[llvm][support] Fix ScopedPrinterTest on AIX
2023-03-21 Simon Pilgrim[DAG] visitABS - use FoldConstantArithmetic to perform...
2023-03-21 Dave Lee[lldb] Test direct ivar access in objc++ (NFC)
2023-03-21 Arthur Eubanks[test] Remove redundant check prefix from new-pm-thinlt...
2023-03-21 Jakub Kuderski[ADT] Add `llvm::range_size` function for generic ranges
2023-03-21 Aaron BallmanNo longer issue static lambda pedantic warning for...
2023-03-21 Craig Topper[IndVarSimplify] Remove duplicate call to getSCEV. NFC
2023-03-21 Mark de Wever[libc++] Qualifies size_t.
2023-03-21 Philip Reames[LSR] Don't crash on non-branch terminator in -lsr...
2023-03-21 Philip Reames[LSR] Remove a couple stale comments in lsr-term-fold
2023-03-21 Arthur Eubanks[test] Split up new-pm-thinlto-defaults.ll into prelink...
2023-03-21 Congcong Cai[Webassembly][multivalue] update libcall signature...
2023-03-21 Andrew LittekenRevert "[IRSim] Check largest sections first when analy...
2023-03-21 Anna Thomas[LV] Use speculatability within entire loop to avoid...
2023-03-21 Mirko Brkusanin[AMDGPU][NFC] Update GFX11 test checks
2023-03-21 Andrew Litteken[IRSim] Check largest sections first when analyzing...
2023-03-21 Luke Lau[RISCV][NFC] Add test case for SLP reduction vectorizat...
2023-03-21 Erich KeaneFix switch warning from 514e4359a
2023-03-21 Adam PaszkeSupport retrieving the splat value from DenseElementsAt...
2023-03-21 Carl Ritson[SystemZ] Fix modelling of composed subreg indices.
2023-03-21 Erich KeaneAdd warning test to make buildbots happy after 514e4359
2023-03-21 David Spickett[lldb] Fix a 32 bit warning in ScriptedProcessInterface
2023-03-21 Max KazantsevRevert "[GuardWidening] Improve analysis of potential...
2023-03-21 Philip Reames[LSR] Fix "new use of poison" problem in lsr-term-fold
2023-03-21 Nikita Popov[ModuleUtils] Handle globals_ctors/dtors with non-liter...
2023-03-21 Erich Keaneinline stmt attribute diagnosing in templates
2023-03-21 Philip Reames[LSR] Use evaluateAtIteration in lsr-term-fold
2023-03-21 Philip Reames[LSR] Add a test case for (another) miscompile in lsr...
2023-03-21 Valentin Clement[flang] Carry over dynamic type information when creati...
2023-03-21 Maya Amrami[mlir] tosa.concat - Add InferTensorType interface
2023-03-21 Alex Zinenko[mlir] Transform dialect: add named sequences
2023-03-21 Aaron BallmanNo longer issue pedantic warning about pre-c++2b compat
2023-03-21 Daniel KissFix -fsplit-lto-unit with ifuncs
2023-03-21 Philip Reames[LFTR] Assert and simplify under assumption exit counts...
2023-03-21 David Spickett[lldb] For native compiles, check signal numbers are...
2023-03-21 Pavel KosovReland [clang][ASTImport] Add support for import of...
2023-03-21 Adrian Kuegel[mlir] Add missing registrations to runners.
2023-03-21 Adrian Kuegel[mlir][Bazel] Adjust BUILD files to 0e9523efda8a4ad95ec...
2023-03-21 Maryam Moghadas[PowerPC] Emit warn_deprecated_lax_vec_conv_all warning...
2023-03-21 Jan Sjodin[mlir] Add alloca address space handling to the data...
2023-03-21 Simon Pilgrim[X86] Add verify-machineinstrs checks to baseptr tests
2023-03-21 Nicolas Vasilache[mlir][Transform] NFC - Add more advanced debug spew...
2023-03-21 Ilya Biryukov[Sema] Fix crash on __fp16 parameters in template insta...
2023-03-21 Simon Pilgrim[DAG] foldBinOpIntoSelect - use FoldConstantArithmetic...
2023-03-21 Sergio Afonso[mlir] Support lowering of dialect attributes attached...
2023-03-21 LLVM GN Syncbot[gn build] Port da8260a9b111
2023-03-21 Ilyas Mustafazade[clang][NFC] Fix typo in comment
2023-03-21 Luo, YuankeRevert "[X86] Create extra prolog/epilog for stack...
2023-03-21 Uday Bondhugula[MLIR] Fix warnings in AttrTypeSubElements.h
2023-03-21 Nikita Popov[AArch64] Add tests for bitcast to and mask reduction...
2023-03-21 Luo, YuankeRevert "[X86] Create extra prolog/epilog for stack...
2023-03-21 David Spickett[lldb] Add compile time checks for signal codes when...
2023-03-21 Florian Hahn[LV] Set imbounds flag using CreateGEP in VPWidenMemIns...
2023-03-21 Alexander Belyaev[mlir] Add a pattern to fold single- and zero-iteration...
2023-03-21 Pavel Labath[lldb] Relax expectation on TestMainThreadExit
2023-03-21 Max KazantsevMark widenable condition as noundef
2023-03-21 Jay Foad[AMDGPU] Make use of GCNSubtarget::hasNSAEncoding....
2023-03-21 Job Noorman[BOLT] Reject symbols pointing to section end
2023-03-21 Nikita Popov[InstCombine] Fold icmp eq of non-inbounds geps
2023-03-21 OCHyams[Assignment Tracking] Downgrade dbg.assigns to dbg...
2023-03-21 Pavel Labath[lldb] Fix TestStepOverWatchpoint
2023-03-21 Nikita Popov[InstCombine] Add icmp gep tests without inbounds ...
2023-03-21 Nikita Popov[InstCombine] Fold icmp eq of non-inbounds gep with...
2023-03-21 Nicolas Vasilache[mlir][Linalg][Transform] Fix effect on RewriteInDestin...
2023-03-21 OCHyams[Assignment Tracking][NFC] Use BitVectors as masks...
2023-03-21 OCHyams[NFC] Add iterator traits to BitVector set_bits_iterator
2023-03-21 David Spickett[LLDB] Show sub type of signals when debugging a core...
2023-03-21 Nikita Popov[InstCombine] Simplify foldOperationIntoSelectOperand...
2023-03-21 Max Kazantsev[Test] Add test on freezing of widenable condition
2023-03-21 Valentin Clement[flang] Handle polymorphic entities with rank > 0 in...
2023-03-21 Ding Xiang Fei[MergeFuncs] Compare load instruction metadata
2023-03-21 Ilyas Mustafazade[NFC] Change strcpy to std::copy
2023-03-21 Bing1 Yu[X86][MemFold] Stop emitting Header for X86 fold tables
2023-03-21 Nikita Popov[WebAssembly] Add auto-upgrade for renamed intrinsics
2023-03-21 NAKAMURA Takumi[Bazel] Fixup for D144351, Add `alwayslink` to `//llvm...
2023-03-21 luxufan[InstCombine] Combine binary operator of two phi node
2023-03-21 NAKAMURA Takumillvm-tblgen: Rewrite emitters to use `TableGen::Emitter`
2023-03-21 NAKAMURA Takumillvm-tblgen: Cleanup for each EmitterClass to be invoke...
2023-03-21 NAKAMURA Takumillvm-tblgen: Move decl of `EmitDecoder()`to TableGenBac...
2023-03-21 NAKAMURA TakumiTableGen: Introduce `llvm::TableGen::Emitter` to regist...
2023-03-21 NAKAMURA TakumiTableGen: Make 2nd arg `MainFn` of `TableGenMain(argv0...
2023-03-21 NAKAMURA TakumiReformat
2023-03-21 Kadir Cetinkaya[clangd][NFC] Format & include cleanup for AddUsingTest...
2023-03-21 luxufan[InstCombine][NFC] Precommit test case of PR61137
2023-03-21 Kadir CetinkayaRevert "Revert "[clangd] Fix AddUsing in the face of...
2023-03-21 Luo, Yuanke[X86] Create extra prolog/epilog for stack realignment...
2023-03-21 Ishaan Gandhi[Attributor] Add convergent abstract attribute
2023-03-21 Craig Topper[RISCV] Simplify RISCVISAInfo::compareExtension. NFCI
2023-03-21 Congcong Cai[Webassembly][NFC] Fix typo in comment
2023-03-21 Uday Bondhugula[MLIR][Affine] Fix addInductionVarOrTerminalSymbol
2023-03-21 Congcong Cai[Webassembly][multivalue] update libcall signature...
2023-03-21 Ben Shi[AVR] Fix incorrect expansion of the pseudo 'ELPMBRdZ...
2023-03-21 Lang Hames[llvm-jitlink] Fix typo in description of llvm-jitlink...
2023-03-21 Jie Fu[llvm-readobj] Fix ambiguous call of printNumber in...
2023-03-21 Chuanqi Xu[docs] Update the status for coroutines
2023-03-21 Peter CollingbourneFix Windows export list.
2023-03-21 Michael Francis[AIX] Consolidate Crt0Basename logic
2023-03-21 Johannes Doerfert[Attributor][FIX] Avoid H2S on GPUs if the pointer...
2023-03-21 Johannes Doerfert[OpenMPOpt][FIX] Avoid removing barriers in callees
2023-03-21 Johannes Doerfert[OpenMP][FIX] Properly track and lookup Execution Domains
next