platform/upstream/llvm.git
2023-04-27 Nikita Popov[Polly] Update polly test after SCEV changes
2023-04-27 skc7[AMDGPU] Legalize soffset of buffer instructions. Use...
2023-04-27 Zequan WuRevert "[COFF] Add MC support for emitting IMAGE_WEAK_E...
2023-04-27 Akash Banerjee[MLIR][OpenMP][NFC] Minor code cleanup
2023-04-27 Jingu Kang[AArch64] Precommit tests for VECTOR_SHUFFLE
2023-04-27 ManuelJBrito[IR] Change shufflevector undef mask to poison
2023-04-27 Zhongyunde[InstCombine] Add frozen for the condition value of...
2023-04-27 Erich Keane[NFC] Add tests from my fix for GH62362.
2023-04-27 Nikita Popov[SCEV] Drop LCSSA check in createNodeFromSelectLikePHI()
2023-04-27 Nikita Popov[SCEV] Try simplifying phi before createNodeFromSelectL...
2023-04-27 Haojian Wu[clangd] Fix the include-cleaner-batch-fix.test failure...
2023-04-27 OCHyams[DebugInfo][InstCombine] Fix missing source and variabl...
2023-04-27 Ilya Leoshkevich[KMSAN] Enable on SystemZ
2023-04-27 Nikita Popov[SCEV] Regenerate test checks (NFC)
2023-04-27 Nikita Popov[SCEV] Remove LCSSA special case in getSCEVAtScope...
2023-04-27 Jie Fu[mlir][test] Remove unused lambda capture 'this' in...
2023-04-27 Timm Bäder[clang][Interp] Emit diagnostic when comparing function...
2023-04-27 Haojian Wu[clangd] Add batch fixes for include-cleaner diagnostics
2023-04-27 Jay Foad[DAG] Do not call computeKnownBits from isKnownToBeAPow...
2023-04-27 Timm Bäder[clang][Interp] Check Neg ops for errors
2023-04-27 Mikhail Goncharov[bazel][mlir] fix build for transform utils
2023-04-27 Alexis Engelke[AArch64][FastISel] Handle call with multiple return...
2023-04-27 Jie Fu[X86] Fix -Wstring-conversion in X86InstrInfo.cpp ...
2023-04-27 Mariya Podchishchaeva[clang] Do not crash on undefined template partial...
2023-04-27 Nikita Popov[SCEV] Check correct binary operator for nowrap flags
2023-04-27 Nikita Popov[SCEV] Check MatchBinaryOp opcode instead of original...
2023-04-27 Jie Fu[X86] Fix -Wsometimes-uninitialized in X86InstrInfo...
2023-04-27 Mikhail Goncharov[bazel][mlir] update build for mem2reg f88f8fd0bca34dc8...
2023-04-27 Nikita Popov[SCEV] Fix getOperandsToCreate() for and/or
2023-04-27 gilsaia[MLIR][presburger] normalize divisionrepr
2023-04-27 Luo, Yuanke[X86] Machine combine vnni instruction.
2023-04-27 Jay Foad[BranchFolder] Skip redundant IMPLICIT_DEFs of subregs
2023-04-27 Jay Foad[BranchFolder] Precommit AMDGPU test case for D148509
2023-04-27 Alvin Wong[lit] Set __COMPAT_LAYER=RunAsInvoker when running...
2023-04-27 Lorenzo Chelini[MLIR][Linalg] Change destination logic in `bubbleUpPac...
2023-04-27 Nicolai HähnleAMDGPU: Fix an assertion in SIOptimizeVGPRLiveRange
2023-04-27 Kito Cheng[RISCV][Driver] Allow the use of CPUs with a different...
2023-04-27 Vitaly Buka[HWASAN] Use InTaggableRegion in basic tagging functions
2023-04-27 Vitaly Buka[HWASAN] Untag pointer with TagMaskByte instead 0xFF
2023-04-27 Yi Kong[BOLT] Parallelize legacy profile merging
2023-04-27 Vitaly Buka[HWASAN] Fix X86 ClInstrumentWithCalls
2023-04-27 Vitaly Buka[NFC][hwasan] Precommit X86 inline tests
2023-04-27 Kazu Hirata[clang] Modernize DelayedDiagnostics (NFC)
2023-04-27 Kazu Hirata[mlir] Replace None with std::nullopt in comments ...
2023-04-27 Chuanqi Xu[C++20] [Modules] Avoid crash if the inconsistency...
2023-04-27 Théo Degioanni[mlir] Add a generic mem2reg implementation.
2023-04-27 Tobias Gysi[mlir][llvm] Add assertion in LLVM IR import (NFC).
2023-04-27 Noah Goldstein[X86] Support `X86ISD::PCMPEQ` and `X86ISD::PCMPGT...
2023-04-27 Noah Goldstein[ValueTracking] Add logic for `add nuw x,y != 0` -...
2023-04-27 Noah Goldstein[ValueTracking] Add logic for `(sub x, y) != 0` if...
2023-04-27 Noah Goldstein[ValueTracking] Add some additional tests for `isKnownN...
2023-04-27 Serguei Katkov[InstSimplify] Extend handlng of fp min/max.
2023-04-27 Fangrui Song[LTO] Change getThinLTOOutputFile to take StringRef
2023-04-27 Yeting Kuo[RISCV] Support vector strict rounding operations.
2023-04-27 luxufan[ValueTracking] Guaranteed not to be undef if has deref...
2023-04-27 Vitaly Buka[NFC][HWASAN] Move InTaggableRegion
2023-04-27 Vitaly BukaRevert "[SPARC][MC] Fix encoding of backwards BPr branches"
2023-04-27 Vitaly Buka[HWASAN] Support tagged stack pointer
2023-04-27 Vitaly Buka[hwasan] Implement __sanitizer_purge_allocator
2023-04-27 Wu, Yingcong[libfuzzer] avoid unneccessary auto-copy
2023-04-27 Wu, Yingcong[sanitizer] move a pointer dereference after its null...
2023-04-27 Vitaly Buka[HWASAN] Fix __sanitizer_get_allocated_{begin,size}
2023-04-27 DianQK[GlobalOpt] Don't replace the aliasee if it has other...
2023-04-27 Vitaly Buka[HWASAN] Fix HwasanReallocate in aliasing mode
2023-04-27 Haohai WenAlways emit symbol table when dwarf section exists...
2023-04-27 H.J. Lu[sanitizer] Correct alignment of x32 __sanitizer_siginfo
2023-04-27 Raghu Maddhipatla[OpenMP][Flang][Semantics] Add semantics support for...
2023-04-27 walter erquinigo[lldb] Create a way to force remove commands
2023-04-27 Gulfem Savrun... [clang] Apply -fcoverage-prefix-map reverse order
2023-04-27 Craig Topper[RISCV] Remove the uret instruction.
2023-04-27 Chia-hung Duan[scudo] Fix missing pushing 1 block to BatchClassId
2023-04-27 Jorge Gorbe... [bazel][NFC] Run buildifier on libc/libc_build_rules...
2023-04-26 Vitaly Buka[NFC][sanitizer] Fix typo
2023-04-26 Vitaly Buka[test][HWASAN] XFAIL broken test on aarch64
2023-04-26 Richard SmithPass the found declaration to DiagnoseUseOfDecl.
2023-04-26 Michael Maitland[llvm-mca][RISCV] Fix checking if data valid in createI...
2023-04-26 Vitaly Buka[test][HWASAN] Suppress memory leak in getpass
2023-04-26 Vitaly BukaRevert "[test][HWASAN] Suppress memory leak in getpass"
2023-04-26 Henry Yu[FuzzMutate] Skip EHPad during mutation and avoid repla...
2023-04-26 Matt ArsenaultVE: Register null MCTargetStreamer
2023-04-26 Matt ArsenaultHIP: Directly call fma builtins
2023-04-26 Shubham Sandeep... Emit unwind information in .debug_frame section when...
2023-04-26 Shubham Sandeep... Add tests to verify behavior of .cfi_sections .debug_fr...
2023-04-26 Vitaly Buka[test][HWASAN] Suppress memory leak in getpass
2023-04-26 Vitaly Buka[test][sanitizer] Reformat the test
2023-04-26 Siva Chandra... [libc] Add a new target named LibcHermeticTestMain.
2023-04-26 Alex Langford[lldb] Change return type of FileSpec::GetFileNameExtension
2023-04-26 Brad Smith[SPARC][MC] Fix encoding of backwards BPr branches
2023-04-26 Brad Smith[SPARC] Lower BR_CC to BPr on 64-bit target whenever...
2023-04-26 Fabian Mora[mlir][GPUDialect] Implement memory attributions for...
2023-04-26 max[MLIR][python bindings] Add some AttrBuilder and port...
2023-04-26 Jason MolendaFix CI failure - this depended on constants only define...
2023-04-26 Congcong Cai[Sema]Select correct lexical context during template...
2023-04-26 Vitaly Buka[NFC][HWASAN] Move getUARTag into the Entry
2023-04-26 Vitaly Buka[HWASAN] Remove UAR tag branch !ClUARRetagToZero
2023-04-26 Joseph Huber[libc][fix] Also remove the headers for the other flags
2023-04-26 Jonas Devlieghere[lldb] `or` -> `||` in SBDefines.h
2023-04-26 Joseph Huber[libc][fix] Only add the hermetic test flags in GPU...
2023-04-26 Alex Langford[lldb] Remove finding .Bundle directories in PlatformDa...
2023-04-26 Joseph Huber[libc] Partially implement `atexit` on the GPU
next