platform/upstream/llvm.git
2023-04-13 Florian Hahn[LV] Add exit users for recurrences in test, fix names.
2023-04-13 Nicolas Vasilache[mlir][Vector] Add a vector.materialize_masks transform...
2023-04-13 Craig Topper[LoopIdiomRecognize] Remove NUW flag from SCEV in getTr...
2023-04-13 Matt ArsenaultAttributor: Add baseline tests for nofpclass changes
2023-04-13 Matt ArsenaultValueTracking: Add some more uitofp/sitofp tests
2023-04-13 Ivan Trofimov[runtimes][asan] Fix swapcontext interception
2023-04-13 Matt ArsenaultValueTracking: Add baseline test for computeKnownFPClas...
2023-04-13 Matt ArsenaultValueTracking: Add cannotBeOrderedLessThanZero to Known...
2023-04-13 Matt ArsenaultValueTracking: Address todo for nan fmul handling in...
2023-04-13 Matt ArsenaultValueTracking: Handle no-nan check for computeKnownFPCl...
2023-04-13 Matt ArsenaultValueTracking: Add baseline test for fmul computeKnownF...
2023-04-13 Simon Pilgrim[X86] Only fold PTEST->TESTP on AVX targets
2023-04-13 Simon Pilgrim[X86] Split 128 and 256-bit PTEST combines
2023-04-13 Alexey Bataev[SLP][NFC]Remove extra semicolons after function defini...
2023-04-13 Valentin Clement[flang][openacc] Add proper TODO for the block construct
2023-04-13 Ziqing Luo[-Wunsafe-buffer-usage] A follow-up fix to 762af11d4c5d...
2023-04-13 Fangrui SongRevert "[Modules] Remove unnecessary check when generat...
2023-04-13 Ellis HoagFix warnings in InstrProfTest.cpp
2023-04-13 Blue Gaston[Test][Sanitizer][atos] Disable atos-symbolized-recover...
2023-04-13 Balaji V. Iyer[mlir][math] Expand math.round to truncate, compare...
2023-04-13 Simon Pilgrim[CostModel][X86] Add latency/code-size/size-latency...
2023-04-13 Florian Hahn[Matrix] Fix IsSupported check in lowerDotProduct.
2023-04-13 Vitaly Buka[nfc][asan] Reformat the file
2023-04-13 Fangrui Song[lldb] Fix library layering after D145574
2023-04-13 Craig Topper[lld][RISCV] Implement GP relaxation for R_RISCV_HI20...
2023-04-13 Simon Pilgrim[CostModel][X86] Add SSE2 test coverage to integer...
2023-04-13 Ellis Hoag[InstrProf][Temporal] Add weight field to traces
2023-04-13 Sam Clegg[lld][WebAssembly] Trace export of symbols when specifi...
2023-04-13 Valentin Clement[mlir][openacc] Add acc.serial operation
2023-04-13 Fangrui SongInternalize AllocationBegin functions after D147005
2023-04-13 Alexey Bataev[SLP]Introduce gather cost estimation function.
2023-04-13 Valentin Clement[mlir][openacc][NFC] Use assembly format for acc.parallel
2023-04-13 Simon Pilgrim[CostModel][X86] Add latency/code-size/size-latency...
2023-04-13 ruturaj4[clang][ExtractAPI] Complete declaration fragments...
2023-04-13 Ivan Butygin[mlir][scf] Make whileOp builder funcs optional
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...
next