Skip to content

llvm-16.2022-11-20Z.e8fafaf

Compare
Choose a tag to compare

[2bf5d86] 2022-11-20T22:43:22Z [ELF] Change rawData to content() and data() to contentMaybeDecompress()
[30f9eb1] 2022-11-20T22:32:17Z [clang] Remove unused forward declarations (NFC)
[cd3091a] 2022-11-20T22:26:36Z [LLDB] Do not dereference promise pointer in coroutine_handle pretty printer
[53b674e] 2022-11-20T21:56:13Z [ELF] InputSectionBase: add bool compressed to avoid overloading size with compressed semantics
[5fef791] 2022-11-20T21:30:19Z [Analysis] Remove getInverseMinMaxPred
[898b6c5] 2022-11-20T21:23:30Z [ELF] Shuffle SectionBase fields. NFC
[ad485b7] 2022-11-20T21:09:50Z Add version to all LLVM cmake package
[aac1c3b] 2022-11-20T20:34:16Z Add a new top level statistic that tracks how many modules have variable errors.
[3888913] 2022-11-20T20:24:16Z [ADT] Remove deperecated methods in OptionalStorage
[752e651] 2022-11-20T20:06:19Z [ADT] Remove llvm::empty
[a6cb924] 2022-11-20T19:52:13Z [TableGen] Let -register-info-debug dump Offset/Size for each SubRegIndex
[294fdd9] 2022-11-20T19:52:13Z [TableGen] Fix SubRegIndex size computation for concatenated subregs of unknown size
[1c308d6] 2022-11-20T19:52:13Z [LV] Clean up LoopVectorizationCostModel::calculateRegisterUsage. NFC
[5b19463] 2022-11-20T19:52:04Z [Support] Use std::is_convertible_v (NFC)
[c5a69ae] 2022-11-20T19:32:31Z [ADT] Use std::is_copy_constructible_v (NFC)
[89365b1] 2022-11-20T19:28:35Z [X86] IceLakeServer - PACKS instructions take latency 3cy
[4346318] 2022-11-20T19:18:52Z [LLDB] Recognize std::noop_coroutine() in std::coroutine_handle pretty printer
[20ca119] 2022-11-20T18:56:49Z [libc++][NFC] Refactor run-buildbot to make it closer to our buildkite pipeline
[35df882] 2022-11-20T18:56:30Z [ADT] Remove deprecated llvm::array_lengthof
[111c298] 2022-11-20T18:51:22Z [ADT] Simplify determining size for joining items
[fb61dce] 2022-11-20T18:30:29Z [lldb] Fix test expectation in TestCoroutineHandle.py for 32-bit systems
[7524db4] 2022-11-20T17:59:36Z [llvm] Remove unused forward declarations (NFC)
[4f0520f] 2022-11-20T17:51:52Z [Clang] Add papers approved in Kona by WG21 to the C++ status page
[421bdc1] 2022-11-20T17:19:58Z [MCA][X86] Add test coverage for IFMA instructions
[7de156d] 2022-11-20T17:19:58Z [MCA][X86] Add missing test coverage for BWI instructions
[3b48a97] 2022-11-20T17:02:33Z [gn build] port af8c49dc1ec4
[af8c49d] 2022-11-20T15:51:32Z [libc++] Introduce a setting to remove fstream from the library
[242a9cf] 2022-11-20T15:40:50Z [LLD][COFF] Survive empty and invalid PCH signature
[e2bff1e] 2022-11-20T14:39:30Z [X86] Fix atomic rmw intrinsic expansion for non-opaque pointers
[01f4c30] 2022-11-20T14:35:16Z Reapply "[LLDB] Devirtualize coroutine promise types for std::coroutine_handle"
[4695f59] 2022-11-20T14:17:44Z [X86] Remove unnecessary SHLD32rri8/SHRD16rri8 instruction override from bdver2 model
[dd9a900] 2022-11-20T14:05:05Z [X86] Remove unnecessary XGETBV instruction overrides from znver1/znver2 models
[6a8fabf] 2022-11-20T13:56:04Z [MCA][X86] Add test coverage for XSAVE instructions
[a6686aa] 2022-11-20T13:19:49Z [X86] Remove unnecessary RDPMC/RDTSC instruction overrides from znver1/znver2 models
[9148aea] 2022-11-20T12:57:44Z [X86] Remove unnecessary string instruction overrides from znver1/znver2 models
[611db1c] 2022-11-20T12:22:11Z [X86] Remove unnecessary bit test instruction overrides from znver2 model
[357f1c4] 2022-11-20T12:13:02Z [X86] Improve LOOP/LOOPE/LOOPNE schedule on SandyBridge model
[420d02b] 2022-11-20T11:35:21Z [MCA][X86] Add test coverage for LOOP/LOOPE/LOOPNE instructions
[94d240a] 2022-11-20T10:48:27Z [X86] Remove unnecessary zmm shuffle instruction overrides from IceLake model
[13fd737] 2022-11-20T09:24:55Z [X86] znver2 - (V)EXTRACTPSrr takes 2 uops
[f49c2a8] 2022-11-20T09:07:03Z [ADT] Remove None=1 MSVC workaround
[1fa870b] 2022-11-20T08:24:40Z Use None consistently (NFC)
[92bccf5] 2022-11-20T07:53:48Z [clang-format] Don't use PPIndentWidth inside multi-line macros
[c903136] 2022-11-20T07:22:48Z [lldb] Use Optional::has_value instead of Optional::hasValue (NFC)
[7b91798] 2022-11-20T05:11:10Z [Analysis] Use llvm::Optional::value_or (NFC)
[510e5fb] 2022-11-20T02:42:48Z [X86] Use lock or/and/xor for cases that we only care about the EFLAGS
[27998d9] 2022-11-20T01:19:13Z [test][asan] Rename variables for less confusion
[5d1ae63] 2022-11-19T23:36:50Z [Analysis] Teach getOptionalIntLoopAttribute to return std::optional (NFC)
[6ccf1d2] 2022-11-19T23:00:19Z [SelectionDAG] Teach getRegistersForValue to return std::optional (NFC)
[d116378] 2022-11-19T22:09:05Z Remove unused llvm/IRPrinter/IRPrintingPasses.h or reorder #include after D137768
[ba5714d] 2022-11-19T21:46:23Z [MCA][X86] Add test coverage for VP2INTERSECT instructions
[474e41f] 2022-11-19T21:46:23Z [MCA][X86] Add test coverage for BF16 instructions
[5041129] 2022-11-19T21:45:27Z [ADT] Remove deprecated Any::hasValue
[201b785] 2022-11-19T21:25:18Z [AArch64] Disable aarch64-enable-gep-opt
[41f3e6b] 2022-11-19T21:24:47Z [lldb/Plugins] Fix build failure with GCC in ScriptedPythonInterface::Dispatch
[2baa99b] 2022-11-19T21:21:27Z [ADT] Remove deperecated methods in OptionalStorage
[0d41b32] 2022-11-19T21:16:24Z [libc][math] Remove UInt<128>::operation* specialization.
[e205fc1] 2022-11-19T21:12:26Z [libc] Add sub_with_borrow to builtin_wrapper.h
[420d0d3] 2022-11-19T21:02:19Z [MCA][X86] Add test coverage for VAES instructions
[c402694] 2022-11-19T20:54:05Z [mlir] Remove deprecated methods in OptionalParseResult
[2898ba5] 2022-11-19T20:33:32Z [Basic] Remove deprecated methods in MapEntryOptionalStorage
[49e483d] 2022-11-19T20:17:42Z [CodeView] Replace GHASH hasher by BLAKE3
[b0fb716] 2022-11-19T19:17:42Z [ConstraintElim] Add add nsw tests with negative constant.
[926a77b] 2022-11-19T18:51:35Z [ELF][test] Clean up PT_OPENBSD tests
[90702f4] 2022-11-19T18:15:38Z [X86] Remove unnecessary STD + CLD instruction overrides
[8033141] 2022-11-19T18:15:38Z [X86] Remove unnecessary STC instruction overrides
[be95424] 2022-11-19T17:58:14Z Revert "[XCOFF] llvvm-readobj support display symbol table of loader section of xcoff object file."
[7c188af] 2022-11-19T16:54:55Z [gn build] Reformat all build files
[50a5e42] 2022-11-19T16:53:39Z [ConstraintElim] Split up large gep-arithmetic.ll test.
[5acc03c] 2022-11-19T16:49:10Z [TableGen] SubtargetEmitter.cpp - clang-format includes sorting. NFC.
[dbe86a9] 2022-11-19T16:15:49Z [ConstraintElim] Rename test file to match contents.
[e8ea92d] 2022-11-19T15:37:52Z [X86] Remove some unnecessary cvt overrides
[88be0a2] 2022-11-19T14:38:53Z [X86] Ensure we're testing the misched-matrix.ll tests with the generic cpu
[3ad13ca] 2022-11-19T14:30:00Z [X86] Regenerate memcpy-2.ll test checks
[aae08b1d] 2022-11-19T12:04:45Z [MCA][X86] Add test coverage for BITALG instructions
[0745b0c] 2022-11-19T11:43:17Z Fix incorrect cast in VisitSYCLUniqueStableNameExpr
[6ed85a6] 2022-11-19T11:26:17Z [flang] Support lowering of intrinsic GET_COMMAND
[e37f8e5] 2022-11-19T09:52:22Z [test][asan] Simplify __sanitizer_verify_contiguous_container test
[d06b8b4] 2022-11-19T09:41:15Z [llvm-objdump] Left justify display of OpenBSD headers
[6971c1b] 2022-11-19T09:36:06Z [LoongArch] Add support for tail call optimization
[4b4250c7] 2022-11-19T09:26:51Z [test][asan] Simplify loops in test
[f0fbf51] 2022-11-19T08:24:30Z [test][asan] Simplify test
[80f4446] 2022-11-19T07:14:10Z [CodeGen][ARM] Fix ARMABIInfo::EmitVAAarg crash with empty record type variadic arg
[ac38a7d] 2022-11-19T07:04:27Z [MLIR] Fix incorrect assertion in memref replacement utility
[0e4378c] 2022-11-19T06:35:31Z [LoongArch] Add emergency spill slot for CFR spill/reload
[1dd5ca2] 2022-11-19T04:12:33Z Revert "[flang] Use proper attributes for runtime calls with 'i1' arguments/returns."
[ae0e5a5] 2022-11-19T03:51:25Z Revert "[flang] Support lowering of intrinsic GET_COMMAND"
[94bb511] 2022-11-19T03:22:27Z [MLIR] Add FieldParser implementation for Optional<> integer types.
[86ea67e] 2022-11-19T03:03:52Z [flang] Support lowering of intrinsic GET_COMMAND
[9d90cf2] 2022-11-19T01:59:23Z [OPENMP5.1] Initial support for message clause.
[96c037e] 2022-11-19T01:42:10Z [llvm] - Recognizing 'PT_OPENBSD_MUTABLE' segment type.
[fe07eeb] 2022-11-19T01:13:44Z [GlobalISel] Fix crash in applyShiftOfShiftedLogic caused by CSEMIRBuilder reuse instruction
[00be357] 2022-11-19T01:06:26Z [asan] Keep Itanium mangled names in global metadata
[3c36de5] 2022-11-19T00:51:34Z GlobalISel: Try to fold G_SEXT_INREG to G_AND with mask
[56c1660] 2022-11-19T00:26:47Z [OpenMP] Initial parsing/sema for 'strict' modifier with 'num_tasks' clause
[01a8c49] 2022-11-19T00:24:01Z AMDGPU/GlobalISel: Add some end-to-end g_sext_inreg tests
[b0847b0] 2022-11-19T00:05:19Z AMDGPU/GlobalISel: Insert freeze when splitting vector G_SEXT_INREG
[23481bf] 2022-11-18T23:54:22Z [FuzzMutate] Update InstModifierStrategy
[06e2b44] 2022-11-18T23:30:39Z [RISCV] Optimize scalable frame setup when VLEN is precisely known
[6705d94] 2022-11-18T23:29:14Z Revert "[SDAG] Allow scalable vectors in ComputeKnownBits"
[102f05b] 2022-11-18T23:25:59Z Revert "[SDAG] Allow scalable vectors in ComputeNumSignBits" and follow up
[1fe1299] 2022-11-18T23:21:41Z GlobalISel: Legalize strict_fsub
[ea1826e] 2022-11-18T23:09:02Z [MemProf] Defer profile file setup until dump time
[af029d3] 2022-11-18T22:25:23Z [libc][reland] Fix builtin definition for memory functions
[9e595e9] 2022-11-18T22:12:35Z [Clang][OpenMP] Add support for default to/from map types on target enter/exit data
[288843a] 2022-11-18T21:56:48Z [lldb/Python] Make use of PythonObject and PythonFormat in callbacks (NFC)
[7e01924] 2022-11-18T21:56:48Z [lldb/Plugins] Improve error reporting with reading memory in Scripted Process
[27a26e7] 2022-11-18T21:56:48Z [lldb/Python] Unify PythonFormat & GetPythonValueFormatString (NFC)
[7c96f61] 2022-11-18T21:55:41Z [X86][KCFI] Don't fold loads into indirect calls that need a KCFI check
[c346cc30] 2022-11-18T21:53:34Z [Hexagon] Remove non-existent instructions
[cff6d12] 2022-11-18T21:47:19Z [Bye] Remove legacy pipeline registration
[d083dc6] 2022-11-18T21:39:04Z [mlir][sparse] refactoring: move genAffine to loopEmitter
[91deae9] 2022-11-18T21:22:10Z [MCA][X86] Add test coverage for VPCLMULQDQ instructions
[1dd5469] 2022-11-18T21:18:00Z [scudo] Detect double free when running with MTE.
[87debda] 2022-11-18T21:03:18Z [VectorCombine] check instruction type before dispatching to folds
[4c85412] 2022-11-18T20:58:29Z [MCA][X86] Add test coverage for AVX512CD instructions
[ffe05b8] 2022-11-18T20:58:29Z [MCA][X86] Add missing IceLake test coverage for VPOPCNTDQ instructions
[396ead9] 2022-11-18T20:52:57Z [flang] Use proper attributes for runtime calls with 'i1' arguments/returns.
[3fb08d1] 2022-11-18T20:30:10Z [SDAG] Address post commit review feedback from f8c63a7f
[8dfd883] 2022-11-18T20:17:15Z [flang] Add ClassIs runtime function
[29016d2] 2022-11-18T20:03:42Z [mlir][llvmir] Translate function result attributes to LLVM IR.
[fa5a607] 2022-11-18T19:44:05Z [mlir][tosa] Fix tosa.slice shape inference for ShapedType:kDynamicShape
[f65e8c3] 2022-11-18T19:42:08Z [bolt] Fix std::prev()-past-begin in veneer handling code
[aaea4e3] 2022-11-18T19:37:37Z [flang] Add more diagnostic for MAX/MIN intrinsic
[6f81795] 2022-11-18T19:32:43Z [flang][NFC] Remove unused DispatchTableop fct
[4787efa] 2022-11-18T19:17:25Z Revert "Reapply: Add an error message to the default SIGPIPE handler"
[7fc57d7] 2022-11-18T19:15:41Z Add more tests for C DRs and update the status page
[f01b68e] 2022-11-18T19:09:41Z [Hexagon] Add checks for immediate arguments for remaining builtins
[db2aa9f] 2022-11-18T18:58:05Z [FuzzMutate] change of format and comment for further code
[f8c63a7] 2022-11-18T18:50:06Z [SDAG] Allow scalable vectors in ComputeNumSignBits
[625f08d] 2022-11-18T18:39:34Z [SystemZ][z/OS] Set text flag correctly for llvm-reduce tool
[841a0ed] 2022-11-18T18:35:19Z ConstantFolding: Constant fold some canonicalizes
[184fbfd] 2022-11-18T18:30:08Z [RISCV][CodeGen] Chapter of vector instruction type corresponds with chapters in RISCV vector specification. NFC
[9cae928] 2022-11-18T18:06:49Z [mlir][NFC] Add static ShapedType::isDynamicShape utility
[fe56afc] 2022-11-18T18:03:29Z AMDGPU: Fix fcanonicalize constant folding not correctly handling -0.0
[18fda86] 2022-11-18T17:56:55Z [RISCV] Optimize scalable frame offset calculation when VLEN is precisely known
[98e342d] 2022-11-18T17:55:15Z [RISCV][llvm-mca] Use LMUL Instruments to provide more accurate reports on RISCV
[7c47669] 2022-11-18T17:39:47Z [Hexagon] Add clang flags for v71, v71t, v73
[e58b116] 2022-11-18T17:19:27Z [AMDGPU] Add subtarget feature for MAD_U64/I64 bug on GFX11
[e04d2e2] 2022-11-18T17:14:19Z AMDGPU: Add some baseline tests for llvm.amdgcn.trig.preop folding
[037f5c2] 2022-11-18T17:11:13Z [XCOFF] llvvm-readobj support display symbol table of loader section of xcoff object file.
[685f671] 2022-11-18T17:09:07Z [bolt] Pass %cflags in test/X86/is-strip.s
[59b9673] 2022-11-18T17:08:33Z [bolt] Make test/X86/end-symbol.test not use "tac"
[187729c] 2022-11-18T17:07:10Z [bolt] Clean up lit site cfg files a bit
[58d38b3] 2022-11-18T17:05:08Z [lldb] Restore default setting of LLDB_INCLUDE_TESTS in standalone builds
[0f3e72e] 2022-11-18T17:02:26Z AMDGPU/GlobalISel: Fix crash after mad/fma_mix fails selection
[38302c6] 2022-11-18T16:57:55Z [AMDGPU] Stop looking for implicit M0 uses on MOV instructions
[d2bbe5a] 2022-11-18T16:53:50Z InstSimplify: Add baseline tests for canonicalize
[08ec15e] 2022-11-18T16:53:49Z AMDGPU/GlobalISel: Fix strictfp fmul
[fa7477e] 2022-11-18T16:36:56Z [Clang][CodeGen][AIX] Map __builtin_frexpl, __builtin_ldexpl, and __builtin_modfl to 'double' version lib calls in 64-bit 'long double' mode
[eaa4f04] 2022-11-18T16:32:14Z [libc++] Use numeric_limits instead of raw INT_MAX
[44e2c6a] 2022-11-18T16:21:10Z [AArch64][SVE] Use PTRUE instruction instead of WHILELO if the range is appropriate for predicator constant.
[5704598] 2022-11-18T16:17:40Z [LLDB][AArch64] Add BF16BF16, SME2p1 and SVE2p1 to disassembler test
[ea6693d] 2022-11-18T16:13:57Z [Hexagon] Add missing patterns for mulhs/mulhu
[bf87d5a] 2022-11-18T16:13:30Z [MLIR][Parser] Add parseBase64Bytes.
[a8bec61] 2022-11-18T15:48:56Z [lldb] Fix that empty target.run-args are not actually used when launching process
[3ae3162] 2022-11-18T15:47:21Z [libcxx] Fix link to Buildbot interface
[bc0fea0] 2022-11-18T15:40:32Z [SDAG] Allow scalable vectors in ComputeKnownBits
[2656fb3] 2022-11-18T15:34:52Z [clang][NFC] Remove unused parameter from ParseConstantExpression
[5b6575d] 2022-11-18T15:19:50Z [llvm-reduce] Do not crash when accessing landingpads of invokes.
[096c033] 2022-11-18T15:19:09Z [clang][sema][NFC] Make some local variables const
[25bd9e1] 2022-11-18T15:19:09Z [clang][parse] Avoid creating StmtVectors every loop iteration
[3ae96e9] 2022-11-18T15:16:10Z ARCRegisterInfo::eliminateFrameIndex updated to fix build error caused by 32bd75716c27d1a094c2436529b596ce1547f6eb
[32bd757] 2022-11-18T14:57:34Z PEI should be able to use backward walk in replaceFrameIndicesBackward.
[244105f] 2022-11-18T14:51:13Z [mlir][linalg] Do not check if added dimension are static in linalg.broadcast.
[d731d6d] 2022-11-18T14:47:11Z [bolt] add missing space in "llvm-bolt -help" output
[dcbf61b] 2022-11-18T14:37:56Z [llvm-ar] Fix when llvm-ar fails to replace existing members when updating a thin archive
[2e02f00] 2022-11-18T14:30:48Z [AArch64][SME2] Remove vector constraints from zip/uzp (2-vector) instruction classes
[bc270f9] 2022-11-18T14:15:35Z [mlir][llvm] Iterative constant import from LLVM IR.
[6527201] 2022-11-18T14:07:46Z [clang-tidy] Remove a duplicated if-branch in the unused-using-decl check, NFC
[3cf14a7] 2022-11-18T14:00:23Z [Support] Add support for attaching payloads to points and ranges
[9648455] 2022-11-18T13:57:17Z [docs] remove extra slash from llvm github url
[d558255] 2022-11-18T13:43:47Z [X86] Use lock add/sub for cases that we only care about the EFLAGS
[d856e5f] 2022-11-18T13:20:52Z [reland][libc][bazel] Add tests to the bazel build
[0cf8885] 2022-11-18T12:52:30Z [include-cleaner] Add self-contained file support for PragmaIncludes.
[055097b] 2022-11-18T12:50:24Z [X86] Pre-commit tests for pr58685
[4ba08d5] 2022-11-18T12:36:41Z [Assignment Tracking][24/] Always RemoveRedundantDbgInstrs in instcombine in assignment tracking builds
[6ac7b341] 2022-11-18T12:28:15Z Fix inliner test after e3cd498ff7748f967be1bdcc0a994e40ce82268f
[df24501] 2022-11-18T12:20:16Z [AArch64][SME]: Add precursory tests for D138222
[79e8bd1] 2022-11-18T12:20:16Z [AArch64][SME]: Generate streaming-compatible code for ISD::INSERT_VECTOR_ELT.
[163dbfe] 2022-11-18T12:08:04Z [mlir][OpenMP] Add order clause definition to simd construct
[84fe863] 2022-11-18T12:03:32Z [AMDGPU] Test MAD formation on GFX11
[e3cd498] 2022-11-18T11:55:05Z [Assignment Tracking][21/
] Account for assignment tracking in inliner
[63f79fe] 2022-11-18T11:48:51Z [gn build] port 7059a6c32cfa
[d8306b8] 2022-11-18T11:18:30Z [AArch64][SME]: Use SVE mov instruction for FPR128 registers in streaming-compatible mode.
[96155bf] 2022-11-18T11:15:05Z [AMDGPU][GFX11][NFC] Refactor VOPD operands handling (part 2)
[a35ba2a] 2022-11-18T11:13:14Z [AMDGPU] Fix PreRARematStage::sinkTriviallyRematInsts region boundary update after sinking.
[2fea658] 2022-11-18T10:43:44Z [mlir] GreedyPatternRewriter: Reprocess modified ops
[34d88cf] 2022-11-18T10:38:09Z [DAG] Allow folding AND of anyext masked_load with >1 user to zext version
[326393a] 2022-11-18T10:30:42Z [Driver] exclude recently added tests from Windows
[86464ed] 2022-11-18T10:15:55Z [Assignment Tracking][15/] Account for assignment tracking in simplifycfg
[446fc42] 2022-11-18T10:09:57Z [mlir] Fix ordering of intermixed attribute/type aliases
[d023661] 2022-11-18T10:09:57Z [mlir][AsmPrinter] Allow explicitly disabling debug info
[d473dac] 2022-11-18T10:09:57Z [mlir][SubElementInterfaces] Add a recursivelyReplaceElementsIn helper to AttrTypeReplacer
[fcd5098] 2022-11-18T09:25:33Z [Assignment Tracking][14/
] Account for assignment tracking in instcombine
[9e088ef] 2022-11-18T09:19:30Z [mlir][Bazel] Add DebugImporter sources to build target.
[c8ecbaa] 2022-11-18T09:10:42Z [clang] Fix assert message
[07b8927] 2022-11-18T09:09:12Z [flang] Lower ArrayRef to hlfir.designate
[f102fe7] 2022-11-18T08:58:31Z Revert "Revert "[opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvm""
[d13dd10] 2022-11-18T08:56:33Z [NFC][asan] Simplify __sanitizer_annotate_contiguous_container
[bfa3551] 2022-11-18T08:54:20Z [LoongArch] Implement assembler branches pseudo instructions
[3f63889] 2022-11-18T08:44:40Z [mlir][llvm] Import additional debug info from LLVMIR.
[6350290] 2022-11-18T08:35:44Z [mlir][llvm] Make some debug info attribute parameters optional.
[68294af] 2022-11-18T08:30:26Z [include-cleaner] Fix building with LLVM_LINK_LLVM_DYLIB=ON on mingw
[7f608a2] 2022-11-18T08:25:45Z Revert "[opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvm"
[52301a1] 2022-11-18T07:47:35Z [llvm][Bazel] Remove dependency to avoid cycyle.
[4bb9d28] 2022-11-18T07:41:38Z [flang] Add hlfir.designate definition
[2c61848] 2022-11-18T07:39:39Z [Coroutines] Handle the writes to promise alloca prior to llvm.coro.begin
[c5798fa] 2022-11-18T07:38:53Z [mlir] [transform] Error for duplicated processor mapping
[98441fc] 2022-11-18T07:35:08Z [NFC][OpenMP] Remove unused label
[ba7a1d9] 2022-11-18T07:29:49Z [Driver] move FreeBSD header search path management to the driver
[e42080a] 2022-11-18T07:24:40Z [NFC][OpenMP] Remove extra ";"
[4218900] 2022-11-18T07:24:40Z [test][OpenMP] Expect more tsan reports
[a35ad71] 2022-11-18T07:24:40Z [NFC][OpenMP] Fix const cast warning
[796b1bd] 2022-11-18T07:24:39Z [NFC][asan] Rename variables in test
[143050f] 2022-11-18T07:24:39Z [NFC][OpenMP] Fix warning about non-virtual dtor
[18c5f3c3] 2022-11-18T07:13:52Z [RegisterScavenger][RISCV] Don't search for FrameSetup instrs if we were searching from Non-FrameSetup instrs
[f034c98] 2022-11-18T06:55:42Z [PowerPC] mark dead def for ctr be clobber.
[fe287bf] 2022-11-18T06:50:26Z [openmp] Only try to add the -mrtm flag on i386/x86_64
[a6440b0] 2022-11-18T06:50:26Z [openmp] [test] Fix warnings about printf format mismatches on Windows
[2e58d4bc] 2022-11-18T06:32:53Z [RISCV] Pre-commit test.
[7e6dbfc] 2022-11-18T06:32:53Z [RISCV] Make lowerVECTOR_SHUFFLEAsVSlidedown follow source until not EXTRACT_SUBVECTOR.
[d313973] 2022-11-18T06:32:09Z [asan] Simplify the test
[4460178] 2022-11-18T06:22:53Z Apply clang-tidy fixes for bugprone-argument-comment in LinalgTransformOps.cpp (NFC)
[7c5f06a] 2022-11-18T06:22:53Z Apply clang-tidy fixes for llvm-else-after-return in SparseTensorCodegen.cpp (NFC)
[377af86] 2022-11-18T06:22:32Z MLIR: Add --fix-error to clang-tidy script
[34ab474] 2022-11-18T05:04:07Z [opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvm
[ab9eac7] 2022-11-18T04:59:07Z [OpenMP] Initial parsing/sema for 'strict' modifier with 'grainsize' clause
[47e953e] 2022-11-18T04:55:52Z [mlir][spirv] Support attribute in MapMemRefStorageClassPass
[fe5b9a6] 2022-11-18T04:50:04Z AMDGPU/GlobalISel: Make strict fadd, fmul and fma legal
[e78a43d] 2022-11-18T03:54:00Z [clang][Parse][NFC] Remove unused CommaLocs parameters
[9f61479] 2022-11-18T03:53:59Z [clang][Parser][NFC] Simplify ParseParenExprOrCondition
[1614d63] 2022-11-18T03:52:44Z [NFC] Remove unused codes after 4a7be42d922af
[d584468] 2022-11-18T03:11:17Z [C++20] [Modules] Don't emit macro definitions with named module
[ae43420] 2022-11-18T02:51:45Z AMDGPU/GlobalISel: Fix not selecting modifiers for f16 fma on gfx9
[7a715bf] 2022-11-18T02:42:24Z [VP] Add support for vp.inttoptr & vp.ptrtoint
[4a7be42] 2022-11-18T02:39:33Z [C++20] [Modules] Remove unmaintained Header Module
[cab9c02] 2022-11-18T02:34:41Z [Clang] Fix behavior of -ffp-model option when overriden
[a65d530] 2022-11-18T02:31:32Z [ODRHash] Detect duplicate ObjCProtocolDecl ODR mismatches during parsing.
[7059a6c] 2022-11-18T01:47:56Z [IR] Split out IR printing passes into IRPrinter
[07015e1] 2022-11-18T01:23:48Z [SLP]Fix PR59053: trying to erase instruction with users.
[6b852ff] 2022-11-18T01:23:12Z [Sink] Process basic blocks with a single successor
[dcb71b5] 2022-11-18T01:22:03Z [ODRHash] Hash ObjCPropertyDecl and diagnose discovered mismatches.
[847b5f8] 2022-11-18T01:18:11Z Revert "[mlir][Vector] Re-define masking semantics in vector.transfer ops"
[f51c915] 2022-11-18T01:15:41Z [libc++][NFC] Add a missing include in pre-C++14 language modes.
[6c59c5c] 2022-11-18T01:05:42Z [mlir][Vector] Re-define masking semantics in vector.transfer ops
[4620254] 2022-11-18T00:58:04Z [CMake] Remove a duplicate clangLex entry
[f962daf] 2022-11-18T00:56:04Z [include-cleaner] Fix -DBUILD_SHARED_LIBS=on build
[2483a7f] 2022-11-18T00:54:45Z [include-cleaner] Fix the build of include-cleaner with LLVM_BUILD_LLVM_DYLIB=ON
[821513b] 2022-11-18T00:53:05Z [libc++] Fix a missing include in pre-C++17 language modes.
[6536a67] 2022-11-18T00:48:01Z [Linux] Revert 1e56821bac02a5d3c6249bbf3ef43b8b569d2551
[a72d8d7] 2022-11-18T00:24:40Z Update lambda mangling test to C++17
[1e054e6] 2022-11-18T00:05:02Z [OPENMP5.1] Initial support for severity clause
[622d329] 2022-11-18T00:03:59Z [OpenMP] kmp_affinity.h: add RISCV64 support
[a98fc08] 2022-11-17T23:51:38Z [Hexagon] Add instruction definitions for Hexagon v71, v71t, and v73
[36991d8] 2022-11-17T23:37:52Z [libc] add scanf entrypoints
[98bfd7f] 2022-11-17T23:35:53Z Fix declare target implementation to support enter.
[eaafee2] 2022-11-17T23:26:25Z [Affine] Replace a magic -1 with ShapedType::kDynamicSize
[d2b6b21] 2022-11-17T23:24:48Z Comment function
[aecae68] 2022-11-17T23:14:59Z AMDGPU: Convert a test to opaque pointers
[99f730c] 2022-11-17T23:14:32Z Revert "[Hexagon] Add instruction definitions for Hexagon v71, v71t, and v73"
[8003c1d] 2022-11-17T22:47:15Z [clang-tidy] Fix misc-unused-using-decls for user-defined literals
[fc91c70] 2022-11-17T22:45:30Z Revert D135411 "Add generic KCFI operand bundle lowering"
[c9320bc] 2022-11-17T22:28:52Z [X86] Use correctly sized floating point literals in zero_ps/pd.
[dddf6ab] 2022-11-17T22:26:02Z Simplifying the SplitReduction logic that uses the control to get the dimension where the extra parallel dimension is inserted
[7665369] 2022-11-17T22:15:47Z [Hexagon] Add instruction definitions for Hexagon v71, v71t, and v73
[35cc9bc] 2022-11-17T22:15:46Z [Hexagon] Add ELF flags for Hexagon v71, v71t, and v73
[eb2a57e] 2022-11-17T21:55:00Z Add generic KCFI operand bundle lowering
[c4436f6] 2022-11-17T21:47:46Z [clang] Use InMemoryModuleCache for readASTFileControlBlock NFC
[7052164] 2022-11-17T21:46:59Z [UBSan] Implementation NonUniqueARMRTTIBit __type_name has higher bits set on arm64
[950f248] 2022-11-17T21:41:30Z [NFC][SROA] Add more tests with non-speculatable loads of selects
[ee74d37] 2022-11-17T21:22:04Z [mlir][sparse] Make three integration tests run with the codegen path.
[96b3bf4] 2022-11-17T21:21:10Z [mlir][sparse] Fix a problem in the new operator rewriter.
[534b26a] 2022-11-17T21:03:45Z [Hexagon] Improve inserting/extracting to/from scalar predicates
[f34fe2a] 2022-11-17T20:54:19Z LangRef: Fix repeated word
[a2a89eb] 2022-11-17T20:48:01Z [Hexagon] Fix lowering loads/stores of scalar vNi1
[8407c99] 2022-11-17T20:31:48Z [Hexagon] Use BUILD_PAIR instead of HexagonISD::COMBINE in lowering
[c0e4a0c] 2022-11-17T20:24:24Z [openmp] [test] Unbreak tests that rely on hidden_helper_task on Windows
[0e91a09] 2022-11-17T20:20:57Z Revert D119547 "[libc][bazel] Add tests to the bazel build"
[7b6fe71] 2022-11-17T19:47:02Z Refactor StaticAnalyzer to use clang::SarifDocumentWriter
[8173405] 2022-11-17T19:38:16Z [CUDA] make use of deprecated texture API conditional on CUDA version.
[8d615a2] 2022-11-17T19:36:15Z [mlir][sparse] fix crash on sparse_tensor.foreach operation on tensors with complex elements.
[48dbf35] 2022-11-17T19:22:25Z [scudo] Extend basic test to cover zero size allocs.
[89399ad] 2022-11-17T19:10:16Z [bazel][mlir] Add missing dependency for D138178
[92bcb8c] 2022-11-17T19:04:17Z [mlir][arith] Add index_cast and index_castui support to WIE
[a542d54] 2022-11-17T19:00:48Z [X86][KCFI] Add support for memory operand unfolding
[0ccc45f] 2022-11-17T18:51:20Z [Passes] reduce duplicated CHECK lines in tests; NFC
[0acc08b] 2022-11-17T18:50:34Z Attempt ro fix Windows build errors.
[c374ef2] 2022-11-17T18:48:24Z [mlir][sparse] Extend the operator new rewriter to handle isSymmetric flag.
[7f7e33c] 2022-11-17T18:45:36Z [mlir][spirv][math] Fix crash on unsupported types in math-to-spirv
[70dbd7b] 2022-11-17T18:44:06Z [ARM][AArch64] Use StringRef in TargetParser structs
[cd58333] 2022-11-17T18:41:02Z [LoopInterchange] Refactor and rewrite validDepInterchange()
[0436214] 2022-11-17T18:36:15Z [mlir][arith] Add Max
I and MinI support to WIE
[8adfa297] 2022-11-17T18:31:30Z [Pipelines] Introduce SROA after (final, run-time) loop unrolling
[ffe1661] 2022-11-17T18:16:47Z [flang] Propagate fastmath flags during intrinsics simplification.
[f44e846] 2022-11-17T18:10:57Z [Passes] reduce duplicated CHECK lines in tests; NFC
[b5276b5] 2022-11-17T17:59:53Z [mlir][sparse] Run an integration test with codegen.
[6a3561d] 2022-11-17T17:48:27Z [NFC][SROA] Add test for select speculation failures
[be1f994] 2022-11-17T17:48:27Z [Analysis] isSafeToLoadUnconditionally(): lifetime intrinsics can be ignored
[bcaf31e] 2022-11-17T17:23:53Z [AMDGPU] Allow finer grain control of an unaligned access speed
[6faf5d7] 2022-11-17T17:19:41Z Fix MSVC "not all control paths return a value" warning. NFC.
[af7e80b] 2022-11-17T16:52:09Z ValueTracking: Look through copysign in isKnownNeverInfinity
[4976216] 2022-11-17T16:45:48Z [AMDGPU] Remove isLiteralConstant and isLiteralConstantLike
[29e4363] 2022-11-17T16:35:49Z ValueTracking: Look through fneg in isKnownNeverNaN
[858f347] 2022-11-17T16:32:32Z [Clang, SystemZ] Add support for option -mno-pic-data-is-text-relative.
[2675773] 2022-11-17T16:29:41Z [include-cleaner] add macro symbols and implicit refs to HTML report
[4105794] 2022-11-17T16:18:51Z [SDAG] Assert we don't see scalable VECTOR_SHUFFLES
[8be41c7] 2022-11-17T16:17:10Z [test] Allow skipTestIfFn to apply to entire classes for skipIfNoSBHeaders
[6cff86f] 2022-11-17T16:12:38Z [ARM][AArch64] De-template TargetParser types
[0dff945] 2022-11-17T16:02:54Z Fix debug-info test
[4cc9437] 2022-11-17T15:49:51Z [flang] Set default to -ffpcontract=fast
[3de4689] 2022-11-17T15:46:45Z [libc++][NFC] Add missing include in char_traits.h
[3053a32] 2022-11-17T15:43:20Z [MemorySSA] Relax assert condition in createDefinedAccess
[ac82907] 2022-11-17T15:42:17Z [AArch64][SVE] Ensure redundant PTEST are removed with an 'invalid' PTRUE
[3682180] 2022-11-17T15:33:35Z [PhaseOrdering] add test for load combining; NFC
[8076c70] 2022-11-17T15:33:34Z [SystemZ] change test to mir to better isolate miscompile; NFC
[5d87f60] 2022-11-17T15:30:20Z [libc++] Only include_next C library headers when they exist
[f81f0cb] 2022-11-17T15:13:55Z [mlir][sparse] Split SparseTensorRewrite into PreSparsificationRewrite and PostSparsificationRewrite.
[662b5f1] 2022-11-17T15:07:28Z [ARM] Add an extra test for low trip count MVE vectorization. NFC
[00c95b1] 2022-11-17T14:58:13Z [mlir][transform] Add C++ builder to SequenceOp
[3c13d83] 2022-11-17T14:19:56Z [libc][bazel] Add tests to the bazel build
[a429773] 2022-11-17T12:18:36Z [openmp] [cmake] Fix detecting aarch64 in standalone MSVC builds
[89a86ed] 2022-11-17T11:59:35Z [AMDGPU] Autogenerate a test in preparation for upcoming change
[754d258] 2022-11-17T11:59:35Z [CGP] Update MemIntrinsic alignment if possible
[201ed71] 2022-11-17T11:58:21Z [LLDB][RISCV] Allow accessing FPR registers through ABI names
[4113e98] 2022-11-17T11:39:06Z [LLDB][RISCV] Allow accessing registers through ABI names
[ec78295] 2022-11-17T11:01:37Z [clang] Short-circuit evaluation in ::EvaluateAsConstantExpr
[303d14f] 2022-11-17T10:33:09Z [MLIR] NFC. Fix unused context warning from Parser.h
[b6c7907] 2022-11-17T10:24:04Z [MachineCombiner][RISCV] Add fmadd/fmsub/fnmsub instructions patterns
[50f8eb0] 2022-11-17T10:11:47Z Revert "[JT] Preserve exisiting BPI/BFI during JumpThreading"
[52a4018] 2022-11-17T10:00:00Z [JT] Preserve exisiting BPI/BFI during JumpThreading
[6393d2e] 2022-11-17T09:53:43Z [flang] Create fir.dispatch_table and fir.dt_entry operations
[ded52a4] 2022-11-17T09:46:15Z [flang] Make CollectBindings available to lowering
[898b188] 2022-11-17T09:42:28Z [AMDGPU] Add GFX11 to some tests with manual checks
[2c9d264] 2022-11-17T09:41:07Z [mlir][llvm] Move call and gep LLVM IR import tests.
[48a932e] 2022-11-17T09:38:28Z [clang-format] Remove special case for kw_operator when aligning decls
[df6f4b8] 2022-11-17T09:38:21Z [clang-format] Defer formatting of operator< to honor paren spacing
[9729b69] 2022-11-17T09:36:03Z [mlir] Make kDynamicSize equal to kDynamicOffsetAndStride.
[2920095] 2022-11-17T09:28:02Z [mlir][llvm] Consolidate function attribute import tests (NFC).
[356f417] 2022-11-17T09:26:15Z [mlir][llvm] Test LLVM IR global variable import separately (NFC).
[2caf1de] 2022-11-17T09:22:52Z Fix broken CI
[374d076] 2022-11-17T09:12:46Z [MachineCombiner][RISCV] Precommit tests for D136764
[2d0a2e3] 2022-11-17T09:06:17Z In ChangePrinters tests, redirect stderr of diff --help to stdout
[96a661d] 2022-11-17T08:19:57Z [GlobalISel] Better verification of G_UNMERGE_VALUES
[e2c868f] 2022-11-17T08:13:13Z Revert "[lld-macho] Fix bugs around EH_Frame symbols"
[ac3096e] 2022-11-17T08:13:13Z Revert "[lld-macho] Emit map file entry for compact unwind info"
[38d6202] 2022-11-17T08:13:13Z Revert "[lld-macho] Overhaul map file code"
[3ea86a1] 2022-11-17T08:12:42Z [Sink] Add a single successor test
[d24fe81] 2022-11-17T08:06:15Z ValueTracking: Look through canonicalize in isKnownNeverInfinity
[ba1669c] 2022-11-17T08:06:15Z ValueTracking: Look through fabs and fneg in isKnownNeverInfinity
[4fdf624] 2022-11-17T08:00:21Z Increase the limit of SCF nested tiling loop to 10
[750d17b] 2022-11-17T07:50:43Z [BOLT][runtime] Change fPIE flag to fPIC
[4ad8952] 2022-11-17T07:01:57Z [CodeGen][BasicBlockSections] Fix wrong alignment directive placement in basic block section cases
[38b5a37] 2022-11-17T06:45:08Z [NFC][asan] format __sanitizer_annotate_contiguous_container
[e7376ad] 2022-11-17T06:45:08Z [NFC][asan] clang-format the test
[605355f] 2022-11-17T06:45:08Z [NFC][asan] Reformat macro
[6d07678] 2022-11-17T06:44:44Z [OpenMP][NFC] Claim thread_limit clause in target directive
[d896ea7] 2022-11-17T06:30:56Z [llvm-debuginfo-analyzer] Return by reference instead of value.
[5060abb] 2022-11-17T06:23:30Z Apply clang-tidy fixes for readability-identifier-naming in StandaloneExtension.cpp (NFC)
[12050a3] 2022-11-17T06:13:22Z [LTO] Make local linkage GlobalValue in non-prevailing COMDAT available_externally
[2c239da] 2022-11-17T05:43:50Z Revert D135427 "[LTO] Make local linkage GlobalValue in non-prevailing COMDAT available_externally"
[bbe6bd7] 2022-11-17T05:20:23Z Trivial fix to failing test on FreeBSD
[1ddd586] 2022-11-17T05:05:28Z [clang] Missed rounding mode use in constant evaluation
[2652db4] 2022-11-17T04:31:40Z Handling ADD|SUB U64 decomposed Pseudos not getting lowered to SDWA form
[cc07185] 2022-11-17T04:00:48Z [BinaryFormat] Add LoongArch
[db8a967] 2022-11-17T03:59:00Z [OpenMP] kmp_affinity.h: add LoongArch64 support
[4ae3e13] 2022-11-17T03:57:32Z [sanitizer] Add ptrace interceptor support for LoongArch
[925eaeb] 2022-11-17T03:37:58Z Revert "[CMake] Drop libLTO and switch to PIE for Fuchsia toolchain"
[ff111a9] 2022-11-17T03:11:54Z [lld-macho] Increase slop to prevent thunk out of range again.
[7e15ea1] 2022-11-17T03:07:33Z [RISCV] Add a DAG combine to pre-promote (i1 (truncate (i32 (srl X, Y)))) with Zbs on RV64.
[083d949f] 2022-11-17T02:29:50Z [HLSL] add sin library function
[fd0aeaa] 2022-11-17T01:56:17Z [SPARC] Don't emit deprecated FP branches when targeting v9
[586d5f9] 2022-11-17T01:51:20Z [SPARC] Improve integer branch handling for v9 targets
[c3082e2] 2022-11-17T01:46:42Z [mlir][sparse] Adding wrapper for __has_builtin
[8255472] 2022-11-17T01:44:59Z [LoongArch] Eliminate extra un-accounted-for successors
[45e57a5] 2022-11-17T01:42:14Z Suppress warning on unused static data member.
[3f36421] 2022-11-17T01:35:51Z Fix use of std::unique / erase. This fixes a bot error after D136650.
[7da2d69] 2022-11-17T01:25:10Z [LoongArch] Transfer MI flags when expand PseudoCALL
[1310aa1] 2022-11-17T01:14:48Z AMDGPU: Use -passes for amdgpu-promote-alloca tests
[5c9b03f] 2022-11-17T00:54:27Z [RISCV] Remove duplicate setOperationAction. NFC
[a3e4888] 2022-11-17T00:40:13Z [mlir][sparse] Macros to clean up StridedMemRefType in the SparseTensorRuntime
[84ef723] 2022-11-17T00:38:44Z [clang] Fix wrong ABI of AVRTiny.
[3c448c2] 2022-11-17T00:22:58Z [mlir][sparse] Updating checkedMul to use intrinsics.
[9d86299] 2022-11-17T00:16:46Z [mlir][sparse] Adding safe comparison functions to MLIRSparseTensorRuntime.
[d62d278] 2022-11-17T00:15:55Z [mlir][sparse] Misc cleanup of MLIRSparseTensorRuntime
[91e7b9e] 2022-11-17T00:09:33Z [mlir][sparse] annotate loops that are generated by loop emitter.
[0ec24e1] 2022-11-17T00:00:26Z Only use major version in the clang resource directory for standalone builds.
[6eaedbb] 2022-11-16T23:51:26Z Make CompilerType safe
[0e00611] 2022-11-16T23:37:16Z [clangd] Add heuristic for dropping snippet when completing member function pointer
[0fcb26c] 2022-11-16T23:13:33Z [clang] Fix __try/__finally blocks in C++ constructors.
[55f56cd] 2022-11-16T23:12:40Z [VPlan] Introduce VPValue::hasDefiningRecipe helper (NFC).
[aa16689] 2022-11-16T23:03:34Z [VPlan] Use recipe type to avoid getDefiningRecipe call (NFC).
[310b619] 2022-11-16T22:47:53Z Revert D137868 "[libc] Fix builtin definition for memory functions"
[3830e4e] 2022-11-16T22:47:24Z AMDGPU: Create poison values instead of undef
[239b52d] 2022-11-16T22:39:50Z [VPlan] Update stale comment (NFC).
[9e52db1] 2022-11-16T22:36:16Z When we run out of source locations, try to produce useful information indicating why we ran out.
[bcc9c5d] 2022-11-16T22:31:59Z [LV] Replace unnecessary cast_or_null with cast (NFC).
[b52d328] 2022-11-16T22:17:08Z [VPlan] Remove unnecessary casts from tests after 32f1c5531b.
[32f1c55] 2022-11-16T22:12:08Z [VPlan] Update VPValue::getDef to return VPRecipeBase, adjust name(NFC)
[06e972e] 2022-11-16T21:59:54Z [mlir][linalg] Fix FoldTensorCastProducerOp for generic with memref output
[adf795d] 2022-11-16T21:57:41Z [mlir][arith] Fold and(a, and(a, b)) to and(a, b)
[7e9b000] 2022-11-16T21:42:33Z Improve diagnostic when parsing a custom op without registering the dialect
[3e25ae6] 2022-11-16T21:31:35Z [Clang] Correct when Itanium ABI guard variables are set for non-block variables with static or thread storage duration.
[da5d00a] 2022-11-16T21:03:39Z [libc] Fix builtin definition for memory functions
[9777e98] 2022-11-16T20:54:11Z [HLSL] add cos library function
[709e23a] 2022-11-16T20:29:21Z [mlir][sparse] fix CHECK test error on windows.
[9621b17] 2022-11-16T20:25:32Z [clang] Don't include C++ Standard Library headers when -nostdinc is used
[b5d74f0] 2022-11-16T20:01:14Z [mlir][sparse] Make integration tests run on both library and codegen pathes.
[2142dc3] 2022-11-16T19:54:13Z OpenMP: Remove -fno-experimental-isel flag from testing
[e989b8b] 2022-11-16T19:18:02Z AutoUpgrade: Fix assertion on invalid name mangling usage
[29c9287] 2022-11-16T19:17:50Z [AST] Fix class layout when using external layout under MS ABI.
[6435fe6] 2022-11-16T19:17:07Z [LLDB][NativePDB] Forcefully complete a record type if it has empty debug info and is required to have complete type.
[2d5c4b8] 2022-11-16T19:09:06Z Fix use of dangling stack allocated string in IncludeFixer
[1aa7bd0] 2022-11-16T19:02:07Z [Hexagon] Rearrange bits in TSFlags, NFC
[9f9fdab] 2022-11-16T18:57:03Z [SLP]Fix PR58766: deleted value used after vectorization.
[f15de140] 2022-11-16T18:40:23Z [ARM][AArch64] Move common code into ARMTargetParserCommon
[dabb751] 2022-11-16T18:00:41Z [libc] Fix assert.h and ctype.h not being built
[cf4f35b] 2022-11-16T17:58:50Z [ELF] Handle GCC collect2 -plugin-opt= on Windows
[f678217] 2022-11-16T17:50:26Z [llvm-objcopy] XFAIL ELF/update-section.test on 32-bit arm
[becf7b2] 2022-11-16T17:46:29Z [X86] Remove unnecessary override GFNI AFFINE reg-reg overrides from AlderlakeP model
[9eacbba] 2022-11-16T17:42:41Z Restore "[MemProf] ThinLTO summary support" with more fixes
[c260024] 2022-11-16T17:23:20Z [AArch64] NFC: Fix broken test sve-fixed-ld2-alloca.ll
[2d3d8c9] 2022-11-16T17:19:20Z [LangRef] remove callbr references from Addresses of BasicBlock section
[ad3c91e] 2022-11-16T17:13:11Z MemoryBuiltins: Don't check for unsized allocas
[c6a838e] 2022-11-16T16:58:26Z [MCA][X86] Add test coverage for VBMI instructions
[5ce68f4] 2022-11-16T16:53:11Z [mlir] Introduce replaceUsesOfWith to RewriterBase
[6f48e68] 2022-11-16T16:37:33Z [SME] Store buffer to the correct pointer when setting up lazy-save.
[da8a8e9] 2022-11-16T16:00:43Z [mlir][Linalg] Move patterns to remove dead arguments and results out of canonicalization.
[8474a20] 2022-11-16T15:55:50Z [mlir][sparse] bring CHECK tests back (but disabled)
[e5739eb] 2022-11-16T15:52:39Z [include-cleaner] Defer decl->stdlib conversion into decl->location conversion
[712d35b] 2022-11-16T15:44:46Z GlobalISel: Fold some idempotent operations
[2f8f17c] 2022-11-16T15:38:49Z [SLP]Fix PR58956: fix insertpoint for reduced buildvector graphs.
[8fbb6f8] 2022-11-16T15:35:53Z [NFC] Fix typo in comment
[6c38ffc] 2022-11-16T15:33:15Z [Concepts] Fix friend-checking to include NTTPs
[ed4943d] 2022-11-16T15:19:13Z [gn build] Port 332c4af35db9
[332c4af] 2022-11-16T15:09:49Z Revert "[NFC] Make format() more amenable to format attributes"
[cb3f8d5] 2022-11-16T14:57:32Z [Lexer] Speedup LexTokenInternal
[462e461] 2022-11-16T14:57:01Z [AMDGPU] Reinstate some dwordx3 tests
[41a3f92] 2022-11-16T14:00:54Z [AArch64][CodeGen] Add AArch64 support for complex deinterleaving
[0e7e426] 2022-11-16T13:53:16Z [OMPT] Fix debug prefix not being defined
[56470b7] 2022-11-16T13:50:45Z [lit] Add target=<triple> as a feature keyword
[e468b1b] 2022-11-16T13:29:12Z [AMDGPU][GFX11] Refactor VOPD operands handling
[7160987] 2022-11-16T13:22:48Z [AArch64][MachineCombiner] Use MIMetadata to copy pcsections metadata to reassociated instructions.
[6bacbea] 2022-11-16T13:11:38Z [Libomptarget] Build plugins-nextgen/common/PluginInterface with protected visibility
[a92f5a0] 2022-11-16T13:11:14Z [DAG] simplifySelect - add support for vselect(0, T, F) -> F fold
[2a6d4c5] 2022-11-16T12:55:37Z [libc][benchmark] Fix wrong BatchSize leading to data not fitting in L1.
[c9f0a3e] 2022-11-16T12:46:16Z [MLIR][Tensor] Clean-up ops.mlir test (NFC)
[5f7f484e] 2022-11-16T12:39:13Z [AArch64] Add GPR rr instructions to isAssociativeAndCommutative
[49510c5] 2022-11-16T12:29:50Z [AArch64] Mark all instructions that read/write FPCR as doing so
[4898568] 2022-11-16T12:27:18Z [Assignment Tracking][11/
] Update RemoveRedundantDbgInstrs
[b3f94fe] 2022-11-16T12:23:25Z [clang][Driver] allow tilde in user config dir
[f897951] 2022-11-16T11:50:18Z [JITLink][RISCV] Add R_RISCV_LO12_S relocation support
[ff252e6] 2022-11-16T11:49:14Z [X86] combineConcatVectorOps - don't concat(vselect,vselect) if the concatenated selection mask isn't legal
[a95a818] 2022-11-16T11:47:27Z [AArch64] Lower fixed-length vector_shuffle to SVE splat if possible
[5d938eb] 2022-11-16T11:21:02Z Revert "Restore "[MemProf] ThinLTO summary support" with fixes"
[22887ff] 2022-11-16T11:20:21Z Revert "Send statistics in initialized event"
[1814921] 2022-11-16T11:17:07Z [AArch64][CodeGen] Remove redundant vector negations before concat
[5ea7b6b] 2022-11-16T11:12:27Z [X86] vselect-avx.ll - add AVX512 test coverage
[a5f4f12] 2022-11-16T10:36:14Z [libc][NFC] move memmove implementation
[fe8d211] 2022-11-16T10:33:20Z [libc] deprecate LLVM_LIBC_MEMCPY_X86_USE_ONLY_REPMOVSB
[534f4bc] 2022-11-16T10:29:29Z [libc] remove mem functions dead code
[983f63f] 2022-11-16T10:20:14Z [AArch64][ARM] add Armv8.9-a/Armv9.4-a identifier support
[a1ac6ef] 2022-11-16T10:10:24Z [NFC][SelectionDAG][DebugInfo] Refactor DanglingDebugInfo class
[9792744] 2022-11-16T09:59:35Z [NFC][SelectionDAG][DebugInfo] Remove duplicate parameter from handleDebugValue
[e08ca4b] 2022-11-16T09:24:25Z Add Float8E4M3FN type to MLIR.
[2ada5cb] 2022-11-16T09:19:16Z [mlir][linalg] Fix bug in InferStaticShapeOfOperands pattern
[0512303] 2022-11-16T09:02:52Z [clang][NFC] Remove unused CastForMoving parameter
[981dac8] 2022-11-16T09:02:52Z [clang][Parse][NFC] Remove unused DenseMap
[b303c00] 2022-11-16T09:02:40Z [WebAssembly] multivalue stackify fix
[d128a03] 2022-11-16T08:56:29Z [clang][Interp][NFC] Use constexpr if in OffsetHelper
[63ca939] 2022-11-16T08:55:24Z [mlir] [transform] Fix for RAUW error in transform gpu dialect
[b18cdea] 2022-11-16T07:52:30Z [MC][LoongArch] Fix needsRelocateWithSymbol() implementation
[116c894] 2022-11-16T07:28:55Z DAG: Fix assert on load casted to vector with attached range metadata
[4787a48] 2022-11-16T07:28:55Z AMDGPU/GlobalISel: Fix shift tests using out of bounds offsets
[342642d] 2022-11-16T06:57:21Z [AMDGPU][GISel] Smaller code for scalar 32 to 64-bit extensions
[ddbb21b] 2022-11-16T06:47:45Z [LoongArch] Add immediate operand validity check for __builtin_loongarch_dbar
[d599ac4] 2022-11-16T06:45:24Z [LLDB] Xfail TestVSCode_eventStatistic.py on Arm/AArch64 Linux
[349b6af] 2022-11-16T06:36:37Z [AMDGPU] Remove the assertion for MUBUF instruction with voffset
[1f67dc8] 2022-11-16T06:32:27Z [Driver] Enable nested configuration files
[fde4ef1] 2022-11-16T06:29:34Z InstSimplify: Fold arithmetic_fence as idempotent
[a85b712] 2022-11-16T06:29:33Z IR: Make arithmetic_fence a DefaultAttrs intrinsic
[e611d41] 2022-11-16T06:08:50Z [gn build] Port 617277e7cbda
[ed9638c] 2022-11-16T06:05:35Z [VP][RISCV] Add vp.nearbyint and RISC-V support.
[40c1476] 2022-11-16T06:02:10Z [clang-format][NFC] Improve documentation on ReflowComments
[cb01bef] 2022-11-16T06:02:10Z [clang-format][NFC] Improve documentation of FixNamespaceComments
[617277e] 2022-11-16T06:02:09Z [clang-format][NFC] Moved configuration parsing tests in own file
[409eaff] 2022-11-16T05:34:22Z [AArch64InstPrinter] Print TargetAddress as an uint64_t
[c4f1af2] 2022-11-16T05:04:43Z [mlir][sparse] avoid single small vector, set exact number 3
[0cc8752] 2022-11-16T03:38:14Z Revert "[pgo] Avoid introducing relocations by using private alias"
[5c3ca10] 2022-11-16T03:36:38Z [VP][RISCV] Add vp.bswap and RISC-V support.
[8ef1cc9] 2022-11-16T03:19:55Z [RISCV] Improve formatting of Sched lists in tablegen. NFC
[7fe3586] 2022-11-16T03:09:05Z Send statistics in initialized event
[fcaf6dd] 2022-11-16T02:55:43Z [mlir][Transforms] CSE of ops with a single block.
[7d59b33] 2022-11-16T02:47:11Z [X86][AMX] Fix the shape dependency issue.
[a214c52] 2022-11-16T02:43:10Z [RISCV] Don't use zero-stride vector load for gather if not optimized
[85d3a41] 2022-11-16T02:39:55Z [RISCV] Remove some unneeded widening FP vector pseudo instructions. NFC
[aa47bfa] 2022-11-16T02:11:11Z [RISCV] Refactor getDefaultVLOps. NFC.
[5d19fea] 2022-11-16T02:02:10Z [PowerPC] Fix strict load-conversion recognition
[e8e92c8] 2022-11-16T02:01:46Z Revert "[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate reports on RISCV"
[b32831f] 2022-11-16T01:49:41Z [mlir][sparse] move SparseTensorReader functions into the mlir_ciface section
[b88b830] 2022-11-16T01:42:23Z [RISCV][llvm-mca] Use LMUL Instruments to provide more accurate reports on RISCV
[4155be3] 2022-11-16T01:22:41Z [mlir][Translation] Allow specifying an expected input alignment for "ToMLIR" translations
[81e3360] 2022-11-16T01:14:48Z [Sema] Use the value category of the base expression when creating an ExtVectorElementExpr
[cb0ffa5] 2022-11-16T00:52:34Z [lldb] Fix simple template names and template params with scope qualifiers
[61e5c14] 2022-11-16T00:10:33Z [mlir][sparse] fix memory leakage in concatenate rewriter.
[e8a83c8] 2022-11-15T23:35:25Z [bazel] Remove reference to file removed in 70dc3b811e4926fa2c88bd3b53b29c46fcba1a90
[191ab4f] 2022-11-15T23:30:15Z [libc] [Obvious] Cleanup.
[4bc86ae] 2022-11-15T23:24:36Z [lldb-vscode] Send Selected Statistics Dump in Terminated Event
[c46a465] 2022-11-15T23:13:37Z [libc] disable flakey tests
[0e1708f] 2022-11-15T23:09:06Z [mlir][sparse] cleanup small vector constant hints
[dbd3193] 2022-11-15T23:06:35Z [libc] cleanup changes to gettimeofday.
[dd8fd64] 2022-11-15T22:58:50Z [BOLT-TESTS] Follow-up to D131919
[c0ef83e] 2022-11-15T22:56:47Z [LSR] Check if terminating value is safe to expand before transformation
[8d0b2f0] 2022-11-15T22:46:53Z [gn build] Port a16bd4f9f25e
[b7d9310] 2022-11-15T22:46:52Z [gn build] Port 4be39288f506
[555e783] 2022-11-15T22:45:21Z [mlir][sparse] Fix rewriting for convert op and concatenate op.
[1447ea05] 2022-11-15T22:44:35Z NFC test if rosetta is installed before running x86 binary on AS
[063a43b] 2022-11-15T22:41:28Z [ObjC] Fix an assertion failure in EvaluateLValue
[6dee239] 2022-11-15T22:37:27Z [Clang][Sema] Refactor category declaration under CheckForIncompatibleAttributes. NFC
[f387918] 2022-11-15T22:36:01Z [TargetLowering][RISCV][ARM][AArch64][Mips] Reduce the number of AND mask constants used by BSWAP expansion.
[70dc3b8] 2022-11-15T22:35:15Z [AggressiveInstCombine] Remove legacy PM pass
[0869a69] 2022-11-15T22:35:02Z NFC test if rosetta debugserver exists before testing rosetta
[d781605] 2022-11-15T22:30:40Z [opt] Print deprecation warning for use of legacy syntax with new pass manager
[8d41609] 2022-11-15T22:25:52Z [lldb/test] Fix app_specific_backtrace_crashlog.test (NFC)
[4be3928] 2022-11-15T22:24:50Z [RISCV] Move GlobalISEL specific files to sub-directory [nfc]
[dcfb250] 2022-11-15T22:22:23Z [clang][deps] Remove checks that were just for exhaustiveness
[5b67bce] 2022-11-15T22:21:55Z [OpenMP] [OMPT] [2/8] Implemented a connector for communication of OMPT callbacks between libraries.
[628fdc3] 2022-11-15T22:06:50Z [OPENMP]Initial support for at clause
[05ec16d] 2022-11-15T21:59:26Z [clang][deps] Avoid leaking modulemap paths across unrelated imports
[0a33cee] 2022-11-15T21:40:28Z [SLP]Fix a crash on analysis of the vectorized node.
[7ffa52d] 2022-11-15T21:39:34Z [libc] re-enable assert
[defb553] 2022-11-15T21:20:40Z Apply clang-tidy fixes for llvm-qualified-auto in TestTilingInterface.cpp (NFC)
[ef99c27] 2022-11-15T21:20:39Z Apply clang-tidy fixes for llvm-else-after-return in SparseTensorCodegen.cpp (NFC)
[ca9916e] 2022-11-15T21:20:39Z Apply clang-tidy fixes for readability-identifier-naming in SparseTensorCodegen.cpp (NFC)
[5ed6dc4] 2022-11-15T21:17:13Z [libc++] Introduce helper functions __make_iter in vector and string
[d1da6f2] 2022-11-15T21:07:54Z [mlir][sparse] avoid single default parameters in pass constructors
[38ec0a0] 2022-11-15T20:31:06Z [mlir][SerializeToHsaco] Minimize dependencies of AMDGPU compilation
[7dde2a5] 2022-11-15T20:22:33Z [libc] Include stddef.h after D137871
[6d5dbc7] 2022-11-15T20:21:20Z [mlir] Fix a warning
[cd5ee32] 2022-11-15T20:16:03Z [mlir] Fix warnings
[fc367df] 2022-11-15T20:07:35Z [mlir] Remove Transforms/SideEffectUtils.h and move the methods into Interface/SideEffectInterfaces.h.
[9332ddf] 2022-11-15T20:07:03Z [Clang] Extend the number of case Sema::CheckForIntOverflow covers
[eba3fec] 2022-11-15T20:01:00Z [mlir] Fix warnings
[13c4175] 2022-11-15T19:52:52Z [mlir][sparse] Only insert non-zero values to the result of the concatenate operation.
[c3821e1] 2022-11-15T19:49:59Z [mlir][sparse] fix bugs in concatenate rewriter.
[88eb3c6] 2022-11-15T19:26:42Z Add FP8 E4M3 support to APFloat.
[b2d9e08] 2022-11-15T19:25:54Z [asan][darwin] This test is x86_64 specific, not non-ios in general.
[6c7666a] 2022-11-15T19:19:46Z Revert D137574 "PEI should be able to use backward walk in replaceFrameIndicesBackward."
[bc10a41] 2022-11-15T19:17:59Z [libc][math] Improve the performance and error printing of UInt.
[ea5be25] 2022-11-15T19:06:18Z [AVR] Fix use-of-uninitialized-value after D137520
[4f9321f] 2022-11-15T18:43:06Z [NVPTX] Fix alignment for arguments of function pointer calls
[69e73d0] 2022-11-15T18:41:33Z [NVPTX] Fix pointer argument declaration for --nvptx-short-ptr
[c38fa7c] 2022-11-15T18:39:34Z [NVPTX] Fix pointer type for short 32-bit pointers
[11abb7f] 2022-11-15T18:30:06Z [NFC][X86][Costmodel] Drop reduntant interleaved cost test coverage
[9b1bd23] 2022-11-15T18:14:02Z Apply clang-tidy fixes for modernize-loop-convert in CodegenUtils.cpp (NFC)
[fbfca43] 2022-11-15T18:14:01Z Apply clang-tidy fixes for llvm-qualified-auto in TileUsingInterface.cpp (NFC)
[93d1a7b] 2022-11-15T18:09:52Z [libc] Fix tablegen when using a runtimes build
[8e37b53] 2022-11-15T18:07:12Z [X86] Rewrite getScalarizationOverhead()
[a75bab6] 2022-11-15T18:06:19Z [Hexagon] Fix even/odd word shuffling
[00c2235] 2022-11-15T17:55:29Z [IR] Fix -Wreturn-type after D135714 "[MemProf] ThinLTO summary support"
[77533d7] 2022-11-15T17:16:49Z [mlir][SCF] Adding custom builder to SCF::WhileOp.
[beaffb0] 2022-11-15T17:16:32Z [mlir][transform] Decouple GPUDeviceMapping attribute from the GPU transfrom dialect code generator
[4a77d96] 2022-11-15T16:57:44Z [LegacyPM] remove unset variables in PassManagerBuilder
[98ed423] 2022-11-15T16:55:17Z Restore "[MemProf] ThinLTO summary support" with fixes
[6747298] 2022-11-15T16:35:00Z Revert "[libc++] Only include_next C library headers when they exist"
[bf68a59] 2022-11-15T16:18:22Z [libc++] Start classifying debug mode features with more granularity
[2b8917f] 2022-11-15T16:05:24Z [pgo] Avoid introducing relocations by using private alias
[2323a4e] 2022-11-15T16:04:11Z Revert "[RISCV][llvm-mca] Use LMUL Instruments to provide more accurate reports on RISCV"
[e487356] 2022-11-15T16:01:18Z [SDAG] improve assert text for getSetCC type assumptions; NFC
[fe05a0a] 2022-11-15T16:01:18Z [SDAG] avoid udiv/urem transform for vector/scalar type mismatches
[daf1a1f] 2022-11-15T15:59:21Z [AArch64][SVE] Add instcombine to convert ptest.last/first to ptest.any
[226409c] 2022-11-15T15:58:11Z [libc++] Only include_next C library headers when they exist
[20b0e0a] 2022-11-15T15:56:53Z [gn build] Stop defining GTEST_LANG_CXX11, pass /Zc:__cplusplus with msvc
[5e82ee5] 2022-11-15T15:54:06Z [RISCV][llvm-mca] Use LMUL Instruments to provide more accurate reports on RISCV
[2fb3e3c] 2022-11-15T15:46:28Z [AArch64][SVE] Add PTEST_ANY pseudo instruction
[8051c1d] 2022-11-15T15:46:05Z [AST] Don't use WeakVH for unknown insts (NFCI)
[1b829c3] 2022-11-15T15:45:41Z [gn build] Make libcxx_enable_debug_mode work better, maybe
[452a14e] 2022-11-15T15:39:40Z Revert "[MemProf] ThinLTO summary support"
[db5855d] 2022-11-15T15:27:28Z [AST] Restrict AliasSetTracker to immutable IR
[139e08e] 2022-11-15T15:20:18Z [Assignment Tracking][23/] Account for assignment tracking in SLP Vectorizer
[884b919] 2022-11-15T15:01:14Z Reapply [Hexagon] Use default attributes for intrinsics
[966867a] 2022-11-15T14:56:58Z [Assignment Tracking][22/
] Add loop-deletion test
[de034cf] 2022-11-15T14:53:43Z [NFC] Fix the typo and the format in the StandardCPlusPlusModules document
[44bd807] 2022-11-15T14:48:53Z [Hexagon] Adjust handling of stack with variable-size and extra alignment
[13ea134] 2022-11-15T14:48:13Z [libc++] Make it an error to define LIBCPP_DEBUG
[cfb0d62] 2022-11-15T14:46:23Z [MergeICmps][NFC] Fix a couple of typos in a comment
[4745945] 2022-11-15T14:45:12Z [MemProf] ThinLTO summary support
[d256377] 2022-11-15T14:29:37Z [AVR][Clang] Move family names into MCU list
[09ab9d4] 2022-11-15T14:29:37Z [AVR][Clang] Implement AVR_ARCH macro
[a8673b7] 2022-11-15T14:29:37Z [AVR] Add FeatureEIJMPCALL to FamilyAVR6
[a49fcca] 2022-11-15T14:28:03Z [clang-tidy] Optionally ignore findings in macros in readability-const-return-type.
[f3afd16] 2022-11-15T14:24:05Z [clang-tidy] Ignore overriden methods in readability-const-return-type.
[e05ce03] 2022-11-15T14:20:25Z PEI should be able to use backward walk in replaceFrameIndicesBackward.
[bfa7f62] 2022-11-15T13:42:56Z [Assignment Tracking][20/] Account for assignment tracking in DSE
[376d046] 2022-11-15T13:22:11Z [AAPointerInfo] refactor how offsets and Access objects are tracked
[98562e8] 2022-11-15T13:13:38Z [Assignment Tracking][19/
] Account for assignment tracking in ADCE
[8699efb] 2022-11-15T12:43:21Z [AArch64][SVE] Fix bad PTEST(PTRUE_ALL, PTEST_LIKE) optimization
[00b1f7a] 2022-11-15T12:42:19Z Use TI.hasBuiltinAtomic() when setting ATOMIC
_LOCK_FREE values. NFCI
[a5c9330] 2022-11-15T12:35:25Z [AArch64] Add some missing tests for FNMADD combine patterns. NFC.
[eed1f33] 2022-11-15T12:31:40Z [clang][Tooling] Sort filenames in test
[2da67e8] 2022-11-15T12:24:16Z [Assignment Tracking][18/
] Account for assignment tracking in LICM
[4dad168] 2022-11-15T12:09:51Z [NFC][AArch64] SME2 Add instruction name convention and fix LookupTable number of registers
[8e695da] 2022-11-15T12:00:35Z [NFC][SME2] Change instruction name for ADD/SUB array accumulator
[a290668] 2022-11-15T11:59:07Z [AArch64][SVE] Fix bad PTEST(X, X) optimization
[e292f91] 2022-11-15T11:51:10Z [Assignment Tracking][17/] Account for assignment tracking in memcpyopt
[98c1d11] 2022-11-15T11:28:20Z [Assignment Tracking][16/
] Account for assignment tracking in mldst-motion
[64bd607] 2022-11-15T11:20:59Z [Assignment Tracking] Update mem2reg tests to use opaque pointers
[0946e46] 2022-11-15T11:11:57Z [Assignment Tracking][12/*] Account for assignment tracking in mem2reg
[896271d] 2022-11-15T11:06:59Z [MCA][X86] Ensure the avx512 gfni tests use the upper xmm/ymm registers
[dd73bfa] 2022-11-15T11:01:57Z [flang] Lower intrinsic assignment to fir.assign
[b9c78b2] 2022-11-15T11:00:16Z [flang] Add hlfir.assign definition
[ce3e7eb] 2022-11-15T10:34:23Z [AArch64][SVE] Fix bad PTEST(PG, OP(PG, ...)) optimization
[3ddd5a8] 2022-11-15T10:32:28Z [AArch64][SVE] Add more ptest removal tests
[b95f543] 2022-11-15T10:09:32Z [lit] [Windows] Print exit codes > 255 as hex too
[ae59131] 2022-11-15T09:47:52Z [clang][Tooling] Make the filename behaviour consistent
[a853c42] 2022-11-15T09:35:49Z Pre-commit load/store cases for PowerPC direct-move
[cb2289f] 2022-11-15T09:21:48Z [C++20] [Modules] Attach implicitly declared allocation funcitons to global module fragment
[a4ae029] 2022-11-15T09:07:55Z [gn build] Port 1ebfe9b264bb
[9c2700d] 2022-11-15T09:01:46Z [CMake][compiler-rt] Don't load LLVM config in the runtimes build
[1ebfe9b] 2022-11-15T08:59:54Z [TargetParser] Split AArch64TargetParser from ARMTargetParser
[d649452] 2022-11-15T08:56:16Z [code-owners] Add Vassil as a code owner for clang incremental compilation.
[34d3f3f] 2022-11-15T08:50:00Z [flang] Lower symbols to hlfir.declare
[ec893da] 2022-11-15T08:48:05Z [GlobalISel] Remove semantic operand of G_IS_FPCLASS
[b97911c] 2022-11-15T08:10:32Z [LoongArch] Implement the TargetLowering::getRegisterByName hook
[15cd237] 2022-11-15T07:25:52Z [lldb] Re-phase comments in ScriptedProcess.get_loaded_images method (NFC)
[67df730] 2022-11-15T06:48:51Z Update bazel files.
[c507269] 2022-11-15T06:37:00Z [libunwind][LoongArch] Add 64-bit LoongArch support
[25dcca6] 2022-11-15T06:01:59Z [RISCV] Teach shouldSinkOperands that vp.add and friends are commutative.
[b7d7c44] 2022-11-15T04:40:57Z Fix unsafe-fp-math attribute emission.
[9044226] 2022-11-15T03:51:13Z [NFC] [C++20] [Modules] Remove unused Global Module Fragment variables/arguments
[dde8423] 2022-11-15T03:44:05Z [RISCV] Expand i32 abs to negw+max at isel.
[1773743] 2022-11-15T03:11:34Z [dsymutil] Fix assertion in the Reproducer/FileCollector when TMPDIR is empty
[eb7d16e] 2022-11-15T02:14:20Z [PowerPC] make expensive mflr be away from its user in the function prologue
[1311306] 2022-11-15T02:02:18Z [mlir][AttrTypeReplacer] Make attribute dictionary replacement optional
[03d07e1] 2022-11-15T01:55:40Z [LoongArch] Handle register spill in BranchRelaxation pass
[c50d0fe] 2022-11-15T01:54:27Z [mlir][arith][spirv] Clean up arith-to-spirv. NFC.
[6433333] 2022-11-15T01:52:10Z [mlir][arith] Add arith.shrsi support to WIE
[940d3e0] 2022-11-15T01:29:50Z [mlir][tosa] Create a profile validation pass for TOSA dialect
[b2fbafc] 2022-11-15T00:51:24Z [NFC][Clang] Autogenerate checklines in a test being affected by a patch
[910d627] 2022-11-15T00:38:47Z [mlir][sparse] avoid nop rewriting on runtime lib path in pipeline
[c6a199f] 2022-11-15T00:30:00Z [NVPTX] Emit pragma nounroll for llvm.loop.unroll.count=1
[8ffdcc5] 2022-11-15T00:19:51Z [mlir][sparse] fix memory leak sparse2sparse reshape
[af5c307] 2022-11-15T00:18:04Z Revert "[mlir][sparse] Macros to clean up StridedMemRefType in the SparseTensorRuntime" and "[mlir][sparse] move SparseTensorReader functions into the mlir_ciface section"
[a583654] 2022-11-14T23:59:05Z GlobalISel: Add debug print for applied rule in generated combiner
[77bf0df] 2022-11-14T23:51:03Z Revert "[opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvm"
[bf8381a] 2022-11-14T23:24:08Z [opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvm
[2d9d805] 2022-11-14T23:03:46Z [mlir][sparse] fix memory leak in test cases
[9aaf509] 2022-11-14T23:01:29Z [mlir][sparse] Fix warning on GCC
[c60a8d9] 2022-11-14T22:27:31Z [RISCV] Add codegen coverage for select idioms which might benefit from XVentanaCondOps
[6ce341d] 2022-11-14T22:23:56Z [libc] Forward LLVM_LIBC options when using a runtimes build
[40edb8b] 2022-11-14T22:22:25Z [mlir][sparse] Make three tests run with the codegen path.
[92bc3fb] 2022-11-14T21:50:29Z [mlir][sparse] move SparseTensorReader functions into the mlir_ciface section
[6c22dad] 2022-11-14T21:49:38Z [mlir][sparse] Macros to clean up StridedMemRefType in the SparseTensorRuntime
[c518745] 2022-11-14T21:48:41Z [mlir][sparse] Making way for SparseTensorRuntime to support non-permutations
[65f9992] 2022-11-14T21:39:00Z [RISCV] Add PseudoCCMOVGPR to RISCVSExtWRemoval.
[8c15c17] 2022-11-14T21:31:30Z Revert "[opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvm"
[ef9e624] 2022-11-14T21:11:07Z [opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvm
[fd824bd] 2022-11-14T21:03:47Z Revert "[dsymutil] Fix assertion in the Reproducer/FileCollector when TMPDIR is empty"
[ad68c66] 2022-11-14T20:50:23Z [DirectX backend] Fix build and test error caused by out of sync with upstream change.
[68efb47] 2022-11-14T20:34:16Z [dsymutil] Fix assertion in the Reproducer/FileCollector when TMPDIR is empty
[8da41fe] 2022-11-14T20:28:21Z [cmake] Fix GNU_SOURCE being added unconditionally
[67d311a] 2022-11-14T20:18:09Z [COFF, Mach-O] Include -mllvm options in thinlto cache key
[afc159b] 2022-11-14T20:07:27Z [mlir][arith][spirv] Handle i1 sign extension in arith-to-spirv
[beee574] 2022-11-14T20:04:23Z Apply clang-tidy fixes for readability-identifier-naming in AlgebraicSimplification.cpp (NFC)
[3bed21b] 2022-11-14T20:04:16Z Apply clang-tidy fixes for readability-simplify-boolean-expr in GPUDialect.cpp (NFC)
[0720576] 2022-11-14T19:39:24Z [mlir][tosa] Remove zero-fill of tosa.concat outputs when lowering to linalg.
[11e8686] 2022-11-14T19:34:59Z [MachineCSE] Allow CSE for instructions with ignorable operands
[840a793] 2022-11-14T19:07:31Z clang/AMDGPU: Use Support's wrapper around getenv
[d665448] 2022-11-14T18:56:35Z [mlir][MemRef] Change the anchor point of a reshapeLikeOp pattern
[4178366] 2022-11-14T18:43:34Z [mlir][MemRef] Change the anchor point of a subview pattern
[244af24] 2022-11-14T18:36:31Z [mlir][MemRef] Simplify extract_strided_metadata(reinterpret_cast)
[4295f8c] 2022-11-14T18:31:14Z [lto] Update function name in comment after 5f312ad45
[63571e8] 2022-11-14T18:28:36Z [RISCV] Add scalar FP compares to isSignExtendingOpW in RISCVSExtWRemoval.
[38f47d9] 2022-11-14T18:27:38Z [AMDGPU][MC][NFC] Rename VOP3 VOPC test files
[18278d8] 2022-11-14T18:14:17Z [RISCV] Move FixableDef handling out of isSignExtendingOpW.
[1c9a93a] 2022-11-14T18:12:23Z [GlobalIsel][AMDGPU] Changing legalize rule for G
{UADDO|UADDE|USUBO|USUBE|SADDE|SSUBE}
[99833cd] 2022-11-14T18:05:40Z [mlir][linalg] Add reduction tiling using scf.foreachthread
[b40126b] 2022-11-14T18:03:19Z [bazel] Add another missing dependency after D137833
[42263fb] 2022-11-14T18:02:15Z [mlir][MemRef] Make reinterpret_cast(extract_strided_metadata) more robust
[c21915f] 2022-11-14T17:58:02Z [bazel] Fix Bufferization dialect build
[53c45df] 2022-11-14T17:54:05Z Change last-ditch magic address in IRMemoryMap::FindSpace
[22339e5] 2022-11-14T17:48:44Z [Support] Use thread safe version of getpwuid and getpwnam.
[cbcf123] 2022-11-14T17:38:17Z [LegacyPM] Remove cl::opts controlling optimization pass manager passes
[637ed52] 2022-11-14T17:36:44Z [RISCV] Remove old test case. NFC
[13e32a8] 2022-11-14T17:36:33Z [RISCV] Improve use of PACK instruction on rv64.
[d7c1427] 2022-11-14T17:33:38Z Revert "[LegacyPM] Remove cl::opts controlling optimization pass manager passes"
[7ec05fe] 2022-11-14T17:23:17Z [LegacyPM] Remove cl::opts controlling optimization pass manager passes
[f0a411d] 2022-11-14T17:19:49Z [mlir][Transform]Significantly cleanup scf.foreach_thread and GPU transform permutation handling
[87f652d] 2022-11-14T17:18:10Z Migrate getOrCreateInternalVariable from Clang to OMPIRBuilder.
[c780184] 2022-11-14T17:09:54Z [MLIR][Transform] Expose map layout option in OneShotBufferizeOp
[0a37290] 2022-11-14T17:09:23Z [InstSimplify] restrict logic fold with partial undef vector
[cd7ff07] 2022-11-14T17:09:15Z [SystemZ] improve test for showing store merge miscompile; NFC
[780c539] 2022-11-14T17:01:54Z [RISCV] Implement assembler support for XVentanaCondOps
[4f729d5] 2022-11-14T16:48:53Z [mlir][sparse] Add rewriting rules for sparse_tensor.sort_coo.
[df2f9e5] 2022-11-14T16:31:01Z [PDB] Don't include input files in the 'cmd' entry of S_ENVBLOCK
[d7208b0] 2022-11-14T16:29:31Z [MCA][X86] Add test coverage for VBMI2 instructions
[7e78685] 2022-11-14T16:29:31Z [MCA][X86] Ensure the avx512 vnni tests use the upper xmm/ymm registers
[6111125] 2022-11-14T16:28:36Z [NFC] Fixing spelling in code comment
[fa46de1] 2022-11-14T16:21:33Z [mlir][sparse][NFC] Add comments to tests that are run for with and without runtime libraries.
[d55594b] 2022-11-14T16:10:36Z [AMDGPU][AsmParser] Forbid TFE modifiers for MBUF stores.
[62b00bf] 2022-11-14T15:58:14Z [NFC] Removal of complex deinterleaving test case complex_mul_v8f64
[f6670a3] 2022-11-14T15:44:27Z [AMDGPU] More use of DivergentBinFrag and friends. NFC.
[b71bf08] 2022-11-14T15:42:22Z [AA] Move MayBeCrossIteration into AAQI (NFC)
[1b560e6] 2022-11-14T15:36:18Z [AMDGPU][MC] Support TFE modifiers in MUBUF loads and stores.
[9d78bbe] 2022-11-14T15:21:04Z [docs][OpaquePtr] Fix hyperlinks
[ae4718a] 2022-11-14T15:15:03Z [AMDGPU] Define and use UniformTernaryFrag. NFC.
[814267e] 2022-11-14T15:11:35Z [X86] Remove unnecessary overrides for CBW/CWDE/CDQE/CMC instructions
[3eacda4] 2022-11-14T14:56:16Z [AArch64] Add all SME2.1 instructions Assembly/Disassembly
[458ae53] 2022-11-14T14:50:38Z [AST] Remove legacy AliasSetPrinter pass
[cc5f93b] 2022-11-14T14:32:36Z [AArch64] Add match patterns for the reassociated forms of FNMUL
[6d98f3a] 2022-11-14T14:28:59Z [LoopVersioningLICM] Clarify scope of AST (NFC)
[8776091] 2022-11-14T14:21:46Z [OpenMP] Fix installation to old resource dir
[5c67cf0] 2022-11-14T14:21:36Z Add clang_CXXMethod_isMoveAssignmentOperator to libclang
[47eddbb] 2022-11-14T14:18:26Z [LoopVersioningLICM] Remove unnecessary reset code (NFC)
[c83c69d] 2022-11-14T14:05:19Z [gn build] Port d52e2839f3b1
[d52e283] 2022-11-14T14:02:27Z [ARM][CodeGen] Add support for complex deinterleaving
[c92ff2a] 2022-11-14T13:30:22Z [BOLT][NFC] Fix possible use-after-free
[044fcfa] 2022-11-14T13:28:06Z [flang][NFC] Fix typo in fir.box_typecode op description
[ef6f3c7] 2022-11-14T13:20:20Z [AMDGPU][MC][GFX11] Improve diagnostic messages for invalid VOPD syntax
[6370f75] 2022-11-14T12:39:57Z [mlir][Transform] Add support for dynamically unpacking tile_sizes / num_threads in tile_to_foreach_thread
[ca875cb] 2022-11-14T12:27:29Z [ThinLTO] a ThinLTO warning is added if cache_size_bytes or cache_size_files is too small for the current link job. The warning recommends the user to consider adjusting --thinlto-cache-policy.
[eb05da5] 2022-11-14T11:58:29Z [AMDGPU] Simplify SelectPat and remove comment obsoleted by D133593
[034df6f] 2022-11-14T11:55:39Z [InstCombine][NFC] Add extractelement tests
[200f341] 2022-11-14T11:47:39Z [reg2mem] Skip non-sized Instructions (PR58890)
[e28cc93] 2022-11-14T11:23:35Z [mlir][bazel] NFC: change MLIR_GPU_TO_CUBIN_PASS_ENABLE from defines to local_defines.
[8ad88f1] 2022-11-14T10:46:11Z Do not write a comma when varargs is the only argument
[3b29159] 2022-11-14T10:19:35Z [flang] Add hlfir.declare codegen
[7e4cfcd] 2022-11-14T10:12:18Z [gn build] Port dd46a08008f7
[5c4ae8a] 2022-11-14T10:10:55Z Update the wrong isSelfContainedHeader API usage in the test.
[42d9261] 2022-11-14T10:01:15Z [ConstraintElimination] Use SmallVectorImpl (NFC)
[feda983] 2022-11-14T09:52:04Z [TableGen] Use MemoryEffects to represent intrinsic memory effects (NFCI)
[49ee563] 2022-11-14T09:51:18Z [flang] Add fir.box_typecode operation
[f677c5e] 2022-11-14T09:48:41Z [flang] Initial lowering of SELECT TYPE construct to fir.select_type operation
[ce879a0] 2022-11-14T09:46:46Z [Coroutines] Do not add allocas for retcon coroutines
[0387679] 2022-11-14T09:46:33Z [Coroutines] Presubmit retcon without suspend test
[e82b5b5] 2022-11-14T09:44:16Z [ConstraintElimination] Add Decomposition struct (NFCI)
[30982a5] 2022-11-14T09:42:04Z [ConstraintElimination] Make decompose() infallible
[7a1bd01] 2022-11-14T09:39:11Z [flang][RFC] Do not rely on attributes to tag HLFIR variable uses
[fcfb620] 2022-11-14T09:37:16Z [flang][NFC] rename hlfir::FortranEntity into EntityWithAttributes
[32e7e17] 2022-11-14T09:27:12Z [flang] Add hlfir.declare operation
[dd46a08] 2022-11-14T08:40:45Z Move the isSelfContainedHeader function from clangd to libtooling.
[285da1c] 2022-11-14T08:31:06Z [llvm] Use std::is_integral_v (NFC)
[0b94525] 2022-11-14T08:27:11Z Revert "[libclang] Expose completion result kind in CXCompletionResult"
[10ab29e] 2022-11-14T08:06:13Z [IRCE] Bail out if AddRec in icmp is for another loop (PR58912)
[3ac93d1] 2022-11-14T07:57:52Z [RISCV] Add another PACKH pattern.
[3b75979] 2022-11-14T07:57:52Z [RISCV] Add PACKH/PACKW/PACK to hasAllNBitUsers.
[d709888] 2022-11-14T07:50:08Z [Support] Use std::is_scalar_v (NFC)
[c984573] 2022-11-14T07:14:47Z Add missing include.
[b9378a6] 2022-11-14T07:00:16Z [Docs] Add Documentation on BOLT Build Configs
[f7dea68] 2022-11-14T06:58:00Z [Docs] Add Documentation on (Thin)LTO + PGO Build Configs
[e85c723] 2022-11-14T06:19:14Z [lldb] Re-phase comments in ScriptedThread.get_stackframes method (NFC)
[1239d37] 2022-11-14T06:06:09Z [lldb] Remove unused stack_memory_dump member from ScriptedProcess class (NFC)
[40ae4b8] 2022-11-14T05:58:45Z [RISCV] Improve PACKH instruction selection
[c66b697] 2022-11-14T05:51:30Z [RISCV] Don't use zero-stride vector load if there's no optimized u-arch
[360c5fe] 2022-11-14T05:28:26Z [C++20] [Modules] Emit Macro Definition in -module-file-info action
[375e5e9] 2022-11-14T05:16:15Z Apply clang-tidy fixes for llvm-qualified-auto in MLIRContext.cpp (NFC)
[2e9cd81] 2022-11-14T05:16:15Z Apply clang-tidy fixes for llvm-qualified-auto in AttrOrTypeFormatGen.cpp (NFC)
[f7f917a] 2022-11-14T05:16:15Z Apply clang-tidy fixes for readability-identifier-naming in MergerTest.cpp (NFC)
[1f25888] 2022-11-14T04:00:34Z [RISCV] Add PACKW and PACKH to isSignExtendingOpW in RISCVSExtWRemoval.
[1a8ba9e] 2022-11-14T02:37:37Z [RISCV] Improve selection of PACKW.
[98eb917] 2022-11-14T02:19:11Z [LoopFlatten] Forget all block and loop dispositions after flatten
[19ae539] 2022-11-14T02:11:37Z [LoongArch] Expand atomicrmw fadd/fsub/fmin/fmax with CmpXChg
[0c0681b7] 2022-11-14T02:08:48Z [RISCV][NFC] Remove dead code.
[fe0d4ba] 2022-11-14T01:30:39Z [RISCV] Add test for incorrect sext.w removal. NFC
[03f9009] 2022-11-14T01:30:39Z [RISCV] Fix incorrect early out from isSignExtendedW in RISCVSExtWRemoval.
[16d969c] 2022-11-14T00:22:33Z [PowerPC] Use ArrayRef (NFC)
[95388f7] 2022-11-14T00:00:45Z [RISCV] Improve selection of PACK/PACKW for AssertZExt input.
[378778a] 2022-11-13T22:54:29Z [IR] Use llvm::any_of (NFC)