platform/upstream/llvm.git
2023-04-13 Peter Klausler[flang][runtime] Reset the left tab limit when flushing...
2023-04-13 Nick Desaulniers[StackProtector] don't check stack protector before...
2023-04-13 Simon Pilgrim[CostModel][X86] Add latency/code-size test coverage...
2023-04-13 Antoine Moynault[llvm-readobj] fix unit test failure on 32bit machines
2023-04-13 Arthur EubanksRevert "[COFF] Add MC support for emitting IMAGE_WEAK_E...
2023-04-13 Balaji V. Iyer[mlir][math] Expand math.exp2 to use math.exp.
2023-04-13 Matt ArsenaultInstSimplify: Regenerate checks in a test
2023-04-13 Simon Pilgrim[SLP] Compute min/max scalar reduction costs using...
2023-04-13 Jay Foad[AMDGPU] Allow use of TTMP registers in AMDGPUResourceU...
2023-04-13 Jay Foad[AMDGPU] Avoid else-after-return in isLegalAddressingMo...
2023-04-13 Lawrence Benson[AArch64] Add more efficient vector bitcast for AArch64
2023-04-13 Simon Pilgrim[IR] llvm::createMinMaxOp - create integer min/max...
2023-04-13 Caroline Tice[lldb] Add 'CHECK' to class-type-nullptr-deref.s test.
2023-04-13 Chris JonesUse `bytes`, not `str`, to return C++ strings to Python.
2023-04-13 Nicole Rabjohn[libcxx][AIX] Reverting XFAILs for test cases after...
2023-04-13 Zequan Wu[Coverage] Handle invalid end location of an expression...
2023-04-13 Utkarsh Saxena[clangd] Use FileEntryRef for canonicalizing filepaths.
2023-04-13 Vlad Serebrennikov[clang][NFC] Use a different service for CWG issue...
2023-04-13 Job Noorman[BOLT][NFC] Fix UB due to unaligned load in DebugStrOff...
2023-04-13 Nikita Popov[Attributor] Convert some tests to opaque pointers...
2023-04-13 Archibald Elliott[ARM] Fix Crashes in fp16/bf16 Inline Asm
2023-04-13 Timm Bäder[clang][Interp] Add a failing test case
2023-04-13 Timm Bäder[clang][Interp] Don't create global variables more...
2023-04-13 Jun Zhang[Docs] Point to the correct bug tracker
2023-04-13 Timm Bäder[clang][Interp] Make sure we have a variable scope...
2023-04-13 David Spickett[lldb] Show register fields using bitfield struct types
2023-04-13 Alex Zinenko[mlir] fix mismerge in bazel
2023-04-13 Timm Bäder[clang][github] Try to fix multi-line py comment
2023-04-13 Archibald Elliott[NFC][ARM] Fix Type in Test
2023-04-13 Timm Bäder[llvm][github] Add good-first-issue comment to issues
2023-04-13 Archibald Elliott[AArch64][GISel] Legalize non-power-of-two G_CTTZ
2023-04-13 Alex Zinenko[mlir] add structured (Linalg) transform op matchers
2023-04-13 David Spickett[lldb] Read register fields from target XML
2023-04-13 Stefan Gränitz[lldb][ObjectFileELF] Improve error output for unsuppor...
2023-04-13 Job Noorman[BOLT][NFC] Fix UB due to left shift of negative value
2023-04-13 Nicolas Vasilache[mlir][Linalg] Fix hoist padding through scf.for iter_arg
2023-04-13 David Spickett[llvm][readobj] Add AArch64 SME and SME2 note types
2023-04-13 Jorge Pinto... Make 'static assertion failed' diagnostics point to...
2023-04-13 Timm Bäder[clang][NFC] More range for loops in TextDiagnostic.cpp
2023-04-13 Timm Bäder[clang][NFC] Fix comment typo
2023-04-13 Kadir Cetinkaya[include-cleaner] Handle incomplete template specializa...
2023-04-13 David Spickett[lldb] Add dummy field to RegisterInfo for register...
2023-04-13 Simon Pilgrim[TTI][X86] getMinMaxCost - use existing float minnum...
2023-04-13 David Green[ARM] Replace some uses of -mcpu=cortex-m33 with archit...
2023-04-13 Alex Zinenko[mlir] LLVM lowering: don't use calling convention...
2023-04-13 LLVM GN Syncbot[gn build] Port 6ea45e3007b8
2023-04-13 David Spickett[lldb] Add RegisterFlags class
2023-04-13 Quentin Colombet[mlir][TransformDialect] Simplify the lowering of pack...
2023-04-13 Nicolas Vasilache[mlir][Tensor] Drop SplitPaddingPatterns.
2023-04-13 Simon Pilgrim[TTI] Remove unnecessary default CostKind args from...
2023-04-13 Simon Pilgrim[TTI] getExtendedReductionCost - replace std::optional...
2023-04-13 Haojian Wu[clangd] Fix a nullptr-dereference crash in computeIncl...
2023-04-13 Ingo Müller[mlir] Make 1:N type conversion tests less brittle.
2023-04-13 Haojian Wu[include-fixer] Add the missing variant header to the...
2023-04-13 Krasimir Georgiev[clang] fix an unused variable warning after 9d0b55f0e4...
2023-04-13 Congcong Cai[WebAssembly] `AsmTypeCheck` support to br instr
2023-04-13 Simon Pilgrim[TTI] getMinMaxReductionCost - add FastMathFlag argument
2023-04-13 Jun Zhang[InstCombine] icmp(X | OrC, C) --> icmp(X, 0)
2023-04-13 Jun ZhangAdd baseline tests for D147597
2023-04-13 Alexis Engelke[LegacyPM] Reduce number of calls to getName
2023-04-13 Richard Sandiford[clang] Bump AS_GNU to 1
2023-04-13 Richard Sandiford[clang] Fix FIXME in isAlignasAttribute()
2023-04-13 Richard Sandiford[clang] Type safety tweak for AttributeCommonInfo:...
2023-04-13 Richard Sandiford[clang] Allow attributes to be constructed from keyword...
2023-04-13 Richard Sandiford[clang] Specify attribute syntax & spelling with a...
2023-04-13 Richard Sandiford[clang] Ensure that Attr::Create(Implicit) chooses...
2023-04-13 Martin Storsjö[compiler-rt] [test] [builtins] Pass the right paramete...
2023-04-13 Martin Storsjö[libunwind] [SEH] Initialize _msContext with RtlCapture...
2023-04-13 Martin Storsjö[libunwind] [SEH] Allow setting/getting the register...
2023-04-13 Martin Storsjö[compiler-rt] [test] [profile] Skip an MSVC-style linke...
2023-04-13 Martin Storsjö[compiler-rt] [test] [profile] Mark the without-libc...
2023-04-13 Martin Storsjö[compiler-rt] [test] [profile] Mark a Windows test...
2023-04-13 Martin Storsjö[compiler-rt] [ubsan] Fix printing of floats in mingw...
2023-04-13 Martin Storsjö[compiler-rt] [test] Pass the mingw specific option...
2023-04-13 Martin Storsjö[libcxx] Rename the now fully private header __std_stre...
2023-04-13 Max Kazantsev[IRCE] Relax restrictions on IRCE's latch exit count
2023-04-13 Serge PavlovRevert "[symbolizer] Treat invalid address as addr2line...
2023-04-13 Nikita Popov[GVN][SimplifyCFG] Add tests for dereferenceable metada...
2023-04-13 David Spickett[LLDB][docs] Remove outdated list of Buildbots
2023-04-13 Caroline Concatto[AArch64][CodeGen] Use interleave store for streaming...
2023-04-13 Johannes de... [MLIR][LLVM] Inline LLVM::StackSaveOp and LLVM::StackRe...
2023-04-13 Hans WennborgFix warn-unsafe-buffer-usage-fixits-pre-increment.cpp...
2023-04-13 Bing1 Yu[ReachingDefs] make ReachingDefDefaultVal smaller
2023-04-13 Nicolas Vasilache[mlir][Linalg] NFC - Extract an IndexingUtils from...
2023-04-13 Bjorn Pettersson[Transforms][LTO] Remove some redundant includes. NFC
2023-04-13 Bjorn Pettersson[opt] Cleanups related to legacy PM deprecation
2023-04-13 Bjorn Pettersson[opt] Remove the ExternalFunctionsPassedConstants pass
2023-04-13 Bjorn Pettersson[opt] Remove the BreakpointPrinter pass
2023-04-13 Nikita Popov[FunctionAttrs] Add another nounwind test (NFC)
2023-04-13 Hans WennborgRevert "ASan: move allocator base to avoid conflict...
2023-04-13 Balázs Kéri[clang][ASTImporter] Fix import of typedef with unnamed...
2023-04-13 Chuanqi Xu[C++20] [Modules] Continue parsing after we found reser...
2023-04-13 Nicolas Vasilache[mlir][Vector] Split transform.vector.lower_mask in...
2023-04-13 Hans WennborgRevert "[tsan] Add debugging interfaces into interface...
2023-04-13 serge-sans... [clang] Do not require GNUInlineAttr for inline builtins
2023-04-13 pvanhout[AMDGPU] Remove CC exception for Promote Alloca Limits
2023-04-13 Heejin Ahn[WebAssembly] Handle DebugLoc in DebugValueManager
2023-04-13 Max Kazantsev[IRCE][Test] Add test showing that fake wide exit does...
2023-04-13 Max Kazantsev[Test] Regenerate test checks using auto-updater
2023-04-13 Jean Perier[flang] Add TODO for polymorphic array argument in...
next