platform/upstream/llvm.git
2022-09-06 Florian Hahn[ConstraintElimination] Replace pair with named struct...
2022-09-06 Peiming Liu[mlir][sparse] Refactoring: renaming StorageNewOp to...
2022-09-06 Vitaly BukaRevert "[tsan] Replace mem intrinsics with calls to...
2022-09-06 Aart Bik[mlir][sparse] codegen for sparse alloc
2022-09-06 Craig Topper[RISCV] Improve vector fround lowering by changing...
2022-09-06 Matheus Izvekov[clang] fix profiling of template arguments of template...
2022-09-06 Simon Pilgrim[CostModel][X86] Add CostKinds handling for ctpop ops
2022-09-06 Michael EiselAdd docs for Mach-O lld
2022-09-06 Sanjay Patel[InstCombine] remove dead code for add (select cond...
2022-09-06 Sanjay Patel[InstCombine] add/move tests for add with select operan...
2022-09-06 Sanjay Patel[InstCombine] add tests for add of select with 0 and...
2022-09-06 Doru BerceaFix OpenMP Opt for target without a parallel region.
2022-09-06 Stella StamenovaRevert "[lldb][bindings] Fix module_access handling...
2022-09-06 Benjamin Kramer[bazel] port 5dbc7cf7cac44
2022-09-06 Nico Weber[gn build] port 5dbc7cf7cac44
2022-09-06 Matthias GehreFix remaining test failures for "[llvm/CodeGen] Enable...
2022-09-06 Vitaly Buka[tsan] Replace mem intrinsics with calls to interceptors
2022-09-06 Matthias GehreFix AMDGPU test failures due to "[llvm/CodeGen] Enable...
2022-09-06 Matthias GehreFix "[llvm/CodeGen] Enable the ExpandLargeDivRem pass...
2022-09-06 David Green[AArch64] Additional tests for sinking splats to muls...
2022-09-06 Amara EmersonAdd parantheses to silence warning.
2022-09-06 Marco Elver[SelectionDAG] Properly copy ExtraInfo on RAUW
2022-09-06 Marco Elver[SelectionDAG] Rename CallSiteDbgInfo to NodeExtraInfo
2022-09-06 Matthias Gehre[llvm/CodeGen] Enable the ExpandLargeDivRem pass for...
2022-09-06 Joseph Huber[OffloadPackager] Add ability to extract images from...
2022-09-06 Joseph Huber[Object] Refactor code for extracting offload binaries
2022-09-06 Marco Elver[MachineInstr] Allow setting PCSections in ExtraInfo
2022-09-06 Marco Elver[Metadata] Introduce MD_pcsections
2022-09-06 Aaron BallmanFix Clang Sphinx docs build
2022-09-06 Simon Pilgrim[CostModel][X86] Add CostKinds test coverage for ctlz...
2022-09-06 Simon Pilgrim[CostModel][X86] Add CostKinds test coverage for cttz...
2022-09-06 Simon Pilgrim[CostModel][X86] Add CostKinds test coverage for ctpop...
2022-09-06 Sanjay Patel[SCCP] convert signed div/rem to unsigned for non-negat...
2022-09-06 Jean Perier[flang] Accept assumed shape arrays as SHAPE in C_F_POINTER
2022-09-06 Amara Emerson[GlobalISel] Combine G_INSERT/EXTRACT_VECTOR_ELT with...
2022-09-06 Aaron BallmanUpdate the clang and clang-tools-extra code owners...
2022-09-06 Sanjay Patel[InstSimplify] allow poison/undef in constant match...
2022-09-06 Sanjay Patel[InstCombine] reduce code duplication; NFC
2022-09-06 Sanjay Patel[InstCombine] add tests for icmp-of-trunc; NFC
2022-09-06 Animesh Kumar[OpenMP] Add lit test for metadirective device arch...
2022-09-06 Pavel Labath[lldb] Go back to process-directed signals in MainLoopT...
2022-09-06 Alexander Belyaev[mlir] Add materializeOpFoldResults to turn OpFoldResul...
2022-09-06 LLVM GN Syncbot[gn build] Port 9823d42557eb
2022-09-06 Michał Górny[lldb] [Core] Split read thread support into ThreadedCo...
2022-09-06 Simon Pilgrim[CostModel][X86] Add CostKinds handling for SSE FCMP_ON...
2022-09-06 Christian Sigg[MLIR] Fix for commit 0f2ec35
2022-09-06 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Update assembler tests for...
2022-09-06 John Brawn[ARM] Constant pools need 4-byte alignment if we only...
2022-09-06 Christian Sigg[MLIR] Switch lit tests to %mlir_lib_dir and %mlir_src_...
2022-09-06 Emilia Dreamer[clang-format] Change heuristic for locating lambda...
2022-09-06 Passw[clang-format] [doc] Fix example of wrapping class...
2022-09-06 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-09-06 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-09-06 Benjamin Kramer[SelectionDAG] Rewrite bfloat16 softening to use the...
2022-09-06 Sven van Haastregt[OpenCL] Remove argument names from atomic/fence builtins
2022-09-06 Simon Pilgrim[CostModel][X86] Add CostKinds handling for fcmp ops
2022-09-06 Pavel Labath[lldb] Enable the insertion of "pending callbacks"...
2022-09-05 luxufan[MemorySSA][NFC] Simplify if condition
2022-09-06 Nikita Popov[OpenMP] Mark -fopenmp-implicit-rpath as NoArgumentUnused
2022-09-06 eopXD[CMake][MLGO] Fix cmake for MLGO
2022-09-06 Chuanqi Xu[NFC] [Coroutines] Add tests for looking up deallocation
2022-09-06 Chuanqi Xu[NFC] Add test of sized deallocation for coroutines
2022-09-06 Daniel Bertalan[lld-macho] Simplify linker optimization hint processing
2022-09-06 Vignesh Balasubramanian[OpenMP][OMPD] GDB plugin code to leverage libompd...
2022-09-06 Daniil Fukalov[RegisterCoalescer] Fix crash on early clobbered subreg...
2022-09-06 Freddy Ye[X86] Support SAE for VCVTPS2PH from intrinsic.
2022-09-06 Chuanqi Xu[NFC] Remove invisible character in Diagnostic message...
2022-09-06 Craig Topper[RISCV] Improve vector fceil/ffloor lowering by changin...
2022-09-06 gonglingqin[LoongArch] Fix annotations not matching predicates...
2022-09-06 Peixin Qiao[flang] Support lowering of intrinsic module procedure...
2022-09-05 Arthur EubanksRevert "[LoopPassManager] Implement and use LoopNestAna...
2022-09-05 Kazu HirataRevert "Use llvm::none_of (NFC)"
2022-09-05 Amara Emerson[AArch64] Update checks in call lowering test for signe...
2022-09-05 Eli Friedman[ARM64EC 5/?] Fix names of __chkstk and __security_chec...
2022-09-05 Craig Topper[X86] Add test cases for PR57549. NFC
2022-09-05 Eli Friedman[ARM64EC 4/?] Add LLVM support for varargs calling...
2022-09-05 Eli Friedman[ARM64EC 3/?] Mark reserved registers specific to ARM64...
2022-09-05 Eli Friedman[ARM64EC 2/?] Add target triple, and allow targeting it.
2022-09-05 Eli Friedman[ARM64EC 1/?] Add parsing support to llvm-objdump/llvm...
2022-09-05 David Green[AArch64][GlobalISel] Recognise some CCMPri
2022-09-05 Fangrui Song[Verifier] Reject dllexport with non-default visibility
2022-09-05 Fangrui Song[MinGW] Reject explicit non-default visibility applied...
2022-09-05 Sam McCall[clangd] Trace preamble throttle time
2022-09-05 Joseph Huber[ELF] Provide the GNU hash function in libObject
2022-09-05 LiaoChunyu[InstSimplify][NFC] shortened the code
2022-09-05 LiaoChunyu[InstSimplify] Odd - X ==/!= X -> false/true
2022-09-05 LiaoChunyu[InstSimplify][NFC][test] Add tests for Odd - X ==...
2022-09-05 isuckatcs[analyzer] Track trivial copy/move constructors and...
2022-09-05 Amara Emerson[GlobalISel] Update combine-build-vector.mir test check...
2022-09-05 Daniel Bertalan[lld-macho] Diagnose unaligned arm64 PAGEOFF12 relocations
2022-09-05 LLVM GN Syncbot[gn build] Port 2d52c6bfae80
2022-09-05 Amy Wang[clang-format] Use utf-8 for JSON object load
2022-09-05 Nikolas Klauser[libc++] Granularize __tuple
2022-09-05 Amara Emerson[GlobalISel] Update test checks before a patch.
2022-09-05 Momchil Velikov[SimplifyCFG] Allow SimplifyCFG hoisting to skip over...
2022-09-05 Daniil Fukalov[MachineVerifier] Fix crash on early clobbered subreg...
2022-09-05 David Sherwood[CodeGen] Support extracting fixed-length vectors from...
2022-09-05 Haojian Wu[clangd] Fix LineFoldingOnly flag is not propagated...
2022-09-05 Tian Zhou[InstCombine] reduce test-for-overflow of shifted value
2022-09-05 Ivan Kosarev[AMDGPU][CodeGen] Support (base | offset) SMEM loads.
next