platform/upstream/llvm.git
2022-08-11 Augusto Noronha[lldb] Allow DataFileCache to be constructed with a...
2022-08-11 Simon Pilgrim[X86] vector-rotate-128/265.ll - add VLX + NOVLX check...
2022-08-11 Kevin P. Neal[FPEnv][InstSimplify] Fix formatting error.
2022-08-11 Sanjay Patel[InstCombine] fold reassociative fadd with negated...
2022-08-11 Sanjay Patel[InstCombine] add tests for reassociative fadd with...
2022-08-11 Uday Bondhugula[MLIR] Fix hasNoInterveningEffect in the presence of...
2022-08-11 Kevin P. Neal[FPEnv][InstSimplify] 0.0 - -X ==> X
2022-08-11 Simon Pilgrim[X86] Add RDPRU instruction CPUID bit masks
2022-08-11 Joe Nash[AMDGPU] Autogenerate spill-vector-superclass. NFC
2022-08-11 Johannes Doerfert[OpenMP][FIX] Ensure __kmpc_kernel_parallel is reachable
2022-08-11 Simon Pilgrim[clang][X86] Add RDPRU predefined macro tests for znver...
2022-08-11 Peter Waller[DAGCombine] Check zext legality in zext-extract-extend...
2022-08-11 Eric Astor[ms] [llvm-ml] Add support for nested PROC/ENDP pairs
2022-08-11 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Add tests for VOP1 and VOP2...
2022-08-11 Balazs Benics[analyzer] exploded-graph-rewriter: Fix python3 string...
2022-08-11 Michael Buch[lldb][unittests] Add more test cases to CPlusPlusNameP...
2022-08-11 Anubhab Ghosh[Orc] Reorder operations in ExecutorSharedMemoryMapperS...
2022-08-11 Jun ZhangRemove redundant condition check, NFC
2022-08-11 Emmmer[LLDB][RISCV] Fix risc-v target build
2022-08-11 Tue Ly[libc] Change sinf/cosf range reduction to mod pi/32...
2022-08-11 David Truby[clang][AArch64][SVE] Change SVE_VECTOR_OPERATORS macro...
2022-08-11 David Truby[clang][AArch64][SVE] Clarify documentation for sizeof...
2022-08-11 David Green[AArch64] Add bf16 select handling
2022-08-11 Simon Pilgrim[X86] lowerShuffleWithVPMOV - remove oneuse constraints...
2022-08-11 Sam Estep[clang][dataflow] Don't crash when caller args are...
2022-08-11 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Correct tests for 16-bit VOP2...
2022-08-11 Sam Estep[clang][dataflow] Analyze constructor bodies
2022-08-11 Andre Vieira[TypePromotion] Update comment in testcase. RFC
2022-08-11 Haojian Wu[pseudo] Use C++17 variant to simplify the DirectiveTre...
2022-08-11 David StuttardAMDGPU: mbcnt allow for non-zero src1 for known-bits
2022-08-11 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Remove test duplicates
2022-08-11 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Consolidate VOP tests by encoding
2022-08-11 Aaron BallmanDo not use the same identifier for a data member as...
2022-08-11 Florian Hahn[Builtins] Do not claim most libfuncs are readnone...
2022-08-11 Haojian Wu[pseudo] Fix a bug in checking the duplicated grammar...
2021-09-14 Pavel Kosov[LLDB] Disable FP test for arm 32 bit
2022-08-11 Simon Pilgrim[CostModel][X86] Sync masked-intrinsic-cost.ll and...
2022-08-11 David Spickett[LLDB][ARM] Extend testing for vpush emulation
2022-08-11 Benjamin Kramer[mlir][sparse] Refine f695554a2a55 wording a bit and...
2022-08-11 Yeting Kuo[RISCV] Peephole optimization to fold merge.vvm and...
2022-08-11 Ilya Biryukov[MC] NFC. Avoid redundant copies when constructing...
2022-08-11 Jonas Hahnfeld[RISCV] Re-enable JIT support
2022-08-11 Marius Brehler[mlir] Fix calling the native mlir-pdll-tblgen
2022-08-11 Krasimir Georgiev[bazel] Add WindowsDriver as a dep of OrcJIT (llvmorg...
2022-08-11 Martin Storsjö[COFF] Emit embedded -exclude-symbols: directives for...
2022-08-11 Martin Storsjö[LLD] [COFF] Add support for a new, mingw specific...
2022-08-11 Martin Storsjö[LLD] [MinGW] Implement the --exclude-symbols option
2022-08-11 Andre Vieira[TypePromotion] Search from ZExt + PHI
2022-08-11 Andre Vieira[TypePromotion] Hoist out Promote Width calculation
2022-08-11 Andre Vieira[TypePromotion] Don't delete Insns when iterating
2022-08-11 Andre Vieira[TypePromotion] Don't insert Truncate for a no-op ZExt
2022-08-11 Marco Elver[MemorySanitizer] Support memcpy.inline and memset...
2022-08-11 Benjamin Kramer[mlir][sparse] Use the correct ABI on x86 and re-enable...
2022-08-11 LLVM GN Syncbot[gn build] Port 9ae5896d9673
2022-08-11 Slava Gurevich[LLDB] Fix out-of-bounds memory access in EmulationStateArm
2022-08-11 Carlos Galvez[clang-tidy] Add cppcoreguidelines-avoid-const-or-ref...
2022-08-11 Wei Yi Tee[clang][dataflow] Store DeclContext of block being...
2022-08-11 Martin Storsjö[clang] [HLSL] Fix GCC warnings about virtual methods...
2022-08-11 Martin Storsjö[libcxx] [test] Merge the experimental-lib-exports...
2022-08-11 Timm Bäder[clang] Try to fix builders
2022-08-11 Vitaly Buka[test][asan] Disable symbolization
2022-08-11 Martin Storsjö[JITLink] Silence GCC warnings about parentheses around...
2022-08-11 Tom Praschan[clangd][test] Fix error message in SerializationTest...
2022-08-11 Fangrui Song[PowerPC] Change a double Log2 for localentry to integr...
2022-08-11 Timm Bäder[clang][sema] Print more information about failed stati...
2022-08-11 Sunho Kim[ORC] Add missing std::move.
2022-08-11 LLVM GN Syncbot[gn build] Port 7bece0f03bf6
2022-08-11 LLVM GN Syncbot[gn build] Port 7260cdd2e13a
2022-08-11 Sunho Kim[ORC][COFF] Introduce COFFVCRuntimeBootstrapper.
2022-08-11 Emmmer[LLDB][RISCV] Add riscv software breakpoint trap code
2022-08-11 Corentin Jabot[Clang] Update cxx_dr_status [NFC]
2022-08-11 Emmmer[LLDB][RISCV] Add riscv register definition and read...
2022-08-11 Sunho Kim[JITLink][COFF][x86_64] Stub SECREL relocation to exter...
2022-08-11 Sunho Kim[JITLink][COFF][x86_64] Implement SECTION/SECREL reloca...
2022-08-11 Clement Courbet[clang][transformer] Finish plumbing `Note` all the...
2022-08-11 Yeting Kuo[RISCV][test] Precommitted test for optimization for...
2022-08-11 esmeyi[XCOFF] ignore the cold attribute.
2022-08-11 Jeff Niu[fir] Fix build
2022-08-11 Craig Topper[RISCV] Rename PROC_ALIAS to TUNE_ALIAS to reflect...
2022-08-11 aqjune[CodeGen] Generate efficient assembly for freeze(poison...
2022-08-11 Jeff Niu[mlir][LLVMIR] Clean up the definitions of ReturnOp...
2022-08-11 Vitaly Buka[msan] Extract SetAllocaOrigin
2022-08-11 Vitaly Buka[msan] Another try for powerpc fix after D131205
2022-08-11 wanglei[LoongArch] Override TargetLowering::isOffsetFoldingLegal()
2022-08-11 jacquesguan[RISCV] Add cost model for mask vector extend and trunc...
2022-08-11 WANG Xuerui[LoongArch] Define the new-style reloc types
2022-08-11 Gergely Meszaros[clang-format] git-clang-format --staged should format...
2022-08-11 Vitaly Buka[msan] Try to fix powerpc after D131205
2022-08-11 WANG Xuerui[LoongArch] Add insn aliases `jr` and `ret`
2022-08-11 Phoebe Wang[compiler-rt][BF16] Provide __truncdfbf2 and __truncsfb...
2022-08-11 Uday Bondhugula[MLIR][NFC] Refactor affine analysis helpers
2022-08-11 WANG Xuerui[LoongArch] Add codegen support for bitreverse
2022-08-11 Uday Bondhugula[MLIR] Add missing check for unsupported affine depende...
2022-08-11 Uday Bondhugula[MLIR] Fix build breakage due to 5c5af910fefbea943a1145...
2022-08-11 Keith Smiley[lld-macho] Add support for objc_msgSend stubs
2022-08-10 Vitaly Buka[test][sanitizer] Fix REQUIRES of the test
2022-08-10 Vitaly Buka[test][sanitizer] Switch test to a different group
2022-08-10 Tom Stellardlldb: Disable unittests if llvm_gtest target does not...
2022-08-10 Slava Zakharin[flang] Support DOT_PRODUCT in late inlining.
2022-08-10 Vitaly Buka[test][sanitizer] Change exit code to debug llvm-avr...
next