platform/upstream/llvm.git
2022-06-17 Sanjay Patel[InstCombine] convert mask and shift of power-of-2...
2022-06-17 Kadir CetinkayaRevert "Revert "[clang] Dont print implicit forrange...
2022-06-17 Guillaume Chatelet[libc] Rely on __builtin_memcpy_inline for memcpy imple...
2022-06-17 Eric Schweitz[flang] Fix bug in character casting. Add missing sext...
2022-06-17 Joe Nash[AMDGPU] gfx11 waitcnt support for VINTERP and LDSDIR...
2022-06-17 Malhar Jajoo[LoopVectorize] Add support for invariant stores of...
2022-06-17 Nikolas Klauser[libc++] Simplify __config a bit
2022-06-17 Joe Nash[AMDGPU] gfx11 VINTERP intrinsics and ISel support
2022-06-17 Tue Ly[libc][Obvious] Fix hyperlink and typo in math status...
2022-06-17 Phoebe WangReland "Reland "Reland "Reland "[X86][RFC] Enable ...
2022-06-17 Joe Nash[AMDGPU] gfx11 ldsdir intrinsics and ISel
2022-06-17 Jay Foad[AMDGPU] More GFX11 test coverage
2022-06-17 Nikita Popov[InstCombine] Push freeze through recurrence phi
2022-06-17 Nico WeberRevert "[clang] Dont print implicit forrange initializer"
2022-06-17 Sanjay Patel[InstCombine] add tests for FP casts; NFC
2022-06-17 Sanjay Patel[InstCombine] add tests for (pow2 >> X) >u C; NFC
2022-06-17 Paul Walker[SelectionDAG] Extend WidenVecOp_INSERT_SUBVECTOR to...
2022-06-17 Nico Weber[gn build] (semi-manually) port 232bd331cbaa
2022-06-17 Michał Górny[lldb] [test] Update baseline test status for FreeBSD
2022-06-17 Matthias Springer[mlir][bufferize][NFC] Remove BufferizationState
2022-06-17 Jolanta Jensen[Clang] Allow 'Complex float __attribute__((mode(HC)))'
2022-06-17 Matthias Springer[mlir][bufferize] Bufferize after TensorCopyInsertion
2022-06-17 Jay Foad[AMDGPU] Use explicit -global-isel=0/1 in tests. NFC.
2022-06-17 lorenzo chelini[LLVM][IR] Fix typo in DerivedTypes.h (NFC)
2022-06-17 Tiehu Zhang[AArch64][LV] AArch64 does not prefer vectorized addressing
2022-06-17 Kadir Cetinkaya[clang] Dont print implicit forrange initializer
2022-06-17 Nikita Popov[IR] Check for SignedMin/-1 division in canTrap() ...
2022-06-17 Alex Zinenko[mlir] replace 'emit_c_wrappers' func->llvm conversion...
2022-06-17 Guillaume Chatelet[libc][bazel] Remove memcpy dependency in memmove
2022-06-17 Cullen Rhodes[AArch64] NFC: Fix BFMLAL[BT] inst def names
2022-06-17 Alexander Potapenko[msan] Allow KMSAN to use -fsanitize-memory-param-retval
2022-06-17 Sven van Haastregt[OpenCL] Fix atomic_fetch_add/sub half overloads
2022-06-17 Nikita Popov[InstCombine] Add tests for freeze of recurrence with...
2022-06-17 Muhammad Omair... [LLDB] XFAIL TestLoadUnload fails on Arm/Ubuntu Jammy
2022-06-17 Benjamin KramerRevert "Reland "Reland "Reland "[X86][RFC] Enable ...
2022-06-17 Javier Alvarez[clang] Fix trivially copyable for copy constructor...
2022-06-17 ping.deng[RISCV][NFC] Add load/store instructions in rv64*-invalid.s
2022-06-17 Fangrui Song[Driver] Pass -X to ld for riscv*-{elf,freebsd,linux}
2022-06-17 Xiang Li[TableGen][DirectX] generate DXIL operation table with...
2022-06-17 Fangrui Song[AArch64][test] Add --mattr=-{sve,sve2,sme} to SVE...
2022-06-17 Mingming Liu[MachineBlockPlacementStats] Added check for "-filter...
2022-06-17 Mingming LiuRevert "[MachineBlockPlacementStats] Add check for...
2022-06-17 Mingming Liu[MachineBlockPlacementStats] Add check for `-filter...
2022-06-17 Phoebe WangReland "Reland "Reland "[X86][RFC] Enable `_Float16...
2022-06-17 Jonas Devlieghere[lldb] Remove LogHandler::Create functions (NFC)
2022-06-17 Jez Ng[lld-macho][nfc] Tests for -force_load + regular archiv...
2022-06-17 Jacques Pienaar[mlir] Disable warning in test of deprecated feature...
2022-06-17 Jacques Pienaar[mlir] Split MLProgram global load and store to Graph...
2022-06-17 Lian Wang[LegalizeTypes][NFC] Merge promote SPLAT_VECTOR and...
2022-06-17 Jacques Pienaar[mlir][doc] Avoid duplication with constraints and...
2022-06-17 Lian Wang[LegalizeTypes][RISCV][NFC] Modify assert in PromoteInt...
2022-06-17 Lian Wang[RISCV][NFC][test] Correct a wrong test in vreductions...
2022-06-17 Lang Hames[ORC-RT] Make the ORC runtime C API public.
2022-06-17 Matt Arsenaultllvm-reduce: Try to fix dynamic libraries build
2022-06-17 Maryam MoghadasPowerPC] Emit warning for incompatible vector types...
2022-06-17 Lei Huang[PowerPC][NFC] Undefine __XL_COMPAT_ALTIVEC__ in builti...
2022-06-17 Jennifer Yu[OpenMP] Initial parsing and sema for 'parallel masked...
2022-06-17 LiaoChunyu[AMDGPU][NFC] Remove isConstantAddr
2022-06-17 LLVM GN Syncbot[gn build] Port eea11e7369ca
2022-06-17 Matt Arsenaultllvm-reduce: Add reduction pass to simplify instructions
2022-06-17 Matt Arsenaultllvm-reduce: Support replacing FP values with 1.0
2022-06-17 Pengxuan Zheng[Object][COFF] Improve section name parsing
2022-06-16 Fangrui Song[sanitizer] Delete empty sanitizer_openbsd.cpp after...
2022-06-16 Paul Walker[SVE][CodeGen] Restructure SVE fixed length tests to...
2022-06-16 Jonas Devlieghere[lldb] Cleanup Python API reference files after buildin...
2022-06-16 Aart Bik[mlir][sparse] improved testing and codegen for semi...
2022-06-16 LLVM GN Syncbot[gn build] Port ff3989e6ae74
2022-06-16 LLVM GN Syncbot[gn build] Port 61fac2c370b9
2022-06-16 David BlaikieIncomplete attempt to pull DWARFTypePrinter into its...
2022-06-16 Philip Reames[RISCV] Rename VTy param of RISCVTTIImpl::getArithmetic...
2022-06-16 Konstantin... [libc++][ranges] Implement `ranges::sort`.
2022-06-16 Lei Huangfix x86 sanitizer failure due to use of or
2022-06-16 Jonas Devlieghere[lldb] Remove references to epydoc from the documentation
2022-06-16 Jonas Devlieghere[lldb] Add RotatingLogHandler
2022-06-16 Craig Topper[RISCV] Implement RISCVTargetLowering::getTargetConstan...
2022-06-16 Craig Topper[RISCV] Add RISCVISD opcode for PseudoLLA.
2022-06-16 Mitch Phillips[NFCI] Whitespace in SemaDeclAttr.cpp
2022-06-16 Maryam Moghadas[PowerPC] Fixing implicit castings in altivec for ...
2022-06-16 Richard[clang-tidy] Organize check doc files into subdirectori...
2022-06-16 Craig Topper[RISCV] Don't emit LUI/ADDI MachineSDNodes from getAddr
2022-06-16 Craig Topper[SelectionDAG] Don't apply MinRCSize constraint in...
2022-06-16 Mitch PhillipsAdd DWARF string debug to clang release notes.
2022-06-16 Aart Bik[mlir][sparse] fix asan issue
2022-06-16 Mitch PhillipsMake setSanitizerMetadata byval.
2022-06-16 Tue Ly[libc] Add a status page for math functions.
2022-06-16 Philip Reames[RISCV] Start merging demanded reasoning - starting...
2022-06-16 Philip Reames[RISCV] Add cost model for scalable scatter and gather
2022-06-16 bixia1[mlir][complex] Add Python bindings for complex ops.
2022-06-16 Mitch PhillipsRevert "[TableGen][DirectX] generate DXIL operation...
2022-06-16 Sterling AugustineMove debug-only code inside LLVM_DEUG to prevent unused...
2022-06-16 Mitch PhillipsReland "[ASan] Use debuginfo for symbolization."
2022-06-16 Xiang Li[TableGen][DirectX] generate DXIL operation table with...
2022-06-16 Amanieu d'Antras[MergeFunctions] Preserve symbols used llvm.used/llvm...
2022-06-16 LLVM GN Syncbot[gn build] Port 6ff49af33d09
2022-06-16 Jonas Devlieghere[lldb] Introduce the concept of a log handler (NFC)
2022-06-16 Congzhe Cao[Delinearization] Refactoring of fixed-size array delin...
2022-06-16 Congzhe Cao[TargetTransformInfo] Added an opt/llc option for cache...
2022-06-16 Louis Dionne[libc++] Remove now-unused experimental/filesystem...
2022-06-16 Jim InghamFix StopInfoBreakpoint::ShouldNotify when a callback...
2022-06-16 Paul RobinsonReland "[PS4/PS5][profiling] Go back to the old way...
next