platform/upstream/llvm.git
2023-02-10 Max Kazantsev[Test][SCEV] Add tests where multiple assumes can be...
2023-02-10 Benjamin Kramer[bazel] Add missing dependency after 687f78210d0
2023-02-10 Tobias Hieta[NFC] convert compiler-rt/lib/dfsan/scripts/build-libc...
2023-02-10 Siva Chandra... [libc][Obvious] Include MPFRWrapper and testutils only...
2023-02-10 Mikhail Goncharov[bazel] fix build for 6470706bc0ed
2023-02-10 chenglin.bi[Reland][LSR] Hoist IVInc to loop header if its all...
2023-02-10 Siva Chandra... [libc] Run libc tests unconditionally, even if there...
2023-02-10 Matthias Springer[mlir][bufferization] Support multiple leaves in EmptyT...
2023-02-10 Sandeep Kosuri[OPENMP][NFC] added loop bind to the support page
2023-02-10 Max Kazantsev[SimplifyIndVar][NFC] Refactor Binary Operator's flag...
2023-02-10 Chuanqi Xu[NFC] Add test to show that preprocess an import decl...
2023-02-10 Uday Bondhugula[MLIR] Fold away divs and mods in affine ops with opera...
2023-02-10 Chuanqi Xu[NFC] Remove the unused parameter introduced in e135476
2023-02-10 Jean Perier[flang][hlfir] Ramp-up support of implicit interface...
2023-02-10 Christian Ulmann[mlir][llvm] Fix TBAA verfication crash
2023-02-10 Pierre van... [RFC][GISel] Add a way to ignore COPY instructions...
2023-02-10 Pierre van... [AMDGPU] Run unmerge combines post regbankselect
2023-02-10 Max Kazantsev[Test] Add tests where we can replace IV check with...
2023-02-10 wanglei[LoongArch] Convert test to opaque pointer. NFC
2023-02-10 lizhijin[SVE] Add intrinsics for logical/bitwise operations...
2023-02-10 gonglingqin[LoongArch] Implement the convertSelectOfConstantsToMat...
2023-02-10 Amara EmersonInliner: Address missed review comments for D143624
2023-02-10 Max Kazantsev[SimpleLoopUnswitch] Inject loop-invariant conditions...
2023-02-10 Jonas Devlieghere[lldb] Hoist code to create StructuredData into Diagnos...
2023-02-10 Mircea Trofin[mlgo] Fix test after D143624
2023-02-10 Kai Luo[CMake] Fix -DBUILD_SHARED_LIBS=on builds after D137534
2023-02-10 Yingchi Long[InstCombine] combine intersection for inequality icmps
2023-02-10 Yingchi Long[InstCombine] precommit tests for D140666
2023-02-10 Dave Lee[lldb] Remove unused CommandObjectRegexCommand::m_max_m...
2023-02-10 Michael BuchRevert "[lldb][DWARFASTParserClang] Correctly resolve...
2023-02-10 Michael BuchRevert "[llvm][dsymutil] Add DW_TAG_imported_declaratio...
2023-02-10 Chuanqi Xu[C++20] [Modules] [ClangScanDeps] Enable to print make...
2023-02-10 Kai Luo[DwarfGenerator] Emit dwarf address section when dwarf...
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...
next