llvm-16.2023-01-22Z.2275e32
[ea3c249
] 2023-01-22T23:52:45Z
[OpenMP][FIX] Properly update ParallelLevels tracker
[e68313f
] 2023-01-22T23:45:00Z
[OpenMP][FIX] Use thread id not team id for masked section
[32ce06b
] 2023-01-22T22:34:43Z
[Support] Use llvm::bit_floor in PowerOf2Floor (NFC)
[e599094
] 2023-01-22T22:05:14Z
[llvm] Use llvm::bit_ceil (NFC)
[ca7e849
] 2023-01-22T21:41:23Z
[llvm] Use llvm::bit_floor (NFC)
[45368c7
] 2023-01-22T21:16:51Z
[compiler-rt][builtins] Skip building (b)float16 support on i386-freebsd
[caa99a0
] 2023-01-22T20:48:51Z
Use llvm::popcount instead of llvm::countPopulation(NFC)
[0b5cb41
] 2023-01-22T20:36:26Z
[CMake] Look up target subcomponents in LLVM_AVAILABLE_LIBS
[4f9f0b4
] 2023-01-22T20:28:02Z
[NFC][SCEV] Reflow getRangeRefIter()
into an exhaustive switch
[0cdf030
] 2023-01-22T20:28:02Z
[SCEV] getRangeRefIter()
: don't forget to recurse into casts
[a09b5a0
] 2023-01-22T20:28:01Z
[NFC][SCEV] Reflow GetMinTrailingZerosImpl()
into an exhaustive switch
[42aaab3
] 2023-01-22T20:28:01Z
[NFC][SCEV] GetMinTrailingZerosImpl()
: deduplicate handling
[31d46ca
] 2023-01-22T20:22:41Z
[Dominators] Introduce DomTreeNodeTraits to allow customization. (NFC)
[898b5c9
] 2023-01-22T19:05:51Z
[NFC] Fix "form/from" typos
[8e4dc4c
] 2023-01-22T18:41:13Z
[Support] Use functions from bit.h (NFC)
[dd8ecde
] 2023-01-22T18:21:08Z
[ADT] llvm::bit_cast - use __builtin_bit_cast if available
[51454e0
] 2023-01-22T17:29:35Z
[ADT] Add llvm::byteswap to bit.h
[9f7b0a3
] 2023-01-22T17:25:00Z
[MC][test] Fix a typo
[556c94e
] 2023-01-22T17:19:48Z
[DAG] visitINSERT_VECTOR_ELT - use mergeEltWithShuffle to merge inserted vector element chain into base shuffle node
[2e8aa2d
] 2023-01-22T17:19:48Z
[PowerPC] Regenerate vec_absd.ll test checks
[e4c4841
] 2023-01-22T16:12:42Z
[Flang][NFC] fix a cpoy-paste in fold-logical.cpp
[493bab8
] 2023-01-22T15:57:22Z
[NFC][SCEV] Reflow impliesPoison()
into an exhaustive switch
[efc412e
] 2023-01-22T15:55:02Z
[PVS-Studio][NFC] fix a typo in ShapeUtils.h
[d819703
] 2023-01-22T15:51:13Z
[libc++][test] Disable parts requiring locales.
[d178c15
] 2023-01-22T15:44:45Z
[InstSimplify] (X || Y) && Y --> Y (for poison-safe logical ops)
[b9a6b4e
] 2023-01-22T15:44:44Z
[InstSimplify] add tests for poison-safe variants of (X || Y) && Y; NFC
[c8d16bf
] 2023-01-22T15:21:11Z
[clang][doc] Fixes formatting of a text block.
[92ce50b
] 2023-01-22T15:19:23Z
[X86] avx2-vbroadcast.ll - use X86 check prefix instead of X32
[715b025
] 2023-01-22T15:18:44Z
[mlir][ods] Simplify signature of custom
printers and parsers of Attributes and Types in presence of default constructible parameters
[8fd6fc7
] 2023-01-22T14:57:06Z
[X86] avx-vbroadcastf128.ll - use X86 check prefix instead of X32
[6aa43fe
] 2023-01-22T14:57:06Z
[X86] commute-3dnow.ll - use X86 check prefix instead of X32
[418f780
] 2023-01-22T14:48:49Z
[NFC][SCEV] Reflow computeSCEVAtScope()
into an exhaustive switch
[3c560dd
] 2023-01-22T14:48:49Z
[NFC][SCEVExpander] CmpSelCost
: use the cost of the expression, not operand
[906e995
] 2023-01-22T14:40:52Z
[NFC][SCEV] computeSCEVAtScope()
: deduplicate handling
[cc016e6
] 2023-01-22T14:40:52Z
[NFC][SCEV] getLoopDisposition()
: deduplicate handling
[a81e070
] 2023-01-22T14:40:52Z
[NFC][SCEV] getBlockDisposition()
: deduplicate handling
[c0081c1
] 2023-01-22T14:40:52Z
[NFC][SCEV] getRelevantLoop()
: deduplicate handling
[2776cdc
] 2023-01-22T14:01:25Z
AMDGPU: Add modern copy of fneg combines test
[f42e1e0
] 2023-01-22T14:01:25Z
AMDGPU: Copy a source modifier test for f16/v2f16
[96d0c4b
] 2023-01-22T13:57:53Z
[DAG] mergeInsertEltWithShuffle - pull out mergeEltWithShuffle helper. NFCI.
[902d0e8
] 2023-01-22T13:14:27Z
[NFC][X86] Fixup -mattr=<>
in one runline in elementwise-store-of-scalar-splat.ll
[b40532c
] 2023-01-22T13:14:27Z
[NFC][X86] Fixup typo in blend-of-shift.ll
[e8e0e5f
] 2023-01-22T13:10:58Z
[NFC] Small indentation fix in lld/ELF/Relocations.cpp
[b34de68
] 2023-01-22T12:24:28Z
[SVE] Add intrinsics for integer binops that explicitly undefine the result for inactive lanes.
[9cf9687
] 2023-01-22T11:52:20Z
[Mips] Use MCInstrInfo::get in MipsAsmParser instead of reinventing it. NFC.
[a0dab49
] 2023-01-22T10:59:23Z
[clang-format][NFC] Add .clang-format to clang/tools/clang-format/
[dadfc6b
] 2023-01-22T10:53:06Z
[clang-format][NFC] Set LineEnding to LF in config files
[af6c43c
] 2023-01-22T10:49:29Z
[LoongArch] Allow %pc_lo12 relocs in JIRL's immediate operand position
[53a1314
] 2023-01-22T10:22:36Z
[C++20][Modules] Fix named module import diagnostics.
[22f6531
] 2023-01-22T09:58:47Z
[bazel] Add missing dependencies for 4f1e244eb5
[7bc88cb
] 2023-01-22T09:27:41Z
[OpenMP] Simplify llvm.assume
operands in device code
[82ba958
] 2023-01-22T09:15:38Z
[Attributor] Handle constant icmp expressions in AAPotentialValues
[8e7c1b9
] 2023-01-22T07:33:40Z
[clang][Interp][NFCI] Make InitMap::isInitialized() const
[680993e
] 2023-01-22T07:33:39Z
[clang][Interp][NFC] Fix header comment file name
[b07399f
] 2023-01-22T07:33:39Z
[clang][Interp][NFC] Forward-declare Boolean in PrimTypes.h
[6082420
] 2023-01-22T07:03:22Z
Add tests for ctpop(Pow2); NFC
[c9755d8
] 2023-01-22T07:03:22Z
Transform ctpop(Pow2) -> icmp ne Pow2, 0
[3ed8b93
] 2023-01-22T06:44:08Z
[libc++] Rename take_while_view::__sentinel to __take_while_view_sentinel
[183d075
] 2023-01-22T06:33:15Z
[BPF][Clang] Fix func argument pattern in bpf-stack-protector test
[17c06ce
] 2023-01-22T04:40:09Z
[OpenMP] Try to fix Flang after new clause was added
[c175c07
] 2023-01-22T04:12:04Z
[OpenMP][FIX] Split test into amdgpu and nvptx specific ones
[915602e
] 2023-01-22T03:50:22Z
[OpenMP][FIX] Add default clause to switch
[40f9bf0
] 2023-01-22T02:46:36Z
[OpenMP] Introduce the ompx_dyn_cgroup_mem(<N>)
clause
[99fd12f
] 2023-01-22T02:40:37Z
Add the test dialect as dependent for the "test-legalize-patterns" test pass
[4f1e244
] 2023-01-22T02:28:49Z
Add missing dependent dialects to "convert-gpu-to-rocdl"
[d10adf6
] 2023-01-22T02:03:42Z
[NFC][SCEV] createNodeForSelectOrPHIInstWithICmpInstCond()
: return optional
[aa12133
] 2023-01-22T02:03:42Z
[NFC][SCEV] createNodeForSelectOrPHIInstWithICmpInstCond()
: directly take Type
, not Instruction
[b0ef5a8
] 2023-01-22T02:03:42Z
[NFC][SCEV] SCEVTraversal::visitAll()
: deduplicate handling
[1f4f55d
] 2023-01-22T02:03:42Z
[NFC][SCEV] CompareSCEVComplexity
: deduplicate handling
[6aaac4c
] 2023-01-21T23:07:27Z
Remove trailing whitespace from comment
[188ec33
] 2023-01-21T22:48:32Z
[llvm] Use llvm::bit_width (NFC)
[d486fdf
] 2023-01-21T22:34:22Z
[NFC][SCEV] Reflow getRangeRef()
into an exhaustive switch
[ab06a74
] 2023-01-21T22:15:27Z
[NFC][SCEV] Reflow getRelevantLoop()
into an exhaustive switch
[5638156
] 2023-01-21T21:56:47Z
[llvm] Use llvm::bit_width (NFC)
[3820d0e
] 2023-01-21T21:43:10Z
[OpenMP][FIX] Runtime args are not kernel args
[366fc10
] 2023-01-21T21:25:24Z
[OpenMP][FIX] Remove version check lines in clang test
[005173c
] 2023-01-21T21:12:28Z
[X86] X86TargetLowering
: override allowsMemoryAccess()
[898fcfa
] 2023-01-21T20:52:51Z
[NFC][SCEV] computeSCEVAtScope()
: reserve vector size upfront
[4b4e3fb
] 2023-01-21T20:38:24Z
[NFC][SCEV] computeSCEVAtScope()
: scUnknown
: use early-returns
[f8eeeff
] 2023-01-21T20:38:14Z
[NFC][SCEV] Reflow computeSCEVAtScope()
into an exhaustive switch
[8885420
] 2023-01-21T20:37:00Z
[NFC][SCEV] computeSCEVAtScope()
: clang-format
[a93cb93
] 2023-01-21T19:33:30Z
[clang/driver] Make sure that -gno-modules
by itself doesn't enable debug info
[16a385b
] 2023-01-21T19:16:21Z
[OpenMP] Modernize the kernel launching interface and APIs
[8666c20
] 2023-01-21T18:54:09Z
[RISCV] Use llvm::bit_width (NFC)
[8d929d1
] 2023-01-21T18:23:41Z
[DAG] Convert static combineABSToABD to DAGCombiner::foldABSToABD. NFCI.
[d8ba9e5
] 2023-01-21T18:03:24Z
[ARM] Cortex-M55 Scheduling Model
[42afa16
] 2023-01-21T17:23:39Z
[AArch64] Simplify isSeveralBitsExtractOpFromShr (NFC)
[fb40c34
] 2023-01-21T17:14:13Z
[VPlan] Consider all recipes in replicate blocks as sink candidates.
[0b432df
] 2023-01-21T15:24:49Z
[X86] Add DAG tests showing the failure to reassociate IMINMAX nodes to fold constant operands
[c972e1c
] 2023-01-21T14:14:31Z
[X86] v8i1-masks.ll - add avx512 test coverage and use X86 check prefix instead of X32
[fafed06
] 2023-01-21T14:09:21Z
[libc++] Granularize <type_traits> includes in , and
[987f08f
] 2023-01-21T14:08:27Z
[libc++] Implement P1413R3 (Deprecate std::aligned_storage and std::aligned_union)
[5fb3a57
] 2023-01-21T13:29:24Z
[Cost] Add CostKind to getVectorInstrCost and its related users
[97a1c98
] 2023-01-21T13:00:56Z
[M68k] Fix M68k pipeline order test after 4ece50737d5385fb80cfa23f5297d1111f8eed39
[ff70e22
] 2023-01-21T12:55:52Z
[C++20][Modules] Handle defaulted and deleted functions in header units.
[2257e3d
] 2023-01-21T12:01:14Z
[openmp] Workaround for HSA in issue 60119
[5a4e9aa
] 2023-01-21T11:43:42Z
[X86] avx2-vperm.ll - use X86 check prefix instead of X32
[835cb9f
] 2023-01-21T11:31:55Z
[DAG] getNode - add type assertion checks for ISD::ABDS/ABDU
[4099e2a
] 2023-01-21T10:41:18Z
[cmake] Fix some indentation in HandleLLVMOptions.cmake
[15218a1
] 2023-01-21T09:49:36Z
[ORC] Add lazy jit support for LoongArch64
[3665da3
] 2023-01-21T09:23:53Z
Re-commit "[clang][Interp] Unify visiting variable declarations"
[171e7b8
] 2023-01-21T09:09:17Z
GlobalISel: Fix the broken release build after c1fc5219cb23d1e14c0115381321f6d8d6a4fc17
[2e25204
] 2023-01-21T08:53:34Z
Make shouldExpandLogicAtomicRMWInIR
able to match both operands.
[f7f0159
] 2023-01-21T08:51:15Z
sanmd: refine selection of functions for UAR checking
[275ab24
] 2023-01-21T04:36:09Z
[Clang][test] Avoid FileCheck error when matching -cc1
[f838cb8
] 2023-01-21T04:27:08Z
[ADT] Add [[nodiscard]] to the functions in bit.h (NFC)
[dbb7316
] 2023-01-21T03:52:14Z
[BOLT][NFC] Move getLTOCommonName to Utils
[255c3f1
] 2023-01-21T03:36:01Z
[mlir][sparse] factoring out getRankedTensorType helper function
[eaabc1b
] 2023-01-21T03:34:42Z
[ADT] Add bit_floor, bit_ceil, and bit_width to bit.h
[e1326d1
] 2023-01-21T03:28:02Z
[bazel][libc] fixes
[e5e07b0
] 2023-01-21T03:23:06Z
[BOLT] Handle __uniq suffix added by -funique-internal-linkage-names
[592536a
] 2023-01-21T03:21:13Z
llvm-reduce: Reorganize some function locations
[d78b4c4
] 2023-01-21T03:21:13Z
llvm-reduce: Fix default handling of intermediate format
[c1fc521
] 2023-01-21T03:21:13Z
GlobalISel: Split main function of RegBankSelect up
[0c4f53f
] 2023-01-21T02:42:03Z
Reland: Drop the ZeroBehavior parameter from countLeadingZeros and the like (NFC)
[de6b75c
] 2023-01-21T01:27:13Z
[bazel][libc] fixes
[0e3ff29
] 2023-01-21T00:57:12Z
[libc][Obvious] Restore static keyword of a few static methods.
[c8b31da
] 2023-01-21T00:28:03Z
[clang][dataflow] Allow analyzing multiple functions in unit tests
[d08941b
] 2023-01-21T00:18:19Z
bazel: libc: Add missing dependency
[5b09ffe
] 2023-01-21T00:16:06Z
Revert "WIP listeners", totally pushed by mistake!
[2e312a7
] 2023-01-21T00:03:43Z
WIP listeners
[028d13b
] 2023-01-20T23:51:32Z
[clang] Add ElaboratedType sugaring for types on implicit special members
[86b47f1
] 2023-01-20T23:44:30Z
[BOLT][NFC] Move out ReorderFunctions::printStats
[e12a950
] 2023-01-20T23:41:59Z
Remove the LINK_COMPONENTS entry from lldb-instr CMakery
[c7af1d1
] 2023-01-20T23:34:26Z
[OpenMP] Remove unfinished and unused 'Analyzer' tool
[255922b
] 2023-01-20T23:33:56Z
[OpenMP] Clean up AMD handling for -fopenmp-targets=amdgcn
arch inference
[56b038f
] 2023-01-20T23:12:43Z
[BPF][clang] Ignore stack protector options for BPF target
[c52f948
] 2023-01-20T22:53:28Z
[LegacyDivergenceAnalysis] Add NewPM support
[778a582
] 2023-01-20T22:40:33Z
Fix a -Wunused-variable warning in release build.
[3bde23c
] 2023-01-20T22:39:40Z
AMDGPU: Put un-initiaized enumerators together in an enum definition.
[5542bbf
] 2023-01-20T22:35:24Z
[InstSimplify] add tests for logical-and/or reduction; NFC
[9444252
] 2023-01-20T22:35:24Z
[InstSimplify] with poison-safe logical ops: (X && Y) || X --> X
[aef9531
] 2023-01-20T22:33:57Z
[mlir] Fix a warning
[59c809c
] 2023-01-20T22:27:17Z
[libc][NFC] Replace static inline and inline annotations with LIBC_INLINE.
[7ec6c62
] 2023-01-20T21:49:30Z
[libc++] Add FreeBSD XFAILs in preparation for CI
[f97cdc0
] 2023-01-20T21:44:51Z
Revert "Add support for clang-cl's option -fexcess-precision
."
[b561c5c
] 2023-01-20T21:41:03Z
[Clang] Fix test case clang/test/OpenMP/bug59944.c
[2329a92
] 2023-01-20T21:40:50Z
Revert "sanmd: refine selection of functions for UAR checking"
[83387db
] 2023-01-20T21:39:38Z
[libc++] add FreeBSD atomic wait support
[c3efd52
] 2023-01-20T21:37:36Z
[clang][modules] Disallow importing private framework in the implementation
[743fbcb
] 2023-01-20T21:31:39Z
[mlir][sparse] IR/SparseTensorDialect.cpp: misc code cleanup
[5e5d901
] 2023-01-20T21:28:59Z
[Clang] [Sema] Removed a fix-it for system headers
[0a89825
] 2023-01-20T21:25:15Z
[APSInt] Fix bug in APSInt mentioned in llvm/llvm-project#59515
[b2b078a
] 2023-01-20T21:20:21Z
[clang/CodeGenActionTest] Use the platform's path separator for the DebugInfoCWDCodeGen
test
[e60d123
] 2023-01-20T21:12:06Z
[AMDGPU][NFC] Clarify heterogeneous DWARF address/memory spaces
[1627d68
] 2023-01-20T21:07:01Z
[OMPIRBuilder] Pass dependencies to createTask by value
[901ba0f
] 2023-01-20T21:02:04Z
[lldb] Implement SymbolFile::CopyType
[84c6129
] 2023-01-20T20:59:51Z
[lldb] Remove timer from SBModule copy ctor
[593fb61
] 2023-01-20T20:58:56Z
[bazel] Fix up dependency
[ae4c928
] 2023-01-20T20:56:38Z
Revert "Revert "[MLIR] Update bazel build file after 455305624884cf9237143e2ba0635fcc5ba5206""
[915bcb0
] 2023-01-20T20:45:37Z
[LSR] Style cleanup for code recently added in D132443
[1ff8a68
] 2023-01-20T20:39:07Z
[clang/driver] Add -gno-modules
as the negative version of -gmodules
[12251c6
] 2023-01-20T20:36:57Z
Correct documentation for the refersToType AST matcher
[5af9d16
] 2023-01-20T20:32:30Z
[mlir][Index] Implement InferIntRangeInterface, re-land
[5b4ed49
] 2023-01-20T20:23:54Z
[PowerPC] Remove the lax warning for explicit casts
[d80b7fd
] 2023-01-20T20:20:58Z
Recommit "[RISCV][TableGen] Move XLen detection into getMArch in RISCVTargetDefEmitter. NFC"
[7ad786a
] 2023-01-20T20:19:43Z
[LSR] Generalize one aspect of terminator folding (recently introduced in D132443)
[1407dbe
] 2023-01-20T20:10:43Z
Allow a target loop to be used inside a parallel.
[4c58e5a
] 2023-01-20T19:54:25Z
[OpenMP] Fix for distributed barrier.
[fb9b3e9
] 2023-01-20T19:50:39Z
Update the status of some C11 and C99 features we support
[f929def
] 2023-01-20T19:43:57Z
[bazel] Remove some unused dependencies
[e9b3699
] 2023-01-20T19:40:46Z
[bazel] Add missing dependency after 16f8d17f7b
[2ebda47
] 2023-01-20T19:40:24Z
[Clang][OpenMP] Bail out early if Scope
is nullptr in case of any crash
[267768c9
] 2023-01-20T19:38:17Z
[RS4GC] Add a GCStrategy option to enable RS4GC
[124ca88
] 2023-01-20T19:30:34Z
[BOLT][DWARF] Change loclist encoding to use base_addrx
[cb29ba9
] 2023-01-20T19:24:56Z
[InstCombine] adjust tests for fptoui + trunc; NFC
[16f8d17
] 2023-01-20T19:12:38Z
[mlir] Add "memref::MemRefDialect" as dependentDialects for GpuToLLVMConversionPass
[49d47c4d2
] 2023-01-20T18:54:49Z
Add Parse/Sema for iterator for map clause.
[51da0dc
] 2023-01-20T18:52:16Z
[NFC][CVP] Add tests for udiv expansion
[43a59be
] 2023-01-20T18:52:16Z
[CVP] Expand bound udiv
's, symmetrically with urem
's
[95914ab
] 2023-01-20T18:51:29Z
Revert "[llvm] Move bit counting functions to bit.h (NFC)"
[8d25c73
] 2023-01-20T18:45:13Z
Revert "[RISCV][TableGen] Move XLen detection into getMArch in RISCVTargetDefEmitter. NFC"
[259fa70
] 2023-01-20T18:22:22Z
[PGO] incorrect classof in InstrProfIncrementInst
[e58010f
] 2023-01-20T18:16:28Z
[RISCV][TableGen] Move XLen detection into getMArch in RISCVTargetDefEmitter. NFC
[6de7c80
] 2023-01-20T18:12:02Z
[InstCombine] regenerate test checks; NFC
[0ccbf91
] 2023-01-20T18:03:37Z
[RISCV] Remove Features from CPUInfo in RISCVTargetParser.
[b4c840e
] 2023-01-20T18:00:38Z
[Sanitizers] intercept hexdump on FreeBSD.
[a63fd9d
] 2023-01-20T17:52:57Z
[gn] port a920ae3b8d1e9 (DWARFLinkerParallel)
[c4fa504f
] 2023-01-20T17:52:38Z
[AArch64] Enable libm vectorized functions via SLEEF
[88fd2e4
] 2023-01-20T17:44:53Z
[AArch64][SME2] Add multi-vector FP convert from Float to interleave Half/BFloat intrinsic
[86eff6be
] 2023-01-20T17:28:20Z
[MachineCombiner] Use default latency model when no detailed model available
[1eecf03
] 2023-01-20T17:21:26Z
[X86] LowerBUILD_VECTOR()
: fix all-UNDEF detection
[b3154d0
] 2023-01-20T16:54:34Z
[ARM][AArch64] Switch to generic MEMBARRIER node
[fa2a03d
] 2023-01-20T16:44:07Z
[NFC][DWARFLinker] Refactor address emitting code.
[7c59dea
] 2023-01-20T16:40:38Z
[NFC]Fix github identification.
[857cbb9
] 2023-01-20T16:39:59Z
[libc++][format] range-default-formatter for set.
[12dd3a7
] 2023-01-20T16:33:40Z
Recommit "[LoopUnroll] Directly update DT instead of DTU."
[ee3c6de
] 2023-01-20T16:32:42Z
[mlir] use stable_sort for OperationLegalizer::computeOpLegalizationDepth
[4707468
] 2023-01-20T16:25:36Z
Add support for clang-cl's option -fexcess-precision
.
[b94e5ff
] 2023-01-20T16:22:30Z
[RISCV][LSR] Precommit test coverage for an upcoming change
[24ed319
] 2023-01-20T16:20:47Z
Fix unused variable warning.
[cf17561
] 2023-01-20T16:20:14Z
[NFC] Reformat isBuiltinSupported with early exit
[6ba4afb
] 2023-01-20T16:18:18Z
[ODRHash] Hash ObjCInterfaceDecl
and diagnose discovered mismatches.
[ed7a46a
] 2023-01-20T16:18:18Z
[modules] Allow parsing a duplicate Obj-C interface if a previous one comes from a hidden [sub]module.
[585fbc2
] 2023-01-20T16:17:53Z
[Bitcode] Fix invalid !nonnull metadata in test (NFC)
[e4e0288
] 2023-01-20T16:12:05Z
[libc++] Move iota_view::iterator and sentinel out of iota_view
[5f68127
] 2023-01-20T16:10:46Z
[libc++] Enable clang-tidy from the buildkite pipeline instead of hard-coding it in run-buildbot
[c85fc93
] 2023-01-20T16:08:48Z
[InstCombine] Fixup check lines in test (NFC)
[f92b353
] 2023-01-20T16:08:25Z
[LoopUnroll] Add test case exposing crash with d0907ce7ed9f.
[6ac24ce
] 2023-01-20T16:03:27Z
[mlir] fix python types
[99c12af
] 2023-01-20T15:58:35Z
[Assignment Tracking] Fix tests for buildbot failure (2)
[dfb0581
] 2023-01-20T15:57:58Z
Fix !nonnull syntax in test [NFC]
[cd4180d
] 2023-01-20T15:54:32Z
[lldb][test] Skip TestRerunAndExprDylib on Ubuntu 18.04
[50d2a19
] 2023-01-20T15:52:53Z
[OpenMP] Only test kmp_atomic_float10_max_min.c on X86
[1125c5c
] 2023-01-20T15:52:08Z
[MLIR] Remove scf.if builder with explicit result types and callbacks
[e6241cb
] 2023-01-20T15:38:26Z
[Mem2Reg] Only convert !nonnull to assume if !noundef present
[029f1a4
] 2023-01-20T15:37:25Z
[MLIR] Address post-submit comments on scf.if's InferTypeOpInterface
[a920ae3
] 2023-01-20T15:36:09Z
[DWARF][dsymutil][llvm-dwarfutil] Create a placeholder library DWARFLinkerParallel.
[3d36df3
] 2023-01-20T15:29:36Z
[mlir][LLVM] Add passthrough import support
[eef538f
] 2023-01-20T15:26:33Z
[MLIR][LLVM] Support inlining LLVM::CallOp to LLVM::FuncOp.
[75fbb5d
] 2023-01-20T15:23:11Z
[clang][nfc] refactor Module::Header to use OptionalFileEntryRef
[9d4f1a9
] 2023-01-20T15:22:37Z
sanmd: refine selection of functions for UAR checking
[3cbc72e
] 2023-01-20T15:19:41Z
[Assignment Tracking] Fix tests for buildbot failure
[2ab1c6d
] 2023-01-20T15:12:25Z
[flang] Add lowering of move_alloc to IntrinsicCall
[d47a0ac
] 2023-01-20T15:10:28Z
[mlir][Linalg] fix comparison of integers with different signs
[6d11baf
] 2023-01-20T15:01:08Z
[mlgo] Stream the training data
[3129bdc
] 2023-01-20T14:57:33Z
[DAG] visitINSERT_VECTOR_ELT - move mergeInsertEltWithShuffle / combineInsertEltToShuffle folds after canonicalization
[f287c1d
] 2023-01-20T14:52:07Z
[polly] Fix i8 alignment in datalayout of lit test
[7667717
] 2023-01-20T14:52:07Z
[X86] Fix i8 alignment in datalayout of lit test
[986029c
] 2023-01-20T14:52:07Z
[Transforms] Fix i8 alignment in datalayout of lit test
[3e4a6f5
] 2023-01-20T14:52:07Z
[DirectX] Fix i8 alignment in datalayout of lit test
[d72934c
] 2023-01-20T14:50:47Z
[docs] Update release notes to mention that LoongArch supports JITLink
[9f85447
] 2023-01-20T14:47:11Z
[DebugInfo] Store instr-ref mode of MachineFunction in member
[bdf3060
] 2023-01-20T14:46:45Z
[LLVM][OpenMP] Correct the function signature of __kmpc_parallel_level
[fff2092
] 2023-01-20T14:39:25Z
[Mem2Reg] Add additional noundef variations to nonnull tests (NFC)
[0a996c8
] 2023-01-20T14:36:16Z
[Assignment Tracking] Fix -fexperimental-assignment-tracking cc1 flag
[8421004
] 2023-01-20T14:35:23Z
[ARM] Fix condition in cmov to csinc combine.
[e3a00d5
] 2023-01-20T14:30:26Z
[Assignment Tracking] Fix invalidated iterator usage
[a4898b4
] 2023-01-20T14:28:32Z
[Local] Preserve range metadata if the type did not change
[4ece507
] 2023-01-20T14:24:15Z
[Assignment Tracking][NFC] Replace LLVM command line option with a module flag
[d49b842
] 2023-01-20T14:24:10Z
[SROA] Use copyMetadataForLoad() helper
[fcd505d
] 2023-01-20T14:21:52Z
[arith] Allow integer casts of 0-D vectors
[ebd9a24
] 2023-01-20T14:20:31Z
[clang] Fix typos in member initializers
[269cfd3
] 2023-01-20T14:07:33Z
[SROA] Add additional metadata preservation tests (NFC)
[65cf77d
] 2023-01-20T13:47:43Z
[clang] Use FP options from AST for emitting code for casts
[58751f9
] 2023-01-20T13:34:57Z
[clang-format] SortUsingDeclarations support lexicographic order
[a5b457b
] 2023-01-20T13:25:56Z
[Assignment Tracking] Update test to use opaque pointers
[714286f
] 2023-01-20T13:17:34Z
[NFC] Precommit tests
[7531c87
] 2023-01-20T13:06:30Z
[flang][hlfir] Enable allocate, deallocate, pointer assignment lowering
[37f8ffc
] 2023-01-20T13:01:03Z
[AArch64][SME2] Add LLVM IR intrinsics for the vertical dot products
[a3388f3
] 2023-01-20T12:56:23Z
[mlir] Introduce a pattern to lower gpu.subgroup_reduce
to nvvm.redux_op
[b0d5753
] 2023-01-20T12:51:21Z
[mlir][Linalg] Fix ignoring nodiscard return value
[097f426
] 2023-01-20T12:17:32Z
[OpenMP][libomptarget] Fix deinit of NextGen AMDGPU plugin
[d148f8d
] 2023-01-20T12:14:29Z
[mlir][llvm] Drop cyclic dependencies during debug metadata import.
[1495210
] 2023-01-20T12:01:22Z
[OpenCL] Always add nounwind attribute for OpenCL
[06ade34
] 2023-01-20T11:46:54Z
[InstCombine] Add multi-use tests for gep of gep fold (NFC)
[2e35d68
] 2023-01-20T11:33:29Z
[AArch64][SME2] Add multi-vector multiply-add long intrinsics.
[bf23b40
] 2023-01-20T11:18:32Z
[ValueTracking] Take poison-generating metadata into account (PR59888)
[cfd3a0e
] 2023-01-20T11:14:41Z
[AArch64][SME2] Add multi-vector fused multiply-add/subtract intrinsics
[3666362
] 2023-01-20T11:14:24Z
[mlir][nvvm] Introduce redux op
[02435a5
] 2023-01-20T10:57:43Z
[ReleaseNotes] Add mention of complex number support for ARM and AArch64 backends.
[f61ee94
] 2023-01-20T10:53:25Z
[InstCombine] Add tests for constant memcpy with select (NFC)
[ed9ef9b
] 2023-01-20T10:47:30Z
tsan: Consider SI_TIMER signals always asynchronous
[b3bb4dd
] 2023-01-20T10:31:11Z
[flang][hlfir] Lower pointer and allocatable sub-part references
[044ed6e
] 2023-01-20T10:05:29Z
[bazel] Add missing dependencies for 790f237012
[afa8291
] 2023-01-20T09:52:08Z
[gn build] Port 0e13ccc69cf2
[0e13ccc
] 2023-01-20T09:51:07Z
[VPlan] Add initial VPDT test. (NFC)
[1b4fdf1
] 2023-01-20T09:39:27Z
[libomp] Explicitly include header (NFC)
[ea4fd66
] 2023-01-20T09:11:07Z
[clang] fix crash on generic lambda with lambda in decltype
[87e345b
] 2023-01-20T09:08:11Z
[mlir] GreedyPatternRewriteDriver: Add new strict mode option
[b7894eb
] 2023-01-20T09:04:16Z
[clang][Interp] Initialize remaining InlineDescriptor fields
[08ce89d
] 2023-01-20T09:03:21Z
[Flang] Explicitly include cstdint (NFC)
[e1a702d
] 2023-01-20T08:54:11Z
[GVN] Refactor findDominatingLoad function
[e74f9e7
] 2023-01-20T08:53:31Z
[include-mapping] Parse zombie_names.html into a removed symbols map.
[3557621
] 2023-01-20T08:49:30Z
Add security group 2022 transparency report.
[f4fa34c
] 2023-01-20T08:41:14Z
Revert "[X86][WIP] Change precision control to FP80 during u64->fp32 conversion on Windows."
[928a176
] 2023-01-20T08:34:05Z
[X86][WIP] Change precision control to FP80 during u64->fp32 conversion on Windows.
[e62ffd3
] 2023-01-20T08:34:05Z
[RISCV][TableGen] Use getAllDerivedDefinitions in RISCVTargetDefEmitter to simplify the code. NFC
[790f237
] 2023-01-20T08:30:16Z
[mlir][Linalg] Add a structured.pack_transpose transform op
[ff94419
] 2023-01-20T08:17:55Z
[mlir][Linalg] Fix crash in LinalgToStandard
[02fb5aa
] 2023-01-20T08:16:33Z
[mlir][Linalg] Add missing test
[2133e8b
] 2023-01-20T07:57:21Z
[clangd] Fix shared lib builds
[6b2e29c
] 2023-01-20T07:47:10Z
NFC. Refactor affine fusion code for readability
[c3f0efe
] 2023-01-20T07:29:19Z
[mlir][Linalg] Fix crash in LinalgToStandard
[6ab938c
] 2023-01-20T06:58:57Z
[gn build] Port 21f4232dd963
[21f4232
] 2023-01-20T06:55:58Z
[libc++] Enable segmented iterator optimizations for join_view::iterator
[dddcf30
] 2023-01-20T06:49:31Z
[ADT,Support] Include compiler.h
[3507df9
] 2023-01-20T06:37:57Z
[ORC][ORC-RT] Add support for callback-based lookup of JIT'd MachO unwind info.
[79b917b
] 2023-01-20T06:06:50Z
[libc++] Mark LWG3349 as complete
[1692dff
] 2023-01-20T05:36:07Z
Revert "[X86] Avoid converting u64 to f32 using x87 on Windows"
[f37614b
] 2023-01-20T05:15:39Z
[llvm] Move bit counting functions to bit.h (NFC)
[71283fd
] 2023-01-20T05:06:41Z
[gn build] Port b40a3d73dc9c
[e52ce7f
] 2023-01-20T05:04:35Z
[libc++] Remove old CI configurations and update the supported compiler versions
[b40a3d7
] 2023-01-20T05:00:40Z
[libc++] Implement P2446R2 (views::as_rvalue)
[6c48540
] 2023-01-20T04:57:12Z
Adding missing colon
[9c2cfaa
] 2023-01-20T03:24:38Z
[Clang][OpenMP] Allow f16
literal suffix when compiling OpenMP target offloading for NVPTX
[3006cb2
] 2023-01-20T03:13:17Z
[HIP] Unbundler allows missing host entry
[3ac4299
] 2023-01-20T02:04:00Z
[clang] Don't short-circuit constant evaluation for array or record types
[333ffaf
] 2023-01-20T01:48:56Z
llvm-reduce: Trim includes and avoid using namespace in a header
[c919ea5
] 2023-01-20T01:45:00Z
[AVR] Fix incorrectly printed global symbol operands in inline-asm
[05927eb
] 2023-01-20T01:42:45Z
[mlir][LLVM] Tidy up DebugTranslation casting
[a6000c14
] 2023-01-20T01:35:27Z
llvm-reduce: Account for aliases and ifuncs in IR complexity score
[0782d97
] 2023-01-20T01:35:27Z
llvm-reduce: Account for initializer complexity
[c39735c
] 2023-01-20T01:35:27Z
llvm-reduce: Use WithColor in another error message
[33ff9d9
] 2023-01-20T01:35:27Z
llvm-reduce: Fix typo in help text
[23cc36e
] 2023-01-20T01:35:26Z
llvm-reduce: Use consistent ReductionFunc types
[6083410
] 2023-01-20T01:07:55Z
[lldb] Re-enable xmm/ymm/zmm tests with the system debugserver
[56ba0ba
] 2023-01-20T01:06:44Z
Revert "[gn] port a033dbbe5c43 (clang-stat-cache)"
[a5f446b
] 2023-01-20T01:05:11Z
Revert "[clang][Darwin] Try to guess the SDK root with xcrun when unspecified"
[c5ea42b
] 2023-01-20T01:01:15Z
Revert "[LoopUnroll] Directly update DT instead of DTU."
[d5cbaa0
] 2023-01-19T23:34:30Z
[Linalg] Don't create complex vectors when vectorizing copies
[ed6d09d
] 2023-01-19T23:23:21Z
[Lex] For dependency directive lexing, angled includes in __has_include
should be lexed as string literals
[4626bd0
] 2023-01-19T23:06:53Z
[mlir][vector] Disable folding for masked reductions
[32c26e2
] 2023-01-19T23:02:14Z
CUDA/HIP: Use kernel name to map to symbol
[1f08d3b
] 2023-01-19T22:31:07Z
[AMDGPU] Further reduce attaching of implicit operands to spills
[6b43568
] 2023-01-19T22:27:24Z
[Bazel] Fix layering issues
[e8a163d
] 2023-01-19T22:20:37Z
[llvm] Cleanup edit_distance short circuiting
[bd3ee37
] 2023-01-19T22:09:22Z
Revert "[AArch64][v8.3A] Avoid inserting implicit landing pads (PACISP)"
[cf12709
] 2023-01-19T22:07:34Z
Revert "[Clang] Give Clang the ability to use a shared stat cache"
[f33b5b1
] 2023-01-19T21:58:31Z
[ODRHash] Detect mismatches in anonymous RecordDecl
.
[160bc16
] 2023-01-19T21:57:48Z
[ODRHash] Hash RecordDecl
and diagnose discovered mismatches.
[9bdcf87
] 2023-01-19T21:46:25Z
[SLP]Improve isGatherShuffledEntry by looking deeper through the reused scalars.
[9fecd58
] 2023-01-19T21:39:05Z
[OpenMP] Build device runtimes for sm_89 and sm_90
[725a21b
] 2023-01-19T21:26:40Z
Reland "[lit] Stop supporting triple substrings in UNSUPPORTED and XFAIL"
[31b0be4
] 2023-01-19T20:57:24Z
[Clang] Add lifetimebound attribute to std::move/std::forward
[e2c43a5
] 2023-01-19T20:34:23Z
[VPlan] Add vp_depth_first_deep (NFC)
[3a362a9
] 2023-01-19T20:30:43Z
[OpenMP][libomp] Insert correct HWLOC version guards
[066b4fc
] 2023-01-19T20:12:37Z
[mlir] Update VectorToGPU to new memory space
[9ef7ae5
] 2023-01-19T20:05:05Z
Revert "[MLIR] Update bazel build file after 455305624884cf9237143e2ba0635fcc5ba5206"
[af9a452
] 2023-01-19T20:04:14Z
[llvm][codegen] Fix non-determinism in StackFrameLayoutAnalysisPass output
[887240f
] 2023-01-19T20:03:06Z
Remove the undocumented help
subcommand.
[af5fc4b
] 2023-01-19T19:55:52Z
[libc++][format] range-default-formatter for map
[a478193
] 2023-01-19T19:54:10Z
Remove useless / untested verifier in scf.foreach_thread (NFC)
[176a082
] 2023-01-19T19:35:15Z
[opt] Fix static code analysis concerns
[eac59fa
] 2023-01-19T19:26:24Z
Add tests for ctpop(X) where X is a power of 2; NFC
[78f29ac
] 2023-01-19T19:26:24Z
Add transform ctpop(X) -> 1 iff X is non-zero power of 2
[1d67f2c
] 2023-01-19T19:26:24Z
Removing 'TuningSlow3OpsLEA' from ICL config
[399b8ee
] 2023-01-19T19:25:55Z
[MLIR] Update bazel build file after 455305624884cf9237143e2ba0635fcc5ba5206
[7c1ac65
] 2023-01-19T19:13:26Z
[gn build] Port c90801457f7c
[c908014
] 2023-01-19T19:11:43Z
[libc++] Refactor deque::iterator algorithm optimizations
[63e7e9c
] 2023-01-19T18:52:31Z
[AMDGPU] Treat WMMA the same as MFMA for sched_barrier
[e7f080b
] 2023-01-19T18:51:40Z
[AMDGPU] Introduce separate register limit bias in scheduler
[679c352
] 2023-01-19T18:48:28Z
[Clang][NFC] Tweak error message for GPU architecture tools
[bec49b1
] 2023-01-19T18:47:51Z
[LinkerWrapper] Use clang
to perform the device linking
[9f59aff
] 2023-01-19T18:43:12Z
Revert "[mlir][Index] Implement InferIntRangeInterface"
[117ecdd
] 2023-01-19T18:28:02Z
[IRLinker] Replace CallInstr with CallBase
[1f3f3c0
] 2023-01-19T18:20:38Z
Revert "Reland [pgo] Avoid introducing relocations by using private alias"
[7f66e18
] 2023-01-19T18:19:50Z
[MLIR] Add InferTypeOpInterface to scf.if op
[b5d9f00
] 2023-01-19T18:12:59Z
Forbid implicit conversion of constraint expression to bool
[d0907ce
] 2023-01-19T18:11:54Z
[LoopUnroll] Directly update DT instead of DTU.
[1d98861
] 2023-01-19T18:06:28Z
[mlir][SCF] Fix crash in loop peeling
[af05e81
] 2023-01-19T18:01:03Z
[Sanitizers] GetMemoryProfile implementation for FreeBSD.
[4553056
] 2023-01-19T17:48:24Z
[mlir][Index] Implement InferIntRangeInterface
[b05fa4f
] 2023-01-19T17:46:22Z
[clang][driver][AIX] Add OpenMP runtime if -fopenmp specified
[b3faa1a
] 2023-01-19T17:35:46Z
Fix zero-initialization fix-it for variable template
[2f8b920
] 2023-01-19T17:28:14Z
Revert "[lit] Stop supporting triple substrings in UNSUPPORTED and XFAIL"
[b147636
] 2023-01-19T17:27:50Z
[NFC][flang] Added debug option to bisect TBAA tag attachments.
[bc94a9b
] 2023-01-19T17:26:53Z
Silence some sign comparison warnings; NFC
[9a32e53
] 2023-01-19T17:26:25Z
[libc] add scanf float converter
[176c853
] 2023-01-19T17:26:22Z
[libc] add internal string class
[eef0210
] 2023-01-19T16:58:39Z
[Flang][Debug] Modifications for getting pathname
[a09b1dc
] 2023-01-19T16:58:05Z
[libc++][format] Adds formatter std::vector.
[6ef990c
] 2023-01-19T16:51:17Z
[gn build] Port 04d4f4b3d4e4
[3e6afa7
] 2023-01-19T16:50:31Z
[CostModel][AArch64] Precommit tests for LD1 single-element to lane. NFC.
[68f4579
] 2023-01-19T16:50:31Z
[AARCH64][SVE] Do not optimize vector conversions
[04d4f4b
] 2023-01-19T16:50:16Z
[libc++][format] Adds container adaptor formatters.
[a9c5a98
] 2023-01-19T16:43:52Z
[SystemZ] Improvement in tryRxSBG().
[afca08a
] 2023-01-19T16:43:24Z
[NFC][bazel] Move _tensor_ops_ext.py to the correct filegroup
[ac09387
] 2023-01-19T16:39:18Z
[NFC][bazel] Add tensor_ops_ext.py to SparseTensorOpsPyFiles
[a0f8bdb
] 2023-01-19T16:35:02Z
[lit] Stop supporting triple substrings in UNSUPPORTED and XFAIL
[fd26eee
] 2023-01-19T16:34:34Z
[flang] Allow pointer association between derived-type pointer and unlimited polymorphic target
[e315b87
] 2023-01-19T16:33:29Z
[flang] Support polymorphic source in RESHAPE intrinsic
[a459a24
] 2023-01-19T16:32:31Z
[flang] Fix SELECT TYPE lowering when CLASS DEFAULT is not the last type guard
[c85cecf
] 2023-01-19T16:20:20Z
[gn build] Port 22e8525dfdd7
[22e8525
] 2023-01-19T16:20:05Z
[libc++][format] Implements range_formatter
[72dc033
] 2023-01-19T16:15:56Z
[SROA] Check TBAA metadata in tests (NFC)
[e84d69f
] 2023-01-19T16:05:23Z
[clangd] Fix clangd-fuzzer build.
[48df06f
] 2023-01-19T16:01:30Z
[AArch64] Allow poison elements of fixed-vectors to be duplicated as a widened element
[daa316b
] 2023-01-19T15:59:06Z
[clang][dataflow] Fix bug in joining bool values.
[3508f69
] 2023-01-19T15:57:21Z
[flang][hlfir] Lower whole allocatable or pointer component ref
[b3b049a
] 2023-01-19T15:56:09Z
[Local] Preserve noundef metadata in copyMetadataForLoad()
[f13d600
] 2023-01-19T15:54:44Z
[flang] Add semantic check for multiple part-ref with non-zero rank
[9c0f957
] 2023-01-19T15:50:45Z
[InstCombine] Add test for load type conversion with !noundef (NFC)
[ee700de
] 2023-01-19T15:37:50Z
[AArch64] Armv9-A implies FP16
[e0b3b6c
] 2023-01-19T15:11:52Z
[OpenMP][Fix] Track all threads that may delete an entry
[03c45f1
] 2023-01-19T15:11:26Z
[Dexter] Add on_line parameter to DexExpectStepOrder command
[adcc90a
] 2023-01-19T15:06:07Z
[InstCombine] Add non-logical variants for some ctpop and/or tests (NFC)
[0c2630b
] 2023-01-19T14:56:23Z
[InstCombine] Drop incorrect test (NFC)
[c441f65
] 2023-01-19T14:33:32Z
[clang][dataflow] Add (initial) debug printing for Value
and Environment
.
[2bcedd4
] 2023-01-19T14:26:34Z
[SPIR-V] Emit OpExecutionMode ContractionOff for no FP_CONTRACT metadata
[4ace72e
] 2023-01-19T14:24:56Z
[InstCombine] Add tests for freeze with !range and !align metadata (NFC)
[67bd3c5
] 2023-01-19T14:10:31Z
[X86] Add register definitions for cfi directives
[77529ea
] 2023-01-19T14:01:29Z
[gn] port 939dce12f9f3 (clangd uses include-cleaner) more
[d3ae856
] 2023-01-19T13:46:12Z
[gn] port 939dce12f9f3 (clangd uses include-cleaner)
[939dce1
] 2023-01-19T13:31:40Z
[clangd] Implement unused include warnings with include-cleaner library.
[e741b8c
] 2023-01-19T13:26:26Z
[llvm][ir] Purge MD_prof custom accessors
[7e5681c
] 2023-01-19T13:23:42Z
[DAG] Peek through ZEXT/TRUNC in foldAddSubMasked1
[e70ca7b
] 2023-01-19T13:20:38Z
[clang] Build UsingType for elaborated type specifiers.
[1119c15
] 2023-01-19T13:18:22Z
[flang][hlfir] Enable lowering and passing of allocatables and pointers.
[6ad1b40
] 2023-01-19T13:16:29Z
Optimize OptTable::findNearest implementation and usage
[94750af
] 2023-01-19T13:03:00Z
[MLIR][Presburger] Support divisions in union of two PWMAFunction
[786cb15
] 2023-01-19T13:02:14Z
[SPIR-V] Add -opaque-pointers=0 to some LIT tests
[0f5a81c
] 2023-01-19T12:52:47Z
[clang][Interp][NFC] Remove shift error checking code duplication
[f6ea1af
] 2023-01-19T12:52:47Z
Revert "[clang][Interp] Implement missing compound assign operators"
[8df7e81
] 2023-01-19T12:52:47Z
Revert "[clang][Interp] Unify visiting variable declarations"
[2826869
] 2023-01-19T12:37:05Z
[DAG] Do not combine any_ext when we combine and into zext.
[1499cce
] 2023-01-19T12:13:08Z
[clang] Improve diagnostic for "initializer-string for char array is too long"
[655c88c
] 2023-01-19T12:07:27Z
[VPlan] Add vp_depth_first_shallow + graph traits for wrapper(NFC)
[bf4140c
] 2023-01-19T12:06:30Z
[AMDGPU] Add feature predicate for v_fmac_f64 instruction
[85acfc6
] 2023-01-19T12:03:20Z
Revert "[clang][Interp][NFC] Remove shift error checking code duplication"
[e4ebe14
] 2023-01-19T11:41:50Z
[mlir][OpenMP] Add nontemporal clause definition to simd construct
[658bf08
] 2023-01-19T11:40:59Z
[NFC][bazel] Enable layering_check for mlir/unittests
[2dbcfd2
] 2023-01-19T11:37:20Z
Revert "[clang][Interp][NFC] Move CheckDivRem() implementation into Interp.cpp"
[490e821
] 2023-01-19T11:24:56Z
[clang][Interp] Implement missing compound assign operators
[9ee0d74
] 2023-01-19T11:18:34Z
[clang][Interp][NFC] Move CheckDivRem() implementation into Interp.cpp
[fddf641
] 2023-01-19T11:18:26Z
[clang][Interp][NFC] Remove shift error checking code duplication
[2aa23ff
] 2023-01-19T11:16:03Z
[clang][Interp][NFCI] Pull IsConstantContext into State
[e91a5ce
] 2023-01-19T11:01:27Z
[mlir][vector] Add a custom builder for LowerVectorsOp
[9b9cfe7
] 2023-01-19T10:50:04Z
[mlir][LLVM] Replace readnone with memory effects
[3d70f3c
] 2023-01-19T10:32:42Z
[mlir] fix mlir integration tests
[98acd74
] 2023-01-19T10:19:40Z
[mlir] simpler transform dialect silenceable failures
[88c5027
] 2023-01-19T10:19:37Z
[mlir] make multi-size tiling use transform parameters
[883c117
] 2023-01-19T10:12:53Z
[Regex] Avoid NFA machinery for fixed prefix chars (NFC)
[9308014
] 2023-01-19T10:07:51Z
[clang][Interp] Diagnose uninitialized array record fields
[ccb6749
] 2023-01-19T09:48:54Z
[clangd] Simplify some tests in IncludeCleanerTests, NFC
[5b54cf1
] 2023-01-19T09:46:16Z
[clang][Interp] Unify visiting variable declarations
[871815e
] 2023-01-19T09:32:20Z
[AArch64][SVE2p1] Add SVE2.1 while (predicate-pair) intrinsics
[921c6f0
] 2023-01-19T09:28:29Z
[mlir][FuncToLLVM] Drop llvm.linkage attribute
[ffafa0d
] 2023-01-19T09:22:37Z
[test][InstCombine] Remove out-of-date comment
[6b85fa6
] 2023-01-19T09:04:07Z
[InstCombine] Don't optimize idempotent atomicrmw <op>, 0
into load atomic
[d49d83e
] 2023-01-19T09:01:22Z
[MLIR][LLVM] Don't use void return type in getCallableResults
.
[6c8a884
] 2023-01-19T08:58:34Z
[mlir] fix python test
[6b0cd49
] 2023-01-19T08:42:22Z
[clang][Interp] Check Field initialization after constructor call
[7fa0a3c
] 2023-01-19T08:29:22Z
[LoongArch] Add an option for MCInstPrinter to print numeric reg names
[9ef43ad
] 2023-01-19T08:26:31Z
[InstCombine] regenerete icmp-logical tests (NFC)
[741cb06
] 2023-01-19T08:22:57Z
[clang][Interp][NFC] Remove unused functions
[1221af9
] 2023-01-19T08:22:57Z
[clang][Interp] Use placement new to construct opcode args into vector
[d44f4fa
] 2023-01-19T08:22:57Z
[clang][Interp][NFC] Initialize constants as ~0u
[a6e3027
] 2023-01-19T06:41:34Z
[X86] Avoid converting u64 to f32 using x87 on Windows
[83d56fb1
] 2023-01-19T03:58:44Z
Drop the ZeroBehavior parameter from countLeadingZeros and the like (NFC)
[26f83b4
] 2023-01-19T03:20:57Z
[flang] Fixed unittest build issue with older gcc.
[3e731af
] 2023-01-19T03:16:30Z
[mlir] Limit Interface generation to the top-level input file
[5cdc2bb
] 2023-01-19T03:16:30Z
[mlir] Move SymbolOpInterfaces "classof" check to a proper "extraClassOf" interface field
[83a635c
] 2023-01-19T03:16:30Z
[mlir] Add support for interface inheritance
[b2bdb0b
] 2023-01-19T03:16:30Z
[mlir] Make FunctionOpInterface inherit SymbolOpInterface
[f252333
] 2023-01-19T02:54:48Z
[-Wunsafe-buffer-usage][NFC] Fix Fixables filtering
[38a2f08
] 2023-01-19T02:37:48Z
Revert "[NFC] [Serialization] Add static assert for the size of the decls to"
[a702c05
] 2023-01-19T02:25:05Z
[gn build] Port 557a5bc336ff
[c79635c
] 2023-01-19T02:20:29Z
[NFC] [Serialization] Add static assert for the size of the decls to mention developers to remember to touch the serializer after them modified the field of decls
[8d498e0
] 2023-01-19T02:17:22Z
[gn] port a033dbbe5c43 (clang-stat-cache)
[557a5bc
] 2023-01-19T01:51:14Z
[codegen] Add StackFrameLayoutAnalysisPass
[f2b4b54
] 2023-01-19T01:40:17Z
[HWASAN] Init lsan and install at_exit hook
[ad4b66f
] 2023-01-19T01:39:45Z
[ORC-RT] Specialize non-coalescing-IntervalMap to allow non-comparable values.
[0ce4fca
] 2023-01-19T01:27:10Z
[NFC][sanitizers] Add COMPILER_RT_HAS_WTHREAD_SAFETY_FLAG
[97ae7d8
] 2023-01-19T01:09:06Z
[OpenMP][OMPT] Expect failure from tool_available_search.c on macOS
[3ff1726
] 2023-01-19T01:08:18Z
[OpenMP][AMDGPU] Get rid of redundant macro def
[dc3875e
] 2023-01-19T00:29:12Z
Add parameter extension attributes in various instrumentation passes.
[0660397
] 2023-01-19T00:18:25Z
[CUDA] Allow targeting NVPTX directly without a host toolchain
[f0e7ae0
] 2023-01-19T00:12:18Z
[AMDGPU] Run autogen checks on test
[da5a8d1
] 2023-01-18T23:56:35Z
Reland [pgo] Avoid introducing relocations by using private alias
[9545580
] 2023-01-18T23:33:11Z
[HWASAN] Remove FindHeapChunkByAddressFastLocked
[a4f246a
] 2023-01-18T23:21:57Z
[OpenMP] Fix inconsistent task state if hot team is not used
[debfa43
] 2023-01-18T23:15:03Z
[Clang][NFC] Clang-format CUDA toolchain file
[237ca43
] 2023-01-18T23:00:22Z
[-Wunsafe-buffer-usage] Group diagnostics by variable
[69a9bbf
] 2023-01-18T22:53:07Z
[BOLT][NFC] Replace ambiguous BinarySection::isReadOnly with isWritable
[c5abe89
] 2023-01-18T22:46:55Z
[StatCacheFileSystem] Attempt to fix build
[a033dbb
] 2023-01-18T22:31:27Z
[Clang] Give Clang the ability to use a shared stat cache
[005c158
] 2023-01-18T22:30:27Z
[HWASAN] Fix Fuchsia link problem
[43f382a
] 2023-01-18T22:19:35Z
[BOLT][NFC] Simplify handleRelocation
[39a63fc
] 2023-01-18T22:18:54Z
[-Wunsafe-buffer-usage] Use relevant source locations for warnings
[304d730
] 2023-01-18T22:15:53Z
[clang][Sema] Fix uninitialized SourceLocation
for types with multiple attributes and macros.
[d3da906
] 2023-01-18T21:56:15Z
[CMake] Allow setting the location of host tools with LLVM_NATIVE_TOOL_DIR
[4a7966e
] 2023-01-18T21:44:44Z
[BOLT][NFC] DataAggregator code cleanup
[706606a
] 2023-01-18T21:22:57Z
[BOLT][NFC] Remove AArch64 override for evaluateBranch
[1136cf1
] 2023-01-18T20:41:19Z
[SystemZ] Implement lowering of GET_ROUNDING
[db223b7
] 2023-01-18T20:33:05Z
Do qProcessInfo-hint binary loading later in Process setup
[5d98dc7
] 2023-01-18T19:56:42Z
[llvm][GenericUniformity] Hack around strict is_invocable() checks
[97cb619
] 2023-01-18T19:38:39Z
[RISCV] Use canonical move instruction in RISCVAsmPrinter::EmitHwasanMemaccessSymbols.
[82fa51f
] 2023-01-18T19:38:17Z
[RISCV] Use TargetMachine MCSubtargetInfo in RISCVAsmPrinter::EmitHwasanMemaccessSymbols.
[9778802c
] 2023-01-18T19:31:45Z
[RISCV] Make it explicit that attributes use the MCSubtargetInfo from TargetMachine. NFC
[0f4b4e8
] 2023-01-18T19:25:25Z
[OpenMP] RecordReplay saves bitcode when JIT-ing
[8565e83
] 2023-01-18T19:12:39Z
[hwasan] add pattern for short tag in symbolizer
[2307029
] 2023-01-18T18:58:26Z
[libTooling] Rename getRangeForEdit
as getFileRangeForEdit
[1ce0617
] 2023-01-18T18:51:40Z
[InstSimplify] reduce "mul nsw i1" to "false"
[57662cb
] 2023-01-18T18:40:08Z
[OpenMP] Disable building libomptarget
on 32-bit systems
[1378e7d
] 2023-01-18T18:29:30Z
[InstSimplify] add no-wrap parameters to simplifyMul and add more tests; NFC
[ecade80
] 2023-01-18T18:20:59Z
[clang][Darwin] Try to guess the SDK root with xcrun when unspecified
[b4a0b9f
] 2023-01-18T18:18:52Z
[lldb][Language] List supported languages in expr error text
[0246c5d
] 2023-01-18T18:17:25Z
[NFC] Release Note for D138995
[2aea0a9
] 2023-01-18T18:11:43Z
[OpenMP][libomp] Switch Intel topology type values: module, tile
[ff6f4ae7
] 2023-01-18T18:03:38Z
Reduce input arguments for getPackingInfoFromConsumer
(NFC)
[f311922
] 2023-01-18T17:59:12Z
[OpenMP][libomp] Fix stats-gathering for new MSVC sections API
[9ae4e1a
] 2023-01-18T17:54:44Z
[flang] Do not perform INTERNAL_CHECK for deallocation of unlimited polymorphic with intrinsic type spec
[94d89aa
] 2023-01-18T17:52:04Z
[flang] Allocate polymorphic with SOURCE= using ApplyMold
[9ee625b
] 2023-01-18T17:41:08Z
[Clang] Update the help message for --offload-arch
[29d25f9
] 2023-01-18T17:14:23Z
[clang][Interp][NFC] Simplify InterpFrame constructor
[198d1d9
] 2023-01-18T16:59:24Z
[mlir][tosa] Prefer tosa.transpose composition canonicalization to reshape
[4cec5ea
] 2023-01-18T16:38:02Z
[mlir][tosa] Set explicit benefit for tosa.reshape to linalg
[ea0eee80
] 2023-01-18T16:35:37Z
[Libomptarget] Only build GPU tests if a GPU is found on the system
[f8bed13
] 2023-01-18T16:01:27Z
[libc++][format] Adds new test macros.
[8650947
] 2023-01-18T15:55:02Z
[clang][Interp] Track initialization state of local variables
[7460842
] 2023-01-18T15:45:08Z
[DAGCombiner] combineShuffleOfSplatVal()
: don't assert that shuffle is non-undef
[3af113f
] 2023-01-18T15:38:20Z
[Assignment Tracking] Replace metadata number with variable capture in tests
[e4d9a5e
] 2023-01-18T15:37:51Z
[flang] Add implementation of move_alloc to the runtime
[1720ec6
] 2023-01-18T15:32:12Z
[InstCombine] restrict no-wrap propagation for i1/i2 to avoid miscompiles
[d35c7e4
] 2023-01-18T15:31:19Z
[flang] Move TODO to the source allocation part
[830ac67
] 2023-01-18T15:17:07Z
[InstCombine] reduce code duplication in visitSub(); NFC
[eb42b67
] 2023-01-18T15:17:06Z
[InstCombine][InstSimplify] add tests for i1/i2 mul with no-wrap; NFC
[f845076
] 2023-01-18T15:14:58Z
[StatepointLowering] Move statepoint correctness checks to Verifier. NFC.
[feee22d
] 2023-01-18T15:02:41Z
[VPlan] Disconnect VPRegionBlock from successors in graph iterator(NFCI)
[e5f7116
] 2023-01-18T14:55:13Z
[mlir][vector] Limit vector.mask op to single vector result
[ae0c232
] 2023-01-18T14:45:34Z
[Regex] Check two chars in step back optimization (NFC)
[695ce48
] 2023-01-18T14:25:00Z
Revert "[ConstraintElim] Enable pass by default."
[22c9f4c
] 2023-01-18T14:23:22Z
[VPlan] Replace VPInterleaveRecipe::classof with VP_CLASSOF_IMPL. (NFC)
[100cf45
] 2023-01-18T14:19:55Z
[mlir][linalg][bufferize][NFC] Utilize DestinationStyleOpInterface helper
[c114dba
] 2023-01-18T14:16:40Z
Harden -slice-analysis-test MLIR testing pass to check for some invariants
[11a9c05
] 2023-01-18T14:11:06Z
[mlir] GreedyPatternRewriteDriver: Fix termination criteria in OpPatternRewriteDriver
[31ee6ae
] 2023-01-18T13:56:51Z
[llvm-objdump] Fix reporting error for processing target features
[e7300e7
] 2023-01-18T13:51:21Z
Diagnose extensions in 'offsetof'
[63ba34f
] 2023-01-18T13:49:22Z
[flang] Add TODO for allocate array with scalar source
[32af267
] 2023-01-18T13:30:53Z
[NFC][WebAssembly] Add tests
[c2ab7e2
] 2023-01-18T13:13:37Z
[InstCombine] simplify code for matching shift-logic-shift pattern; NFC
[f81151e
] 2023-01-18T13:13:37Z
[InstCombine] add tests for diff-of-squares; NFC
[0aaeb25
] 2023-01-18T13:07:41Z
[include-mapping] Fix gen_std.py test
[60b9897
] 2023-01-18T12:50:04Z
[gn build] Port f10d452db841
[f10d452
] 2023-01-18T12:49:20Z
Reland "[JITLink] Add an initial implementation of JITLink for ELF/LoongArch"
[cb54401
] 2023-01-18T12:31:35Z
[bazel] Fix build after c33b9395b1
[c33b939
] 2023-01-18T12:20:15Z
[BitcodeReader] Allow reading pointer types from old IR
[f615de7
] 2023-01-18T12:14:58Z
[VPlan] Replace VPBranchOnMaskSC::classof with VP_CLASSOF_IMPL. (NFC)
[3cba33c
] 2023-01-18T12:09:40Z
[RISCV][ISelLowering] Fix select lowering issue
[9936064
] 2023-01-18T12:08:21Z
Remove an unused variable, NFC
[73cdbbe
] 2023-01-18T11:56:36Z
[DAG] combineInsertEltToShuffle - split off mergeInsertEltWithShuffle fold. NFC.
[21df504
] 2023-01-18T11:44:26Z
[DAG][ARM][AArch64] Transform max(a,b) - min(a,b) -> abd(a,b)
[6898d84
] 2023-01-18T11:41:44Z
Reland "nullptr returned from ActOnTag() is not a valid result"
[3ed58d4
] 2023-01-18T11:35:24Z
AArch64: allocate small fixed args properly in varargs functions.
[45299fb
] 2023-01-18T11:24:20Z
Reapply [AArch64] fold subs ugt/ult to ands when the second operand is mask/pow2
[d8a1d502
] 2023-01-18T11:05:54Z
[libc++][ranges] Remove a leftover include version control markers in Cxx20Papers.csv
[a0d80c2
] 2023-01-18T10:53:24Z
[RISCV] Generalize performFP_TO_INTCombine to vectors
[98b9340
] 2023-01-18T10:53:21Z
[RISCV][NFC] Add test cases for rounding vfcvt
[4756f9a
] 2023-01-18T10:14:26Z
[LLVMContext] Remove hasSetOpaquePointersValue() API (NFC)
[e26ec33
] 2023-01-18T10:10:52Z
[DAG][AArch64][ARM] Combine abd(sub(x, y)) to abd if the sub is nsw
[855beb1
] 2023-01-18T10:02:09Z
[LTO] Always use opaque pointers mode from config
[544e029
] 2023-01-18T09:56:04Z
Fix typo. NFC
[0a85c53
] 2023-01-18T09:56:04Z
[GlobalISel] Detect splats built with G_CONCAT_VECTORS
[d7daa63
] 2023-01-18T09:16:08Z
[mlir][tblgen] Emit deprecation warning if kEmitRawAttributes
is used
[ebfb1dd
] 2023-01-18T09:05:51Z
[gn build] Port 48c2172e51b2
[e4abfc4
] 2023-01-18T09:01:16Z
[CSKY] Fix errors caused by change of compressInst
[fff6964
] 2023-01-18T08:59:06Z
[Release] Produce mlir tarball
[9ed2f14
] 2023-01-18T08:58:32Z
[AsmParser] Remove typed pointer auto-detection
[48c2172
] 2023-01-18T08:53:37Z
Revert "[JITLink] Add an initial implementation of JITLink for ELF/LoongArch"
[610abe8
] 2023-01-18T08:53:21Z
Revert "[BitcodeReader] Allow reading pointer types from old IR"
[b06fd14
] 2023-01-18T08:50:44Z
[GVN][NFC] Add pre-commit tests for non-local load cases (D141680)
[fd33001
] 2023-01-18T08:50:17Z
[CodeGen] Prevent overlapping subregs in getCoveringSubRegIndexes
[6a60a68
] 2023-01-18T08:49:37Z
[AMDGPU] Precommit test for D141576
[4afedbd
] 2023-01-18T08:45:51Z
[LowerIFunc] Remove typed pointer test (NFC)
[1cf1727
] 2023-01-18T08:03:51Z
[HWASAN] Add leak sanitizer flag support
[0e08a85
] 2023-01-18T07:45:51Z
[HWASA] Restore LsanMetadata from D141642 Diff5
[d94b069
] 2023-01-18T06:54:00Z
[libc++][ranges] Mark completed Ranges papers and issues as done, bump version macro
[93831d6
] 2023-01-18T06:35:55Z
[gn build] Port 28b6f38d0a84
[39da55e
] 2023-01-18T06:35:21Z
Revert "Diagnose extensions in 'offsetof'"
[346e1c4
] 2023-01-18T06:35:20Z
Revert "nullptr returned from ActOnTag() is not a valid result"
[fcc2e5a
] 2023-01-18T06:34:06Z
[TableGen][NFC] Add postfix for validators of CompressPat
[3f703b0
] 2023-01-18T06:34:06Z
[RISCV][NFC] Move compressInst/uncompressInst to RISCVBaseInfo
[9bb7a38
] 2023-01-18T06:34:06Z
[RISCV][NFC] Use uncompressInst to relax instructions
[28b6f38
] 2023-01-18T06:29:45Z
[JITLink] Add an initial implementation of JITLink for ELF/LoongArch
[205b5f6
] 2023-01-18T06:15:27Z
[Serialization] Serialize the new added FunctionDeclBits: IsIneligibleOrNotSelected
[a7b47fa
] 2023-01-18T06:14:47Z
[NFC] Disable test on AIX due to different default output
[51b941d
] 2023-01-18T06:13:29Z
[gn build] Manually port e022ca8
[5725c8d
] 2023-01-18T05:54:00Z
[perf-training] Check extension in findFilesWithExtension
[406800c
] 2023-01-18T05:34:46Z
[mlir] Fixed memory leak after D141726.
[bc3e492
] 2023-01-18T03:33:57Z
llvm-reduce: Reduce ifuncs
[c841086
] 2023-01-18T03:33:56Z
llvm-reduce: Add missing consts
[5bacac9
] 2023-01-18T03:33:56Z
llvm-reduce: Use StringRef/ArrayRef
[76d3e1a
] 2023-01-18T03:33:56Z
llvm-reduce: Simplify async usage by avoiding lambda
[e7cd42f
] 2023-01-18T03:33:56Z
Utils: Add utility pass to lower ifuncs
[c804775
] 2023-01-18T03:23:42Z
[hwasan] Fix LsanMetadata::LsanMetadata
[c2d8974
] 2023-01-18T03:15:47Z
[Flang] Fix parsing error on loop count compiler directive
[d0942df4
] 2023-01-18T03:06:13Z
[AArch64][SVE] Add more intrinsics in 'isZeroingInactiveLanes'.
[1a1ddf0
] 2023-01-18T02:41:39Z
Add NVGPUUtil bazel lib
[98f36ac
] 2023-01-18T02:39:21Z
[C++20] [Modules] Deprecate -fmodules-ts
flag
[a971ce7
] 2023-01-18T02:28:07Z
[RISCV] Eliminate the need to pass both RISCVSubtarget and MCSubtargetInfo to isCompressibleInst.
[f900742
] 2023-01-18T02:26:53Z
[C++] [Coroutines] Deprecates the '-fcoroutines-ts' flag
[214312e
] 2023-01-18T02:00:47Z
[-Wunsafe-buffer-usage][NFC] Refactor checkUnsafeBufferUsage
[e022ca8
] 2023-01-18T01:59:17Z
[HWASAN] Implemented LSAN SetLsanTag and IgnoreObjectLocked
[e329715
] 2023-01-18T01:16:37Z
[NFC][bazel] Add export_files for utils/textmate/mlir.json
[a331560
] 2023-01-18T01:05:35Z
[libc++][NFC] Split up ranges.transform.pass.cpp
[f3f4bc8
] 2023-01-18T00:56:49Z
[NFC] [scudo] syntax-check DCHECK arguments if DCHECK is off
[fe93da2
] 2023-01-18T00:30:13Z
[-Wunsafe-buffer-usage] Emit warnings about unsafe operations on arrays
[1ee2905
] 2023-01-18T00:29:51Z
[HWASan] link to doc in reports on Android
[94c772d
] 2023-01-18T00:29:03Z
[OpenMP] Support kernel record and replay
[9bd69ae
] 2023-01-18T00:19:38Z
[nfc][mlgo] Remove abstraction layers for training logger
[5073a62
] 2023-01-18T00:12:08Z
[MachineBasicBlock] Explicit FT branching param
[c43f38e
] 2023-01-17T23:41:26Z
Revert ""Reland "[pgo] Avoid introducing relocations by using private alias""
[d581308
] 2023-01-17T23:31:02Z
Fix OSX build break introduced by D141720
[3d6841b
] 2023-01-17T23:25:29Z
[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::Number.
[29f5e9e
] 2023-01-17T23:15:45Z
[RISCV] Use zeroext instead of signext in mask reduction tests. NFC
[70b716d
] 2023-01-17T23:10:16Z
[libc++] Add ALLOW_RETRIES to a few flaky tests
[4c3d7bc
] 2023-01-17T22:43:48Z
[SystemZ][z/OS] Fix cityhash lit for EBCDIC
[4729f6e
] 2023-01-17T22:37:06Z
[CompilerRT] Remove sanitizer support for i386 iossim
[a44477b
] 2023-01-17T22:33:31Z
[CompilerRT] Remove ubsan static runtime on Apple
[bbb73fb
] 2023-01-17T21:47:47Z
[ORC-RT] Reapply ab59185fbfb (Add IntervalMap/Set), with missing files included.
[c151e84
] 2023-01-17T21:36:03Z
Revert "[ORC-RT] Add IntervalMap and IntervalSet collections."
[861abbe
] 2023-01-17T21:36:02Z
[Analysis] Fix a warning
[b8c06f1
] 2023-01-17T21:35:13Z
[RISCV][TableGen] Correct formatting in RISCVGenCompressInstEmitter.inc. NFC
[574a77a
] 2023-01-17T21:33:36Z
[clang][sema][Matrix] Move code from try-cast to TypeLocVisitor
. NFC intended.
[ab59185
] 2023-01-17T21:25:25Z
[ORC-RT] Add IntervalMap and IntervalSet collections.
[b53b964
] 2023-01-17T21:12:40Z
[mlir] Fix a deprecation warning
[5898be1
] 2023-01-17T21:12:27Z
[mlgo] Remove the protobuf dependency
[cdd8fcd
] 2023-01-17T21:11:33Z
[VPlan] Replace VPExpandSCEVRecipe::classof with VP_CLASSOF_IMPL. (NFC)
[bfb1223
] 2023-01-17T21:08:29Z
[libc++] Mark std::pmr virtual functions as _LIBCPP_HIDE_FROM_ABI_VIRTUAL
[3925fbc
] 2023-01-17T21:04:35Z
nullptr returned from ActOnTag() is not a valid result
[df950a0
] 2023-01-17T21:01:22Z
[mlir] Fix a warning
[b8b756c
] 2023-01-17T20:57:51Z
[RISCV] Add missing check prefixes to vreductions-mask.ll. NFC
[83a5083
] 2023-01-17T20:54:27Z
[mlir][sparse] avoid using mutable descriptor when unnecessary (NFC)
[bf1ba6b
] 2023-01-17T20:53:14Z
[VPlan] Replace VPScalarIVStepsRecipe::classof with VP_CLASSOF_IMPL(NFC)
[6a76334
] 2023-01-17T20:29:51Z
[Clang] Reject in-class defaulting of previously declared comparison operators
[566ecc2
] 2023-01-17T20:28:04Z
[Libomptarget][NFC] Rename device environment variable
[4ce454c
] 2023-01-17T20:27:12Z
[Clang] Configure definitions for amdgpu/nvptx arch query tools
[c4b39cd
] 2023-01-17T20:01:11Z
[llvm][ADT] Mark makeMutableArrayRef
as deprecated
[bf44905
] 2023-01-17T19:58:40Z
[InstCombine] add tests for difference-of-squares; NFC
[68c197f
] 2023-01-17T19:58:40Z
[InstCombine] factor difference-of-squares to reduce multiplication
[0b38636f
] 2023-01-17T19:56:43Z
[RISCV] Remove MCRegisterInfo dependency from compressInst/uncompresInst/isCompressibleInst.
[6ae84d6
] 2023-01-17T19:39:39Z
[MC] Use MCRegister instead of unsigned in MCInstPrinter (NFC)
[226ceeb
] 2023-01-17T19:32:29Z
[RISCV] Use Zvl*b as a lower bound for VScaleRange.
[f1f0a0d
] 2023-01-17T19:30:57Z
Diagnose extensions in 'offsetof'
[eae8d22
] 2023-01-17T19:27:51Z
[PS4] NFC: rewrite a test to use lit's DEFINE feature
[09e4449
] 2023-01-17T19:27:51Z
[PS5] Handle visibility options same as PS4
[d2f1369
] 2023-01-17T19:09:22Z
[MLIR] Add return type inference to scf.if builder
[ca5d117
] 2023-01-17T19:04:26Z
Add additional tests for ctlz{_zero_undef} to test folding with xor; NFC
[d23516e
] 2023-01-17T18:56:06Z
[mlir] fix dereferencing of optional sym_name attribute
[eec516a
] 2023-01-17T18:38:56Z
[OpenMP] Make -Xarch_host
and -Xarch_device
work for OpenMP offloading
[83af411
] 2023-01-17T18:38:34Z
[Libomptarget] Replace Nvidia arch lookup with 'nvptx-arch'
[7ef075a
] 2023-01-17T18:30:29Z
[lldb] Only allow SymbolFiles to construct Types
[35b5499
] 2023-01-17T18:21:01Z
Reland: [GWP-ASan] Add recoverable mode.
[9c84d20
] 2023-01-17T18:19:11Z
[flang] Generate TBAA information.
[2449cba
] 2023-01-17T17:56:03Z
[InstCombine] Handle PHI nodes in PtrReplacer
[9a47900
] 2023-01-17T17:50:11Z
[MLIR][SCF] Fix comment in TestTilingInterface.cpp
(NFC)
[fd9f04a
] 2023-01-17T17:34:09Z
tsan: fix broken aarch64_39/42 mappings and expand them
[b015fcc
] 2023-01-17T17:25:51Z
[mlir][vector] Fix extract op canonicalization for 0d vector
[794979a
] 2023-01-17T17:12:55Z
[mlir][gpu] Improve foreach_thread distribution
[435905e
] 2023-01-17T17:06:00Z
[mlir][vector] Add extra lowering for more transfer_write maps
[2af1dc7
] 2023-01-17T17:04:17Z
[mlir][EmitC] Remove Pure trait from emitc.include
[6dc9725
] 2023-01-17T17:04:04Z
[mlir][vector] Fix lowering of permutation maps for transfer_write op
[6be602f
] 2023-01-17T17:02:50Z
[scudo] Fix -Wsign-compare warning
[6a99335
] 2023-01-17T16:21:51Z
Fix crash in LLVM Dialect inliner interface: add support for llvm.return
[9d7da41
] 2023-01-17T16:21:28Z
Fix crash in scf.parallel verifier
[2486c8d
] 2023-01-17T16:12:07Z
[clangd] Disable modernize-macro-to-enum tidy check
[61bb549
] 2023-01-17T15:54:51Z
[CVP] Avoid duplicate range calculation (NFC)
[1f2c37a
] 2023-01-17T15:49:29Z
[AArch64][SVE] Implement isVScaleKnownToBeAPowerOfTwo
[004e613
] 2023-01-17T15:39:27Z
[CVP] Avoid duplicate range calculation (NFC)
[a444fe0
] 2023-01-17T15:35:18Z
[CVP] Handle use-site conditions in domain-based folds
[12cb1cb
] 2023-01-17T15:29:31Z
Revert "[clang] Instantiate concepts with sugared template arguments"
[5c38c6a
] 2023-01-17T15:14:55Z
[CVP] Handle use-site conditions in more folds
[5cc3879
] 2023-01-17T15:12:46Z
[flang] Support allocate with source for polymorphic entities
[d47bdae
] 2023-01-17T15:11:38Z
[VPlan] Remove duplicated VPValue IDs (NFCI).
[4adf89f
] 2023-01-17T14:58:38Z
[mlir][Transform] Add a transform.get_consumers_of_result navigation op
[229162d
] 2023-01-17T14:55:43Z
[MIScheduler] Print top/down cycle in the SUnit dump.
[2cd2b6a
] 2023-01-17T14:51:33Z
[flang] Lower allocation with MOLD
[b2fb93d
] 2023-01-17T14:43:28Z
[Flang] [OpenMP] Refine parser restrictions for OMP TARGET UPDATE clauses.
[efc0ba0
] 2023-01-17T14:38:47Z
[MLIR][Transform] Introduce loop.coalesce transform op.
[123223a
] 2023-01-17T14:28:15Z
[clang-repl] XFAIL riscv targets in simple-exception test case
[0ad5909
] 2023-01-17T14:04:48Z
[InstCombine] Don't combine smul of i1 type constant one
[774275d
] 2023-01-17T13:51:58Z
[flang] fix FIRLangRef.md path
[cb746c9
] 2023-01-17T13:40:25Z
[mlir][Linalg] Fix post-commit typo for 5443743ca1874acfe2d5654fedd4a0c0bed6777e
[5443743
] 2023-01-17T13:14:50Z
[mlir][Linalg] Add a transform.structured.pack operation
[78ba3e7
] 2023-01-17T13:08:43Z
[AArch64][SVE] Fix typo after post review change to D141471.
[6458218
] 2023-01-17T12:56:57Z
[docs] Add llvm & clang release notes for LoongArch
[2deb10c
] 2023-01-17T12:45:59Z
[AArch64][SVE] Fix crash for DestructiveBinaryComm zero merging
[da78ae4
] 2023-01-17T12:41:07Z
[flang][hlfir] Lower some character elemental references
[84bf4b7
] 2023-01-17T12:38:00Z
[flang][OpenMP] Parser support for the unroll construct (5.1)
[4e39007
] 2023-01-17T12:22:11Z
[mlir][Tensor][NFC] Migrate Tensor dialect to the new fold API
[b56df19
] 2023-01-17T12:19:40Z
[BitcodeReader] Allow reading pointer types from old IR
[53ac16d8
] 2023-01-17T12:17:56Z
Fix bazel build overlay.
[3632bf8
] 2023-01-17T12:12:11Z
[VPlan] Add test for VPAllSuccessorIterator directly. (NFC)
[8feb5d4
] 2023-01-17T11:50:22Z
[flang][OpenMP] Added parser support for Tile Construct ( OpenMP 5.1)
[c951383
] 2023-01-17T11:44:50Z
[VPlan] Remove unnecessary getNumSuccessors call (NFC).
[e49367e
] 2023-01-17T11:29:51Z
[ARM] Fix i1 shuffle lowering with multiple operands.
[6a9043e
] 2023-01-17T11:28:41Z
[Linker] Convert test to opaque pointers (NFC)
[d279602
] 2023-01-17T11:22:01Z
[Linker] Convert test to opaque pointers (NFC)
[edec423
] 2023-01-17T11:11:17Z
[mlir][vector] Share enums with the transform dialect
[2156d33
] 2023-01-17T11:06:21Z
[libc] Fix memcpy inefficiency
[7e192db
] 2023-01-17T10:58:06Z
[Linker] Convert test to opaque pointers (NFC)
[c0b45fe
] 2023-01-17T10:44:23Z
[flang] Lower elemental and transformational clean-up in HLFIR
[6c37fbd
] 2023-01-17T10:41:44Z
Revert "[AArch64] fold subs ugt/ult to ands when the second operand is a mask"
[bba9221
] 2023-01-17T10:34:43Z
[NFC][WebAssembly] Update test
[d647c3f
] 2023-01-17T10:28:14Z
[flang][hlfir] Add hlfir.destroy operation.
[c373eeb
] 2023-01-17T10:23:23Z
[flang][hlfir] Add move semantics to hlfir.as_expr.
[777784d
] 2023-01-17T10:21:54Z
[MLIR] Convert some tests to opaque pointers (NFC)
[a8733e4
] 2023-01-17T10:16:56Z
[MLIR] Convert test to opaque pointers (NFC)
[28244e9
] 2023-01-17T10:13:44Z
[MLIR] Don't verify opaque pointer type in cmpxchg
[64ce056
] 2023-01-17T10:06:23Z
[MLIR] Don't verify opaque pointer type in atomicrmw
[fbb1b12
] 2023-01-17T09:55:04Z
[MLIR] Don't verify call signature for indirect opaque ptr call
[b3eb004
] 2023-01-17T09:48:09Z
[C++20] [Modules] Only diagnose the non-inline external variable definitions in header units
[546b710
] 2023-01-17T09:39:43Z
[MLIR] Convert test to opaque pointers (NFC)
[b332499
] 2023-01-17T09:15:18Z
[Polly] Convert some tests to opaque pointers (NFC)
[b164b04
] 2023-01-17T09:08:57Z
[Clang] Convert test to opaque pointers (NFC)
[133f017
] 2023-01-17T09:08:33Z
[VPlan] Remove unneeded VPUser::classof(const VPDef *) (NFC).
[e879344
] 2023-01-17T09:08:08Z
[AMDGPU] v_fmac_f64 encoding tests for gfx940
[496c717
] 2023-01-17T09:05:38Z
[Clang] Convert test to opaque pointers (NFC)
[bb5e26d
] 2023-01-17T08:58:10Z
[Support] Fix alternation support in backreferences (PR60073)
[951cf65
] 2023-01-17T08:41:00Z
[sanitizer_common] Don't intercept __tls_get_addr on Solaris
[bfd2dd4
] 2023-01-17T08:32:06Z
[GVN] Refactor handling of pointer-select in GVN pass
[5091357
] 2023-01-17T08:09:08Z
[clangd] Disable ScopedMemoryLimit on tsan builds
[6052eac
] 2023-01-17T07:57:44Z
[ARM] Properly fix -Wsign-compare after D141791
[c21fad9
] 2023-01-17T07:30:46Z
Revert "[AArch64][SVE] Add more intrinsics in 'isZeroingInactiveLanes'."
[282d5a5
] 2023-01-17T06:05:47Z
Add tests for BMI patterns across non-adjacent and assosiative instructions.
[0b74e34
] 2023-01-17T06:05:47Z
Transform AtomicRMW logic operations to BT{R|C|S} if only changing/testing a single bit.
[f4cce0f
] 2023-01-17T05:04:06Z
[OpenMP][libomp] Add topology information to thread structure
[4e27097
] 2023-01-17T04:55:26Z
[OpenMP] Fix the wrong format string used in __kmpc_error
[0aa5aeb
] 2023-01-17T04:42:18Z
[OpenMP][libomp] Fix macOS 12 library destruction
[4a64024
] 2023-01-17T04:01:53Z
[AArch64] fold subs ugt/ult to ands when the second operand is a mask
[cc526e3
] 2023-01-17T03:35:32Z
[C++20] [Coroutines] Disable to take the address of labels in coroutines
[ae53c7f
] 2023-01-17T03:35:05Z
[Clang][OpenMP] Fix the issue that a functor is not captured properly in a task region
[61fa12d
] 2023-01-17T02:43:51Z
[NFC][X86] clang-format change for avx512vlbwintrin.h
[6ef6b2b
] 2023-01-17T01:56:31Z
[AArch64][SVE] Add more intrinsics in 'isZeroingInactiveLanes'.
[59bc64c
] 2023-01-17T01:50:46Z
[bolt][test] Add REQUIRES: asserts to jt-symbol-disambiguation-3.s
[3806d88
] 2023-01-17T01:42:08Z
[docs][NewPM] Clarify more status of legacy PM + optimization pipeline
[06210d5
] 2023-01-17T01:36:09Z
ExceptionHandling documentation tweaks.
[dde3603
] 2023-01-17T00:45:53Z
[NFC][Clang] Regenerate test output for SVE ACLE tests.
[159cac5
] 2023-01-17T00:00:41Z
[X86] Don't fold select for vXi1 on X86 target.
[0441272
] 2023-01-16T23:58:48Z
Revert "Revert "Refactor OperationName to use virtual tables for dispatch (NFC)""
[52f6ed0
] 2023-01-16T23:15:01Z
Move Personalities array from MachineModuleInfo to DwarfCFIException.
[a1551fd
] 2023-01-16T23:15:00Z
FastISel: remove EH_LABEL skipping code.
[7bf1e44
] 2023-01-16T23:11:38Z
Revert "Refactor OperationName to use virtual tables for dispatch (NFC)"
[fd15cb9
] 2023-01-16T22:39:12Z
[clang] [MinGW] Avoid adding /include and /lib when cross compiling
[a288d7f
] 2023-01-16T21:49:37Z
[llvm][ADT] Replace uses of makeMutableArrayRef
with deduction guides
[ffd3a19
] 2023-01-16T21:06:49Z
Fix crash in Spirv -lower-host-to-llvm pass
[dbbd907
] 2023-01-16T20:59:50Z
[mlir][TilingInterface] Fix use after free error from D141028.
[b3d8639
] 2023-01-16T20:38:31Z
[mlir][llvmir] Fixed MDNode uniquing during TBAA translation.
[37c750a
] 2023-01-16T20:18:28Z
[mlir:LLVM] Fix minor bug, missing cconv translation
[ee559b2
] 2023-01-16T19:53:43Z
[P10] Fix the implementation for BRH
[ee7188c
] 2023-01-16T19:36:06Z
[LoopInterchange] Correcting the profitability check
[3f2f83e
] 2023-01-16T19:26:42Z
[mlir] accept values with result numbers in gpu.launch_func
[9954516
] 2023-01-16T19:13:47Z
[nvptx-arch] Dynamically load the CUDA runtime if not found during the build
[f6ace23
] 2023-01-16T19:13:45Z
[amdgpu-arch] Dynamically load the HSA runtime if not found during the build
[a8be1a3
] 2023-01-16T19:09:01Z
[flang][NFC] Fix typo in Cray pointee error message
[72290a3
] 2023-01-16T18:55:10Z
[AArch64] Add tests for forming abd from wrap flags and min/max. NFC
[cf47a8d
] 2023-01-16T18:52:04Z
Silence signed/unsigned comparison warnings. NFC.
[dc21ce4
] 2023-01-16T18:38:33Z
[libc++] Remove <type_traits> includes from and
[9db7d4e
] 2023-01-16T18:30:13Z
[mlir][TilingInterface] Add an option to tile and fuse to yield replacement for the fused producer.
[f4f8f9f
] 2023-01-16T17:59:45Z
[Thumb2][MVE] Recognise shuffle truncation patterns suitable for ARMISD::MVETRUNC
[dedc58d
] 2023-01-16T17:47:21Z
[InstCombine] canonicalize a signum (spaceship) that ends in add
[625e666
] 2023-01-16T17:47:20Z
[InstCombine] add tests for signum (spaceship) variant; NFC
[caf393d
] 2023-01-16T17:43:50Z
Fix format for case
in .proto files
[c512eda
] 2023-01-16T17:39:21Z
[lld][COFF] Provide unwinding information for Chunk injected by /delayloaded
[48e862d
] 2023-01-16T17:26:47Z
[libcxx] Add missing includes
[0f42221
] 2023-01-16T16:58:18Z
[AArch64] Move default extensions from clang Driver to TargetParser
[688d650
] 2023-01-16T16:49:11Z
[mlir][vector] Add scalable vectors support to OuterProductOp
[3e38fdf
] 2023-01-16T16:47:06Z
Revert "[mlir][vector] Add scalable vectors support to OuterProductOp"
[4e01532
] 2023-01-16T16:40:11Z
Check for FunctionOpInterface when looking up a parent function in GPU lowering
[ce1aae4
] 2023-01-16T16:11:59Z
[AMDGPU][AsmParser][NFC] Refine defining single-bit custom operands.
[f2d301f
] 2023-01-16T16:05:22Z
Revert "[codegen] Store address of indirect arguments on the stack"
[9f1521b
] 2023-01-16T15:56:33Z
[Support] Fix incorrect assertion in backref compilation
[bc367dd
] 2023-01-16T15:56:32Z
[Support] Fix REDEBUG compilation
[cd8cac4
] 2023-01-16T15:38:14Z
[DebugInfo] Add CIE::getAugmentationData() and FDE::getCIEPointer()
[fefe655
] 2023-01-16T15:30:12Z
[mlir][NFC] GreedyPatternRewriteDriver: Consistent return values
[6e5021b
] 2023-01-16T15:18:53Z
[mlir][NFC] GreedyPatternRewriteDriver: Remove overridden eraseOp
[5ab0894
] 2023-01-16T15:07:46Z
Explicitly more Error when returning it (NFC)
[730c7a4
] 2023-01-16T15:02:06Z
[docs] Expand example on stand-alone builds.
[db711f7
] 2023-01-16T14:48:30Z
[X86] Prefer fpext(splat(X)) to splat(fpext(x)).
[659e1b7
] 2023-01-16T14:25:59Z
[X86] Add more test case for folding select on vXi1
[135f23d
] 2023-01-16T14:22:03Z
Deprecate MemIntrinsicBase::getDestAlignment() and MemTransferBase::getSourceAlignment()
[7e4447a
] 2023-01-16T14:14:55Z
[codegen] Store address of indirect arguments on the stack
[537cdf9
] 2023-01-16T13:57:55Z
[llvm-objdump][RISCV] Use new common method to parse ARCH RISCV attribute
[2b91dba
] 2023-01-16T13:49:13Z
[libc++] allow redefined macro in non_trivial_copy_move_ABI test
[2216ee4
] 2023-01-16T13:42:30Z
This patch allows llvm-dwarfutil to utilize accelerator tables generation code from DWARFLinker. It adds command line option:
[8a0e0c2
] 2023-01-16T12:59:31Z
[NFC] Use llvm::enumerate
in llvm/unittests/Object
[cb37cf6
] 2023-01-16T12:57:13Z
[NFC] Remove dead code
[80bb57f
] 2023-01-16T12:44:10Z
Deprecate Argument::getParamAlignment()
[a654971
] 2023-01-16T12:25:34Z
[LoopUnroll] Don't update DT for changeToUnreachable.
[75cb138
] 2023-01-16T12:14:15Z
[bazel] Another blank-line format fix for the utils/bazel/configure.bzl, NFC
[868abc4
] 2023-01-16T12:13:17Z
Revert "[GVN] Refactor handling of pointer-select in GVN pass"
[32d72bd
] 2023-01-16T12:05:15Z
[AArch64] Add tests for dotreduce to check for wider vectors.
[82cee24
] 2023-01-16T12:04:23Z
[JumpThreading] Preserve profile metadata during select unfolding, take 2
[45ab848
] 2023-01-16T11:58:25Z
[bazel] Fix the format of utils/bazel/configure.bzl, NFC
[6387d38
] 2023-01-16T11:52:44Z
[AArch64][SME] Add an instruction mapping for SME pseudos
[1506839
] 2023-01-16T11:50:58Z
[NFC] Fixed a typo in clang help docs
[a60b8f4
] 2023-01-16T11:32:12Z
[OpenCL] Allow undefining header-only features
[15ad244
] 2023-01-16T11:28:49Z
Add test for an invalid requirement in requires expr.
[ef8cdf6
] 2023-01-16T11:19:29Z
[Clang] Convert test to opaque pointers (NFC)
[fc7cdaa
] 2023-01-16T11:12:28Z
[GVN] Refactor handling of pointer-select in GVN pass
[355c547
] 2023-01-16T10:48:30Z
[mlir][NFC] Set useFoldAPI
to kEmitRawAttributesFolder
value for some dialects missed previously
[28de5f9
] 2023-01-16T10:44:38Z
[AArch64] Sink to umull if we know tops bits are zero.
[56ffd39
] 2023-01-16T10:23:52Z
[VPlan] Use VPDef prefix for VPDef IDs instead of VPRecipeBase (NFC).
[4e00806
] 2023-01-16T09:50:22Z
[SCEV][NFC] Make computeExitLimitFromCond public
[e18b971
] 2023-01-16T09:42:25Z
[AArch64][InstCombine] Simplify repeated complex patterns in dupqlane
[1e67d77
] 2023-01-16T09:40:10Z
Partially revert 931d04be2fc8
[9a3f3a9
] 2023-01-16T09:39:13Z
[clang][Interp][NFC] Use range for loop
[c8e4eb1
] 2023-01-16T09:37:29Z
[LLDB] Fix help text for "platform settings"
[68a534e
] 2023-01-16T09:30:00Z
[WebAssembly] Convert test to opaque pointers (NFC)
[676e22a
] 2023-01-16T09:26:11Z
[WebAssembly] Remove redundant opaque pointers test (NFC)
[779df38
] 2023-01-16T09:20:46Z
[LoongArch] Convert tests to opaque pointers (NFC)
[f4a7448
] 2023-01-16T09:09:18Z
[include-cleaner] FindHeaders respects IWYU export pragma for standard headers.
[046a991
] 2023-01-16T09:01:41Z
Add Release Notes and Doc for -fmodule-output
[596f76a
] 2023-01-16T08:52:50Z
Revert "[C2x] reject type definitions in offsetof"
[b326b34
] 2023-01-16T08:38:35Z
[flang] Switch spread first argument lowering from asAddr to asBox
[0b19ac8
] 2023-01-16T08:36:59Z
[flang] Update createTempMutableBox to support polymorphic entities
[4b8192b
] 2023-01-16T08:21:45Z
[flang][NFC] centralize FreeMemOp generation in IntrinsicCall.cpp
[d5a9fc1
] 2023-01-16T07:42:18Z
[MLIR] Fix tiling for tensor.unpack
with outer permutations
[08d6cf2
] 2023-01-16T07:39:22Z
[lldb] Fix comments referring to BCR_M_IMVA_MATCH
[9bdfd7c
] 2023-01-16T07:29:24Z
[AMDGPU] Regenerate extend-phi-subrange-not-in-parent.mir
[a0f8602
] 2023-01-16T07:14:32Z
[RISCV] Invert an if statement in lowerSELECT to reduce nesting. NFC
[2563ad8
] 2023-01-16T07:08:16Z
[NFC] [Modules] Add test from PR60036
[9afe78d
] 2023-01-16T06:25:10Z
[ORC-RT] Fix a typo in file header.
[fcb6afb
] 2023-01-16T06:08:02Z
[Driver] [C++20] [Modules] Don't emit unused-argument warning for '-fmodule-output' and '-fmodule-output='
[3e9e8d6
] 2023-01-16T06:01:05Z
[Driver] [C++20] [Modules] Support -fmodule-output= (2/2)
[b1ac375
] 2023-01-16T05:49:37Z
[NFC] Only run clang/test/Driver/module-output.cppm on x86 registered targets
[94f2a6d
] 2023-01-16T05:03:41Z
[mlir][TilingInterface] NFC: Consolidate yield handling.
[ce349ff
] 2023-01-16T05:03:41Z
[mlir][TilingInterface] NFC: Separate out a utility method to perform one step of tile + fuse.
[5053fd9
] 2023-01-16T05:03:40Z
[mlir] Add a method to RewriteBase
to replace a Value
selectively.
[4954c3c
] 2023-01-16T04:03:59Z
[RISCV] Generate march string from target features
[6f2e781
] 2023-01-16T03:48:08Z
[NFC] Require tests to skip on windows to avoid handling the different slash in the filesystem
[8e317e6
] 2023-01-16T03:10:17Z
[InstCombine] Remove dead code from foldICmpShlOne. NFC
[f89327e
] 2023-01-16T03:05:33Z
[Driver] [Modules] Support -fmodule-output (1/2)
[396ad40
] 2023-01-16T02:20:29Z
[DAG] Recombine (binop (shift x y))
[2d73295
] 2023-01-16T02:19:19Z
[X86] Add AVX512FP16 test coverage to splat(fpext) tests.
[db6961d
] 2023-01-16T00:44:55Z
[FuncitonComparator] Clamp StringRef compare output to [-1,1]
[0069255
] 2023-01-15T23:07:19Z
[NFC][X86] Improve test coverage for shuffles-of-shifts