llvm-16.2022-12-11Z.26330e5
[443b46e
] 2022-12-11T23:56:51Z
[analyzer] Fix assertion in getAPSIntType
[4d1c5b9
] 2022-12-11T23:14:01Z
[openmp] Fix a doc comment issue found by -Wdocumentation
[8d43423
] 2022-12-11T22:58:28Z
[openmp] Fix a doc comment issue found by -Wdocumentation
[1dfb0cd
] 2022-12-11T22:43:06Z
[libc] Fix wrappergen_test.cpp on runtimes build
[bbcffb0
] 2022-12-11T20:39:25Z
[OpenMP][libomptarget] Add utility class for reference counting
[825b23a
] 2022-12-11T19:48:17Z
NFC. Refactor/update some affine fusion pass code for readability
[d40dc41
] 2022-12-11T19:19:46Z
[CMake] Warn when the version is older than 3.20.0.
[ba237cb
] 2022-12-11T18:19:31Z
Revert rG6a0bbb84cef28ed642a730e55c52447b8c870647 "[X86] RDRAND is a Goldmont feature, not Silvermont"
[680b33b
] 2022-12-11T18:12:55Z
[X86] AMD Zen 3 sched model: FMA ops have inverse throughput of 0.5
[45a892d
] 2022-12-11T17:18:00Z
Use poison instead of undef where its used as a placeholder [NFC]
[29e8de5
] 2022-12-11T16:28:43Z
[VPlan] Summarize recipes used to model inductions (NFC).
[2482dbf
] 2022-12-11T16:18:06Z
[Clang] Use poison instead of undef where its used as placeholder [NFC]
[cff55e1
] 2022-12-11T15:57:47Z
[MCA][X86] Add test coverage for PFI instructions
[e42abef
] 2022-12-11T15:52:38Z
[MCA][X86] Add test coverage for ERI instructions
[9588012
] 2022-12-11T15:36:06Z
[MCA][X86] Add missing test coverage for DQ instructions
[794649f
] 2022-12-11T15:36:06Z
[MCA][X86] Add missing knotw test
[0ee6bad
] 2022-12-11T13:58:42Z
[InstCombine] try to forward-propagate some FMF to select
[d153655
] 2022-12-11T13:31:11Z
[test][NFC] Guard one test case against LLVM checkouts at interesting paths
[6a0bbb8
] 2022-12-11T12:28:22Z
[X86] RDRAND is a Goldmont feature, not Silvermont
[b3c7e43
] 2022-12-11T11:06:10Z
[X86] Fix missing HasPRFCHW predicate
[d75980f
] 2022-12-11T10:27:03Z
[X86] Fix missing HasX86_64 predicate
[0984a7f4
] 2022-12-11T10:02:00Z
[X86] Add missing HasNOPL predicate
[41876a3
] 2022-12-11T10:02:00Z
[X86] Fix missing HasPKU predicate
[5de227d
] 2022-12-11T10:02:00Z
[X86] Fix missing HasLAHFSAHF64 predicate
[e5ef6ac
] 2022-12-11T09:32:26Z
[Analysis] Use std::optional in MemoryBuiltins.cpp (NFC)
[e275faa
] 2022-12-11T09:18:36Z
[Analysis] Use std::optional in LazyValueInfo.cpp (NFC)
[c31ef75
] 2022-12-11T08:48:00Z
[Docs] Update opaque pointers docs (NFC)
[bd4ac9e
] 2022-12-11T08:37:29Z
[gn build] Port ee4c8119a6d3
[dc9b178
] 2022-12-11T08:35:20Z
[RISCV] Use a helper function to reduce duplicated code in RISCVSExtWRemoval. NFC
[ee4c811
] 2022-12-11T08:31:46Z
[ADT] Move MoveOnly to a header file (NFC)
[3e57273
] 2022-12-11T05:15:44Z
[StaticAnalyzer] Use std::optional in RetainCountDiagnostics.cpp (NFC)
[eacf7c8
] 2022-12-11T05:15:43Z
[StaticAnalyzer] Use std::optional in MallocChecker.cpp (NFC)
[a67a115
] 2022-12-11T05:11:31Z
[StaticAnalyzer] Use std::optional in BugReporterVisitors.cpp (NFC)
[602af71
] 2022-12-11T05:11:29Z
[StaticAnalyzer] Use std::optional in BugReporter.cpp (NFC)
[ec94a5b
] 2022-12-11T04:54:38Z
[StaticAnalyzer] Use std::optional in BugReporter.cpp (NFC)
[e55cc7d
] 2022-12-11T02:47:19Z
Remove using llvm::None
[cec73df
] 2022-12-11T02:27:29Z
[LoongArch] Fix -Wmacro-redefined after D139612
[6fb3c3a
] 2022-12-11T02:03:00Z
[llvm-exegesis] ExegesisX86Target::setRegTo()
: support mask (K) regs
[13f489e
] 2022-12-11T01:37:55Z
[cross-project-tests] Use std::nullopt instead of llvm::None (NFC)
[4f81805
] 2022-12-11T01:11:23Z
[mlir] Use std::optional instead of None in comments (NFC)
[3eebbaf
] 2022-12-11T01:09:01Z
[llvm] Use std::optional instead of None in comments (NFC)
[8b5c302
] 2022-12-11T01:06:43Z
[lldb] Use std::optional instead of None in comments (NFC)
[d6684f2
] 2022-12-11T01:04:56Z
[lld] Use std::optional instead of None in comments (NFC)
[b950e06
] 2022-12-11T01:01:55Z
[libc] Use std::optional instead of None in comments (NFC)
[c15a925
] 2022-12-11T01:00:21Z
[flang] Use std::optional instead of None in comments (NFC)
[c824db4
] 2022-12-11T00:59:22Z
[clang-tools-extra] Use std::optional instead of None in comments (NFC)
[3c700cf
] 2022-12-11T00:57:33Z
[BOLT] Use std::optional instead of None in comments (NFC)
[8dcb7f6
] 2022-12-11T00:31:21Z
[libc][Obvious] Fix memory function benchmarks after removal of None.
[f340030
] 2022-12-11T00:29:04Z
[libc] Add custom operator new to handle allocation failures gracefully.
[90559ed
] 2022-12-10T23:49:59Z
[ADT] Deperecate llvm::None
[5340642
] 2022-12-10T23:17:09Z
[mlir] FunctionOpInterface: turn required attributes into interface methods (Reland)
[fda7968
] 2022-12-10T22:49:03Z
[LoongArch] Use std::nullopt instead of None (NFC)
[9ddff66
] 2022-12-10T22:00:31Z
[InstCombine] Fold nested selects
[c94d104
] 2022-12-10T21:59:33Z
[NFC][InstCombine] Add tests for nested select folding
[1cb7fba
] 2022-12-10T20:35:03Z
[StaticAnalyzer] Don't use Optional::create (NFC)
[29041bc
] 2022-12-10T20:03:29Z
[APInt] Convert GetMostSignificantDifferentBit to std::optional
[f5deb6b
] 2022-12-10T19:49:44Z
[gold] Fix build
[ec94143
] 2022-12-10T19:46:02Z
[ObjCopy] llvm::Optional => std::optional
[60f406c
] 2022-12-10T19:38:09Z
[CodeExtractor] Only rewrite scope of non-inlined variables
[f7dffc2
] 2022-12-10T19:24:26Z
Don't include None.h (NFC)
[f3b7b30
] 2022-12-10T18:55:02Z
[Transforms] Use std::optional in AsyncToAsyncRuntime.cpp (NFC)
[8ada9cf
] 2022-12-10T18:49:53Z
[Transforms] Use std::optional in LoopFusion.cpp (NFC)
[e3915e6
] 2022-12-10T18:46:08Z
[Analysis] Use std::optional in LoopAnalysis.cpp (NFC)
[4b0e116
] 2022-12-10T18:44:51Z
[Analysis] Use std::optional in AffineStructures.cpp (NFC)
[a9a1b45
] 2022-12-10T18:43:39Z
[VectorToLLVM] Use std::optional in ConvertVectorToLLVM.cpp (NFC)
[7d2b180
] 2022-12-10T18:41:43Z
[MemRefToLLVM] Use std::optional in MemRefToLLVM.cpp (NFC)
[1adfdab
] 2022-12-10T18:40:35Z
[ComplexToLibm] Use std::optional in ComplexToLibm.cpp (NFC)
[b237941
] 2022-12-10T18:31:26Z
[Reader] Use std::optional in BytecodeReader.cpp (NFC)
[e2e572a
] 2022-12-10T18:28:55Z
[AsmParser] Use std::optional in Parser.cpp (NFC)
[d8be208
] 2022-12-10T18:27:45Z
[AsmParser] Use std::optional in AttributeParser.cpp (NFC)
[2122c8a
] 2022-12-10T18:24:52Z
[Presburger] Use std::optional in Simplex.cpp (NFC)
[d7e5038
] 2022-12-10T18:22:11Z
[Presburger] Use std::optional in PresburgerRelation.cpp (NFC)
[100c386
] 2022-12-10T18:20:47Z
[AliasAnalysis] Use std::optional in LocalAliasAnalysis.cpp (NFC)
[6bd3a02
] 2022-12-10T18:07:03Z
[NFC][SROA] Add tests with store-into-select-of-addrs
[89a6106
] 2022-12-10T18:07:03Z
[SROA] Rewrite store-into-selected-address into predicated stores
[93b1ec3
] 2022-12-10T17:28:07Z
Revert "[FileCheck] Use std::optional in FileCheck.cpp (NFC)"
[ba3d808
] 2022-12-10T16:31:15Z
[llvm-gsymutil] Use std::optional in llvm-gsymutil.cpp (NFC)
[2db77d2
] 2022-12-10T16:29:35Z
[Scalar] Use std::optional in InductiveRangeCheckElimination.cpp (NFC)
[3ee6f7c
] 2022-12-10T16:27:36Z
[Coroutines] Use std::optional in CoroFrame.cpp (NFC)
[18fd2aa
] 2022-12-10T16:25:50Z
[ProfileData] Use std::optional in InstrProfCorrelator.cpp (NFC)
[f555ec5
] 2022-12-10T16:24:18Z
[FileCheck] Use std::optional in FileCheck.cpp (NFC)
[06944cd
] 2022-12-10T16:22:37Z
[MachO] Use std::optional in MachOConfig.h (NFC)
[72b861b
] 2022-12-10T16:21:04Z
[OpenMP] Use std::optional in OMPIRBuilder.h (NFC)
[d5987fe
] 2022-12-10T16:19:36Z
[DWARFLinker] Use std::optional in DWARFLinkerCompileUnit.h (NFC)
[37597e8
] 2022-12-10T16:18:04Z
[BinaryFormat] Use std::optional in Wasm.h (NFC)
[628556b
] 2022-12-10T16:10:24Z
[Checkers] Use std::optional in UnixAPIChecker.cpp (NFC)
[b5fdd53
] 2022-12-10T16:09:00Z
[Checkers] Use std::optional in StdLibraryFunctionsChecker.cpp (NFC)
[b5716de
] 2022-12-10T16:07:12Z
[RetainCountChecker] Use std::optional in RetainCountDiagnostics.cpp (NFC)
[02c905c
] 2022-12-10T16:04:28Z
[Checkers] Use std::optional in MallocChecker.cpp (NFC)
[6c8b8a6
] 2022-12-10T16:00:24Z
[Checkers] Use std::optional in GenericTaintChecker.cpp (NFC)
[9ddc8af
] 2022-12-10T15:58:36Z
[Checkers] Use std::optional in BasicObjCFoundationChecks.cpp (NFC)
[83ed93c
] 2022-12-10T15:07:42Z
[InstCombine] add tests for fabs folds with more FMF; NFC
[eec18b5
] 2022-12-10T15:07:42Z
[InstCombine] reorder FP select folds
[8136a01
] 2022-12-10T14:39:49Z
[FuncSpec] Make the Function Specializer part of the IPSCCP pass.
[e8fdf8e
] 2022-12-10T14:28:15Z
[libc++][doc] Fixes a formating issue.
[91b5d508
] 2022-12-10T10:31:53Z
Revert "[clang-format] Link the braces of a block in UnwrappedLineParser"
[d9bef74
] 2022-12-10T10:15:29Z
[Driver] -fstack-size-section: pass -stack-size-section to backend for LTO
[944652f
] 2022-12-10T08:36:13Z
Use if constexpr to simplify some SFINAE in mlir::OpState (NFC)
[ef27a1b
] 2022-12-10T08:35:41Z
Improve class documentation for mlir::Operation
[ebd3eef
] 2022-12-10T07:22:41Z
[Frontend] Use std::optional in TextDiagnostic.cpp (NFC)
[cd45f1b
] 2022-12-10T07:21:35Z
[Rewrite] Use std::optional in InclusionRewriter.cpp (NFC)
[1ce8e35
] 2022-12-10T07:19:23Z
[Frontend] Use std::optional in CompilerInvocation.cpp (NFC)
[8d83867
] 2022-12-10T07:16:32Z
[Frontend] Use std::optional in CompilerInstance.cpp (NFC)
[e90e848
] 2022-12-10T07:12:19Z
[Frontend] Use std::optional in ASTUnit.cpp (NFC)
[538401d
] 2022-12-10T07:09:06Z
[Format] Use std::optional in QualifierAlignmentFixer.cpp (NFC)
[7d3178d
] 2022-12-10T07:07:59Z
[Format] Use std::optional in Format.cpp (NFC)
[7edc552
] 2022-12-10T07:06:32Z
[Format] Use std::optional in ContinuationIndenter.cpp (NFC)
[f655cb0
] 2022-12-10T07:03:10Z
[ExtractAPI] Use std::optional in ExtractAPIConsumer.cpp (NFC)
[e8aee7e
] 2022-12-10T06:55:06Z
[linux] Use std::optional in DirectoryWatcher-linux.cpp (NFC)
[0a4c70f
] 2022-12-10T06:52:29Z
[Targets] Use std::optional in RISCV.cpp (NFC)
[defa6ee
] 2022-12-10T06:51:10Z
[Basic] Use std::optional in TargetID.cpp (NFC)
[3e1856e
] 2022-12-10T06:49:47Z
[Basic] Use std::optional in FileManager.cpp (NFC)
[a12b82a
] 2022-12-10T06:48:14Z
[Basic] Use std::optional in DarwinSDKInfo.cpp (NFC)
[d009b98
] 2022-12-10T06:21:54Z
[AST] Use std::optional in OSLog.cpp (NFC)
[50ba59d
] 2022-12-10T06:19:46Z
[AST] Use std::optional in ExprConstant.cpp (NFC)
[17d779b
] 2022-12-10T06:17:46Z
[AST] Use std::optional in ASTImporter.cpp (NFC)
[0486120
] 2022-12-10T06:05:19Z
[Clang][LoongArch] Add intrinsic for iocsrrd and iocsrwr
[198a253
] 2022-12-10T05:53:15Z
[llvm][perf] fix a compiler warning when compile LLVM with LLVM_USE_PERF.
[ba5edfd
] 2022-12-10T04:44:26Z
Revert "[compiler-rt][hwasan] Let CheckAddressSized eventually call HandleTagMismatch on Fuchsia"
[32cd874
] 2022-12-10T04:44:10Z
Revert "[compiler-rt][hwasan] Add unused attribute to GetRegisters"
[1f8ea41
] 2022-12-10T03:50:39Z
[sanitizer] Fix the internal_clone implementation on loongarch
[97f370a
] 2022-12-10T03:48:52Z
[safestack] Enable loongarch64
[23a6932
] 2022-12-10T03:47:17Z
[libc] Use std::nullopt instead of None (NFC)
[9a5e540
] 2022-12-10T03:36:56Z
[LoongArch] Add testcases for privileged intrinsic macros
[21ca9c8
] 2022-12-10T03:32:18Z
[libc++][ranges][NFC] Update Ranges status.
[70fe44c
] 2022-12-10T03:14:05Z
[libc] Use std::nullopt instead of None (NFC)
[f9c76a1
] 2022-12-10T03:03:51Z
[AMDGPU] Update MFMASmallGemmOpt with better performing stategy
[37a3e98
] 2022-12-10T02:39:01Z
[clang] Use std::nullopt instead of None in comments (NFC)
[7001089
] 2022-12-10T02:32:33Z
[flang] Use std::nullopt instead of llvm::None (NFC)
[9c444f7
] 2022-12-10T02:32:32Z
[llvm] Use std::nullopt instead of None (NFC)
[285d321
] 2022-12-10T01:25:31Z
[mlir][arith] Define mulsi_extended op
[a2b0673
] 2022-12-10T01:15:49Z
[scudo] Enable more warnings for standalone build
[eec0ac9
] 2022-12-10T01:03:35Z
[RISCV] clang-format lowerReductionSeq. NFC
[c6b24ff
] 2022-12-10T01:02:08Z
[LangRef] Fix typo. NFC.
[7e2fbf6
] 2022-12-10T00:26:16Z
[RISCV] Simplify RISCVSubtarget. NFC
[b4e2b7f9
] 2022-12-10T00:24:42Z
[mlir][sparse] avoid sorting when unnecessary when convert sparse tensors.
[f74833e
] 2022-12-09T23:21:59Z
[gn build] Port ec3f8feddf81
[ec3f8fe
] 2022-12-09T23:19:45Z
[Clang-Tidy] Empty Check
[f8c2b0d
] 2022-12-09T23:16:20Z
[libc++][Android] Include cstdlib to define BIONIC
[8f29d4e
] 2022-12-09T23:16:20Z
[libc++][Android] Android/Bionic headers don't work with modules yet
[5df7b45
] 2022-12-09T23:16:20Z
[libc++][Android] Disable pbump2gig for Android
[106a992
] 2022-12-09T23:16:20Z
[Headers][ARM] Allow struct _Unwind_Exception
in unwind.h
[34a3259
] 2022-12-09T23:04:33Z
[NFC][Assignment Tracking Analysis] Stop failing test from running on PPC.
[e21d52a
] 2022-12-09T22:51:36Z
[mlir] Remove double 'the' in comment (NFC)
[b4bdcea
] 2022-12-09T22:37:06Z
[mlir][arith] Define mului_extended op
[74da5e6
] 2022-12-09T22:35:47Z
[libc] add result class to strtointeger
[142e380
] 2022-12-09T22:27:55Z
[OpenMP][FIX] Do not use reachability reasoning in parallel contexts
[be305674
] 2022-12-09T22:20:30Z
Revert "Implement CWG2631"
[afe3558
] 2022-12-09T22:14:04Z
[SCEV] Cache ZExt SCEV expressions.
[4c3357a
] 2022-12-09T21:33:35Z
[SystemZ][NFC] Simplify SystemZSubtarget
[20cd315
] 2022-12-09T21:20:42Z
[flang] Skip fast_math linker test on powerpc
[1ebe8f4
] 2022-12-09T20:22:59Z
[RISCV] Share reduction lowering code for vp.reduce
[6b2829d
] 2022-12-09T20:17:37Z
Allow epilogue_begin to be emitted when generating DWARF
[4139959
] 2022-12-09T20:14:57Z
[CodeView][Test] Fix module build by removing unused header
[52a118d
] 2022-12-09T20:07:08Z
Revert "Reland [lld-macho] Fix bug in reading cpuSubType field."
[e7b66602
] 2022-12-09T19:55:58Z
[flang] Add -ffast-math and -Ofast
[4737516
] 2022-12-09T19:53:07Z
[LLD] Convert a test to use 'target=...' instead of triple check
[ef783af
] 2022-12-09T19:44:38Z
Move Clang's per-suite test targets into a folder
[d16c590
] 2022-12-09T19:43:52Z
Resolve possible test failure on Windows
[1dc9047
] 2022-12-09T19:40:05Z
[mlir][arith] Add canon pattern: addui_extended -> addi
[b0f904b
] 2022-12-09T19:29:41Z
[LV] Account for minimum vscale when rejecting scalable vectorization of short loops
[9cc0779
] 2022-12-09T19:25:32Z
AMDGPU: Erase llvm.global_ctors/global_dtors after lowering
[76fca14
] 2022-12-09T19:16:49Z
[NFC] Update DXContainer tests to use fake parts
[2b405e7
] 2022-12-09T19:16:49Z
[NFC][DX] Update test case to use new opt flags
[3b7ac5b
] 2022-12-09T19:16:10Z
Fix GetAddressOf for children of pointer ValueObjectConstResult* variables.
[f472da1
] 2022-12-09T19:03:40Z
Reland [lld-macho] Fix bug in reading cpuSubType field.
[981a28f
] 2022-12-09T18:59:08Z
[WebAssembly] Nullify dangling register DBG_VALUEs
[9c5877f
] 2022-12-09T18:58:15Z
Switch the "command script add" interactive input to use the new command form.
[ef46354
] 2022-12-09T18:58:00Z
[clang][dataflow] Add support for structured bindings of tuple-like types.
[ae74e59
] 2022-12-09T18:57:32Z
[WebAssembly] Print DEBUG_VALUE once for target indices
[f23f260
] 2022-12-09T18:43:38Z
AMDGPU: Port AMDGPUCtorDtorLowering to new PM
[0073fd8
] 2022-12-09T18:32:56Z
Add the thread sanitizer support for X86_64 WatchOS simulators
[41c96e9
] 2022-12-09T18:22:12Z
AMDGPU: Fix not emitting code for exotic constructor types
[7ea80c2
] 2022-12-09T17:08:22Z
[Assignment Tracking] Update TODO list in docs
[e0fd86d
] 2022-12-09T17:06:45Z
Revert "[OpenMP] Clang Support for taskwait nowait clause"
[0514d3f
] 2022-12-09T16:59:47Z
[NFC][scudo] Fix warnings in tests after D139430
[23f48f5
] 2022-12-09T16:59:15Z
[mlir][arith] Update addui_extended naming in canon tests. NFC.
[707cc06
] 2022-12-09T16:58:46Z
Sema: diagnose PMFs passed through registers to inline assembly
[cc6b10d
] 2022-12-09T16:55:57Z
AMDGPU: Check if operand RC contains register used when printing
[a1ceacd
] 2022-12-09T16:55:56Z
AMDGPU: Precommit wmma tests for D139646
[0da215d
] 2022-12-09T16:40:46Z
[gn build] Port 1d1de7467c32
[fc546f4
] 2022-12-09T16:40:08Z
Fix compile error in unittests after 1d1de7467c32d52926ca56b9167a2c65c451ecfa
[e52b9bf
] 2022-12-09T16:27:48Z
[STLExtras] Convert deref_or_none and zip_longest to std::optional
[4e5b3f6
] 2022-12-09T16:18:51Z
[RISCV] Consolidate a bit of common logic for forming reductions
[1d1de74
] 2022-12-09T16:17:37Z
[Assignment Tracking][Analysis] Add analysis pass
[93099c7
] 2022-12-09T16:07:24Z
[InstCombine] allow more fast-math-flags to propagate in fneg-of-select fold
[8f1e11c5
] 2022-12-09T15:55:24Z
[gn build] Unbreak link after 9ebaf4fef4aac89
[06ca5c8
] 2022-12-09T15:51:12Z
[mlir][Linalg] Apply fixes to TileReductionUsingForeachThreadOp
[cf98e82
] 2022-12-09T15:36:48Z
Revert "[mlir] FunctionOpInterface: make get/setFunctionType interface methods" and "[mlir] Fix examples build"
[f79d941
] 2022-12-09T15:28:36Z
[MLIR/S90x] Convert tests to check 'target=...'
[218b77c
] 2022-12-09T15:23:26Z
[AArch64][NFC] Move hasFeature fields initiations to the declaration
[cc1e2bb
] 2022-12-09T15:17:45Z
[BasicAA] Handle phi with itself as incoming value
[fe9e442
] 2022-12-09T15:14:37Z
[BasicAA] Add test for phi that contains itself (NFC)
[bf773a6
] 2022-12-09T15:06:54Z
[flang] Handle correctly polymorphic descriptor for IO input
[258e551
] 2022-12-09T15:05:46Z
[BasicAA] Convert test to opaque pointers (NFC)
[9ebaf4f
] 2022-12-09T15:05:11Z
[IPSCCP] Move the IPSCCP run function under the IPO directory.
[d576537
] 2022-12-09T15:03:18Z
[TableGen] Add a !listremove() bang operator
[f3379fe
] 2022-12-09T15:02:39Z
Revert "[mlir] FunctionOpInterface: arg and result attrs dispatch to interface" and "[flang] Fix flang after MLIR update"
[05ff760
] 2022-12-09T14:49:46Z
[BasicAA] Convert some tests to opaque pointers (NFC)
[7217346
] 2022-12-09T14:45:02Z
[libc++] Refactor char_traits
[1b41074
] 2022-12-09T14:37:56Z
[flang] Embox derived-type when passed to element procedure as passed object
[99b95bd
] 2022-12-09T14:30:58Z
[GVN] Regenerate test checks (NFC)
[b72f1ec
] 2022-12-09T14:23:27Z
[openmp][mlir] Lower parallel if to new fork_call_if function.
[e7328a9
] 2022-12-09T14:18:26Z
[mlir][linalg] Fold duplicate and unused inputs in linalg.generic
[e96ddad
] 2022-12-09T14:00:46Z
[MemoryBuiltins] Avoid comparing against Type::getInt8PtrTy(0)
[1481fcf
] 2022-12-09T13:57:28Z
[clang] Try to unbreak test/C/drs/dr324.c on Windows
[3fffe68
] 2022-12-09T13:36:57Z
[Serialization] Add -ftime-trace block for reading loaded modules.
[4002eaa
] 2022-12-09T13:36:33Z
[mlir][bufferize] Improve analysis of external functions
[6dc9121
] 2022-12-09T13:32:28Z
Revert "Mark test lld/test/MachO/fat-arch.s updated in e54cfa4 to require aarch64."
[66692c8
] 2022-12-09T13:32:28Z
Revert "[lld-macho] Fix bug in reading cpuSubType field."
[11138e5
] 2022-12-09T13:30:03Z
[TBAA] Avoid duplicate set lookup (NFC)
[38e87e8
] 2022-12-09T12:42:09Z
[mlir][llvm] Improve LLVM IR import error handling.
[77ab728
] 2022-12-09T12:30:57Z
[analyzer][solver] Introduce reasoning for not equal to operator
[f4c6d7b
] 2022-12-09T12:14:16Z
[SLP][NFC]prepare isUndefVector function to be used for differently sized vectors as shuffle masks, NFC.
[bf6e655
] 2022-12-09T11:59:34Z
[include-cleaner] Filter out references that not spelled in the main file.
[b3df1ce
] 2022-12-09T11:57:40Z
[MemoryBuiltins] Remove unused TLI parameters (NFC)
[9d72444
] 2022-12-09T11:46:26Z
[MemoryBuiltins] Remove CallocLike (NFC)
[90b02f6
] 2022-12-09T11:46:06Z
[SLP][X86] slp-fma-loss.ll - add various targets with different FMA abilities
[cf7d8fd
] 2022-12-09T11:36:27Z
[MemoryBuiltins] Remove AlignedAllocLike (NFC)
[edd5d77
] 2022-12-09T11:31:50Z
[clangd] NFC. Add a newline at the end of the file
[526fb5f
] 2022-12-09T11:12:16Z
[include-cleaner] Fix walkUsed only report a single macro ref.
[a14c3ac
] 2022-12-09T10:55:42Z
[NFC] Finish cleaning up StringRef usage in OptTable::ParseOneArg
[fa9ac61
] 2022-12-09T10:48:29Z
[mlir][llvm] Modernize LLVM instruction and global import (NFC).
[b134119
] 2022-12-09T10:44:32Z
[SimplifyCFG] Prohibit hoisting of llvm.deoptimize calls
[a21e0ec
] 2022-12-09T10:44:31Z
[Test] Reduce deopt bundle in test with hoisted llvm.deoptimize call
[51f154b
] 2022-12-09T10:40:49Z
[X86] Regenerate fastcc-byval.ll with visible stack math
[2d63646
] 2022-12-09T10:37:08Z
[X86] Regenerate fastcc-byval.ll
[3a894fd
] 2022-12-09T10:36:16Z
[AArch64] Lower READCYCLECOUNTER using MRS CNTVCT_EL0
[195af8e
] 2022-12-09T10:35:20Z
[MemoryBuiltins] Drop ReallocLike type (NFC)
[e8dfaff
] 2022-12-09T10:28:51Z
[MemoryBuiltins] Remove some hardcoded builtins
[12a877a
] 2022-12-09T10:25:26Z
Adapt lldb to use StringRef for option storage
[5bf8e14
] 2022-12-09T10:10:34Z
[Alignment] Use Align in MCStreamer::emitCommonSymbol
[262f2fe
] 2022-12-09T10:06:29Z
[IndVars] Use symbolic max block exit count to handle the last iter
[412a139
] 2022-12-09T09:56:08Z
[Docs] Update PatFrag definition in documentation
[247ecc9
] 2022-12-09T09:53:42Z
[AsmParser] Check that addrspace fits within 24 bits
[9e2dc98
] 2022-12-09T09:52:13Z
[Clang] improve grammar in warn_utf8_symbol_homoglyph diagnostic
[4299b24
] 2022-12-09T09:51:02Z
[NFC] Rename variables in optimizeLoopExits
[3612d9e
] 2022-12-09T09:46:45Z
[GISel] Rework trunc/shl combine in a generic trunc/shift combine
[3e5f54d
] 2022-12-09T09:45:04Z
Revert D139098 "[Alignment] Use Align for ObjectFile::getSectionAlignment"
[138942c
] 2022-12-09T09:41:34Z
Recommit of 8ae18303f97d5dcfaecc90b4d87effb2011ed82e - part 2
[ce51cae
] 2022-12-09T09:41:28Z
[PtrAuth] Use default attributes for some ptrauth intrinsics
[359c064
] 2022-12-09T09:36:59Z
[mlir] Support llvm.readonly attribute on llvm pointers
[10c4746
] 2022-12-09T09:34:43Z
[Alignment] Use Align for ObjectFile::getSectionAlignment
[9556b67
] 2022-12-09T09:32:34Z
[BOLT] Fix blocks layout reverse iterators
[c9a6713
] 2022-12-09T09:25:44Z
Implement CWG2631
[6827934
] 2022-12-09T09:22:09Z
[Precommit][RISCV] Test for unsupported extensions in llvm-objdump
[d881fdf
] 2022-12-09T09:15:41Z
Revert "Recommit of 8ae18303f97d5dcfaecc90b4d87effb2011ed82e - part 2"
[b013ebe
] 2022-12-09T09:11:37Z
[flang] Lower intrinsics to HLFIR part 1
[4faf000
] 2022-12-09T09:07:02Z
Recommit of 8ae18303f97d5dcfaecc90b4d87effb2011ed82e - part 2
[af42d80
] 2022-12-09T08:25:25Z
[AArch64] Unit test for zext lowering for different types of vectors
[955c0f1
] 2022-12-09T08:25:25Z
[AArch64] Extending lowering of 'zext %x to ' to use tbl instructions
[ee7a62a
] 2022-12-09T08:18:37Z
[flang] Generate iteration shape from passed object
[b899534
] 2022-12-09T07:47:18Z
[LangRef] Fix typo (NFC)
[c25cc84
] 2022-12-09T07:36:50Z
[clang] Don't including None.h (NFC)
[8a7cbea
] 2022-12-09T07:22:00Z
[llvm] Use std::nullopt instead of None in comments (NFC)
[9c381c4
] 2022-12-09T06:43:35Z
Mark test lld/test/MachO/fat-arch.s updated in e54cfa4 to require aarch64.
[1f88fb40
] 2022-12-09T06:43:11Z
[clang] Use std::nullopt instead of None in comments (NFC)
[6efb45f
] 2022-12-09T06:11:21Z
[AARCH64][CostModel] Modified the cost of mask vector load/store
[96cf183
] 2022-12-09T05:32:58Z
[mlir] Fix examples build
[0dc0a44
] 2022-12-09T05:28:28Z
[AAPointerInfo] rearrange code in preparation for further changes
[f00dcd3
] 2022-12-09T05:10:15Z
[mlir][ods] Add I8 and I16 cases to BitEnumAttr
[7597bea
] 2022-12-09T04:33:09Z
Revert "Reland "[pgo] Avoid introducing relocations by using private alias""
[a78d4b5
] 2022-12-09T03:40:10Z
[libTooling] Add flag to getRangeForEdit to ignore macro expansions
[3552f0a
] 2022-12-09T03:18:31Z
[InstCombine] Add tests for udiv with shl-mul; NFC
[e54cfa4
] 2022-12-09T03:09:01Z
[lld-macho] Fix bug in reading cpuSubType field.
[9389602
] 2022-12-09T02:41:14Z
[Bazel] Set HAVE_DLADDR in config.h
[f9d8090
] 2022-12-09T01:53:54Z
Improve error handling for invalid breakpoint -t
and -x
options.
[e89e8dc
] 2022-12-09T01:28:24Z
Reland "[pgo] Avoid introducing relocations by using private alias"
[279cc33
] 2022-12-09T01:18:44Z
[LoongArch] Remove GlobalISel from the LINK_COMPONENTS list. NFC
[28b869d
] 2022-12-09T01:14:38Z
[NFC] Fix leak handling breakpoint names.
[b0889d4
] 2022-12-09T01:06:43Z
[gn build] Port 3b7af2796b3d
[3b7af27
] 2022-12-09T00:57:59Z
Revert "Revert "[-Wunsafe-buffer-usage] Initial commit - Transition away from raw buffers.""
[23f145d
] 2022-12-09T00:37:43Z
[NFC] Fix leak in command options configuration.
[3b14862
] 2022-12-09T00:26:08Z
[ModuleUtils][KCFI] Set !kcfi_type metadata for sanitizer constructors
[7710e0e
] 2022-12-09T00:23:57Z
Revert "Reland "[pgo] Avoid introducing relocations by using private alias""
[1897b67
] 2022-12-09T00:22:22Z
[flang] Fix flang after MLIR update
[225ce67
] 2022-12-09T00:07:58Z
[compiler-rt] Update build_symbolizer.sh to use -passes syntax
[138d538
] 2022-12-08T23:53:25Z
[CMake] Move dladdr check below _GNU_SOURCE check.
[500e729
] 2022-12-08T23:41:54Z
add floor library function
[faa75f9
] 2022-12-08T23:36:30Z
[mlir][sparse] reject kernels with non-sparsfiable reduction expression.
[4efcea9
] 2022-12-08T23:08:06Z
[ARM][AArch64] Some additional for bitcast splats. NFC
[9264976
] 2022-12-08T23:07:27Z
[NFC] Port all Verifier tests to -passes=
syntax
[4dd6a3f
] 2022-12-08T23:07:27Z
[NFC] Port last few Other tests to -passes=
syntax
[c37dfd0
] 2022-12-08T23:07:27Z
[NFC] Port last few Transforms tests to -passes=
syntax
[84c3c69
] 2022-12-08T23:07:27Z
[NFC] Port one more codegen WinEH test to -passes=
syntax
[76b6707
] 2022-12-08T23:00:06Z
[NFC][asan] Guard implemetation with ASAN_INTERCEPT_SWAPCONTEXT
[262c303
] 2022-12-08T22:35:10Z
Revert "[AMDGPU] Disable bool range metadata to workaround backend issue"
[43145d8
] 2022-12-08T22:04:47Z
[NFC] Port codegen Generic tests that invoke opt to -passes=
syntax
[62f91c1
] 2022-12-08T22:04:47Z
[NFC] Port codegen NVPTX tests that invoke opt to -passes=
syntax
[d70f271
] 2022-12-08T22:04:47Z
[NFC] Port codegen PowerPC tests that invoke opt to -passes=
syntax
[5353b76
] 2022-12-08T22:04:47Z
[NFC] Port codegen SystemZ tests that invoke opt to -passes=
syntax
[6b3c2ae
] 2022-12-08T22:04:47Z
[NFC] Port codegen Thumb tests that invoke opt to -passes=
syntax
[e2430bc
] 2022-12-08T22:04:47Z
[NFC] Port codegen Thumb2 tests that invoke opt to -passes=
syntax
[09c3fbf
] 2022-12-08T22:04:47Z
[NFC] Port codegen WinEH tests that invoke opt to -passes=
syntax
[5cfd815
] 2022-12-08T22:04:47Z
[NFC] Port codegen X86 tests that invoke opt to -passes=
syntax
[a52d1e7
] 2022-12-08T22:04:46Z
[NFC] Port all LTO tests to -passes=
syntax
[34c4fae
] 2022-12-08T22:04:46Z
[NFC] Port all Other tests to -passes=
syntax
[471b138
] 2022-12-08T22:04:46Z
[NFC] Port all Verifier tests to -passes=
syntax
[7301751
] 2022-12-08T22:04:46Z
[NFC] Port all tools tests to -passes=
syntax
[9bb01b7
] 2022-12-08T22:04:46Z
[NFC] Port codegen AArch64 tests that invoke opt to -passes=
syntax
[d4c4bd6
] 2022-12-08T22:04:46Z
[NFC] Port codegen AMDGPU tests that invoke opt to -passes=
syntax
[d6bd732
] 2022-12-08T22:04:46Z
[NFC] Port codegen ARM tests that invoke opt to -passes=
syntax
[f374437
] 2022-12-08T22:04:45Z
[NFC] Port all Analysis/LazyValueAnalysis tests to -passes=
syntax
[543f1aa
] 2022-12-08T22:04:45Z
[NFC] Port all Analysis/LoopAccessAnalysis tests to -passes=
syntax
[7f172e8
] 2022-12-08T22:04:45Z
[NFC] Port all Analysis/MemorySSA tests to -passes=
syntax
[6b48095
] 2022-12-08T22:04:45Z
[NFC] Port all Analysis/MustExecute tests to -passes=
syntax
[edeab4d
] 2022-12-08T22:04:45Z
[NFC] Port all Analysis/ScalarEvolution tests to -passes=
syntax
[6890a26
] 2022-12-08T22:04:45Z
[NFC] Port all Bitcode tests to -passes=
syntax
[b25ad38
] 2022-12-08T22:04:45Z
[NFC] Port all DebugInfo tests to -passes=
syntax
[6e222fb
] 2022-12-08T22:04:45Z
[NFC] Port all Feature tests to -passes=
syntax
[908cc91
] 2022-12-08T22:04:44Z
[NFC] Port all Analysis/AliasSet tests to -passes=
syntax
[67c8636
] 2022-12-08T22:04:44Z
[NFC] Port all Analysis/CallGraph tests to -passes=
syntax
[5e18924
] 2022-12-08T22:04:44Z
[NFC] Port all Analysis/Dominators tests to -passes=
syntax
[5ed2581
] 2022-12-08T22:04:44Z
[NFC] Port all Analysis/GlobalsModRef tests to -passes=
syntax
[bd57070
] 2022-12-08T21:47:38Z
[lld-macho] Update -adhoc_codesign default
[928c81f
] 2022-12-08T21:45:39Z
[libc++][math.h] Add double overloads
[cc02d61
] 2022-12-08T21:38:24Z
scudo-standalone: Add GetRSS method on Linux
[c02782f
] 2022-12-08T21:29:42Z
[libc++] Move filter_view::iterator and sentinel out of filter_view
[af781f7
] 2022-12-08T21:07:08Z
[OPENMP51]Codegen for error directive.
[3cfaea2
] 2022-12-08T21:03:37Z
Reland "[pgo] Avoid introducing relocations by using private alias"
[8c0e401
] 2022-12-08T20:54:56Z
utils/update_mir_test_checks.py: support UTC_ARGS
[b1a9584
] 2022-12-08T20:54:03Z
[opt] Disincentivize new tests from using old pass syntax
[c2a289d
] 2022-12-08T20:53:28Z
[openmp] Provide an assembly implementation of __kmp_invoke_microtask on ARM
[121a89f
] 2022-12-08T20:44:40Z
Fix annotations-field.c CHECK lines being ignored
[5131f44
] 2022-12-08T20:44:40Z
Simplify clang/test/CodeGen/annotations-global.c CHECK lines
[f850035
] 2022-12-08T20:44:40Z
[LLParser] Support symbolic address space numbers
[100dfe7
] 2022-12-08T20:40:44Z
[OpenMP] Clang Support for taskwait nowait clause
[6c629cc
] 2022-12-08T20:38:53Z
utils/update_mir_test_checks.py: allow checking fixedStack in .mir files
[9f1f44b
] 2022-12-08T20:30:30Z
[mlir][ods] BitEnumAttr: Actually use the 'str' for the all unset case
[2d7e186
] 2022-12-08T20:07:58Z
[Attributor] Fix a break in relase build caused by 61318fa5c764d6af60baeb1c00d793f1bd95f5ea.
[ab658a4
] 2022-12-08T19:55:39Z
[HWASAN] Removed right_aligned from HWASAN allocator Metadata.
[1a78c64
] 2022-12-08T19:48:14Z
Scalarizer: explicitly exclude scalable vectors
[6c379cb
] 2022-12-08T19:48:14Z
Scalarizer: fix an opaque pointer bug
[aa4c0f1
] 2022-12-08T19:43:10Z
[OpenMP] [OMPT] [3/8] Implemented callback registration in libomptarget
[47b9884
] 2022-12-08T19:41:24Z
update_mir_test_checks.py: match dead vreg definitions
[3c73c56
] 2022-12-08T19:38:21Z
[tsan] re-exec when ASLR is enabled for x86_64 as well
[4a1ccfe
] 2022-12-08T19:37:00Z
When merging lambdas, keep track of the capture lists from each version.
[dd74e6b
] 2022-12-08T19:32:38Z
[mlir] FunctionOpInterface: arg and result attrs dispatch to interface
[15511c2
] 2022-12-08T19:32:35Z
[mlir][ods] Generate remover methods with camelcase
[81af171
] 2022-12-08T19:32:31Z
[mlir][ods] Make Operator.h comments triple forward slash (NFC)Depends on D139447
[fbc253f
] 2022-12-08T19:32:27Z
[mlir] FunctionOpInterface: make get/setFunctionType interface methods
[f9b80ed
] 2022-12-08T19:30:13Z
[compiler-rt] Add opt-in -ftrivial-auto-var-init flag for writing over uninitialized stack variiables
[99254f9
] 2022-12-08T19:16:46Z
Revert "[InstCombine] improve efficiency of bool logic; NFC"
[05dbdb0
] 2022-12-08T19:16:46Z
Revert "[InstCombine] canonicalize trunc + insert as bitcast + shuffle, part 1 (2nd try)"
[32cc7d3
] 2022-12-08T19:16:46Z
[InstCombine] add tests for insertelts of truncs; NFC
[49c86ea
] 2022-12-08T18:57:58Z
Revert "Implement CWG2631"
[90d4cbb
] 2022-12-08T18:57:07Z
[clang] Add test for CWG418
[c6e6231
] 2022-12-08T18:37:03Z
[OpenMP][libomp] Fix version scripts after undefined version script changes
[b4028fb
] 2022-12-08T18:26:38Z
[MC][AArch64] Remove bogus whitespace of markup'd immediate.
[d694e24
] 2022-12-08T18:19:29Z
Update the status of a few more C DRs
[11175b5
] 2022-12-08T18:16:36Z
[mlir][linalg] Print broadcast, map, reduce, transpose ins/outs on one line.
[0adc577
] 2022-12-08T18:15:55Z
Revert "Reland "[pgo] Avoid introducing relocations by using private alias"""
[06ebce3
] 2022-12-08T18:14:39Z
[RISCV][InsertVSETVLI] vmv.s.x and fvmv.s.f do not depend on LMUL
[8f9d28d
] 2022-12-08T18:07:43Z
[ADT] Use std::nullopt instead of llvm::None in OptionalTest.cpp
[c0ac25f
] 2022-12-08T17:40:43Z
[lldb] Fix simple template names interaction with debug info declarations
[071c39d
] 2022-12-08T17:37:17Z
Reland "[pgo] Avoid introducing relocations by using private alias""
[4f7e5d2
] 2022-12-08T17:19:55Z
[SROA] For non-speculatable load
s of select
s -- split block, insert then/else blocks, form two-entry PHI node, take 2
[ad3870d
] 2022-12-08T17:17:05Z
[lldb][Test] TestRerunAndExpr.py: explicitly delete a.out before rebuilding it
[7396118
] 2022-12-08T16:51:15Z
Revert "[SROA] For non-speculatable load
s of select
s -- split block, insert then/else blocks, form two-entry PHI node"
[dfcb671
] 2022-12-08T16:48:55Z
[mlir][sparse] Fix checks in a test.
[4f90f4a
] 2022-12-08T16:40:35Z
[NFCI][SROA] rewriteSelectInstLoads()
: add forgotten false into assertion
[00a1c6d
] 2022-12-08T16:34:46Z
[flang] Restore old unit locking behavior
[690bed8
] 2022-12-08T16:22:46Z
[mlir][arith] Add missing heading comment. NFC.
[4a68bab
] 2022-12-08T16:02:02Z
[clang-doc] Add template support.
[ea4be70
] 2022-12-08T15:49:27Z
[mlir][sparse] Fix problems in creating complex zero for initialization.
[23e1078
] 2022-12-08T15:27:04Z
Add distinguished content to the empty test headers.
[286ae63
] 2022-12-08T14:58:17Z
Revert "[InstCombine] canonicalize trunc + insert as bitcast + shuffle, part 2"
[ea6ed39
] 2022-12-08T14:35:11Z
[SCEV] Convert Optional to std::optional
[489d22f
] 2022-12-08T14:33:20Z
[NFC] Simplify documentation about alignment in MCStreamer
[03e6d9d
] 2022-12-08T13:51:32Z
[SROA] For non-speculatable load
s of select
s -- split block, insert then/else blocks, form two-entry PHI node
[527e453
] 2022-12-08T13:51:14Z
[X86] Add HasCLFLUSH pseudo-predicate (Issue #19039)
[a414044
] 2022-12-08T13:30:59Z
[lld/mac] Abort link immediately on invalid -undefined argument
[1fe65d8
] 2022-12-08T13:25:41Z
[AMDGPU] Add test that spills WWM CSRs twice
[bf9de74
] 2022-12-08T12:56:15Z
[WebAssembly] Initialize missing passes in WebAssemblyTargetMachine
[67b72a2
] 2022-12-08T12:49:09Z
[tooling] use std::optional in tooling StandardLibrary.h/.cpp, NFC
[cb03b1b
] 2022-12-08T12:42:34Z
Revert "[IPSCCP] Move the IPSCCP run function under the IPO directory."
[0f0cb92
] 2022-12-08T12:41:43Z
Revert "[FuncSpec] Make the Function Specializer part of the IPSCCP pass."
[e321c53
] 2022-12-08T12:36:07Z
[C2x] Relaxing requirements for va_start
[9816fc7
] 2022-12-08T12:29:41Z
[gn build] port eeee51e4bb (dsymutil no longer driver_executable for a while)
[42c2dc4
] 2022-12-08T12:14:27Z
[IPSCCP] Move the IPSCCP run function under the IPO directory.
[877a9f9
] 2022-12-08T12:14:27Z
[FuncSpec] Make the Function Specializer part of the IPSCCP pass.
[f0f3395
] 2022-12-08T11:59:39Z
[LLDB][LoongArch] Make software single stepping work
[2bfef8d
] 2022-12-08T11:56:58Z
Revert "[LLDB][LoongArch] Make software single stepping work"
[f4cc734
] 2022-12-08T11:53:25Z
[DAG] Teach isConstOrConstSplat about SPLAT_VECTORs
[71a014f
] 2022-12-08T11:48:05Z
[clangd] Add a newline-eof to the system-include-extractor.test
[51ee107
] 2022-12-08T11:47:24Z
[test] Remove duplicate RUN lines
[cebc348
] 2022-12-08T11:44:18Z
Fix MSVC "not all control paths return a value" warning. NFC.
[7fd8387
] 2022-12-08T11:40:50Z
[clang-tidy] Do not warn about redundant static in misc-use-anonymous-namespace
[19158eb
] 2022-12-08T11:07:30Z
Revert "[llvm] Replace llvm::Any with std::any"
[3a9e07b
] 2022-12-08T11:06:07Z
[LLDB][LoongArch] Make software single stepping work
[aeac2e4
] 2022-12-08T10:48:00Z
[llvm] Replace llvm::Any with std::any
[3528e63
] 2022-12-08T10:47:16Z
[test] Remove duplicate RUN lines in Transform tests
[1d3baf2
] 2022-12-08T10:44:28Z
[LoongArch] Allow writing unaligned nop sequences
[d03e9f8
] 2022-12-08T10:39:18Z
[include-cleaner] Handle base class member access from derived class.
[8a09875
] 2022-12-08T10:35:59Z
[InstSimplify] Do not remove insertvalue of undef into poison
[c07a01c
] 2022-12-08T10:28:33Z
Revert "[AArch64] Select SMULL for zero extended vectors when top bit is zero"
[45659b3
] 2022-12-08T10:23:55Z
[include-cleaner] Remove filtering from UsingDecl visit.
[8992fce
] 2022-12-08T10:22:49Z
[InstSimplify] Fix check lines (NFC)
[e161454
] 2022-12-08T10:16:46Z
[InstSimplify] Add test for insertvalue of undef (NFC)
[2050e7e
] 2022-12-08T10:15:29Z
[Arm][AArch64] Add support for v8.9-A/v9.4-A base extensions
[8a900f2
] 2022-12-08T09:53:40Z
[ELF] Merge SHT_RISCV_ATTRIBUTES sections
[5ba5aef
] 2022-12-08T09:53:02Z
[InstCombine] Regenerate test checks (NFC)
[a96a6ed
] 2022-12-08T09:32:54Z
Implement CWG2631
[6a35815
] 2022-12-08T09:28:56Z
Store OptTable::Info::Name as a StringRef
[5b56b55
] 2022-12-08T09:24:10Z
[InstCombine] Regenerate test checks (NFC)
[c1fafa5
] 2022-12-08T09:20:21Z
[InstCombine] Regenerate test checks (NFC)
[169ff55
] 2022-12-08T09:17:02Z
[Inline] Regenerate test checks (NFC)
[151602c
] 2022-12-08T09:05:23Z
[Inline] Convert some tests to opaque pointers (NFC)
[0130d0e
] 2022-12-08T09:04:42Z
[SCEV] Compute symbolic exit count for 'and' conditions
[b94bd9c
] 2022-12-08T09:02:28Z
[Alignment] Use Align in MCStreamer::emitTBSSSymbol
[c9cb4fc
] 2022-12-08T08:58:33Z
[DebugInfo] Store optional DIFile::Source as pointer
[61318fa
] 2022-12-08T08:56:32Z
Fix an unused-variable warning in release build, NFC
[3661458
] 2022-12-08T08:52:17Z
Update the bazel BUILD for dsymutil binary.
[f1307d7
] 2022-12-08T08:48:17Z
[flang] Handle polymorphic passed object in elemental call
[7f86bb0
] 2022-12-08T08:42:50Z
[llvm] Call reserve before push_back in a loop
[dd28e22
] 2022-12-08T08:36:17Z
[libc++][NFC] Rename _libcpp_or_builtin to _constexpr
[0453650
] 2022-12-08T08:33:32Z
[flang] add hlfir.noreassoc codegen
[722e960
] 2022-12-08T08:30:44Z
[flang] Add hlfir.as_expr character scalar codegen
[d93eb3a
] 2022-12-08T08:27:34Z
[Test] Add test for logical_and, rename old one into logical_or
[579f3f0
] 2022-12-08T08:24:45Z
[LoongArch] Rename the test file and separate the tests on LA32 and LA64. NFC.
[e121c3d
] 2022-12-08T08:20:32Z
[AArch64] Add tests for logical op with not; NFC
[b2bba5b
] 2022-12-08T08:11:27Z
[mlir][spirv] Support conversion of CopySignOp
to spirv for 1D vector with 1 element
[fe2ca62
] 2022-12-08T07:51:30Z
[SCEV] Track SymbolicMaxNotTaken in BECountUsers
[3268ddd
] 2022-12-08T07:44:02Z
[RISCV] Add test for extract the first element from mask vector.
[64f9984
] 2022-12-08T07:32:01Z
[mlir][ExpandStridedMetadata] Handle collapse_shape of dim of size 1 gracefully
[ab3dd9a
] 2022-12-08T07:31:11Z
[llvm-driver] Rename dsynutil_main to main after removing from driver
[eeee51e
] 2022-12-08T07:19:05Z
[llvm-driver] Temporarily remove dsymutil
[f9e0390
] 2022-12-08T07:06:18Z
[AArch64] Select SMULL for zero extended vectors when top bit is zero
[1eab2d6
] 2022-12-08T06:57:52Z
[Attributor] Keep complex select and PHI instructions in AAPotentialValues
[5ac633d
] 2022-12-08T06:44:28Z
[NFC][AAPointerInfo] rename OffsetAndSize to RangeTy
[acd8af1
] 2022-12-08T06:43:19Z
[X86] Add test masked_compressstore_isel.ll
[2dd158d
] 2022-12-08T06:37:57Z
[OpenMP] Make barrier elimination work in the presence of llvm.assume
[bd273fe
] 2022-12-08T06:34:09Z
[ObjCopy] Use std::optional instead of llvm::Optional in COFFConfig.h (NFC)
[316372f
] 2022-12-08T06:34:07Z
[ObjCopy] Use std::optional instead of llvm::Optional in CommonConfig.h (NFC)
[2a607d9
] 2022-12-08T06:26:11Z
[Attributor] Delete stores only required for assumes (with the assumes)
[685bbe6
] 2022-12-08T06:11:50Z
[Clang][LoongArch] Add intrinsic for csrrd, csrwr and csrxchg
[24a46f2
] 2022-12-08T06:05:44Z
[Test] Add two more tests for symtolic count with arith and logical AND
[988b2a5
] 2022-12-08T04:48:53Z
[llvm] Don't include Optional.h (NFC)
[53929d8
] 2022-12-08T04:34:41Z
[llvm] Don't include STLForwardCompat.h (NFC)
[aee5910
] 2022-12-08T04:22:27Z
[clang-tools-extra] Use std::nullopt instead of None in comments (NFC)
[15ae996
] 2022-12-08T04:17:39Z
[mlir] Use std::nullopt instead of None in comments (NFC)
[564e09c
] 2022-12-08T04:14:22Z
[RISCV] Use bseti for 2048 in RISCVMatInt when Zbs is enabled.
[19e6b10
] 2022-12-08T04:10:59Z
[mlir] Use std::nullopt instead of llvm::None (NFC)
[279166f
] 2022-12-08T04:10:57Z
[flang] Use std::nullopt instead of llvm::None (NFC)
[66ff073
] 2022-12-08T03:14:11Z
[RISCV] Support F16 vectors with Zfhmin+Zvfh.
[f2ffdbe
] 2022-12-08T03:02:01Z
[RISCV] Add accessors to RISCVMatInt::Inst.
[953ad29
] 2022-12-08T02:42:42Z
[gn build] alphabetize conditional branches in tsan/rtl/BUILD.gn
[0b151c9
] 2022-12-08T02:42:08Z
[gn build] port b89b42b31c45
[6133942
] 2022-12-08T02:27:55Z
[OpenMP][FIX] Remove AssertingVHs that outlive their values
[ecd0337
] 2022-12-08T02:21:20Z
[demangler][LoongArch] Correct the mangled_size for long double
[fd52305
] 2022-12-08T02:14:52Z
[exegesis] SnippetRepetitor: Don't access liveness if we disabled it
[7c36fcf
] 2022-12-08T02:14:52Z
[exegesis] SnippetRepetitor: don't deal with terminator instructions
[d317454
] 2022-12-08T02:13:26Z
[ubsan] Enable loongarch64
[b89b42b3
] 2022-12-08T02:08:49Z
[tsan] Add tsan support for loongarch64
[b1221d1
] 2022-12-08T01:48:30Z
[X86][ConstraintFP] Model MXCSR
when load/store it
[e0fdc56
] 2022-12-08T01:42:59Z
[lldb] Don't use Optional::getPointer (NFC)
[241dbd3
] 2022-12-08T01:41:18Z
[ELF] Enable --no-undefined-version by default
[b2505ca
] 2022-12-08T01:20:56Z
[MLIR] Allow ShapedTypeComponents with attribute in inferReturnTensorTypes
[140a83e
] 2022-12-08T01:16:12Z
[PowerPC][NFC] Test case update on ppc64-acc-regalloc-bugfix.ll
[0f91582
] 2022-12-08T01:11:30Z
[BOLT] Handle access errors while reading profile
[f6b1d88
] 2022-12-08T00:48:24Z
[Exegesis] Unbreak running benchmarks on local machine
[003b603
] 2022-12-08T00:42:48Z
[clang] Ensure correct metadata for relative vtables
[2a1100c
] 2022-12-08T00:38:39Z
[RISCV] Shrink the size of the RISCVMatInt::Inst.
[abc87ad
] 2022-12-08T00:17:29Z
Remove slash in check string to fix the test that is failng on windows
[e536982
] 2022-12-08T00:09:27Z
[NFC] Port all Inline tests to -passes=
syntax
[f4cf25e
] 2022-12-08T00:08:43Z
[NVPTX] Minor cleanups and typo fixes.
[3e3ae76
] 2022-12-08T00:07:57Z
[compiler-rt][hwasan] Add unused attribute to GetRegisters
[16aa4e4
] 2022-12-08T00:06:53Z
[mlir][sparse] introduce sparse vectorization to the sparse compiler pipeline
[60a5980
] 2022-12-07T23:50:31Z
[NFC][Attributor] Fix warning in last commit
[a72883b
] 2022-12-07T23:43:47Z
[bazel] Add fenv_darwin_impl.h to target
[db86f45
] 2022-12-07T23:39:07Z
[Attributor] Introduce assumption accesses in AAPointerInfo
[a40d5e3
] 2022-12-07T23:38:51Z
[NFC] Port all SimpleLoopUnswitch tests to -passes=
syntax
[e8b923f
] 2022-12-07T23:38:51Z
[NFC] Port all SimplifyCFG tests to -passes=
syntax
[97c7e14
] 2022-12-07T23:38:51Z
[NFC] Port all StraightLineStrengthReduce tests to -passes=
syntax
[1c8cd19
] 2022-12-07T23:38:51Z
[NFC] Port all Util tests to -passes=
syntax
[75d1a81
] 2022-12-07T23:38:50Z
[NFC] Port all PhaseOrdering tests to -passes=
syntax
[87ae9fe
] 2022-12-07T23:38:50Z
[NFC] Port all Reassociate tests to -passes=
syntax
[106ed59
] 2022-12-07T23:38:50Z
[NFC] Port all SCCP tests to -passes=
syntax
[59ffac7
] 2022-12-07T23:38:50Z
[NFC] Port all SLPVectorizer tests to -passes=
syntax
[c857c49
] 2022-12-07T23:38:50Z
[NFC] Port all SROA tests to -passes=
syntax
[b2c2d49
] 2022-12-07T23:38:50Z
[NFC] Port all SampleProfile tests to -passes=
syntax
[e417a7d
] 2022-12-07T23:38:50Z
[NFC] Port all ScalarizeMaskedMemIntrin tests to -passes=
syntax
[0dd180a
] 2022-12-07T23:38:50Z
[NFC] Port all SeparateConstOffsetFromGEP tests to -passes=
syntax
[230b4e4
] 2022-12-07T23:38:49Z
[NFC] Port all LowerWidenableCondition tests to -passes=
syntax
[63cf7e2
] 2022-12-07T23:38:49Z
[NFC] Port all MakeGuardsExplicit tests to -passes=
syntax
[cc8c2f1
] 2022-12-07T23:38:49Z
[NFC] Port all MergeICmps tests to -passes=
syntax
[63691ee
] 2022-12-07T23:38:49Z
[NFC] Port all NaryReassociate tests to -passes=
syntax
[1010977
] 2022-12-07T23:38:49Z
[NFC] Port all NewGVN tests to -passes=
syntax
[f97b851
] 2022-12-07T23:38:49Z
[NFC] Port all PartialInlining tests to -passes=
syntax
[fe93306
] 2022-12-07T23:38:49Z
[NFC] Port all PartiallyInlineLibCalls tests to -passes=
syntax
[79a1a5b
] 2022-12-07T23:38:48Z
[NFC] Port all LoopVersioning tests to -passes=
syntax
[cb83f820
] 2022-12-07T23:38:48Z
[NFC] Port all LoopVersioningLICM tests to -passes=
syntax
[bc8f285
] 2022-12-07T23:38:48Z
[NFC] Port all LowerAtomic tests to -passes=
syntax
[136872a
] 2022-12-07T23:38:48Z
[NFC] Port all LowerConstantIntrinsics tests to -passes=
syntax
[02923d7
] 2022-12-07T23:38:48Z
[NFC] Port all LowerExpectIntrinsic tests to -passes=
syntax
[53b7162
] 2022-12-07T23:38:48Z
[NFC] Port all LowerGlobalDestructors tests to -passes=
syntax
[4cdb6b2
] 2022-12-07T23:38:48Z
[NFC] Port all LowerGuardIntrinsic tests to -passes=
syntax
[323192d
] 2022-12-07T23:38:48Z
[NFC] Port all LowerInvoke tests to -passes=
syntax
[4405e72
] 2022-12-07T23:38:47Z
[NFC] Port all LoopReroll tests to -passes=
syntax
[dd81e2f
] 2022-12-07T23:38:47Z
[NFC] Port all LoopRotate tests to -passes=
syntax
[80a89c5
] 2022-12-07T23:38:47Z
[NFC] Port all LoopSimplify tests to -passes=
syntax
[a3712e8
] 2022-12-07T23:38:47Z
[NFC] Port all LoopSimplifyCFG tests to -passes=
syntax
[91655ef
] 2022-12-07T23:38:47Z
[NFC] Port all LoopTransformWarning tests to -passes=
syntax
[86faf2c
] 2022-12-07T23:38:47Z
[NFC] Port all LoopUnroll tests to -passes=
syntax
[865d88d
] 2022-12-07T23:38:47Z
[NFC] Port all LoopUnrollAndJam tests to -passes=
syntax
[1e08a08
] 2022-12-07T23:38:47Z
[NFC] Port all LoopVectorize tests to -passes=
syntax
[25275bf
] 2022-12-07T23:38:46Z
[NFC] Port all LoopDistribute tests to -passes=
syntax
[72482c5
] 2022-12-07T23:38:46Z
[NFC] Port all LoopFlatten tests to -passes=
syntax
[27291c1
] 2022-12-07T23:38:46Z
[NFC] Port all LoopFusion tests to -passes=
syntax
[45fcdaf
] 2022-12-07T23:38:46Z
[NFC] Port all LoopIdiom tests to -passes=
syntax
[25a8786
] 2022-12-07T23:38:46Z
[NFC] Port all LoopInterchange tests to -passes=
syntax
[971bc46
] 2022-12-07T23:38:46Z
[NFC] Port all LoopLoadElim tests to -passes=
syntax
[e23e159
] 2022-12-07T23:38:46Z
[NFC] Port all LoopPredication tests to -passes=
syntax
[5b4b842
] 2022-12-07T23:38:45Z
[NFC] Port all InstSimplify tests to -passes=
syntax
[b487f2e
] 2022-12-07T23:38:45Z
[NFC] Port all JumpThreading tests to -passes=
syntax
[8205a68
] 2022-12-07T23:38:45Z
[NFC] Port all LCSSA tests to -passes=
syntax
[1e2c548
] 2022-12-07T23:38:45Z
[NFC] Port all LICM tests to -passes=
syntax
[d6e7e47
] 2022-12-07T23:38:45Z
[NFC] Port all LoadStoreVectorizer tests to -passes=
syntax
[dec3a92
] 2022-12-07T23:38:45Z
[NFC] Port all LoopBoundSplit tests to -passes=
syntax
[5782a9b
] 2022-12-07T23:38:45Z
[NFC] Port all LoopDataPrefetch tests to -passes=
syntax
[4931cac
] 2022-12-07T23:38:45Z
[NFC] Port all LoopDeletion tests to -passes=
syntax
[08cb876
] 2022-12-07T23:38:44Z
[NFC] Port all GlobalDCE tests to -passes=
syntax
[d579885
] 2022-12-07T23:38:44Z
[NFC] Port all GlobalOpt tests to -passes=
syntax
[42e2512
] 2022-12-07T23:38:44Z
[NFC] Port all GuardWidening tests to -passes=
syntax
[0ec421d
] 2022-12-07T23:38:44Z
[NFC] Port all IRCE tests to -passes=
syntax
[67bbdd0
] 2022-12-07T23:38:44Z
[NFC] Port all IndVarSimplify tests to -passes=
syntax
[5fb9e84
] 2022-12-07T23:38:44Z
[NFC] Port all InstCombine tests to -passes=
syntax
[230129a
] 2022-12-07T23:38:44Z
[NFC] Port all InstMerge tests to -passes=
syntax
[77f2db2
] 2022-12-07T23:38:43Z
[NFC] Port all Float2Int tests to -passes=
syntax
[d87e607
] 2022-12-07T23:38:43Z
[NFC] Port all ForcedFunctionAttrs tests to -passes=
syntax
[091aabc
] 2022-12-07T23:38:43Z
[NFC] Port all FunctionAttrs tests to -passes=
syntax
[a1314b2
] 2022-12-07T23:38:43Z
[NFC] Port all FunctionSpecialization tests to -passes=
syntax
[c67f070
] 2022-12-07T23:38:43Z
[NFC] Port all GVN tests to -passes=
syntax
[4d16d03
] 2022-12-07T23:38:43Z
[NFC] Port all GVNHoist tests to -passes=
syntax
[2adab06
] 2022-12-07T23:38:43Z
[NFC] Port all GVNSink tests to -passes=
syntax
[c421210
] 2022-12-07T23:38:42Z
[NFC] Port all DeadStoreElimination tests to -passes=
syntax
[5dfee9c
] 2022-12-07T23:38:42Z
[NFC] Port all DivRemPairs tests to -passes=
syntax
[c626e39
] 2022-12-07T23:38:41Z
[NFC] Port all CodeExtractor tests to -passes=
syntax
[33b939c
] 2022-12-07T23:38:41Z
[NFC] Port all ConstantHoisting tests to -passes=
syntax
[27d1d8b
] 2022-12-07T23:38:41Z
[NFC] Port all ConstraintElimination tests to -passes=
syntax
[c51e989
] 2022-12-07T23:38:41Z
[NFC] Port all Coroutines tests to -passes=
syntax
[6d5ff99
] 2022-12-07T23:38:41Z
[NFC] Port all CorrelatedValuePropagation tests to -passes=
syntax
[394a34b
] 2022-12-07T23:38:41Z
[NFC] Port all CrossDSOCFI tests to -passes=
syntax
[641a684
] 2022-12-07T23:38:41Z
[NFC] Port all DFAJumpThreading tests to -passes=
syntax
[ccab5b7
] 2022-12-07T23:38:41Z
[NFC] Port all DeadArgElim tests to -passes=
syntax
[8f92fe8
] 2022-12-07T23:38:40Z
[NFC] Port all ADCE tests to -passes=
syntax
[679eaeb
] 2022-12-07T23:38:40Z
[NFC] Port all ArgumentPromotion tests to -passes=
syntax
[f3a2595
] 2022-12-07T23:38:40Z
[NFC] Port all Attributor tests to -passes=
syntax
[da02ecb
] 2022-12-07T23:38:40Z
[NFC] Port all BlockExtractor tests to -passes=
syntax
[54c4609
] 2022-12-07T23:38:40Z
[NFC] Port all CallSiteSplitting tests to -passes=
syntax
[6db544e
] 2022-12-07T23:38:40Z
[NFC] Port all CanonicalizeFreezeInLoops tests to -passes=
syntax
[360b41c
] 2022-12-07T23:38:08Z
[libc] Fix undefined behavior in UInt<>::shift_right.
[3738ce0
] 2022-12-07T23:30:19Z
Add support for a backdoor driver option that enables emitting header usage information in JSON to a file
[49e75eb
] 2022-12-07T23:27:38Z
[Bitcode(Reader|Writer)] Convert Optional to std::optional
[a0568ea
] 2022-12-07T23:18:36Z
[mlir][sparse] Add dependence on bufferization.
[242d5b2
] 2022-12-07T23:11:14Z
[mlir][Transforms] Simplify region before simplifying operation in CSE.
[bcc4470
] 2022-12-07T23:09:53Z
[compiler-rt][hwasan] Let CheckAddressSized eventually call HandleTagMismatch on Fuchsia
[f6e3a89
] 2022-12-07T22:25:25Z
[AMDGPU] Annotate the intrinsics to be default and nocallback
[bafc3a2
] 2022-12-07T22:21:41Z
[mlir][arith] Fix comment typo. NFC.
[28246b7
] 2022-12-07T22:15:56Z
[mlir][arith] Rename addui_carry to addui_extended
[d77ae7f
] 2022-12-07T22:02:54Z
[amdgpu] Reimplement LDS lowering
[f6fb0a4
] 2022-12-07T22:01:34Z
[mlir] Make patterns for folding tensor.empty optional.
[7bb16b0
] 2022-12-07T21:52:17Z
[llvm-exegesis][x86] Add test coverage for Issue #38507
[7a795c4
] 2022-12-07T21:38:12Z
Enable kmpc_atomic functions for arm64
[c861ea8
] 2022-12-07T21:22:55Z
Generate DXIL Shader hash
[f2f8f70
] 2022-12-07T21:14:23Z
Revert "[llvm][dwwarf] Change CU/TU index to 64-bit"
[a773764
] 2022-12-07T21:14:11Z
Revert "[DWARFLibrary] Add support to re-construct cu-index"
[5ebd28f
] 2022-12-07T21:08:35Z
[llvm][dwwarf] Change CU/TU index to 64-bit
[a5bd76a
] 2022-12-07T21:08:35Z
[DWARFLibrary] Add support to re-construct cu-index
[f7a2131
] 2022-12-07T21:08:35Z
[BOLT][DWARF] Don't create extra .debug_str_offsets contributions
[2c52d51
] 2022-12-07T20:59:31Z
Revert "[RISCV] Return InstSeq from generateInstSeqImpl instead of using an output parameter. NFC"
[5460b45
] 2022-12-07T20:56:21Z
AMDGPU: Rename test functions and add some cases for consistency
[90f60a6
] 2022-12-07T20:56:21Z
NVPTX: Cleanup check for denormal mode
[c9aff5d
] 2022-12-07T20:41:29Z
Revert "[libunwind] Use .irp directives. NFC"
[1598dc8
] 2022-12-07T20:40:34Z
GISel/Combiner: maintain created instructions in a SetVector
[f8f41c3
] 2022-12-07T20:34:58Z
[SPARC] Lower SELECT_CC to MOVr on 64-bit target whenever possible
[7ec057f
] 2022-12-07T20:32:04Z
[NFC][Object] Include header BitcodeReader.h
instead of using forward declaration for BitcodeModule
[7806f86
] 2022-12-07T20:27:57Z
Revert "[SPARC] Mark the %g0 register as constant & use it to materialize zeros"
[258bb45
] 2022-12-07T20:25:30Z
[RISCV] Without Zfh, promote f16 inputs before creating RISCVISD::FCVT_W(U)_RV64 nodes.
[48c6b27
] 2022-12-07T20:15:16Z
[NFC] Port all LoopIdiom tests to -passes=
syntax
[0ca8ddd
] 2022-12-07T20:15:16Z
[NFC] Port all CodeExtractor tests to -passes=
syntax
[4d211ac
] 2022-12-07T20:15:16Z
[NFC] Port all (but one) HotColdSplit tests to -passes=
syntax
[92e54b0
] 2022-12-07T20:15:16Z
[NFC] Port all SimpleLoopUnswitch tests to -passes=
syntax
[e5371e8
] 2022-12-07T20:14:52Z
[gn build] Reformat all build files
[da291ba
] 2022-12-07T20:08:07Z
[mlir] Add hoisting of transfer ops in affine loops
[19cde2d
] 2022-12-07T20:06:50Z
[mlir][sparse] Improve concatenate operation conversion for the case with annotated all dense result.
[6cac3dc
] 2022-12-07T20:03:35Z
[clang] Tweak test to tolerate clang being called "clang" instead of "clang-15"
[e3540fb
] 2022-12-07T19:58:30Z
[RISCV] Promote f16 fp_to_int_sat with Zfhmin during lowering instead of isel.
[f9de860
] 2022-12-07T19:50:11Z
[Driver][test] Fix test by creating empty archive instead of empty file
[372240d
] 2022-12-07T19:37:08Z
[TableGen] More named sub-operands work.
[0990019
] 2022-12-07T19:37:08Z
[SPARC] Simplify instruction decoder.
[b12fe0d
] 2022-12-07T19:35:55Z
[RISCV] Consolidate identical (fcopysign FPR32:, FPR16:) isel patterns. NFC
[8e7630e
] 2022-12-07T19:27:33Z
[mlir][tosa] Fix tosa.resize for i48 accumulator
[c9b6d64
] 2022-12-07T19:24:08Z
Fix @llvm.global_ctors docs (NFC)
[6017d9a
] 2022-12-07T19:22:09Z
[NFC] Port all IndVarSimplify tests to -passes=
syntax
[9dd9575
] 2022-12-07T19:22:08Z
[NFC] Port all IROutliner tests to -passes=
syntax
[0aeedf5
] 2022-12-07T19:22:08Z
[NFC] Port all GVN tests to -passes=
syntax
[f38f99b
] 2022-12-07T19:22:08Z
[NFC] Port all MergeFunc tests to -passes=
syntax
[dcd5f6f
] 2022-12-07T19:22:08Z
[NFC] Port all RewriteStatepointsForGC tests to -passes=
syntax
[6b98824
] 2022-12-07T19:17:30Z
AArch64: emit fcmp ord %a, zeroinitializer
as a single fcmeq.
[6697140
] 2022-12-07T18:44:09Z
[NFC] Port all SLPVectorizer tests to -passes=
syntax
[f7fda6b
] 2022-12-07T18:37:05Z
[mlir][linalg] Add extra parameter to tiling reduction to foreach_thread
[2c41310
] 2022-12-07T18:34:13Z
[SPARC] Mark the %g0 register as constant & use it to materialize zeros
[bbfbec9
] 2022-12-07T18:30:33Z
[AMDGPU] Enable OMod on more VOP3 instructions
[e114979
] 2022-12-07T18:29:18Z
Add a baseline test for llvm.annotation IR upgrade
[9114ac6
] 2022-12-07T18:29:18Z
Overload all llvm.annotation intrinsics for globals argument
[53445f5
] 2022-12-07T18:28:51Z
[GlobalISel] Add a new G_INVOKE_REGION_START instruction to fix an EH bug.
[14ea545
] 2022-12-07T18:28:31Z
[RISCV][InsertVSETVLI] Generalize scalar move rule for when AVL is unchanged
[91b38c6
] 2022-12-07T18:22:51Z
Revert "[clang-doc] Add template support."
[f1fd5c9
] 2022-12-07T18:19:58Z
[RISCV] Remove pseudos for whole register load, store, and move.
[50daddf
] 2022-12-07T17:59:17Z
Fix an -Wunused-variable warning in release build, NFC
[b723d5a
] 2022-12-07T17:54:09Z
[llvm-exegesis][x86] Add option to prevent use of xmm8-xmm15 upper SSE registers
[80e8f2b
] 2022-12-07T17:53:15Z
[NFC] Port all (but one) LICM tests to -passes=
syntax
[181cce6
] 2022-12-07T17:50:26Z
[libc++] Implement P0339R6 (polymorphic_allocator<> as a vocabulary type)
[0f6dbb5
] 2022-12-07T17:48:13Z
[clang-doc] Add template support.
[538f69f
] 2022-12-07T17:47:08Z
Disable flaky MLIR async.mlir test on ASan.
[938d0d6
] 2022-12-07T17:34:01Z
[RISCV] Replace uses of hasStdExtC with COrZca.
[fe42ebe
] 2022-12-07T17:20:58Z
[AMDGPU][GlobalISel] Fix legalizing image intrinsics for new types
[5103ef6
] 2022-12-07T17:15:43Z
[NFC] Port all (but one) LoopUnroll tests to -passes=
syntax
[7a76140
] 2022-12-07T17:15:43Z
[llvm-exegesis] Dry run mode
[fc5bda5
] 2022-12-07T17:07:56Z
Fix dwarf5-lazy-dwo.c for the default c target not being c99.
[e7569cb
] 2022-12-07T16:50:20Z
[gn build] Port d184958bad5c
[110fe4f
] 2022-12-07T16:47:25Z
[IRReader] Convert Optional in DataLayoutCallbackTy to std::optional
[c6c4f54
] 2022-12-07T16:40:39Z
[AMDGPU] Add gfx11 runline to omod test. NFC
[fc16ca7
] 2022-12-07T16:35:42Z
[X86] Pre-commit test for pr59305
[d184958
] 2022-12-07T16:32:55Z
[libc++][format] Adds range-default-formatter.
[40ade84
] 2022-12-07T16:29:53Z
Revert "Store OptTable::Info::Name as a StringRef"
[a2c9f12
] 2022-12-07T16:26:38Z
[RISCV][JitLink] Propagate error from Expected result during R_RISCV_PCREL_HI20 parsing
[390029b
] 2022-12-07T16:24:49Z
[clang][dataflow] Support (in)equality operators in optional
model.
[72d76a2
] 2022-12-07T16:12:46Z
[mlir][bufferize] lower allocation alignment from 128 to 64 bytes
[f7d426b
] 2022-12-07T16:05:02Z
Automate tests.
[b4c8cfc
] 2022-12-07T15:55:49Z
[InstCombine] fold more icmp + select patterns by distributive laws
[10c3df7
] 2022-12-07T15:52:07Z
[Instcombine] Canonicalize ~((A & B) ^ (A | ?)) -> (A & B) | ~(A | ?)
[bdfa310
] 2022-12-07T15:32:37Z
Store OptTable::Info::Name as a StringRef
[7d40baa
] 2022-12-07T15:30:16Z
[AArch64] Add __ARM_FEATURE_BTI and __ARM_FEATURE_PAUTH
[9cdf6b6
] 2022-12-07T15:25:10Z
[mlir][tensor] Support parallel_insert_slice in reassociative reshape folder
[cb3ea52
] 2022-12-07T15:12:38Z
Handle char{8,16,32} and wchar_t in ASTContext::getIntegerRank()
[edbea62
] 2022-12-07T15:00:58Z
[clang] Correctly handle by-reference capture with an initializer that is a pack expansion in lambdas.
[7203a86
] 2022-12-07T14:54:03Z
[reland][Alignment] Use Align in MCStreamer emitZeroFill/emitLocalCommonSymbol
[b822063
] 2022-12-07T14:51:26Z
Revert D139439 "[Alignment] Use Align in MCStreamer emitZeroFill/emitLocalCommonSymbol"
[4d97a91
] 2022-12-07T14:32:49Z
[SCEV] Use umin_seq for symbolic max BE count
[d41b3bf
] 2022-12-07T14:31:43Z
[mlir][Pass] Fix dropped statistics with nested adaptors.
[c621c1a
] 2022-12-07T14:29:16Z
[Alignment] Use Align in MCStreamer emitZeroFill/emitLocalCommonSymbol
[dcfe2e7
] 2022-12-07T14:25:58Z
[SCEV] Add another symbolic BE count test (NFC)
[de0ff1f
] 2022-12-07T14:21:24Z
X86SelectionDAGInfo.cpp - move dyn_cast check inside if(). NFC.
[abe6dbe
] 2022-12-07T14:21:24Z
[X86] combine-and.ll - add AVX1 test coverage
[519adee
] 2022-12-07T14:21:24Z
[X86] combine-and.ll - add some 256/512-bit test coverage for D138521
[7925e28
] 2022-12-07T14:19:31Z
Revert "[AArch64] Add __ARM_FEATURE_BTI and __ARM_FEATURE_PAUTH"
[8fa81cf
] 2022-12-07T14:12:53Z
[ConstraintElim] Address comments from D137840.
[a81a0c9
] 2022-12-07T14:11:11Z
[Remarks] Convert Optional to std::optional
[bfe292b
] 2022-12-07T14:09:45Z
[llvm] Auto-cleanup left-over file from earlier version of this test on bots
[9cbd136
] 2022-12-07T13:58:28Z
[mlir][NFC] Add a new getStridesAndOffset function
[cfd4422
] 2022-12-07T13:52:55Z
[AArch64] Add __ARM_FEATURE_BTI and __ARM_FEATURE_PAUTH
[6e3292f
] 2022-12-07T13:45:55Z
[flang] Lower parentheses with hlfir.as_expr and hlfir.no_reassoc
[80e5ff7
] 2022-12-07T13:44:35Z
[flang] add hlfir.no_reassoc definition
[cf73fae
] 2022-12-07T13:43:45Z
[flang] Add hlfir.as_expr definition
[4b88fdb
] 2022-12-07T13:34:20Z
[compiler-rt] Make get_test_cc_for_arch() complain on accidental extra args
[73b1f27
] 2022-12-07T13:27:50Z
[gn build] Port c9b325088d14
[feb9d33
] 2022-12-07T13:24:01Z
[flang] Support codegen for global procedure pointer
[7de3c03
] 2022-12-07T13:21:08Z
[flang] Support codegen of procedure pointer component
[632118a
] 2022-12-07T12:56:42Z
[AMDGPU] Use SOP_Pseudo more consistently. NFC.
[cdfce10
] 2022-12-07T12:53:14Z
[clangd] Fix a typo in -ranking-model documentation. NFC
[c9b3250
] 2022-12-07T12:52:22Z
[clangd] Allow to build Clangd without decision forest
[88594d1
] 2022-12-07T12:44:01Z
[gn build] Port cb5b25c58783
[08a9b22
] 2022-12-07T12:43:19Z
[gn build] port d62480c1995b (LoongArchTests)
[af7a886
] 2022-12-07T12:28:28Z
[Test] Add a test where we expect to see symbolic max as umin_seq
[3abdd9b
] 2022-12-07T12:24:06Z
Fix a typo ll->llc in test
[a221514
] 2022-12-07T12:21:29Z
Add implementation isTargetCanonicalConstantNode for hexagon.
[ab2e27f
] 2022-12-07T11:58:59Z
[AMDGPU] Small cleanup in insertWaitcntInBlock()
[587747d
] 2022-12-07T11:53:09Z
[AMDGPU] G_IS_FPCLASS lower() support for IEEE fp types
[87ecf9d
] 2022-12-07T11:40:45Z
[MLIR][Tensor] Add custom builder for unpack op
[5d04f0c
] 2022-12-07T11:28:14Z
[mlir][bufferize] Update remaining getMemorySpaceAsInt API uses
[8368528
] 2022-12-07T11:25:47Z
[mlir][tblgen][docs] Use correct introductionary prefix for the Syntax description of attributes and types
[0137123
] 2022-12-07T11:01:18Z
[flang] Handle polymorphic passed object in host association
[959de15
] 2022-12-07T10:59:10Z
[flang] fir.emboxchar codegen with static length fir.char types
[07de5d1
] 2022-12-07T10:51:30Z
[SCEV] Remember blocks for which we know symbolic exit count but not exact
[f8ed709
] 2022-12-07T10:50:28Z
[MachineCombiner] Extend reassociation logic to handle inverse instructions
[0abf513
] 2022-12-07T10:39:12Z
[mlir][bufferize] Support parallel_insert_slice in EmptyTensorElimination
[5cc2559
] 2022-12-07T10:33:31Z
[libc] Fix warning with -fno-lax-vector-conversions
[cb5b25c
] 2022-12-07T10:18:32Z
[llvm-c] Added a C-API binding to query the LLVM version
[93d9c2e
] 2022-12-07T09:30:32Z
[SVE] Commonise bfmlal* and fmlal* instruction classes
[1e3abd8
] 2022-12-07T09:23:52Z
[AMDGPU] Fix wide spills
[bfb6f47
] 2022-12-07T09:19:54Z
[SVE] Change some bfloat lane intrinsics to use i32 immediates
[463e9be
] 2022-12-07T09:06:11Z
[InstCombine] Add tests for (X << Z) / (X * Y) -> (1 << Z) / Y. nfc
[ed76074
] 2022-12-07T08:51:35Z
[LICM] Remove custom isInstInList() implementation (PR59324)
[82b7a23
] 2022-12-07T08:50:47Z
[flang] hlfir.assign default implementation
[1293b5f
] 2022-12-07T08:47:33Z
[flang] turn fatal error into a TODO for FORALL edge-case
[62f20f5
] 2022-12-07T08:44:12Z
[PowerPC] Support test data class intrinsic of 128-bit float
[49e928b
] 2022-12-07T08:33:03Z
[SCEV][NFC] Sink initialization of SymbolicMaxNotTaken from ExitLimit constructor to its callers
[b4ce9e9
] 2022-12-07T08:12:14Z
[AMDGPU] Change handling of s_endpgm's optional operand. NFC.
[0f8c761
] 2022-12-07T07:58:12Z
[VP][RISCV] Recommit "Add vp.fshl/fshr and RISC-V support."
[6d34074
] 2022-12-07T07:51:23Z
Reland: "[LoongArch] Use tablegen size for getInstSizeInBytes"
[b70fbd0
] 2022-12-07T07:50:19Z
[clangd] Use std::nullopt instead of None (NFC)
[76fcfea
] 2022-12-07T07:22:09Z
[clang-tools-extra] Don't including None.h (NFC)
[bcfdaa9
] 2022-12-07T06:59:43Z
[AMDGPU] Handle min(max(x, y), max(min(x, y), z))
in med3 combines
[916ae0a
] 2022-12-07T06:57:52Z
[AMDGPU] Handle nnan and fast on the call in fpmed3 patterns
[f1353d2
] 2022-12-07T06:57:39Z
[AMDGPU] Precommit GISel test for min(max(x, y), max(min(x, y), z)) -> med3
[6015a04
] 2022-12-07T06:50:09Z
[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::Number.
[1f421b6
] 2022-12-07T06:45:17Z
[llvm] Use std::nullopt instead of None in comments (NFC)
[934942c
] 2022-12-07T06:34:50Z
[llvm] Don't include Optional.h (NFC)
[7883e5b
] 2022-12-07T06:27:43Z
Revert "[VP][RISCV] Add vp.fshl/fshr and RISC-V support."
[6ec24c1
] 2022-12-07T06:22:47Z
[AMDGPU] Precommit GISel test showing missing med3 combines
[8c8a6e1
] 2022-12-07T06:15:13Z
[RISCV] Add basic cost model for vp float rounding instructions.
[7b50c18
] 2022-12-07T06:14:15Z
[RISCV] Codegen support for Zfhmin.
[d42c76a
] 2022-12-07T05:20:00Z
[RISCV] Remove trailing whitespace. NFC
[ad03f40
] 2022-12-07T05:11:50Z
[llvm-profdata] Drop profile symbol list during merging AutoFDO profiles.
[0d691ac
] 2022-12-07T04:29:42Z
[mlir][spirv] Fix integer dot product format attr validation
[70de0e0
] 2022-12-07T04:16:36Z
[VP][RISCV] Add vp.fshl/fshr and RISC-V support.
[405fc40
] 2022-12-07T04:14:51Z
[ADT] Don't including None.h (NFC)
[d8c00c4
] 2022-12-07T04:09:56Z
[llvm] Don't include STLForwardCompat.h (NFC)
[600c2b0f
] 2022-12-07T03:58:28Z
[OMPT][test] Fix mismatch error between the current address and the return address for LoongArch
[4857b6f
] 2022-12-07T03:37:05Z
Revert "Store OptTable::Info::Name as a StringRef"
[303f20a
] 2022-12-07T02:52:02Z
[C++20] [Modules] [Serialization] Deserialize LValuePathSerializationHelper's type properly
[ea32fae
] 2022-12-07T02:41:25Z
[lld-macho][nfc] Fix up missing FileCheck on objc.s
[0478401
] 2022-12-07T02:19:19Z
[mlir][TilingInterface] Add test for tile + fuse of sequence of reductions.
[cfd7318
] 2022-12-07T02:16:20Z
[RISCV][CostModel] Add a test for reverse shuffles cost on RISCV, NFC
[d38c9e6
] 2022-12-07T02:06:21Z
[MLIR][Arith] Add Canonicalize test for trunci
[c1cff4e
] 2022-12-07T01:28:55Z
[libc++][Android] Rename user NS to User to avoid conflict with struct
[f7f4dd6
] 2022-12-07T01:22:48Z
[mlir][spirv] Define spirv.*DotAccSat
integer dot product ops
[03e6bf5
] 2022-12-07T01:17:41Z
[mlir][spirv] Define spirv.*Dot
integer dot product ops
[297e95b
] 2022-12-07T01:11:20Z
[RISCV][CodeGen] Kill dead pseudo classes and replace with specific LMUL versions. NFC
[7b36502
] 2022-12-07T00:57:35Z
[RISCV][CodeGen] Account for LMUL for Vector Integer load store instructions
[1a43227
] 2022-12-07T00:54:49Z
[RISCV][CodeGen] Account for LMUL for Vector Permutation Instructions
[ea7ad8b
] 2022-12-07T00:32:42Z
[NFC][SimplifyCFG] Add more fold-branch-to-common-dest tests
[cb38be9
] 2022-12-07T00:23:34Z
[NFC] Use Register instead of unsigned for variables that receive a Register object
[64409d6
] 2022-12-07T00:14:16Z
Revert "[ObjYAML] Use strcmp instead of strncmp"
[f451957
] 2022-12-07T00:06:01Z
[ObjYAML] Use strcmp instead of strncmp
[9eda781
] 2022-12-06T23:47:24Z
[ConstraintElim] Fix sort order to not comparing insts in different bbs.
[8d30b9e
] 2022-12-06T23:42:00Z
[RISCV] Move VSPILL/VRELOAD expansion for vector tuples to eliminateFrameIndex.
[8e0abf8
] 2022-12-06T23:37:39Z
[mlir][sparse] cleanup some pass documentation
[08ca2dc
] 2022-12-06T23:30:25Z
[count] Use correct integral type
[a459529
] 2022-12-06T23:24:23Z
[Mips] Convert a test to check 'target=...'
[99212b9
] 2022-12-06T23:13:32Z
[Mips,i686,others] Convert tests to check 'target=...'
[0f297ca
] 2022-12-06T23:00:07Z
[mlir][tensor][linalg] Introduce DataLayoutPropagation pass.
[d6cfdf0
] 2022-12-06T22:57:28Z
[RISCV] Pass ZB_Undefined to countTrailingZeros/countLeadingZeros. NFC
[d249152
] 2022-12-06T22:57:27Z
[RISCV] Return InstSeq from generateInstSeqImpl instead of using an output parameter. NFC
[6ab6085
] 2022-12-06T22:52:47Z
Revert "DebugInfo: Add/support new DW_LANG codes for recent C and C++ versions"
[2563fd6
] 2022-12-06T22:51:38Z
[BOLT][NFC] Use std::optional in MCPlusBuilder
[370e476
] 2022-12-06T22:51:35Z
[BOLT][NFC] Use std::optional for findAttributeInfo
[59ae452
] 2022-12-06T22:39:41Z
[OpenMP] Refactor CMake files related to PluginInterface
in plugins-nextgen
[6507417
] 2022-12-06T22:32:19Z
[mlir][sparse] make fusion for SDDMM more robust
[15f121e
] 2022-12-06T22:14:20Z
[clang-format] Fix an assertion failure in block parsing
[1b1df15
] 2022-12-06T22:03:56Z
[NFC] #include MCSymbol.h to avoid an incomplete type
[5951b0b
] 2022-12-06T21:51:28Z
Store OptTable::Info::Name as a StringRef
[6f43255
] 2022-12-06T21:45:57Z
Fix buffer-overflow in llvm-mt's notify_update feature.
[ee146ab
] 2022-12-06T21:42:12Z
Reland "[lld-macho] Fix bugs around EH_Frame symbols"
[41f90e9
] 2022-12-06T21:41:47Z
Reland "[lld-macho] Emit map file entry for compact unwind info"
[fe21126
] 2022-12-06T21:15:48Z
[Windows] Convert tests to check 'target=...'
[b580288
] 2022-12-06T21:11:52Z
[gn build] Add LoongArch target
[3c312e4
] 2022-12-06T21:11:08Z
DebugInfo: Add/support new DW_LANG codes for recent C and C++ versions
[cd95d79
] 2022-12-06T21:08:18Z
[Clang][Sema] Fix attribute((format)) bug on non-variadic functions
[13cde11
] 2022-12-06T21:02:25Z
[flang] Support fir.class in scalar user defined assignment lowering
[c589730
] 2022-12-06T20:49:32Z
[YAML] Convert Optional to std::optional
[48634b3
] 2022-12-06T20:23:50Z
[NFC][PowerPC] Add NFC fixes to PPCInstrinfo.cpp when getting the defined machine instruction.
[5ad919a
] 2022-12-06T20:14:59Z
[mlir] [docs] Broken link in MLIR Toy docs
[193cefd
] 2022-12-06T20:13:37Z
[mlir][tensor] Adapt FoldTensorCastProducerOp pattern on DPS interface.
[279d294
] 2022-12-06T20:13:02Z
Use consistent spacing before custom directives for op and attr/type assemblyFormat.
[e3f908a
] 2022-12-06T20:00:51Z
[exegesis] Attempt to workaround GCC7 compiler bug
[f926826
] 2022-12-06T19:38:48Z
[SystemZ] Add "REQUIRES: systemz-registered-target" on test.
[62b27f8
] 2022-12-06T19:26:06Z
[CodeExtractor] Correctly propagate scope information post extraction
[8482e95
] 2022-12-06T19:05:04Z
[libunwind] Use .irp directives. NFC
[97eed4c
] 2022-12-06T18:54:56Z
Add missing include
[481bb44
] 2022-12-06T18:53:40Z
[SystemZ] Emit a .gnu_attribute for an externally visible vector abi.
[51f1ae5
] 2022-12-06T18:47:07Z
[clangd] Add new IncludeDirective to IncludeHeaderWithReferences
[fc46d6e
] 2022-12-06T18:47:07Z
[clang][Tooling] Add support for generating #import edits
[924233c
] 2022-12-06T18:42:42Z
[InstCombine] add tests for bool math; NFC
[71df24d
] 2022-12-06T18:42:42Z
[InstCombine] fold add-carry of bools to logic
[1806ce9
] 2022-12-06T18:31:17Z
[RISCV] Teach RISCVMatInt to prefer li+slli over lui+addi(w) for compressibility.
[4c97745
] 2022-12-06T18:29:50Z
Reapply "[mlgo] Dependency-free training mode logger"
[ee31a4a
] 2022-12-06T17:58:27Z
[ARM] IselLowering unsigned overflow to crash using APInt in PerformSHLSimplify
[3c255f6
] 2022-12-06T17:56:14Z
Process: convert Optional to std::optional
[aa6ea60
] 2022-12-06T17:47:20Z
Revert "[OpenMP] Use add_llvm_library
to build the target PluginInterface
in plugins-nextgen
"
[969f0cb
] 2022-12-06T17:44:59Z
Revert "[mlir] Add hoisting of transfer ops in affine loops"
[10cb2e5
] 2022-12-06T17:43:55Z
Add missing include
[46db90c
] 2022-12-06T17:26:53Z
[SCEV] MatchBinaryOp()
: try to recognize or
as add
-in-disguise (w/ no common bits set)
[ce66f4d
] 2022-12-06T17:25:20Z
[RISCV] Restrict when RISCVMatInt will retry SLLI as a last step. NFC
[8abe7b1
] 2022-12-06T17:24:55Z
Revert "[mlgo] Dependency-free training mode logger"
[1b1696b
] 2022-12-06T17:24:50Z
[ConstraintElim] Add addition GEP tests with signed predicates.
[55f1330
] 2022-12-06T17:12:25Z
[llvm-c][test] Remove typed pointer support from llvm-c-test echo
[191c43f
] 2022-12-06T17:12:06Z
Revert "Revert "[mlir][sparse] Refactoring: abstract sparse tensor memory scheme into a SparseTensorDescriptor class.""
[227078b
] 2022-12-06T17:10:25Z
[ADT, Support] Move operator<< to raw_ostream.h (NFC)
[b9f3977b
] 2022-12-06T17:04:50Z
[AMDGPU] Add MC tests for s_endpgm's optional immediate operand
[a862d09
] 2022-12-06T17:01:36Z
Revert "[amdgpu] Reimplement LDS lowering"
[3032c07
] 2022-12-06T16:54:00Z
[mlir][crunner] Add support for random number generation.
[e682a76
] 2022-12-06T16:37:37Z
[OpenMP] Use add_llvm_library
to build the target PluginInterface
in plugins-nextgen
[772c2f4
] 2022-12-06T16:34:48Z
[AArch64][RISCV][x86] add tests for masked val equality with 0; NFC
[adc7c58
] 2022-12-06T16:34:48Z
[SDAG] try to convert bit set/clear to signbit test when trunc is free
[c5dbc28
] 2022-12-06T16:32:52Z
[libc++][CI] Upgrades clang-format version used.
[9820172
] 2022-12-06T16:28:15Z
[amdgpu] Reimplement LDS lowering
[97bdba8
] 2022-12-06T16:26:45Z
[exegesis] ParallelSnippetGenerator: SingleStaticRegPerOperand if 2+ use regs
[b70807b
] 2022-12-06T16:17:02Z
[Test] Add test exposing crash in SimplifyCFG when hoisting llvm.deoptimize
[c5ff6f7
] 2022-12-06T16:12:45Z
[mlgo] Dependency-free training mode logger
[fa4b518
] 2022-12-06T15:59:00Z
[BasicAA] Guard against empty successors list (PR59360)
[5922a04
] 2022-12-06T15:42:32Z
[AArch64][SVE2p1] Make use of REVD instruction.
[b04fc99
] 2022-12-06T15:37:43Z
[ConstantRange] Fix nsw nowrap region for 1 bit integers (PR59301)
[5cd900c
] 2022-12-06T15:29:56Z
[AArch64] Transform shift+and to shift+shift to select more shifted register
[6b1396e
] 2022-12-06T15:27:57Z
[ConstraintElim] Add tests for GEPs with signed predicates.
[8e7994b
] 2022-12-06T15:22:47Z
Revert "[Driver][test] Fix test by creating empty archive instead of empty file"
[f2d878b
] 2022-12-06T15:22:35Z
Revert "[clang] Tweak test to tolerate clang being called "clang" instead of "clang-15""
[9531fc3
] 2022-12-06T15:19:58Z
Unbreak check-all on macOS after dbe8c2c316c40
[2ffe225
] 2022-12-06T15:05:22Z
[llvm-exegesis] parallel snippet generator: avoid Read-After-Write pitfail for instrs w/ tied variables
[26e50c4
] 2022-12-06T14:58:39Z
[ARM/Darwin] Convert tests to check 'target='
[c634e1a
] 2022-12-06T14:50:47Z
[AMDGPU] Remove FIXME that was addressed by D99413
[e2b4425
] 2022-12-06T14:48:42Z
[RISCV][Codegen] Account for LMUL in Vector Mask instructions
[fef73b8
] 2022-12-06T14:33:31Z
[OpenMP][libomp] Cleanup version script and exported symbols
[d362882
] 2022-12-06T14:26:51Z
[LLDB][RISCV] Add RV32FC instruction support for EmulateInstructionRISCV
[29a8eec
] 2022-12-06T14:03:11Z
[include-cleaner] Make use of locateSymbol in WalkUsed and HTMLReport
[11760b3
] 2022-12-06T14:02:35Z
[flang] Set correct box type when emboxing temporary in array value copy pass
[7f4429c
] 2022-12-06T14:01:39Z
ValueTracking: Teach CannotBeOrderedLessThanZero about copysign
[d216759
] 2022-12-06T13:50:56Z
[gn build] Port d09d834bb980
[cb74446
] 2022-12-06T13:50:55Z
[gn build] Port bc0617795f8b
[af95441
] 2022-12-06T13:50:37Z
[clang] Tweak test to tolerate clang being called "clang" instead of "clang-15"
[de4b6a1
] 2022-12-06T13:43:48Z
Revert "Store OptTable::Info::Name as a StringRef"
[13e061e
] 2022-12-06T13:43:30Z
Revert "Quick fix to unbreak tblgen past 8ae18303f97d"
[b2dc1a2
] 2022-12-06T13:40:36Z
Revert "[BOLT] Fix blocks layout reverse iterators"
[e50a60d
] 2022-12-06T13:39:38Z
Quick fix to unbreak tblgen past 8ae18303f97d
[8ff4d21
] 2022-12-06T13:37:54Z
[libc++] Fix memory leaks when throwing inside std::vector constructors
[84a8a57
] 2022-12-06T13:29:14Z
InstCombine: Add baseline tests for copysign with fneg/fabs
[e2f56de
] 2022-12-06T13:29:14Z
InstCombine: Fold fabs (copysign x, y) -> fabs x
[8ae1830
] 2022-12-06T13:10:07Z
Store OptTable::Info::Name as a StringRef
[ba5c26d
] 2022-12-06T13:04:01Z
LangRef: Clarify semantics of lround/llround and lrint/llrint
[6f12281
] 2022-12-06T12:56:16Z
Fix a -Wunused-variable warning in release build, NFC
[788960d
] 2022-12-06T12:53:16Z
[flang] Allow conversion from hlfir.expr to fir::ExtendedValue
[bda1f0b
] 2022-12-06T12:49:05Z
Add tests which can be matched to umull
[481170c
] 2022-12-06T12:40:33Z
[Clang][CodeGen] Use poison instead of undef for extra argument in __builtin_amdgcn_mov_dpp [NFC]
[f083c9b
] 2022-12-06T12:29:47Z
[mlir][SparseTensor] Apply ClangTidyLegacy finding (NFC).
[83b3304
] 2022-12-06T11:39:05Z
[AArch64] Implement __arm_rsr128/__arm_wsr128
[94e7e58
] 2022-12-06T10:57:49Z
[AArch64] implement GPR (U/S)(MIN/MAX) instruction SDag support
[0b20c30
] 2022-12-06T10:48:50Z
[IR] Don't assume readnone/readonly intrinsics are willreturn
[eaea460
] 2022-12-06T10:48:21Z
[AArch64] lower abs intrinsic to new ABS instruction in SelDag
[9f85af5
] 2022-12-06T10:47:21Z
[LLVM][ARM] Correct llvm feature for vfpv3d16 host feature
[7c7e39d
] 2022-12-06T10:45:07Z
[lld-macho] Fix map file test on 32 bit hosts
[2f778e6
] 2022-12-06T10:42:07Z
[AArch64] SelectionDag codegen for gpr CTZ instruction
[4e958b4
] 2022-12-06T10:19:12Z
[llvm-objdump] Avoid using mapping symbols as branch target labels
[825da07
] 2022-12-06T10:07:21Z
[mlir] Add hoisting of transfer ops in affine loops
[6dac170
] 2022-12-06T10:02:26Z
[SCEVExpander] Support cost evaluation of several SCEVs with same budget
[1d9f014
] 2022-12-06T09:59:32Z
[Verifier]Remove API declaration that has never been implemented
[27c4b50
] 2022-12-06T09:58:38Z
[CMake]Allow user specified CPack Options
[3f65691
] 2022-12-06T09:46:33Z
[NFC] Remove const from return value of function
[132dc44
] 2022-12-06T09:45:59Z
[RISCV] Generate .cfi_def_cfa_expression for RVV stack adjustment
[7e31d07
] 2022-12-06T09:42:35Z
[clang] Add test for CWG600
[2fbe3f9
] 2022-12-06T09:40:06Z
[Clang] make_cxx_dr_status download the issue list automatically
[6d971cb
] 2022-12-06T09:39:19Z
[clang] Mark CWG554 as N/A
[500587e
] 2022-12-06T09:36:50Z
[LLVM][Release] Prevent empty runtime name in release script
[3e4ae76
] 2022-12-06T09:35:35Z
[Instcombine] Add baseline tests for logic-and/logic-or factorization; NFC
[80bae9a
] 2022-12-06T09:35:21Z
[clang] Add test for CWG405
[2298a44
] 2022-12-06T09:34:01Z
[CodeView] Add support for local S_CONSTANT records
[5b22c51
] 2022-12-06T09:27:22Z
[clang] Add test for CWG952
[b7ede70
] 2022-12-06T09:16:39Z
[MemCpyOpt] Use BatchAA when processing one instruction (NFCI)
[b40e9dc
] 2022-12-06T09:04:51Z
[clang-format] Avoid breaking )( with BlockIndent
[ca0b4d5
] 2022-12-06T08:48:54Z
[libunwind][RISCV] Support reading of VLENB CSR register
[330ee04
] 2022-12-06T08:45:58Z
[DSE] Reuse BatchAA for MSSA clobber queries
[9b9a847
] 2022-12-06T08:34:13Z
[flang] do not generate padding/truncation code when character length are equals
[d09d834
] 2022-12-06T08:14:49Z
[AMDGPU] Fix GCNSubtarget::getMinNumVGPRs, add unit test to check consistency between GCNSubtarget's getMinNumVGPRs, getMaxNumVGPRs and getOccupancyWithNumVGPRs.
[e823aba
] 2022-12-06T08:03:44Z
[mlir] Use std::nullopt instead of None in comments (NFC)
[7bb0cbf
] 2022-12-06T08:00:38Z
[BOLT] Fix blocks layout reverse iterators
[2402c46
] 2022-12-06T07:55:23Z
[clang-tools-extra] Use std::nullopt instead of llvm::None (NFC)
[1ea9dd3
] 2022-12-06T07:50:04Z
[llvm] Use std::nullopt instead of llvm::None (NFC)
[77603e2
] 2022-12-06T07:42:15Z
[mlir] Add replaceAllUsesExcept
to rewriter
[d920ab4
] 2022-12-06T07:32:18Z
[lldb] Use std::nullopt instead of llvm::None (NFC)
[48edb90
] 2022-12-06T07:29:11Z
[MemorySSA] Use BatchAA for clobber walker
[4c809de
] 2022-12-06T07:24:57Z
Added connection to the library with name "re".
[3cfe412
] 2022-12-06T07:21:02Z
[TableGen] llvm::Optional => std::optional
[529ca5a
] 2022-12-06T07:18:15Z
[lldb] Use std::nullopt instead of llvm::None (NFC)
[d11cc69
] 2022-12-06T07:16:59Z
[RISCV][NFC] Add test coverage for insertelement/extractelement of widen vector type.
[e96925c
] 2022-12-06T07:10:37Z
[PartialInlining] Enable recursive partial inlining.
[166c8cc
] 2022-12-06T06:58:29Z
[msan][CodeGen] Set noundef for C return value
[bc1bdfd
] 2022-12-06T06:56:24Z
[Support] Include optional instead of None.h
[1d0ba31
] 2022-12-06T06:43:53Z
[lldb] Use std::nullopt instead of llvm::None (NFC)
[2a19625
] 2022-12-06T06:39:29Z
mlir/tosa: move tosa.pad from Linalg to Tensor conversion
[15ba27e
] 2022-12-06T06:37:22Z
[clang-tools-extra] Use std::nullopt instead of llvm::None (NFC)
[649ef33
] 2022-12-06T05:49:31Z
[clang-tools-extra] Use std::nullopt instead of llvm::None (NFC)
[d5c6dc8
] 2022-12-06T04:54:05Z
[lldb] Use std::nullopt instead of None (NFC)
[9ba308f
] 2022-12-06T04:39:10Z
Remove "using llvm::None;" in *.cpp
[3453580
] 2022-12-06T04:38:44Z
[mlir] UnsignedWhenEquivalent ignore dead code
[0f06da6
] 2022-12-06T04:38:37Z
[mlir][llvm] Mark LLVMReturnOp as ReturnLike
[f7a46aa
] 2022-12-06T03:19:31Z
[RISCV] Fold vector binary operatrion into select with identity constant.
[a8ccf0e
] 2022-12-06T03:13:11Z
[mlir][ods] Allow ArrayOfAttr implicit conversion to ArrayRef
[def7207
] 2022-12-06T03:02:27Z
[X86][clang] Lift _BitInt() supported max width.
[e6d2665
] 2022-12-06T02:52:51Z
[OpenMP] Let predefined allocator fallback to default instead of returning null
[0a67e77
] 2022-12-06T02:41:59Z
CallGraph: Fix IgnoreAssumeLikeCalls option to Function::hasAddressTaken
[6392cf3
] 2022-12-06T02:38:25Z
[RISCV][test] Add pre-commit test for D131551.
[a220026
] 2022-12-06T02:16:31Z
[lldb][Test] TestRerunAndExpr.py: skip on Windows
[91d0618
] 2022-12-06T02:05:22Z
[llvm-objcopy] Reland "Fix --add-section when section contain empty bytes"
[35d26be
] 2022-12-06T01:42:38Z
Don't use root logger at import time
[571abde
] 2022-12-06T01:39:03Z
[NFC][SimplifyCFG] Add few more fold-branch-to-common-dest tests
[b70bbaa
] 2022-12-06T01:31:53Z
DebugInfo: Add support for new DWARFv5 language codes
[85834d8
] 2022-12-06T01:26:29Z
[RISCV]Keep (select c, 0/-1, X) during PerformDAGCombine
[10033a1
] 2022-12-06T01:20:01Z
Revert "[mlir][sparse] Refactoring: abstract sparse tensor memory scheme into a SparseTensorDescriptor class."
[86f91e4
] 2022-12-06T00:59:42Z
[mlir][sparse] Cleaning up the dim/lvl distinction in SparseTensorConversion
[33bcb3d
] 2022-12-06T00:50:18Z
Revert "[OpenMP] Use add_llvm_library
to build the target PluginInterface
in plugins-nextgen
"
[683b49b
] 2022-12-06T00:47:46Z
[NFC][LICM] Autogenerate checklines for one function to simplify update
[58b0485
] 2022-12-06T00:47:46Z
[NFC][PPC] Autogenerate checklines in ppc-ctr-dead-code.ll to simplify update
[08c4081
] 2022-12-06T00:46:12Z
[OpenMP] Use add_llvm_library
to build the target PluginInterface
in plugins-nextgen
[5464972
] 2022-12-06T00:31:21Z
[NFC][SimplifyCFG] Add one more fold-branch-to-common-dest test
[bb5bcdd
] 2022-12-06T00:29:55Z
[CodeView] Don't generate dummy unnamed strcut/class/union type.
[dd3fe52
] 2022-12-06T00:29:16Z
[RISCV] Remove some RISCVMatInt early exits.
[6ccd163
] 2022-12-05T23:51:07Z
[Polly] Use std::nullopt to unbreak build.
[6b992bc
] 2022-12-05T23:39:09Z
[Driver][test] Fix test by creating empty archive instead of empty file
[bc06177
] 2022-12-05T23:38:52Z
Revert "[-Wunsafe-buffer-usage] Initial commit - Transition away from raw buffers."
[d629db5
] 2022-12-05T23:27:36Z
Reland "[llvm] Teach FastISel for AArch64 about tagged globals"
[f6f9caa
] 2022-12-05T23:13:55Z
[gn build] Port 200007ec85f8
[200007e
] 2022-12-05T23:13:42Z
[-Wunsafe-buffer-usage] Initial commit - Transition away from raw buffers.
[fe3103f
] 2022-12-05T23:11:43Z
Increase search for kernel image from 32MB to 128MB
[50882b4
] 2022-12-05T22:51:19Z
[mlir] List more elementwise ops in VectorToGPU MMA conversion
[aacf17aa
] 2022-12-05T22:45:04Z
Revert "[llvm] Teach FastISel for AArch64 about tagged globals"
[b1fcc18
] 2022-12-05T22:42:00Z
[lldb-tests] Force system's libcxx on tests failing with debug symbols
[2442aa3
] 2022-12-05T22:40:29Z
[mlir][spirv] Add extensions implied by SPIR-V 1.6
[2c7827d
] 2022-12-05T22:30:50Z
[mlir][spirv] Add GPU subgroup MMA to spirv.MMAMatrixTimesScalar
[96d6399
] 2022-12-05T22:20:51Z
Revert "[CMake] Use LLVM_TARGET_TRIPLE in runtimes"
[7358c29
] 2022-12-05T22:16:55Z
[llvm] Teach FastISel for AArch64 about tagged globals
[3c278e5
] 2022-12-05T22:13:23Z
[mlir][spirv] Fix spirv.MatrixTimesScalar for cooperative matrix
[8a7e69d
] 2022-12-05T22:11:53Z
[mlir][sparse] Refactoring: abstract sparse tensor memory scheme into a SparseTensorDescriptor class.
[0d03ba6
] 2022-12-05T22:00:10Z
[mlir][tensor] Implement TilingInterface for tensor.pack op.
[7ca32bd
] 2022-12-05T21:57:35Z
Reland "[lld-macho] Overhaul map file code"
[3ed6311
] 2022-12-05T21:43:36Z
[lldb] Make sure the value of eSymbolContextVariable
is not conflicting with RESOLVED_FRAME_CODE_ADDR
[c48e0cf
] 2022-12-05T21:27:55Z
[mlir] Remove TypedAttr and ElementsAttr from DenseArrayAttr
[f9faf83
] 2022-12-05T21:19:43Z
[InstCombine] Regenerate select-bitext.ll test checks
[f2bfe0f
] 2022-12-05T21:19:43Z
[InstCombine] Regenerate select-gep.ll test checks
[53411c8
] 2022-12-05T21:19:42Z
[X86] Remove unnecessary x87 overrides from znver1/znver2 model
[8c42da5
] 2022-12-05T21:19:42Z
[InstCombine] Regenerate opaque-ptr.ll test checks
[6f12fc2
] 2022-12-05T21:19:42Z
[InstCombine] Regenerate select-masked_load.ll test checks
[531ef2c
] 2022-12-05T21:19:42Z
[InstCombine] Regenerate select-cmpxchg.ll test checks
[04b1dad
] 2022-12-05T21:18:15Z
[lld-macho] Canonicalize LSDA pointers
[58fa842
] 2022-12-05T21:10:08Z
[mlir][tosa] Handle tosa.resize nearest rounding correctly
[7d58c95
] 2022-12-05T21:02:37Z
[Clang] Don't consider default constructors ineligible if the more constrained constructor is a template
[7fe4abb
] 2022-12-05T20:53:35Z
[flang] Lower F08 NORM2 intrinsic
[14c41b7
] 2022-12-05T20:45:52Z
[Hexagon] Remove leftover debug messages after 87a3f1ab
[9ddbcb0
] 2022-12-05T20:44:30Z
[gn build] Fix build of merge-fdata in a clean build dir
[186c192
] 2022-12-05T20:42:16Z
[SDAG] Allow scalable vectors in SimplifyDemanded routines
[87a3f1a
] 2022-12-05T20:40:08Z
[Hexagon] Better detection of impossible completions to perfect shuffles
[a43319a
] 2022-12-05T20:35:50Z
[Flang] Restore Flang cmake configuration data
[34c0ed5
] 2022-12-05T20:24:48Z
test/Transforms/Scalarizer: re-run update_test_checks.py
[d3b7c84
] 2022-12-05T20:01:01Z
[llvm-objdump][docs] Mention --show-all-symbols
[d246bf4
] 2022-12-05T19:40:08Z
mlir/TosaToLinalg: improve debugging during conversion
[737391b
] 2022-12-05T19:31:50Z
[mlir] Slightly optimize getRegions checks by inlining size check
[031ff67
] 2022-12-05T19:31:50Z
[mlir] Fix alias printing for dialect attribute self types
[be51fa4
] 2022-12-05T19:17:30Z
[NFC] Port all runlines for LoopVectorize pass tests to -passes syntax
[b4d711d
] 2022-12-05T19:12:43Z
Fix DirectX test build
[4555304
] 2022-12-05T19:11:15Z
Reland "A new hidden option exec-on-ir-change=exe that calls exe each time IR changes"
[51e33ac
] 2022-12-05T18:56:16Z
[gn build] Port 5ecd36329508
[5ecd363
] 2022-12-05T18:53:50Z
Reapply "[CodeGen] Add new pass for late cleanup of redundant definitions."
[962863d
] 2022-12-05T18:18:06Z
[flang] Catch attempts to copy pointers in allocatables in PURE
[e311601
] 2022-12-05T18:14:26Z
[lldb][Test] TestRerunAndExprDylib.py on Linux: dlclose solib to force destruction module
[d1d1293
] 2022-12-05T18:12:20Z
[NFC] Port all runlines for SimplifyCFG pass tests to -passes syntax
[3297593
] 2022-12-05T18:00:12Z
AMDGPU: Convert a test to generated checks
[b90ebbc
] 2022-12-05T17:31:32Z
[flang] Fold the RHS of assignment
[491b6a9
] 2022-12-05T17:29:06Z
[flang] Fix pointer association with remap on polymorphic entities
[87dfec9
] 2022-12-05T17:27:19Z
[flang] Retrieve rank before updating the pointer
[2b6683f
] 2022-12-05T17:10:53Z
Expand loop peeling phi computation to handle binary ops and casts
[3d35546
] 2022-12-05T17:07:02Z
Support transpose
mode for gpu.subgroup
WMMA ops
[03b3017
] 2022-12-05T17:03:00Z
[InstCombine] Increase test coverage of vector.reverse ready for follow on work.
[8dce433
] 2022-12-05T17:00:09Z
AMDGPU: Bulk update memory legalizer tests to use opaque pointers
[e1edcf7
] 2022-12-05T16:57:42Z
Reland "[lldb][Target] Flush the scratch TypeSystem when owning lldb_private::Module gets unloaded"
[f246b13
] 2022-12-05T16:57:13Z
AMDGPU: Add baseline tests for known sign bits of load range metadata
[47c6890
] 2022-12-05T16:57:13Z
DAG: ComputeNumSignBits from load range metadata
[7969ab8
] 2022-12-05T16:52:37Z
[SDAG] Allow scalable vectors in ComputeKnownBits (try 2)
[6887cfb
] 2022-12-05T16:44:20Z
[ConstraintElim] Queue facts and checks directly.
[c6a5057
] 2022-12-05T16:42:11Z
PredicateInfo: Convert test to opaque pointers
[be2ca02
] 2022-12-05T16:42:11Z
PGOProfile: Only keep opaque pointer tests
[6e26ddb
] 2022-12-05T16:36:08Z
[NFC][PatternMatch] Add helper for m_IntrinsicIntrinsic::experimental_vector_reverse.
[2501ab5
] 2022-12-05T16:32:45Z
[ConstraintElim] Add test subtracting SIGNED_MIN.
[683e03d
] 2022-12-05T16:32:10Z
[Instcombine] Precommit tests for some or canonicalization; NFC ~((A & B) ^ (A | ?)) -> (A & B) | ~(A | ?) ~(A & B) ^ (A | ?) -> (A & B) | ~(A | ?)
[d4f1f35
] 2022-12-05T16:31:49Z
[clang][Interp][NFC] Move to std::optional
[18cae67
] 2022-12-05T16:23:28Z
[Instcombine] Precommit tests for D139080; NFC Test pattern for (C & X) | ~(C | Y) -> C ? X : ~Y
[22d87b8
] 2022-12-05T16:13:05Z
[NFC][WebAssembly] Add codegen tests
[2d56d8c
] 2022-12-05T16:12:17Z
ExecutionEngine: Convert tests to opaque pointers
[b966fb0
] 2022-12-05T16:00:54Z
[InstCombine] Precommit tests for D139253; NFC
[92f8a6e
] 2022-12-05T15:51:14Z
[lld/mac] Fix --start-lib/--end-lib with split thinlto inputs
[e99edb9
] 2022-12-05T15:47:17Z
Revert "[test] Fix CodeGen/M68k/pipeline.ll after D123394 MachineLateInstrsCleanupPass"
[218e0c6
] 2022-12-05T15:38:47Z
[LoopFlatten] Add some LLVM_DEBUG messages. NFC.
[1515308
] 2022-12-05T15:38:47Z
[LoopFlatten] Precommit test for GH issue #59339. NFC.
[9e855a6
] 2022-12-05T15:33:57Z
[flang] Map symbols in expressions when copying interface symbols
[6e08ac8
] 2022-12-05T15:30:30Z
[flang][NFC] Add a no-arg constructor for Verbatim
.
[eefd085
] 2022-12-05T15:25:08Z
[ConstraintElim] Add test with implicit/explicit GEP index truncate.
[8250180
] 2022-12-05T15:14:12Z
Revert "Recommit "[LoopFlatten] Enable it by default""
[081b7f6
] 2022-12-05T15:08:31Z
[AAch64] Optimize muls with operands having enough sign bits.
[51af4dd
] 2022-12-05T15:04:13Z
ValueTracking: Teach canCreateUndefOrPoison about more intrinsics
[2d7f43f
] 2022-12-05T14:54:08Z
[LLDB][RISCV] Add RV64F instruction support for EmulateInstructionRISCV
[dfa842e
] 2022-12-05T14:40:58Z
ValueTracking: Add some baseline intrinsic with freeze tests
[d8ab7cf
] 2022-12-05T14:27:33Z
[gn build] Port dbe8c2c316c4
[08742e7
] 2022-12-05T14:27:21Z
compiler-rt/test/metadata: restrict tests to x86_64
[2a05bd2
] 2022-12-05T14:21:39Z
[NFC] Fix test/CodeGen/PowerPC/O0-pipeline.ll
[0b01e3d
] 2022-12-05T14:01:52Z
clang: Convert builtins test to opaque pointers
[df41577
] 2022-12-05T13:51:20Z
[LinkerWrapper] Fix use-after-free when using JIT
[dbe8c2c
] 2022-12-05T13:40:31Z
Use-after-return sanitizer binary metadata
[7224cff
] 2022-12-05T13:39:07Z
Intrinsics: Fix not speculating llvm.fptrunc.round
[dac496f
] 2022-12-05T13:39:07Z
ValueTracking: Teach isKnownNeverInfinity about arithmetic.fence
[db0f258
] 2022-12-05T13:39:07Z
ValueTracking: Teach isKnownNeverNaN about arithmetic_fence
[dbca874
] 2022-12-05T13:39:07Z
ValueTracking: Teach CannotBeOrderedLessThanZero about trivial ops
[f32cafe
] 2022-12-05T13:38:24Z
[GlobalISel][DebugInfo] Propagate debug location for localized constants
[a446827
] 2022-12-05T13:27:10Z
[NFC][Clang][Driver][AMDGPU] Avoid temporary copies of std::string by using Twine and StringRef
[453eb9e
] 2022-12-05T13:23:47Z
[AMDGPU][MC] Correct handling of mandatory literals
[2ef8fd8
] 2022-12-05T13:19:17Z
An iwyu cleanup in flang/Frontend/TargetOptions.h
[4d2f0f7
] 2022-12-05T13:04:30Z
[AArch64][SME] Avoid going through memory for streaming-compatible splats
[6b94058
] 2022-12-05T12:19:09Z
[ConstraintElim] Update comment after recent changes.
[12cc8e7
] 2022-12-05T11:57:20Z
[mlir] Fix infinite loop in collapse
[b0f7876
] 2022-12-05T11:54:13Z
[SCCP] Propagate equality of a not-constant
[fc85ccd
] 2022-12-05T11:45:39Z
AMDGPU/MC: Simplify AsmParser for VOP3P
[04aae25
] 2022-12-05T11:33:29Z
[LLVM][Runtimes] Surround unknown runtime with ""
[14af1ad
] 2022-12-05T11:20:34Z
[include-cleaner] Add two command-line flags to the include-cleaner category.
[541a137
] 2022-12-05T11:09:03Z
Revert "[AArch64] Improve TargetParser API"
[f101196
] 2022-12-05T11:00:22Z
[SCCP] Add support for with.overflow intrinsics
[811ad24
] 2022-12-05T10:50:16Z
[lldb][Test] TestModulesCompileError.py: fix expected error string
[0c7910e
] 2022-12-05T10:48:36Z
[NFC] Rename variable MaxBECount -> ConstantMaxBECount
[fceec8d
] 2022-12-05T10:39:54Z
Fix MSVC "not all control paths return a value" warning. NFC.
[94d3df2
] 2022-12-05T10:22:20Z
[mlir][Tensor] Apply ClangTidy performance finding (NFC)
[7927722
] 2022-12-05T10:16:55Z
[AArch64][SVE2] Add patterns for eor3
[553bdf4
] 2022-12-05T10:13:35Z
[NFC][clang] Strengthen checks in matrix-type-operators.c
[64428c0
] 2022-12-05T10:12:25Z
[NFC][clang] Strengthen checks in matrix-type-operators.cpp
[019bec8
] 2022-12-05T09:32:08Z
[flang][NFC] Remove implemented TODOs
[798fa4b
] 2022-12-05T08:57:49Z
[Test] Add 2 more simplified test with missing opts
[42b21dd
] 2022-12-05T08:36:11Z
[flang] Pointer assignment with remapping involcing polymorphic entities
[4de3184
] 2022-12-05T08:27:13Z
[LAA] Use cross-iteration alias analysis
[1403073
] 2022-12-05T08:17:29Z
[mlir][tensor] Fold rank-reducing insert_slice with inverse collapse_shape
[50a2bb9
] 2022-12-05T08:17:24Z
[mlir][tensor] Fold rank-reducing extract_slice with inverse expand_shape
[23ad3da
] 2022-12-05T08:09:23Z
[LegacyPM] Remove dead declarations
[1981116
] 2022-12-05T08:06:32Z
[flang] Lower function return to HLFIR
[04a23cb
] 2022-12-05T07:54:11Z
[PowerPC] Remove unused MacOSX check
[e26017d
] 2022-12-05T07:51:17Z
[LegacyPM] Remove AnnotationRemarksLegacyPass
[deca64e
] 2022-12-05T07:48:42Z
[PowerPC] Use default attributes for intrinsics
[2796182
] 2022-12-05T07:47:12Z
[llvm-c] Remove C API functions that are incompatible with opaque pointers
[c95a0c9
] 2022-12-05T07:39:19Z
[lldb] Fix the way we set up the lldb modules infrastructure.
[92c96f2
] 2022-12-05T07:37:08Z
[Kaleidoscope] Fix build after std::optional changes
[215666d
] 2022-12-05T07:18:00Z
[mlir][Linalg] Apply ClangTidy fixes (NFC)
[e95ca5b
] 2022-12-05T07:12:26Z
[AST] Make AliasSetTracker work on BatchAA
[75801e3
] 2022-12-05T07:07:19Z
Transforms/IPO: llvm::Optional => std::optional
[e92fe7a
] 2022-12-05T06:47:56Z
[test][msan] Update for noundef on retval
[a996cc2
] 2022-12-05T06:31:11Z
Remove unused #include "llvm/ADT/Optional.h"
[e280b97
] 2022-12-05T06:26:26Z
[iwyu] Add Hashing.h
[7760971
] 2022-12-05T05:43:10Z
Forward-declare raw_ostream (NFC)
[b067aa5
] 2022-12-05T05:08:37Z
[ELF] Produce DT_RISCV_VARIANT_CC
[664cbfa
] 2022-12-05T04:57:33Z
[NFC][XCOFF] format XCOFFObjectWriter.cpp
[a73db7f
] 2022-12-05T04:53:28Z
[iwyu] Fix files which would break without #include Optional.h
[22731db
] 2022-12-05T04:31:05Z
[clang] Use std::nullopt instead of None in comments (NFC)
[3dfacc0
] 2022-12-05T04:30:54Z
CheckedArithmetic: llvm::Optional => std::optional
[4b1b9e2
] 2022-12-05T04:21:08Z
Remove unused #include "llvm/ADT/Optional.h"
[3a88121
] 2022-12-05T04:13:43Z
[RISCV] Support .variant_cc directive for the assembler.
[89fae41
] 2022-12-05T04:13:11Z
[IR] llvm::Optional => std::optional
[768cae4
] 2022-12-05T04:11:39Z
[lldb] Use std::nullopt instead of None in comments (NFC)
[192d9dd
] 2022-12-05T03:58:32Z
[mlir] Use std::nullopt instead of None in comments (NFC)
[595f1a6
] 2022-12-05T03:47:13Z
[llvm] Use std::nullopt instead of None in comments (NFC)
[47edc70
] 2022-12-05T03:42:41Z
[LoongArch] Specify registers used for exception handling
[0605b8b
] 2022-12-05T03:34:14Z
[MCDisassembler] Work around GCC 7 after f4c16c44737caac25bf09ec2d85809820579ae40
[0a9b1c5
] 2022-12-05T03:21:57Z
[PowerPC][GISel]support for float point and integer convertion
[487edfa
] 2022-12-05T03:10:17Z
[NFC][CodeGen] Add const to a method
[a3b48e0
] 2022-12-05T03:10:17Z
[NFC][CodeGen] Extract HasStrictReturn
[262d6d4
] 2022-12-05T03:10:17Z
[test][CodeGen] Check noundef for return value
[9e87878
] 2022-12-05T03:10:17Z
[test][CodeGen] Check noundef for omited return
[d9df5bb
] 2022-12-05T03:09:04Z
[flang] Diagnostic for shape argument in c_f_pointer
[47ff304
] 2022-12-05T02:00:36Z
[RISCV] Use findFirstSet instead of countTrailingZeros. NFC
[c8c1d7a
] 2022-12-05T02:00:27Z
[RISCV] Use emplace_back to shorten lines in RISCVMatInt. NFC
[b5e1fc1
] 2022-12-05T01:53:49Z
[PowerPC] don't check CTR clobber in hardware loop insertion pass
[7c2b773
] 2022-12-05T01:40:28Z
[clang-tools-extra] Use std::nullopt instead of None in comments (NFC)
[9f252e5
] 2022-12-05T01:31:17Z
[llvm] Use std::nullopt instead of None in comments (NFC)
[70c73d1
] 2022-12-05T01:23:50Z
[mlir] Use std::nullopt instead of None in comments (NFC)
[3c09ed0
] 2022-12-05T01:12:44Z
[llvm] Use std::nullopt instead of None in comments (NFC)
[4b7428e
] 2022-12-05T01:00:13Z
[flang] Don't propagate PRIVATE into submodule module files
[d2a6114
] 2022-12-05T00:51:27Z
[lldb/unittests] Use std::nullopt instead of None (NFC)
[343523d
] 2022-12-05T00:51:25Z
[lldb] Use std::nullopt instead of None (NFC)
[5fa43db
] 2022-12-05T00:11:52Z
[gn build] Port 122efef8ee9b
[89fab98
] 2022-12-05T00:09:22Z
[DebugInfo] llvm::Optional => std::optional
[35b4fbb
] 2022-12-04T23:57:24Z
[clang] Use std::nullopt instead of None in comments (NFC)