platform/upstream/llvm.git
2023-02-10 Mehdi AminiRemove empty MLIRMemRefUtils library (NFC)
2023-02-10 Shengchen Kan[X86][MC][NFC] Refine code in X86MCCodeEmitter.cpp...
2023-02-10 rkayaith[YAML] Trim trailing whitespace from plain scalars
2023-02-10 Jie Fu[Modules][Test][NFC] Fix -Wsign-compare in clang/unitte...
2023-02-10 Chuanqi Xu[C++20] [Modules] [ClangScanDeps] Allow clang-scan...
2023-02-10 chenglin.bi[InstCombine] Look through truncate to fold icmp with...
2023-02-10 Chuanqi Xu[C++20] [Modules] [ClangScanDeps] Add ClangScanDeps...
2023-02-10 Chuanqi Xu[C++20] [Modules] [NFC] Add Preprocessor methods for...
2023-02-10 Michael Buch[lldb][Test] Check compiler in data forammter compiler...
2023-02-10 Michael Buch[lldb][DWARFASTParserClang] Correctly resolve imported...
2023-02-10 Michael Buch[llvm][dsymutil] Add DW_TAG_imported_declaration to...
2023-02-10 Michael Buch[llvm][DebugInfo] Add DW_TAG_imported_declaration to...
2023-02-10 Jan Korous[-Wunsafe-buffer-usage] Emit Fix-Its only for C++20...
2023-02-10 Hanhan Wang[mlir][tensor] Add shape inference methods to tensor...
2023-02-10 Louis Dionne[libc++] Guard the fix to CityHash behind ABI v2
2023-02-10 Amara EmersonInlining: Run the legacy AlwaysInliner before the regul...
2023-02-09 Uday Bondhugula[MLIR] Fix non-deterministic generation from buffer...
2023-02-09 Craig Topper[ValueTracking] Replace an always false condition with...
2023-02-09 Krzysztof DrewniakAdd missing cases to clang switch after D141863
2023-02-09 Haojian Wu[Tooling/Inclusion] Use the StdSpecialSymbolMap.inc...
2023-02-09 Jacek Caban[llvm-lib] Write object files in reversed order.
2023-02-09 Fangrui Song[ELF][docs] Mention LLD_REPRODUCE and LLD_VERSION
2023-02-09 Slava Zakharin[flang] Fixed build after D142977. Added missing link...
2023-02-09 Krzysztof Drewniak[llvm][APFloat] Add NaN-in-negative-zero formats by...
2023-02-09 Michael Jones[libc][NFC] reorganize structs in printf
2023-02-09 Krzysztof Drewniak[mlir][Memref] Add memref.memory_space_cast and its...
2023-02-09 Guillaume Chatelet[libc] Fix layering for bazel
2023-02-09 Owen Pan[clang-format] Insert a space between a numeric UDL...
2023-02-09 Jonas Devlieghere[DWARFLinker] Fix typo and improve comments (NFC)
2023-02-09 Jonas Devlieghere[lldb] Add the ability to remove diagnostic callbacks
2023-02-09 Jay Foad[AMDGPU] Refactor multiclass FLAT_Atomic_Pseudo. NFC.
2023-02-09 Nicolas Vasilache[mlir][Linalg] NFC - Fail gracefully instead of crashin...
2023-02-09 Aart Bik[mlir][sparse] fix integration test with "VLA" run
2023-02-09 Benjamin Kramer[bazel] Port 499abb243c
2023-02-09 Kirill Stoimenov[HWASAN] Add support for max_allocation_size_mb option
2023-02-09 Fangrui Song[llvm-c-test] Fix leak after D138415
2023-02-09 Aart Bik[mlir][memref] annotate operand and result of realloc...
2023-02-09 Philip Reames[RISCV] Implement a proposed mapping for Ztso
2023-02-09 Sacha Ballantyne[Flang] Add Any and All intrinsics to simplify intrinsi...
2023-02-09 Ben Langmuir[clang][deps] Migrate ModuleDepCollector to LexedFileCh...
2023-02-09 duk[MachineOutliner] Make getOutliningType partially targe...
2023-02-09 Valentin Clement[flang] Fix polymorphic-temp.f90 tests
2023-02-09 Valentin Clement[flang] Support polymorphic inputs for TRANSFER intrinsic
2023-02-09 Krzysztof Drewniak[mlir] Handle different pointer sizes in unranked memre...
2023-02-09 Valentin Clement[flang] Support polymorphic inputs for EOSHIFT intrinsic
2023-02-09 Aaron Ballman[libclang] Add "global:" to the module map explicitly...
2023-02-09 Amir Ayupov[BOLT] Rename BF::isParentFragment -> isChildOf
2023-02-09 Amir Ayupov[BOLT][Wrapper] Don't compare output upon error exit...
2023-02-09 Tom Praschan[clangd] Fix getQueryScopes for using-directive with...
2023-02-09 Amir AupovRevert "HHVM calling conventions."
2023-02-09 Fangrui Song[bazel] Fix libc
2023-02-09 Jason MolendaRemove test case that tries to allocate impossible...
2023-02-09 Arthur Eubanks[Inliner] Remove legacy simple inliner
2023-02-09 Kiran ChandramohanRevert "[mlir] Add function for checking if a block...
2023-02-09 Kiran Chandramohan[Flang][OpenMP] Do not consider procedure names for...
2023-02-09 Florian Mayer[MTE stack] fix incorrect offset for st2g
2023-02-09 Krzysztof DrewniakAdd generic type attribute mapping infrastructure,...
2023-02-09 Jonas Devlieghere[lldb] Print an error for unsupported combinations...
2023-02-09 Aiden Grossman[MLGO] Update test for MBB Profile Dump
2023-02-09 Valentin Clement[flang] Support polymorphic inputs for CSHIFT intrinsic
2023-02-09 Sjoerd Meijer[TTI][AArch64] Cost model insertelement and indexed...
2023-02-09 Michael Francis[z/OS][pg] Throw error when using -pg on z/OS
2023-02-09 Michael Francis[Clang][AIX][p]Enable -p Functionality
2023-02-09 Andrew Savonichev[SelectionDAG] Do not second-guess alignment for alloca
2023-02-09 Simon Pilgrim[X86] combineConcatVectorOps - pull out repeated uses...
2023-02-09 Mirko Brkusanin[AMDGPU][GlobalISel] Fix selection of image sample...
2023-02-09 Tom Eccles[mlir] Add function for checking if a block is inside...
2023-02-09 Aaron Ballman[libclang] Tweaks for clang_CXXMethod_isExplicit
2023-02-09 Haojian Wu[include-mapping] Add C-compatibility symbol entries.
2023-02-09 Aaron BallmanDisable MSVC C5105 warnings
2023-02-09 Jay Foad[AMDGPU] Remove unused ClangBuiltin definition for...
2023-02-09 Nicolas Vasilache[mlir][Linalg] Fix expected buffer semantics crash
2023-02-09 Guillaume Chatelet[libc] Introduce a config macro file
2023-02-09 Christian Ulmann[mlir][llvm] Fuse MD_access_group & MD_loop import
2023-02-09 Guillaume Chatelet[libc] Add an optimization macro header
2023-02-09 luxufan[MemorySSA] Add test for gep with loop invariant pointe...
2023-02-09 Vladislav Vinogradov[mlir][NFC] Use fully qualified C++ namespaces in ...
2023-02-09 Carlos Galvez[clang-tidy][doc] Improve clang-tidy documentation
2023-02-09 Alex Zinenko[mlir] add support for transform dialect value handles
2023-02-09 Anton SidorenkoRevert "[YAML IO] Check that mapping doesn't contain...
2023-02-09 Markus Böck[llvm][cmake][Trivial] don't use `/Zc:preprocessor...
2023-02-09 Anton Sidorenko[YAML IO] Check that mapping doesn't contain duplicatin...
2023-02-09 Petar AvramovicAMDGPU/MC: Fix decoders for VSrc_v2b32 and VSrc_v2f32...
2023-02-09 Petar AvramovicAMDGPU/MC: Add assembler tests for v2f32 and v2b32...
2023-02-09 Markus Böck[mlir][FuncToLLVM] Add option for emitting opaque pointers
2023-02-09 David Green[AArch64] Protect against overflowing shift amounts...
2023-02-09 Guillaume Chatelet[libc][NFC] separate macros in several targets
2023-02-09 David Spickett[LLDB] Add missing newline to "image lookup" output
2023-02-09 Jay Foad[AMDGPU] Ignore unused bits in VINTERP encoding
2023-02-09 Andrew Ng[Support] Emulate SIGPIPE handling in raw_fd_ostream...
2023-02-09 Matthias Springer[mlir][bufferization] Improve aliasing OpOperand/OpResu...
2023-02-09 Alex RichardsonFix call to deprecated API in bd87a2449da0c82e63cebdf9c...
2023-02-09 Andrzej Warzynski[mlir][sparse] Port the remaining integration tests...
2023-02-09 Alex Richardson[CGP] Add generic TargetLowering::shouldAlignPointerArg...
2023-02-09 Michael PlatingsSimplify test from change D73904
2023-02-09 Anton Sidorenko[Test] Fix YAML mapping keys duplication. NFC.
2023-02-09 Anton BikineevReland "[X86][ABI] Don't preserve return regs for prese...
2023-02-09 Mariya Podchishchaeva[clang][codegen] Fix emission of consteval constructor...
2023-02-09 Sander de SmalenReland D143267: [LoopVectorize] Use DataLayout::getInde...
2023-02-09 Jay Foad[Docs] Clarify behavior of llvm-lit -vv
next