platform/upstream/llvm.git
2022-09-29 Timm BäderRevert "[clang][Interp] Handle enums"
2022-09-29 Muhammad Omair... [LLVM][DebugInfo] Disable split-complex.ll for aarch64...
2022-09-29 David Green[Clang][Arm] Fix fp16 return error tests under AArch64...
2022-09-29 Denys Shabalin[mlir] Add Python bindings for StridedLayoutAttr
2022-09-29 Adrian Kuegel[mlir][Linalg] Slightly adjust DestinationStyleOpInterface.
2022-09-29 Timm Bäder[clang][Interp][NFC] Remove unused prototypes
2022-09-29 Timm Bäder[clang][Interp][NFC] Make EvalEmitter::isActive() const
2022-09-29 Timm Bäder[clang][Interp][NFC] Unifty ReadArg() impl in Disasm.cpp
2022-09-29 Timm Bäder[clang][Interp] Print Function address in dump()
2022-09-29 Timm Bäder[clang][Interp][NFC] Remove unused opcode argument...
2022-09-29 Timm Bäder[clang][Interp][NFC] Unify the two ReadArg() implementa...
2022-09-29 Timm Bäder[clang][Interp][NFC] Remove unused function
2022-09-29 Timm Bäder[clang][Interp] Specify Boolean conversion operartors...
2022-09-29 Timm Bäder[clang][Interp] Properly destruct allocated Records
2022-09-29 Timm Bäder[clang][Interp][NFC] Make classes final that can be...
2022-09-29 Timm Bäder[clang][Interp][NFC] Make some Record methods const
2022-09-29 Timm Bäder[clang][Interp][NFC] Limit includes to neccessary ones
2022-09-29 Timm Bäder[clang][Interp] Rename a local variable to be more...
2022-09-29 Timm Bäder[clang][Interp] Handle enums
2022-09-29 Timm Bäder[clang][Interp] Record item types in InterpStack
2022-09-29 Timm Bäder[clang][Interp][NFC] Make a few InterpStack functions...
2022-09-29 Timm Bäder[clang][Interp] Handle sizeof()
2022-09-29 Timm Bäder[clang][Interp][NFC] Unify emit() implementations
2022-09-29 Timm Bäder[clang][Interp][NFC] Forward-declare Pointer in InterpF...
2022-09-29 Timm Bäder[clang][Interp][NFC] Remove an unnecessary <vector...
2022-09-29 Timm Bäder[clang][Interp] Pass initializer when creating globals
2022-09-29 Amir Ayupov[BOLT] Report BB reordering %-age vs profiled and total...
2022-09-29 Thomas Symalla[AMDGPU] Add use check in v_fma combine.
2022-09-29 Florian Hahn[LV] Create createInductionResumeValue helper (NFC).
2022-09-29 David Green[Clang][Arm] Convert -fallow-half-arguments-and-returns...
2022-09-29 Denys Shabalin[mlir] Add C bindings for StridedArrayAttr
2022-09-29 Muhammad Omair... [LLVM][MC] Disable cfi-version test for aarch64-pc...
2022-09-29 Nicolas Vasilache[mlir][memref]Add conversion support for memref.extract...
2022-09-29 Stefan Gränitz[WinEH] Prepare test win64-funclet-preisel-intrinsics...
2022-09-29 Nicolas Vasilache[mlir][memref]Add pattern to forward memref.extract_ali...
2022-09-29 Juan Manuel... [DebugInfo][InferAddressSpaces] Propagate DebugLoc...
2022-09-29 Juan Manuel... [StructurizeCFG] Remove imposible case and replace...
2022-09-29 Florian Hahn[SCEVExpander] Use CreateBitOrPointerCast instead of...
2022-09-29 Michael PlatingsFix frint ACLE intrinsic names
2022-09-29 Nikita PopovRevert "[cmake] Export GetHostTriple.cmake"
2022-09-29 Fangrui SongRevert D134638 "[Clang][LoongArch] Add inline asm suppo...
2022-09-29 Thomas Symalla[NFC][AMDGPU] Pre-commit FMA test.
2022-09-29 Fangrui Song[ELF] Make symAux[0] a sentinel
2022-09-29 Fangrui Song[Driver] Add --config= as canonical spelling of --config
2022-09-29 Sam McCall[clangd] Avoid using constructor/destructor of vector...
2022-09-29 Pierre van... [AMDGPU] Update `mad-mix*` CodeGen tests
2022-09-29 Weining Lu[Clang][LoongArch] Add inline asm support for constrain...
2022-09-29 Vitaly BukaRevert "[sanitizer] Use LLVM_ENABLE_LIBCXX to build...
2022-09-29 Petr Hosek[NFC][CMake] Inline the append_libcxx_libs macro
2022-09-29 Bjorn Pettersson[llvm-stress] Remove dependency to legacy pass manager
2022-09-29 Arthur Eubanks[clang] Add debug info in MicrosoftCXXABI::EmitVirtualM...
2022-09-29 Abinav Puthan... [AMDGPU] Report minimum scratch size in code object...
2022-09-29 Carlos Alberto... [ADT] IntervalTree - Fix random unittests failures...
2022-09-29 River Riddle[mlir] Making verification after parsing optional
2022-09-29 Ashay Rane[mlir][python] stop initialization on ImportError
2022-09-29 Fangrui Song[ELF] Remove resolve => resolve{Defined,Common,Shared...
2022-09-29 Jessica Paquette[GlobalISel][CallLowering] Use hasRetAttr for return...
2022-09-29 Vitaly Buka[sanitizer] Use LLVM_ENABLE_LIBCXX to build symbolizer
2022-09-29 gonglingqin[LoongArch] Add fp_to_sint support for soft floating...
2022-09-29 owenca[clang-format] Fix a bug with C++ `export import <Foo...
2022-09-29 Vitaly Buka[test][openmp] Tsan may report more warnings here
2022-09-29 Vitaly Buka[test][msan] -fno-sanitize-memory-param-retval in unittests
2022-09-29 Murali Vijayaraghavan[mlir] Add support for parallel dim *after* reduction...
2022-09-29 Gulfem Savrun... [InstrProfiling] Fix emitting runtime hook once
2022-09-29 WANG Xuerui[LoongArch] Expand llvm.stacksave and llvm.stackrestore
2022-09-29 chenglin.bi[ARM64EC] Add arm64ec for getArchName
2022-09-29 wanglei[LoongArch] Produce a R_LARCH_32_PCREL relocation
2022-09-29 Fangrui Song[ELF] Avoid redundant assignment to Symbol fields. NFC
2022-09-29 Florian Mayer[NFC] [HWASan] remove unnecessary cast
2022-09-29 wanglei[LoongArch] Override TargetSubtargetInfo::getSelectionD...
2022-09-29 Jason MolendaInclude <cmath> before using std::pow()
2022-09-29 Nico Weber[lldb] Fix deprecation warnings for hasValue and getVal...
2022-09-29 Nico WeberRevert "When there are variable errors, display an...
2022-09-28 Aart Bik[mlir][sparse] provide convenience methods for toOrig...
2022-09-28 Vitaly Buka[StackLifetime] More efficient loop for LivenessType...
2022-09-28 Jessica Paquette[AArch64][GlobalISel] Make G_PTRTOINT only legal for...
2022-09-28 Philip Reames[RISCV] Add test coverage for upcoming select lowering...
2022-09-28 Jessica Paquette[AArch64][GlobalISel] Implement custom legalization...
2022-09-28 Rafael Auler[PERF2BOLT] Fix unittest failure
2022-09-28 Florian Mayer[MTE] [HWASan] unify isInterestingAlloca
2022-09-28 Jessica Paquette[AArch64][GlobalISel] Add a target-specific G_BIT opcode.
2022-09-28 Jessica Paquette[llvm-remarkutil] Add an option to print out function...
2022-09-28 Jessica Paquette[GlobalISel] Add isConstFalseVal helper to Utils
2022-09-28 Greg ClaytonTrack which modules have debug info variable errors.
2022-09-28 Greg ClaytonWhen there are variable errors, display an error in...
2022-09-28 Benjamin Kramer[bazel] Port 3f050f6ac4626c9bf99bfdf5e4d7162ba7ad5cdc
2022-09-28 Rafael Auler[PERF2BOLT] Do not issue parsing error on weird build ids
2022-09-28 Fangrui Song[ELF] Remove unused Symbol::getSymbolSize. NFC
2022-09-28 Kirsten Lee[mlir][transform] Add multi-buffering to the transform...
2022-09-28 LLVM GN Syncbot[gn build] Port e61d89efd78b
2022-09-28 Daniel Thornburgh[NFC] [Object] Create library to fetch debug info by...
2022-09-28 Mahesh Ravishankar[mlir][TilingInterface] NFC Refactor of tile and fuse...
2022-09-28 Xiang Li[DirectX backend] Support global ctor for DXILBitcodeWr...
2022-09-28 Arthur Eubanks[test][msan] Pin varg.cpp to -fno-sanitize-memory-param...
2022-09-28 Stanislav Mekhanoshin[AMDGPU] Move SIModeRegisterDefaults to SI MFI
2022-09-28 Fangrui Song[ELF] Refactor Symbol initialization and overwriting
2022-09-28 Nico Webertry to fix build yet more after 16544cbe64b8
2022-09-28 Nico Webertry to fix build more after 16544cbe64b8
2022-09-28 Martin Sebor[clang] handle extended integer constant expressions...
2022-09-28 Nico Webertry to fix build after 16544cbe64b8
next