summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "[OpenMP] Simplify parallel reductions (#70983)"upstream/revert-70983-reduction_optShilei Tian2023-11-052-47/+98
* [RISCV] Introduce and use BF16 in Xsfvfwmaccqqq intrinsics (#71140)Shao-Ce SUN2023-11-0620-96/+198
* [mlir] Prepare convert-gpu-to-spirv for OpenCL support (#69941)Sang Ik Lee2023-11-053-4/+55
* [RISCV][GISel] Emit ADJCALLSTACKDOWN/UP instructions in RISCVCallLowering::lo...Craig Topper2023-11-0521-11/+450
* [RISCV][GISel] Remove what I think is an unnecessary insert point adjustment ...Craig Topper2023-11-051-9/+0
* [mlir][emitc] Fix literal translation (#71296)Gil Rapaport2023-11-053-4/+4
* [mlir][gpu] Clean GPU `Passes.h` from external SPIRV includes (#71331)Fabian Mora2023-11-054-8/+10
* [libc++] Implement std::experimental::observer_ptrZoe Carver2023-11-0528-1/+1243
* [libc++] Handle threads-related .cpp files like we do all other source files ...Louis Dionne2023-11-0512-118/+100
* Fix compression header size check in ELF writer (#66888)myxoid2023-11-051-1/+1
* [libc++] Guard the whole print.cpp file with _LIBCPP_WIN32API (#71122)Louis Dionne2023-11-051-6/+6
* [libc++] Improve tests for std::find_if and std::find_if_not (#71192)Louis Dionne2023-11-053-62/+82
* [sanitizers] Do not define __has_feature in sanitizer/common_interface_defs.h...Jonathan Wakely2023-11-053-6/+15
* [LLD] [COFF] Handle undefined weak symbols in LTO (#70430)Martin Storsjö2023-11-062-0/+42
* [RISCV][GISel] Pass the IsFixed flag into CC_RISCV for outgoing arguments.Craig Topper2023-11-052-1/+352
* [GISel] Make the PartialMapping and ValueMapping constructors constexpr.Craig Topper2023-11-051-3/+4
* [llvm] Remove redundant override 'RecordStreamer::emitInstruction' (NFC)Youngsuk Kim2023-11-052-6/+0
* [Driver][Solaris][NFC] A little bit of clean up (#69867)Brad Smith2023-11-051-38/+34
* [RISCV][GISel] Add call preserved regmask to calls created by RISCVCallLoweri...Craig Topper2023-11-0520-464/+979
* [Clang][Driver][LTO] Fix empty stats filename when in LTO mode (#71197)Min-Yih Hsu2023-11-052-1/+11
* [mlir][spirv] Fix missing dependency and remove unnecessary headersLei Zhang2023-11-052-14/+1
* [gn build] Port 745e8bfd1adeLLVM GN Syncbot2023-11-051-1/+1
* [lldb] Remove LocateSymbolFile (#71301)Jonas Devlieghere2023-11-0523-40/+14
* [clang][CodeGenModule] Remove no-op ptr-to-ptr bitcasts (NFC)Youngsuk Kim2023-11-051-23/+8
* [mlir][spirv] Implement gpu::TargetAttrInterface (#69949)Sang Ik Lee2023-11-0514-0/+355
* [CMake] Fix __builtin_thread_pointer check with LTOSam James2023-11-051-1/+6
* [libc++] Bump the C++ Standard used to compile the dylib to C++23 (#66824)Louis Dionne2023-11-054-10/+11
* [clang][NFC] Refactor `CXXConstructExpr::ConstructionKind`Vlad Serebrennikov2023-11-0516-160/+125
* [libc++][format] Fix a missing include in `<format>` tests. (#71252)Konstantin Varlamov2023-11-051-1/+2
* [clang][NFC] Refactor `PredefinedExpr::IdentKind`Vlad Serebrennikov2023-11-059-79/+81
* [gn] port c3a302d399e6 (SymbolLocator) moreNico Weber2023-11-053-7/+21
* [gn] port c3a302d399e6 (SymbolLocator)Nico Weber2023-11-052-0/+22
* [gn] port e7c61479cecbNico Weber2023-11-051-3/+0
* [clang][NFC] Refactor `CharacterLiteral::CharacterKind`Vlad Serebrennikov2023-11-0510-55/+50
* [clang][NFC] Refactor `StringLiteral::StringKind`Vlad Serebrennikov2023-11-0513-76/+94
* [ItaniumCXXABI] Add -fassume-nothrow-exception-dtor to assume that all except...Fangrui Song2023-11-0513-53/+134
* [clang][Interp] Implement IntegralAP::truncate() (#69912)Timm Baeder2023-11-052-3/+18
* [RISCV][GISel] Fix incorrect call to getGlobalAddress in selectGlobalValue.Craig Topper2023-11-043-13/+13
* [RISCV][GISel] Use ArrayRef version of buildInstr to reduce code. NFCCraig Topper2023-11-041-27/+12
* [mlir][spirv][cf] legalize block arguments when convert cf to spirv (#71288)Xiang Li2023-11-042-17/+36
* [mlir][memref] Remove redundant `memref.tensor_store` op (#71010)Matthias Springer2023-11-0515-191/+53
* [mlir][linalg][NFC] Remove linalg subset hoisting (#70636)Matthias Springer2023-11-055-668/+3
* [mlir][transform] LISH: Add transform op (#70630)Matthias Springer2023-11-0519-89/+352
* [Driver] Check crt* when shared linking on OpenBSDBrad Smith2023-11-041-0/+6
* [RISCV][GISel] Use libcalls for G_MEMCPY, G_MEMMOVE, and G_MEMSET.Craig Topper2023-11-041-0/+2
* [CGObjC] Remove no-op ptr-to-ptr bitcasts (NFC)Youngsuk Kim2023-11-041-6/+5
* [lldb] Move DownloadObjectAndSymbolFile to SymbolLocator plugin (#71267)Jonas Devlieghere2023-11-0417-708/+445
* [CGException] Remove no-op ptr-to-ptr bitcasts (NFC)Youngsuk Kim2023-11-041-25/+10
* [InstCombine] Improve eq/ne by parts to handle `ult/ugt` equality pattern.Noah Goldstein2023-11-042-18/+35
* [InstCombine] Add tests for new eq/ne patterns combining eq/ne by parts; NFCNoah Goldstein2023-11-041-0/+133