llvm-16.2022-08-07Z.1d1f5a5
[d1bb301
] 2022-08-07T22:48:38Z
[mlir] fix add_tablegen()
macro to allow installing mlir-pdll
[10de551
] 2022-08-07T22:28:18Z
[mlir][python] Address deprecation warning for hasValue
[e6373de
] 2022-08-07T21:48:53Z
[flang] Allow assignment to host association in BLOCK in PURE subprogram
[608131b
] 2022-08-07T21:32:28Z
[ORC-RT] Fix missing #include <string_view>s.
[d446d91
] 2022-08-07T21:26:08Z
[lldb] Use single-argument static_assert where applicable (NFC)
[34a785f
] 2022-08-07T20:26:05Z
[InstSimplify] add test for over-shift of scalable vector; NFC
[74b5e79
] 2022-08-07T20:26:05Z
[InstSimplify] fold scalable vectors with over-shift splat constant to poison
[921316a
] 2022-08-07T19:52:56Z
[flang][runtime] Catch & report attempts at recursive I/O
[41c41fc
] 2022-08-07T19:15:59Z
Revert "[JITLink] Fix some C++17 related fixmes."
[f616a63
] 2022-08-07T18:59:37Z
[mlir] Use value instead of getValue
[b5f8d42
] 2022-08-07T18:30:58Z
[ADT] Deprecate Optional::{hasValue,getValue} (NFC)
[aa2a319
] 2022-08-07T18:23:09Z
[ORC-RT] Remove a stray __orc_rt::string_view helper.
[c615e46
] 2022-08-07T18:19:47Z
[lldb] Hoist TraceOn check out of loop (NFC)
[87990fd
] 2022-08-07T18:17:36Z
[lldb] Fix formatting in python-reference.rst
[e49c156
] 2022-08-07T18:15:51Z
[lldb] Dynamically generate enum names in lldbutil
[fc40804
] 2022-08-07T18:14:43Z
[libc++][NFC] Fix the the
in comment in __format/buffer.h
[5b14c7a
] 2022-08-07T18:13:19Z
[mlir] Fix a warning
[2843a1d
] 2022-08-07T17:34:51Z
[InstCombine] add tests for bitwise logic; NFC
[8148c28
] 2022-08-07T17:34:51Z
[ConstFolding] fix overzealous assert when converting FP half
[6ea5bf4
] 2022-08-07T16:37:14Z
[JITLink] Fix some C++17 related fixmes.
[1dcff82
] 2022-08-07T16:37:09Z
[ORC-RT] Drop __orc_rt::string_view now that we have c++17.
[87dc7d4
] 2022-08-07T16:23:23Z
[clang][CodeGen] Factor out Swift ABI hooks (NFCI)
[dbff03b
] 2022-08-07T16:19:53Z
[X86] Add test case to recombine LEA from OR.
[3f10091
] 2022-08-07T16:12:46Z
[flang] Allow pure function references in expandable scalar
[7602e28
] 2022-08-07T15:46:15Z
[mlir] Flip to prefixed accessors (NFC)
[ea540bc
] 2022-08-07T14:56:07Z
[polly] Fixed a number of typos. NFC
[82439b2
] 2022-08-07T14:53:56Z
[clang-tidy] Fix a forwarding-reference-overload crash after the ElaboratedType change.
[32fd0b7
] 2022-08-07T12:24:01Z
Revert "[RDF] Remove explicit template arguments from Print"
[e8c9eb4
] 2022-08-07T11:56:26Z
[Polly] Suppress the LLVM-IR output for pattern matching tests, if there is no FileCheck-ing for it.
[d3b3f76
] 2022-08-07T11:55:58Z
[mlir] Flip to prefixed accessors (NFC)
[f8d9761
] 2022-08-07T11:46:28Z
[ARM] Regenerate vector_store.ll tests. NFC
[b02c7e2
] 2022-08-07T10:10:32Z
[Polly] Generalize the pattern matching to the case of tensor contractions
[6bb51bf
] 2022-08-07T09:55:50Z
[libc++][test] Fix MSVC warnings C6054, C6001, C4242 in format_tests.h
[26d811b
] 2022-08-07T09:16:49Z
[mlir] Make use of C++17 language features
[f0f1bca
] 2022-08-07T09:10:05Z
[demangler] Add getters for Qual/Vector/Pointer types
[fdc9509
] 2022-08-07T09:07:05Z
Added warning about outdated feature into Kaleidoscope tutorial text
[ba0407b
] 2022-08-07T07:16:21Z
[llvm] Use range-based for loops (NFC)
[54199d8
] 2022-08-07T07:16:19Z
[x86] Remove unused declaration processWaitCnt (NFC)
[7542e72
] 2022-08-07T07:16:17Z
Use llvm::is_contained (NFC)
[d0ec61c
] 2022-08-07T07:16:16Z
[Target] Remove unused forward declarations (NFC)
[a2d4501
] 2022-08-07T07:16:14Z
[llvm] Fix comment typos (NFC)
[af2d2d7
] 2022-08-07T07:16:13Z
[mlir] Remove redundaunt return statements (NFC)
[3b11408
] 2022-08-07T07:16:11Z
[llvm] Drop unnecessary const from return types (NFC)
[aa4977f
] 2022-08-07T06:06:55Z
[LLDB][NFC] Reliability fixes to TCPSocket code
[5e9b6a2
] 2022-08-07T04:58:46Z
[MLIR] Add MlirValue to PybindAdapters
[1f54006
] 2022-08-07T04:42:15Z
[clang][docs] use Fixes
instead of This fixes
in ReleaseNotes [NFC]
[4401bde
] 2022-08-07T02:24:40Z
[mlir][tosa] Flip to prefixed form.
[fa66789
] 2022-08-07T00:26:33Z
[llvm] LLVM_NODISCARD => [[nodiscard]]. NFC
[ec04e45
] 2022-08-07T00:02:35Z
[lld] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
[5deb678
] 2022-08-06T23:48:23Z
Revert "[SampleProfileInference] Work around odr-use of const non-inline static data member to fix -O0 builds after D120508"
[bccdf91
] 2022-08-06T23:44:14Z
Revert "[lld-macho] Work around odr-use of const non-inline static data member to fix -O0 build after D128298"
[c7ec86b
] 2022-08-06T23:12:18Z
[clang-tidy] Fix g++ -DCMAKE_CXX_STANDARD=17 build
[bf5550b
] 2022-08-06T22:48:41Z
[ADT] Fix signature of StringSet::insert
[e21202d
] 2022-08-06T20:50:37Z
[Clang][OpenMP] Fix the issue that llvm.lifetime.end
is emitted too early for variables captured in linear clause
[91f3f0b
] 2022-08-06T20:24:04Z
lld/cmake: Drop use of llvm-config for LLVM install discovery
[d2b158e
] 2022-08-06T20:22:59Z
clang/cmake: Drop use of llvm-config for LLVM install discovery
[2d2ad02
] 2022-08-06T19:48:10Z
[bazel] Switch to C++17
[a6cb841
] 2022-08-06T19:44:55Z
clang: fix typo availbility
[2bc390b
] 2022-08-06T19:32:52Z
[RDF] Use default TargetOperandInfo if not given in constructor
[0c92586
] 2022-08-06T18:52:45Z
[bolt] silence unused variables warnings
[ede96de
] 2022-08-06T18:29:15Z
[RDF] Remove explicit template arguments from Print
[c8e6ebd
] 2022-08-06T18:21:39Z
Use value instead of getValue (NFC)
[9750648
] 2022-08-06T18:12:47Z
[mlir, flang] Use has_value instead of hasValue (NFC)
[486a3c4
] 2022-08-06T15:53:40Z
Update the status of some more C DRs
[d6eea96
] 2022-08-06T14:08:48Z
[bazel] Port 1c5a50e32815a49a41d79ff529ca8611ee49c5c8
[619e8f4
] 2022-08-06T13:10:38Z
[libc++] Remove operator!=
from type_info
in C++20
[735240b
] 2022-08-06T13:09:16Z
[libc++] Implement operator<=>
for unique_ptr
[13016f1
] 2022-08-06T12:56:42Z
[NFC] add test cases for D123366
[ef60e44
] 2022-08-06T12:38:52Z
[PowerPC] fix stack size allocated for float point argument
[f489297
] 2022-08-06T12:36:01Z
[gn build] fix 547c551925c8f4dd
[547c551
] 2022-08-06T12:34:24Z
[gn build] Try to fix build on linux after std=c++17 switch
[1c5a50e
] 2022-08-06T12:07:37Z
[mlir][tblgen] Refact mlir-tblgen main into its own library
[f7b73b7
] 2022-08-06T12:07:37Z
[llvm] Remove uses of deprecated std::iterator
[c59c8a5
] 2022-08-06T11:54:43Z
[gn build] port b1356504e63ae better (c++17)
[51a91d6
] 2022-08-06T11:51:06Z
[gn build] port b1356504e63ae (c++17)
[e0807b0
] 2022-08-06T09:34:24Z
[bazel] Add missing dependency after 713f85d5952ab27d474aba2a960a893b7e7e438d
[e45a569
] 2022-08-06T08:00:06Z
[ELF] toString(const InputFile ): synchronize toStringCache
[6a275cd
] 2022-08-06T07:59:00Z
Transform illegal intrinsics to V_ILLEGAL
[b135650
] 2022-08-06T07:42:10Z
[LLVM] Update C++ standard to 17
[786b503
] 2022-08-06T03:36:02Z
[Clang][Lex] Extend HeaderSearch::LookupFile to control OpenFile behavior.
[e99ffe6
] 2022-08-06T03:15:48Z
[NFC] add test case for D129558
[bcac7b3
] 2022-08-06T01:33:18Z
[LLDB] Missing break in a switch statement alters the execution flow.
[d7cbfcf
] 2022-08-06T01:24:54Z
[ELF][AArch64] Fix potentially corrupted section content for PAC
[e89d6d2
] 2022-08-06T01:20:23Z
[ELF] Keep only getTarget() call. NFC
[7b12e56
] 2022-08-06T00:27:43Z
[test/Modules/cxx20-export-import.cpp] Pre-clean the modules cache directory of the test, NFC
[abd9807
] 2022-08-06T00:08:37Z
[ELF] mergeCmp: work around irreflexivity bug
[3fbbf28
] 2022-08-05T23:50:23Z
unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV=OFF after 6635f48e4aba
[549542b
] 2022-08-05T23:27:17Z
[HLSL] emit-obj when set output.
[3b52341
] 2022-08-05T23:08:41Z
[CUDA] Fix output name being replaced in device-only mode
[6635f48
] 2022-08-05T22:40:33Z
[Serialization] Remove ORIGINAL_PCH_DIR
record
[9ec4ddd
] 2022-08-05T22:39:05Z
[Sanitizer][Darwin] Support OS versions before DRIVERKIT
[28d05d6
] 2022-08-05T22:22:57Z
[ELF][PPC64] Fix potentially corrupted section content with empty .got
[5f1c7e2
] 2022-08-05T21:05:03Z
[mlir] Use SymbolTableCollection to lookup referenced symbol in AddressOfOp
[3fa291f
] 2022-08-05T21:03:02Z
[libc++][ranges][NFC] Mark the completed Ranges papers and issues as done.
[c55899f
] 2022-08-05T21:02:22Z
[DAGCombiner] Hoist funnel shifts from logic operation
[8ac015c
] 2022-08-05T21:02:12Z
[libc++][ranges][NFC] Make sure all implemented algorithms are enabled in "robust" tests.
[4246269
] 2022-08-05T20:52:03Z
[examples][ORC] Add missing call to LLVMDisposeBuilder to example.
[bc062e0
] 2022-08-05T20:52:03Z
[ORC] Fix a memory leak in LLVMOrcIRTransformLayerSetTransform.
[51bc82d
] 2022-08-05T20:50:31Z
[mlir] Implement SymbolUserOpInterface in LLVM::CallOp
[5c16eeb
] 2022-08-05T20:45:51Z
[mlir][spirv] Define spv.IAddCarry
[8d2901d
] 2022-08-05T20:42:17Z
[NFC][Inliner] Add Load/Store handler
[b5244fb
] 2022-08-05T20:17:26Z
[test][SimpleLoopUnswitch] Precommit test for D129599
[29ff262
] 2022-08-05T20:14:08Z
[HWASan] Remove incorrect unreachable.
[cbd2b7c
] 2022-08-05T19:58:30Z
[NFC] Regenerates X86's win64-bool.ll
[1b9faaf
] 2022-08-05T19:53:37Z
[flang] Lower MOD to Fortran runtime call.
[75c64c7
] 2022-08-05T19:47:03Z
[RISCV] Don't use li+sh3add for constants that can use lui+add.
[4b8db17
] 2022-08-05T19:45:23Z
[llvm][macos] Fix usage of std::shared_mutex on old macOS SDK versions
[13bc713
] 2022-08-05T19:36:03Z
fixes clang-tidy/checks/list.rst: a line was accidentally removed in 95a92995d45fc6fada43ecd91eba3e7aea90487a
[fb89cc0
] 2022-08-05T19:24:40Z
[clang][modules] Don't depend on sharing FileManager during module build
[d038bb1
] 2022-08-05T19:23:38Z
[clang] Fix redirection behaviour for cached FileEntryRef
[3e0e556
] 2022-08-05T19:14:06Z
[CUDA] Fixed sm version constrain for __bmma_m8n8k128_mma_and_popc_b1.
[9a9848f
] 2022-08-05T19:13:08Z
[RISCVInsertVSETVLI] Remove an unsound optimization
[99e50e5
] 2022-08-05T18:46:41Z
[WinEH][ARM64] Split Unwind Info for Fucntions Larger than 1MB
[f1eb945
] 2022-08-05T18:29:45Z
[flang] Propagate lowering options from driver.
[9c81b743
] 2022-08-05T18:19:46Z
[lldb] Improve EXC_RESOURCE exception reason
[f493b21
] 2022-08-05T18:18:40Z
[libc] Update look and feel of libc.llvm.org
[0948f1c
] 2022-08-05T18:01:27Z
Reapply the commits to enable accurate hit-count detection for watchpoints.
[292e8ed
] 2022-08-05T17:51:30Z
[mlir] Use SymbolUserOpInterface in LLVM::AddressOfOp verifier
[1f7544a
] 2022-08-05T16:30:14Z
[mlir][spirv] Add default Vulkan memory space to storage class mapping
[713f85d
] 2022-08-05T16:20:06Z
[mlir][spirv] Add a pass to map memref memory space
[b63fc26
] 2022-08-05T16:06:47Z
[InstSimplify] make uses of isImpliedCondition more efficient (NFCI)
[0533c39
] 2022-08-05T16:00:08Z
[SVE] Expand DUPM patterns to handle all integer vector types.
[24a62bf
] 2022-08-05T15:36:58Z
tsan: fix bug in shadow reset introduced in D128909
[019d761
] 2022-08-05T14:59:09Z
[InstSimplify] use isImpliedCondition() instead of semi-duplicated code
[249a7ed
] 2022-08-05T14:45:43Z
[x86] add tests for bitwise logic of funnel shifts; NFC
[542977d
] 2022-08-05T14:43:44Z
Revert "[compiler-rt][CMake] Enable TF intrinsics on powerpc32 Linux"
[131dda9
] 2022-08-05T13:58:01Z
[libc] Implement sincosf function correctly rounded to all rounding modes.
[19bb535
] 2022-08-05T13:30:47Z
[AMDGPU] Remove unused MIMG tablegen variants
[4bc9e60
] 2022-08-05T13:17:20Z
Removing redundant code; NFC
[6b03bae
] 2022-08-05T12:53:35Z
Revert "[mlir] Extract offsets-sizes-strides computation from makeTiledShape(s)
."
[1bd31a6
] 2022-08-05T11:35:41Z
[NFC] Add SmallVector constructor to allow creation of SmallVector from ArrayRef of items convertible to type T
[b2de846
] 2022-08-05T10:19:36Z
[ConstProp] Don't fallthorugh for poison constants on vctp and active_lane_mask.
[c401dbd
] 2022-08-05T09:36:43Z
[llvm][IROutliner] Account for return void in sort comparator
[2312b74
] 2022-08-05T08:58:17Z
[X86] Move getting module flag into runOnMachineFunction
to reduce compile-time. NFCI
[45c056b
] 2022-08-05T08:48:09Z
[CMake] Find python before searching for python modules
[809b416
] 2022-08-05T08:46:38Z
[NFC] Requires x86-registered-target for test/pr56919.cpp
[501faaa
] 2022-08-05T08:32:53Z
[clang][analyzer] Add more wide-character functions to CStringChecker
[4c106c9
] 2022-08-05T07:42:52Z
[clangd] Change the url for clang-tidy check documentation
[57eb77d
] 2022-08-05T07:14:16Z
[LoongArch] Implement more of the ABI
[408378a
] 2022-08-05T07:11:57Z
[AArch64] Tone down the number of repeated fmov N2 scheduling tests. NFC
[230d6f9
] 2022-08-05T06:50:43Z
[Coroutines] Remove lifetime intrinsics for spliied allocas in coroutine frames
[38c2366
] 2022-08-05T06:48:42Z
[AArch64][GlobalISel] Recognise some CCMPri
[b2c9ff7
] 2022-08-05T06:20:25Z
[NFC][HLSL] Fix build error caused missing typo update.
[6134629
] 2022-08-05T06:08:40Z
[NFC][HLSL] Fix typo in CGHLSLRuntime.
[b568cb1
] 2022-08-05T05:52:54Z
[AMDGPU] Pre-commit tests for D130797
[d194285
] 2022-08-05T04:47:49Z
[clang] Consider array filler in MaybeElementDependentArrayfiller()
[8b74074
] 2022-08-05T04:45:32Z
[clang][sema] Fix collectConjunctionTerms()
[906e41f
] 2022-08-05T04:23:57Z
[HLSL] clang codeGen for HLSLShaderAttr.
[294bbdc
] 2022-08-05T03:54:07Z
[NFC] Fix wrong header in LibC.cpp
[a812b39
] 2022-08-05T03:39:13Z
[llvm][ir] Add missing license to ProfDataUtils
[fc6a6ee
] 2022-08-05T02:55:40Z
[libunwind] undef NDEBUG for assert.h in tests.
[3b631e4
] 2022-08-05T02:51:44Z
[libc] Trivial implementation of std::optional
[40d74fc
] 2022-08-05T02:30:58Z
[mlir][Math] Add constant folder for Atan2Op.
[7f648d2
] 2022-08-05T02:22:48Z
Reland "[X86][MC] Always emit rep
prefix for bsf
"
[c308a88
] 2022-08-05T00:37:43Z
[libc] Add subtraction for UInt class.
[6fb744b
] 2022-08-05T00:15:08Z
[trace][intel pt] Support a new kernel section in LLDB’s trace bundle schema
[6f4c3c0
] 2022-08-05T00:12:56Z
[InstrProf][attempt 2] Add new format for -fprofile-list=
[73b62f8
] 2022-08-05T00:08:08Z
Fix parsing of comma fold-expressions as the operand of a C-style cast.
[8a27a2f
] 2022-08-04T23:54:19Z
[HLSL] Support -E option for HLSL.
[4982d8a
] 2022-08-04T23:47:50Z
[test][llvm-reduce] Use opaque pointers in tests
[2e4ef9b
] 2022-08-04T23:46:38Z
[libc][NFC] Add a few compiler warning flags.
[1bfc052
] 2022-08-04T23:22:50Z
[MLIR] Fix arith.cmpi assembly syntax in the doc to match the implementation (NFC)
[e38b0fb
] 2022-08-04T23:15:36Z
[MLIR] Fix arith.cmpf assembly syntax in the doc to match the implementation (NFC)
[c5b36ab
] 2022-08-04T23:02:56Z
AMDGPU/clang: Remove dead code
[33171df
] 2022-08-04T22:56:32Z
Revert "[clang][Darwin] Always set the default C++ Standard Library to libc++"
[1d2a62a
] 2022-08-04T22:52:27Z
Re-submit "[lldb] Filter DIEs based on qualified name where possible"
[7d6017f
] 2022-08-04T22:16:51Z
[TTI] Change new getVectorInstrCost overload to use const reference after D131114
[a1a71b7
] 2022-08-04T21:58:47Z
[Clang] Fix capture of values initialized by bitfields
[adea1fa
] 2022-08-04T21:55:24Z
[orc-rt] Fix swift protocol metadata registration
[8e7acb6
] 2022-08-04T21:43:31Z
[ValueTracking] improve readability in isImpliedCond helper functions; NFC
[12a1ca9
] 2022-08-04T21:32:31Z
[RISCV] Relax another one use restriction in performSRACombine.
[657bfa3
] 2022-08-04T21:03:42Z
[ValueTracking] reduce code in isImpliedCondICmps; NFC
[49d2071
] 2022-08-04T20:48:10Z
[compiler-rt] Don't build builtins beyond macOS 10.7
[7f5b167
] 2022-08-04T20:35:13Z
[mlir][sparse] fix bug in complex zero detection
[6e45162
] 2022-08-04T20:24:55Z
[InstrProf] Set prof global variables to internal linkage if adding a comdat
[bc8f2f3
] 2022-08-04T19:58:25Z
[AArch64][TTI][NFC] Overload method 'getVectorInstrCost' to provide vector instruction itself, as a context information for cost estimation.
[6e193b5
] 2022-08-04T19:56:19Z
Prepare for inlining of SUM intrinsic
[6ff873a
] 2022-08-04T19:52:26Z
[AArch64] Add some extra GlobalISel CCMP tests coverage. NFC
[f81a209
] 2022-08-04T19:44:51Z
[Attributor][FIX] Deal with implicit undef
in AAPotentialConstantValues.
[6329562
] 2022-08-04T19:42:33Z
[mlir][AMDGPU] Explicitly truncate memory addresses in buffer ops
[35cc173
] 2022-08-04T19:33:35Z
[gn build] port 976f37050dbd more
[9dbe839
] 2022-08-04T19:14:53Z
[Docs] Fix missing docs strings for CallingConv.h
[d1a9ba7
] 2022-08-04T19:01:16Z
[libc] Prevent overflow from intermediate results when adding UInt values.
[9a5b34b
] 2022-08-04T18:54:52Z
[InstSimplify] add tests for or-of-icmps; NFC
[967df65
] 2022-08-04T18:52:30Z
Revert "[lldb] Filter DIEs based on qualified name where possible"
[459e3c5
] 2022-08-04T18:48:48Z
[OpenMP] Fix the test case issue that printf cannot be used in target region for AMDGPU
[0e051c0
] 2022-08-04T18:48:22Z
Revert "[mlir][test] Fix IR/AttributeTest.cpp compilation on Solaris"
[2515cb8
] 2022-08-04T18:47:52Z
[ELF] Parallelize input section initialization
[db5a2af
] 2022-08-04T18:37:54Z
[OpenMP][DeviceRTL] Implement libc function memcmp
[ffb8d4a
] 2022-08-04T18:26:38Z
[gn build] Port 4038c859e58c
[a2de12c
] 2022-08-04T18:25:08Z
[RISCV] Relax a one use restriction performSRACombine
[befa77e
] 2022-08-04T18:18:08Z
[lldb] Filter DIEs based on qualified name where possible
[1486a2e
] 2022-08-04T18:15:50Z
[MLIR][Presburger] SlowMPInt::gcd: fix crash when sizes differ
[bad95b7
] 2022-08-04T18:14:39Z
[MLIR][Presburger] fourier-motzkin: check if all LCMs are 1 using a bool instead of by multiplying them
[f6bd0a8
] 2022-08-04T18:09:40Z
[ELF] Add makeThreadLocal/makeThreadLocalN and remove InputFile::localSymStorage
[cf08452
] 2022-08-04T18:08:07Z
[libc++] Clarify comment in CI pipeline definition
[7d855bb
] 2022-08-04T18:03:23Z
[libc++][NFC] Remove outdated comment in CI pipeline definition
[52d4c50
] 2022-08-04T17:58:21Z
[libc++] Fix a hard error in contiguous_iterator<NoOperatorArrowIter>
.
[4038c85
] 2022-08-04T17:54:37Z
[libc++][ranges] Implement ranges::is_permutation
[010f329
] 2022-08-04T17:47:24Z
[RISCV][Clang] Support policy function for all vector segment load.
[8611a77
] 2022-08-04T17:45:47Z
[clang][dataflow] Analyze method bodies
[954de25
] 2022-08-04T17:43:59Z
[MLIR] TilingInterface: Avoid map when tile divides iteration domain
[ea50901
] 2022-08-04T17:43:16Z
[clang-doc] Default to Standalone executor and improve documentation
[0eaecbb
] 2022-08-04T17:42:19Z
[clang][dataflow] Handle return statements
[8c30f4a
] 2022-08-04T17:35:27Z
[AArch64] Always allow the __bf16 type
[88501dc
] 2022-08-04T17:26:31Z
[Sema] -Wformat: support C23 format specifier %b %B
[22df238
] 2022-08-04T17:20:29Z
[Symbolizer] Implement data symbolizer markup element.
[3818b4d
] 2022-08-04T17:13:47Z
[libc++] Uses operator<=> in string_view
[18034ae
] 2022-08-04T17:12:37Z
[clang][dataflow][NFC] Convert mutable vector references to ArrayRef
[5659908
] 2022-08-04T17:12:37Z
[clang][dataflow][NFC] Resize vector directly with ctor
[0eb7d86
] 2022-08-04T17:04:59Z
Revert "[InstrProf] Add new format for -fprofile-list="
[07aaa35
] 2022-08-04T16:56:05Z
[mlir][test] Fix IR/AttributeTest.cpp compilation on Solaris
[c7bb69b
] 2022-08-04T16:33:57Z
[mlir][sparse] replace zero yield generic op with copy in allocation
[213c21f
] 2022-08-04T16:21:20Z
earlier I fixed a bug where the BB removal pass sometimes created invalid IR. the fix was incomplete, this one is better and is believed to be complete
[b06da9c
] 2022-08-04T16:19:55Z
Remove the check for eStateConnected in remote testing sessions.
[7d7a712
] 2022-08-04T16:15:48Z
[NFC] Define NumBuiltinElts utility just once at the beginning of SmallVectorTest file
[f98d73f
] 2022-08-04T15:58:15Z
[MLIR] Make the implementations for getMixedOffsets/Sizes/Strides independent of OffsetSizeAndStrideOpInterface
[1915c1c
] 2022-08-04T15:53:32Z
[libc++][NFC] Remove rebase artifact
[b692312
] 2022-08-04T15:49:43Z
[InstrProf] Add new format for -fprofile-list=
[bcf6ffb
] 2022-08-04T15:47:06Z
Reland "[lldb/Fuzzer] Add fuzzer for expression evaluator"
[12e78ff
] 2022-08-04T15:45:27Z
[InstrProf] Add the skipprofile attribute
[ec7f4a7
] 2022-08-04T15:42:38Z
[mlir:LLVM] Do not lookup symbol twice in the addressof verifier
[d1d799b
] 2022-08-04T15:40:38Z
[libc++][doc] Updates format status page.
[54d24ea
] 2022-08-04T15:15:14Z
[clang][dataflow][NFC] Fix outdated comment on getStableStorageLocation
[2d47e0f
] 2022-08-04T14:49:27Z
[gn build] Port 2138c906458e
[648d99e
] 2022-08-04T14:42:42Z
[libc++] Install clang-tools in the CI container
[2138c90
] 2022-08-04T14:41:11Z
[IR] Move support for dxil::TypedPointerType to LLVM core IR.
[448adfe
] 2022-08-04T14:36:27Z
[mlir] Only conditionally lower CF branching ops to LLVM
[d0541b4
] 2022-08-04T14:24:45Z
[mlir] Add I1 support to DenseArrayAttr
[74940d2
] 2022-08-04T14:12:01Z
[VP] Add widening for VP_STRIDED_LOAD and VP_STRIDED_STORE
[ff1d471
] 2022-08-04T13:20:06Z
[Docs] Added my office hours
[282d475
] 2022-08-04T13:15:45Z
[clang] change auto
to Expr
in last commit [NFC]
[f417583
] 2022-08-04T13:07:30Z
[clang] format string checking for conpile-time evaluated str literal
[b8985ba
] 2022-08-04T11:55:35Z
[lldb] Fix arm breakages from D130985
[df48e3f
] 2022-08-04T10:14:43Z
Revert "[clang] Pass FoundDecl to DeclRefExpr creator for operator overloads"
[2b0d5e9
] 2022-08-04T09:46:03Z
[gn build] Port a203acb9dd72
[a203acb
] 2022-08-04T09:45:32Z
[libc++][ranges] Implement ranges::clamp
[c8b2f3f
] 2022-08-04T09:40:32Z
[ObjC] type method metadata _imp
, messenger routine at callsite with program address space
[56d94b3
] 2022-08-04T09:23:58Z
[mlir] Extract offsets-sizes-strides computation from makeTiledShape(s)
.
[57a9bcc
] 2022-08-04T09:10:08Z
[MLIR] Fix checks for native arch
[7ce321e
] 2022-08-04T08:51:47Z
[llvm-reduce] Split operands-skip.ll into serial and parallel parts
[46196db
] 2022-08-04T08:14:52Z
[ORC] Fix a warning about an unused variable on Windows. NFC.
[46bc1b5
] 2022-08-04T08:14:52Z
[ORC] Actually propagate memory unmapping errors on Windows
[127bf44
] 2022-08-04T08:12:53Z
[Clang][C++20] Support capturing structured bindings in lambdas
[b6b0690
] 2022-08-04T07:41:50Z
[LegalizeTypes][VP] Add split operand support for VP float and integer casting
[b61cfc9
] 2022-08-04T07:31:31Z
[RISCV] Add cost modelling for vector widenning reduction.
[6f867f9
] 2022-08-04T07:12:15Z
[X86] Support -mindirect-branch-cs-prefix
for call and jmp to indirect thunk
[45bae1b
] 2022-08-04T07:06:44Z
[RISCV][test] Add inloop reduction vectorize test. NFC
[bc32896
] 2022-08-04T06:48:17Z
[llvm][Bazel] Exclude TrainingLoggerTest.cpp from build.
[84d4bb7
] 2022-08-04T06:39:41Z
[mlir][Linalg] Inline an interface method to its only user.
[b19de81
] 2022-08-04T06:28:37Z
[WebAssembly] Improve codegen for v128.bitselect
[c9e1ecd
] 2022-08-04T06:12:02Z
[libc] Adjust aarch64 startup code to reliably sniff out the start args.
[077b16a
] 2022-08-04T04:51:39Z
[ELF] Remove unneeded make. NFC
[e2a932d
] 2022-08-04T04:49:17Z
[ELF] Move updateARMVFPArgs/updateARMVFPArgs. NFC
[91e8079
] 2022-08-04T04:00:22Z
[X86] Teach PostprocessISelDAG to fold ANDrm+TESTrr when chain result is used.
[c988c26
] 2022-08-04T03:50:05Z
[lldb] Re-enable TestCCallingConventions on Apple Silicon
[bbf1900
] 2022-08-04T00:56:17Z
[clang][Headers] Avoid compiler warnings in builtin headers
[4229d27
] 2022-08-04T00:51:45Z
[JITLink] Add tests for FDEs with bad CIE and PC-begin pointers.
[b5f76d8
] 2022-08-04T00:51:45Z
[ORC] Ensure that llvm_orc_registerJITLoaderGDBAllocAction is linked into tools.
[203296d
] 2022-08-04T00:21:19Z
[BoundsChecking] Fix merging of sizes
[a2aa680
] 2022-08-04T00:14:10Z
[NFC][Inliner] Add cl::opt to tune InstrCost
[8dc4b2e
] 2022-08-03T23:59:01Z
[LoopInterchange][PR56275] Fix legality with negative dependence vectors
[76be554
] 2022-08-03T23:59:00Z
[DependenceAnalysis][PR56275] Normalize negative dependence analysis results
[a243af5
] 2022-08-03T23:51:43Z
[CostModel][RISCV] Add test coverage of floating point rounding intrinsics
[239c831
] 2022-08-03T23:41:56Z
Add switch to use "source_filename" instead of a hash ID for globally promoted local
[ca8de2d
] 2022-08-03T23:20:59Z
[gn build] Port 0cb9746a7d85
[0cb9746
] 2022-08-03T23:20:28Z
[nfc][mlgo] Separate logger and training-mode model evaluator
[670122b
] 2022-08-03T23:08:51Z
[gn build] Port 36c746ca2d5b
[5a906b7
] 2022-08-03T23:08:18Z
[LLDB][NFC] Fix potential div by 0 "count" can be zero potentially causing div by 0
[36c746c
] 2022-08-03T23:04:24Z
[libc++][ranges] Implement ranges::rotate
.
[42c15ca
] 2022-08-03T22:51:23Z
[TSAN][Darwin] x86_64 specific tests requiring weak symbols
[71ebcd3
] 2022-08-03T22:47:58Z
[lldb] Make LLDB resilient against failing dyld introspection SPIs
[e0b16aa
] 2022-08-03T22:22:16Z
[AMDGPU] Precommit test case for D130729
[53d560b
] 2022-08-03T22:19:07Z
[RISCV] Prevent infinite loop after D129980.
[26dd427
] 2022-08-03T21:54:37Z
[NFC][Inliner] Simplify clamping in addCost
[84e9194
] 2022-08-03T21:51:34Z
Revert "[X86][MC] Always emit rep
prefix for bsf
"
[9ffcc85
] 2022-08-03T21:39:45Z
Revert "Revert "[lldb][modules] Disable Clang Modules in source/Host directory on macOS""
[1132220
] 2022-08-03T21:33:26Z
[X86] Add a test for missed opportunity combine AND32rm+TEST32rr.
[2b61b77
] 2022-08-03T21:24:42Z
[lldb] Make TestModuleLoadedNotifys work with dyld from the shared cache
[880b212
] 2022-08-03T21:24:37Z
[lldb] Mark TestRosetta as skipIfDarwinEmbedded
[383e754
] 2022-08-03T20:55:03Z
NFC. Require DirectX backend for these tests
[ce0bb31
] 2022-08-03T20:54:53Z
[DX] [NFC] Move hasSection check up
[e056e74
] 2022-08-03T20:20:47Z
[NFC][inline] Add const to an argument
[ff91b2d
] 2022-08-03T20:12:20Z
[X86] Promote i16 CTTZ/CTTZ_ZERO_UNDEF always.
[19eb908
] 2022-08-03T20:11:33Z
[BOLT] Remove always true if statement
[11e5275
] 2022-08-03T20:05:21Z
Document why test is disabled on macOS Ventura
[905f2d1
] 2022-08-03T20:05:05Z
Fix LDV InstrRefBasedImpl to not crash when encountering unreachable MBBs.
[c5ccb78
] 2022-08-03T19:40:27Z
[clang][Darwin] Always set the default C++ Standard Library to libc++
[b3335e8
] 2022-08-03T19:18:16Z
[Libomptarget][NFC] Clang format the AMDGPU plugin
[f0bb276
] 2022-08-03T19:06:13Z
[libc] Disable the loader init_fini_array_test for non-x86_64 targets.
[a274219
] 2022-08-03T19:00:29Z
Revert "[Clang][C++20] Support capturing structured bindings in lambdas"
[1f64f8b
] 2022-08-03T18:57:33Z
[lldb] Fix 'FileCheck' spelling on symtab regex tests
[0f82133
] 2022-08-03T18:44:13Z
[lldb] Add assertStopReason helper function
[3716107
] 2022-08-03T18:34:03Z
[NFC][intel pt] Improve troubleshooting message
[9e966dd
] 2022-08-03T18:27:59Z
[RISCV][test] Add test for ability to tailcall libcalls
[c77db81
] 2022-08-03T18:24:09Z
[CMake] Fix runtimes cross-compilation when using LLVM_USE_LINKER
[a5a8a05
] 2022-08-03T18:10:05Z
[SelectionDAG] Handle IntToPtr constants in dbg.value
[c9edf84
] 2022-08-03T18:05:09Z
Error instead of assert when making a _BitInt vector
[71e8f79
] 2022-08-03T18:02:22Z
[ubsan] Make TypeCheckKinds const. NFC
[44f2baa
] 2022-08-03T18:00:01Z
[Clang][C++20] Support capturing structured bindings in lambdas
[3aef968
] 2022-08-03T17:55:32Z
[lldb] Allow SymbolTable regex search functions to match mangled name
[f23076f
] 2022-08-03T17:53:23Z
[libc] Add init and fini array iteration to the loader.
[6a48dc0
] 2022-08-03T17:51:16Z
[lldb] Add missing newlines after LLDB_INSTRUMENT_VA
[10a7ee0
] 2022-08-03T17:25:02Z
[analyzer] Fix for the crash in #56873
[3426fc7
] 2022-08-03T17:09:35Z
Revert "[lldb] [gdb-remote] Send interrupt packets from async thread"
[f3bd773
] 2022-08-03T16:58:26Z
Replace pdb file used in llvm-symbolizer test with a smaller file.
[6a79e2f
] 2022-08-03T16:41:08Z
[clang] Add FileEntryRef::getNameAsRequested()
[446b61c
] 2022-08-03T16:40:25Z
[lldb] [gdb-remote] Send interrupt packets from async thread
[3b217f2
] 2022-08-03T16:32:45Z
[libc++] Implement operator<=>
for shared_ptr
[144cea2
] 2022-08-03T16:24:00Z
[libc++] Mark -fexperimental-library test as unsupported on another AppleClang
[a7bca18
] 2022-08-03T16:14:28Z
Fix assert during the call to getCanonicalDecl. llvm/llvm-project#56884
[3a45677
] 2022-08-03T16:10:47Z
[libcxx][test] Silence narrowing warning
[5b4f6d8
] 2022-08-03T16:06:45Z
prevent llvm-reduce from duplicating values in switch cases when turning operands into zero or one
[5c7c838
] 2022-08-03T15:56:46Z
Revert "ManagedStatic: remove from DynamicLibrary"
[569a7f6
] 2022-08-03T15:53:11Z
[LV] Move definition of isPredicatedInst out of line and make it const [nfc]
[38817af
] 2022-08-03T15:43:52Z
ManagedStatic: remove from DynamicLibrary
[692e030
] 2022-08-03T15:17:49Z
[clang][dataflow] Add cache of ControlFlowContext
s for function decls.
[a1cab0d
] 2022-08-03T14:47:24Z
[LV] Use cost base decision for uniform mem op strategy [nfc-ish]
[bf6db18
] 2022-08-03T14:15:30Z
Fix char8_t in C mode regression from fb65b179
[96faef0
] 2022-08-03T13:51:14Z
[gn build] Set LLVM_TOOLS_INSTALL_DIR to bin for llvm-config
[69c39e2
] 2022-08-03T13:44:19Z
[lldb] Fix TestDeletedExecutable on linux
[fb65b17
] 2022-08-03T13:41:43Z
[NFCI] Refactor how KeywordStatus is calculated
[84831bd
] 2022-08-03T13:39:54Z
[SystemZ] Make 128 bit integers be aligned to 8 bytes.
[b7fb856
] 2022-08-03T13:29:50Z
[libc++] Simplify how we define the linker script for libc++
[44b4f4d
] 2022-08-03T13:28:39Z
[libunwind] Remove unused substitution in AIX libunwind config
[3d5d442
] 2022-08-03T13:25:01Z
[libc++] More documentation improvements about running tests
[9a976f3
] 2022-08-03T13:02:11Z
[llvm] Always use TargetConstant for FP_ROUND ISD Nodes
[28f12a0
] 2022-08-03T12:41:58Z
[RISCV] Teach ComputeNumSignBitsForTargetNode about masked atomic intrinsics
[d4cab87
] 2022-08-03T12:35:30Z
ManagedStatic: remove from CrashRecoveryContext
[05b3aad
] 2022-08-03T12:08:23Z
[AMDGPU][MC][GFX11] Correct v_dot2_f16_f16 and v_dot2_bf16_bf16
[ae553f9
] 2022-08-03T12:03:44Z
[AMDGPU][MC][GFX10] Correct encoding of VOP3 v_cmpx opcodes
[e90deaf
] 2022-08-03T11:57:20Z
[MLIR] Reconciliation of chains of unrealized casts
[4cf0a9d
] 2022-08-03T11:29:24Z
ManagedStatic: remove from Interpreter/ExternalFunctions
[75747e6
] 2022-08-03T09:48:44Z
[mlir] Fix Analysis/Presburger/Utils.cpp compilation with GCC 11
[3e9e43b
] 2022-08-03T09:36:41Z
Fix compiler error: init-statements in if/switch.
[c2066d1
] 2022-08-03T09:09:36Z
[X86][MC] Always emit rep
prefix for bsf
[7ae5d00
] 2022-08-03T09:08:01Z
Fix a stack overflow in ScalarEvolution.
[646e2f4
] 2022-08-03T09:04:38Z
[VP] Rename VP int<->float conversion ISD opcodes
[f4b9c07
] 2022-08-03T08:52:02Z
[clang][NFC] Try to fix the docs build
[34e814a
] 2022-08-03T08:47:14Z
[CMake] Make split-file an utility instead of tool
[48c401a
] 2022-08-03T08:41:58Z
ManagedStatic: remove from TimeProfiler
[2fe3589
] 2022-08-03T08:41:58Z
ManagedStatic: remove from PluginLoader
[11e52ec
] 2022-08-03T08:38:15Z
[clang] Short-circuit trivial constructors when evaluating arrays
[3d51e27
] 2022-08-03T08:32:15Z
[NFC] Remove some boilerplate from SmallVector unit tests
[d0bfebd
] 2022-08-03T08:28:13Z
[Docs] Improve cycle and closed path definitions
[3285f94
] 2022-08-03T08:18:43Z
[mlir] Disable misc-const-correctness
clang-tidy check.
[5bbb0a8
] 2022-08-03T08:17:51Z
[X86] Using X86MemOperand
instead of Operand
for i32mem_TC
and i64mem_TC
[b128e05
] 2022-08-03T08:05:55Z
[AA] Make ModRefInfo a bitmask enum (NFC)
[34ae308
] 2022-08-03T07:08:57Z
[SCEV] Use context to strengthen flags of BinOps
[817dd5e
] 2022-08-03T06:25:02Z
[clang][dataflow] Rename member to make it clear that it isn't stable
[9ef1161
] 2022-08-03T06:19:12Z
Add foldings for multi-line comment.
[752c9d0
] 2022-08-03T06:10:02Z
[mlir][Math] Add constant folder for AtanOp.
[c44c718
] 2022-08-03T05:58:38Z
[clang][dataflow] Make the type of the post visit callback consistent
[8a78b72
] 2022-08-03T05:54:04Z
[libc++][test] Replace _LIBCPP_STD_VER
with TEST_STD_VER
[7e8bf0a
] 2022-08-03T05:46:25Z
[gn build] Port 68264b649461
[68264b6
] 2022-08-03T05:46:15Z
[libc++][ranges] Implement ranges::{prev, next}_permutation
.
[75f6a10
] 2022-08-03T05:36:28Z
[gn build] Port 6bdb64223473
[6bdb642
] 2022-08-03T05:34:23Z
[libc++][ranges] Implement ranges::sample
.
[93172c1
] 2022-08-03T05:32:01Z
[libc++][ranges] Implement ranges::replace_copy{,_if}
.
[f537a01
] 2022-08-03T05:22:59Z
[libc++][ranges] Fix the return value of {copy,move}_backward
.
[760d2b4
] 2022-08-03T05:19:13Z
[libc++][ranges] Implement ranges::remove_copy{, _if}
.
[dc860d5
] 2022-08-03T05:16:55Z
[mlir] Add has_value and value to OptionalParseResult
[d469f13
] 2022-08-03T04:27:28Z
oops-- I pushed previous commit from a fresh checkout and forgot to git add the new test case, here it is
[1116fa4
] 2022-08-03T04:23:12Z
avoid a bug where we remove a BB and then the next one becomes the entry block and is illegal due to having more then one predecessor block
[be3587a
] 2022-08-03T04:20:13Z
workflows: Fix typo from 2d3d0f50ceb938c155a7283e684f28190d24d6ba
[f19497f
] 2022-08-03T04:19:30Z
[RISCV] Use InstVisitor in RISCVCodeGenPrepare. NFC
[d179ea1
] 2022-08-03T04:16:31Z
[NFC][trace] format source files
[2d3d0f5
] 2022-08-03T04:15:39Z
workflows: Remove symbol versions from libclang.so in the libclang ABI test
[ce1b24c
] 2022-08-03T03:13:49Z
[IRBuilder] Handle constexpr-bitcast for IRBuilder::CreateThreadLocalAddress
[d8602bc
] 2022-08-03T02:23:28Z
fix f9b4ea0ce9efb4132a75551c40b2efc049e5b9f7
[39d4e16
] 2022-08-03T01:53:03Z
[libc++][test] Propagate host environment to libc++ test suite
[495519e
] 2022-08-03T00:46:05Z
[libc++][NFC] Don't rely on <algorithm>
transitively including <memory>
in tests
[db0ac30
] 2022-08-03T00:44:46Z
[libc++] Fix warning C4244 in std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.discrete/eval.pass.cpp
[d434e40
] 2022-08-03T00:09:45Z
[llvm][NFC] Refactor code to use ProfDataUtils
[6ac30fa
] 2022-08-03T00:01:32Z
[flang] Add stopped_images to list of intrinsics and add test
[3ddc280
] 2022-08-02T23:57:33Z
[gn build] Port f9b4ea0ce9ef
[f9b4ea0
] 2022-08-02T23:55:33Z
[trace] Add SBTraceCursor bindings
[3dfa562
] 2022-08-02T23:52:14Z
[AMDGPU] Add CL option for max-ilp scheduler.
[4bd9d98
] 2022-08-02T23:33:24Z
[SPIRV] Fix style of LIT tests and remove metadata
[63725eb
] 2022-08-02T23:28:10Z
[NFC] Remove no-op code from x86AssemblyInspectionEngine::jmp_to_reg_p
[c7bd61d
] 2022-08-02T23:14:02Z
Revert "[lldb][modules] Disable Clang Modules in source/Host directory on macOS"
[4502e35
] 2022-08-02T22:56:23Z
[LLDB][NFC] Fix incorrect return status Some functions always return 'false' for both success and fail return paths.
[6cbc6e9
] 2022-08-02T22:42:45Z
[LLDB] Add SBInstruction::GetControlFlowKind()
[4f0262c
] 2022-08-02T22:30:17Z
Fix use-after-free in SymbolTable::replaceAllSymbolUses
[a5605f1
] 2022-08-02T22:27:23Z
[RISCV] Fix operand number in debug message in RISCVMergeBaseOffset.
[2b7203a
] 2022-08-02T22:24:39Z
[Libomptarget] Deinitialize AMDGPU global state more intentionally
[9cf6511
] 2022-08-02T22:05:56Z
[OpenMP][libomp] Detect if test compiler has omp.h
[ee4d815
] 2022-08-02T21:57:22Z
[DX] Remove IntrNoMem from create handle intrinsic
[f7872cd
] 2022-08-02T21:49:16Z
CommandLine: add and use cl::SubCommand::get{All,TopLevel}
[e8468dd
] 2022-08-02T21:46:23Z
[flang] Add semantics test for ERROR STOP statement
[318454a
] 2022-08-02T21:24:11Z
Inline my uuid_is_null() implementation in a header file
[59c6f41
] 2022-08-02T21:14:39Z
[LLD] [MachO] Fix GCC build warnings
[96d1218
] 2022-08-02T21:14:16Z
Allow firmware binaries to be specified only by load address
[560efad
] 2022-08-02T21:07:22Z
workflows: Release Workflow - Avoid selecting random reviewers when no phab review
[577840b
] 2022-08-02T21:01:56Z
[gn build] Port 95a92995d45f
[c2fc8d9
] 2022-08-02T20:58:34Z
[mlir][GPU] Allow bare pointer memrefs when calling GPU kernels
[95a9299
] 2022-08-02T20:57:44Z
Adds the NSDateFormatter checker to clang-tidy
[803386d
] 2022-08-02T20:53:34Z
Revert "Allow firmware binaries to be specified only by load address"
[d8879fb
] 2022-08-02T20:49:30Z
Allow firmware binaries to be specified only by load address
[40eec27
] 2022-08-02T20:45:38Z
[AMDGPU] Add llvm_unreachable to switch statement added in d7100b398.
[4146c17
] 2022-08-02T20:39:34Z
[nfc] Remove unused parameter in TailDuplicator::duplicateSimpleBB
[54110b8
] 2022-08-02T20:34:20Z
Fix use-after-free in clang-apply-replacements
[d7100b3
] 2022-08-02T20:21:24Z
[AMDGPU] Add GCNMaxILPSchedStrategy
[ce6aff8
] 2022-08-02T20:16:02Z
[libc++] Update documentation on testing libc++
[0a56927
] 2022-08-02T20:05:29Z
[LLDB][NFC] Fix LLDB_WATCH_TYPE_IS_VALID macro
[ce3d0e8
] 2022-08-02T19:40:04Z
[mlir][sparse] enable SDDMM-flavored fusion
[20f7f9b
] 2022-08-02T19:09:07Z
[NFC][DirectX backend] Fix crash when emit_obj for DirectX backend.
[a1a30dc
] 2022-08-02T19:07:29Z
[libcxx][test] Test code should inspect TEST_STD_VER
, not _LIBCPP_STD_VER
.
[508c431e
] 2022-08-02T18:50:54Z
[SemaCXX] Validate destructor is valid for dependent classes
[92c1bc6
] 2022-08-02T18:49:01Z
[CodeGen][inlineasm] assume the flag output of inline asm is boolean value
[9921ef7
] 2022-08-02T18:48:49Z
[mlir][sparse] remove singleton dimension level type (for now)
[f712775
] 2022-08-02T18:33:17Z
[libc++][format] Exposes basic-format-string
[3e43d0c
] 2022-08-02T18:23:37Z
This patch fixes these errors while building BOLT.
[29fbe60
] 2022-08-02T18:23:14Z
[MLIR] Rename the generic LLVM allocation and deallocation functions
[ceebf91
] 2022-08-02T18:11:03Z
[libc++][doc] Update spaceship status page
[43aa4ac
] 2022-08-02T18:04:01Z
[StandardInstrumentations] Assign names to basic blocks without names
[eb5aeee
] 2022-08-02T17:49:38Z
[test] Update BoundsChecking/simple.ll
[d3c4609
] 2022-08-02T17:35:25Z
[GIsel] Add missing space between type and name in GICombinerHelperArg
[b383753
] 2022-08-02T17:35:25Z
[GIsel] Add missing libcall for G_MUL to LegalizerHelper
[71aecbb
] 2022-08-02T17:33:42Z
[AArch64] Treat x18 as callee-saved in functions with Windows calling convention on Darwin
[bb99d4b
] 2022-08-02T17:27:57Z
[RISCV][Clang] Support policy functions for Vector Mask Instructions.
[9caf2cc
] 2022-08-02T17:27:56Z
[RISCV][Clang] Support policy functions for Vector Comparison Instructions.
[dffdca8
] 2022-08-02T17:27:56Z
[RISCV][Clang] Support policy functions for Vector Reduction Instructions.
[b1b22b4
] 2022-08-02T17:27:55Z
[RISCV][Clang] Support policy functions for vneg, vnot, vncvt, vwcvt, vwcvtu, vfabs and vfneg.
[7eddeb9
] 2022-08-02T17:27:55Z
[RISCV][Clang] Support policy functions for vmerge, vfmerge and vcompress.
[d884eb2
] 2022-08-02T17:25:44Z
[test] Remove -fsanitize-coverage-whitelist=
[8468e67
] 2022-08-02T17:22:40Z
[SPIRV] Add tests to improve test coverage
[f6d9f00
] 2022-08-02T17:21:24Z
[DebugInfo] Test commit: update irrelevant comments
[d735307
] 2022-08-02T17:09:45Z
[LLDB][Reliability] Remove dead code.
[85a6dd5
] 2022-08-02T17:04:52Z
[MIPS] Expose the ZERO register as a constant physical register
[da38bcf
] 2022-08-02T16:56:02Z
[libc++][format] Improves generated files.
[679169b
] 2022-08-02T16:43:27Z
[libc++][format] Enables feature-test macro.
[2e5c516
] 2022-08-02T16:38:32Z
[RISCV] Add scheduler class to PseudoReadVLENB.
[ae68778
] 2022-08-02T16:38:32Z
[RISCV] Add scheduler classes to PseudoVMVR_V.
[a321d95
] 2022-08-02T16:37:57Z
[AMDGPU] avoid blind converting to VALU REG_SEQUENCE and PHIs
[e301e07
] 2022-08-02T16:35:20Z
[AMDGPU] Remove IR SpeculativeExecution pass from codegen pipeline
[71d1bd1
] 2022-08-02T16:32:49Z
llvm-reduce: reorder passes to run the ones first that delete function bodies; this makes reductions go faster
[c24d68f
] 2022-08-02T16:27:11Z
[AMDGPU] Take advantage of VOP3 literals in convertToThreeAddress
[5ec6ea3
] 2022-08-02T15:54:46Z
[clang][OpenMP][DebugInfo] Mark OpenMP generated functions as artificial
[0b47615f
] 2022-08-02T15:09:49Z
[LV] Recognize store of invariant value to invariant address as uniform
[48b6f5c
] 2022-08-02T15:07:02Z
[flang] Add some semantic checks for derived type with BIND attribute
[1f9212d
] 2022-08-02T15:02:12Z
[flang] Support extention intrinsic ABORT
[9b86792
] 2022-08-02T14:59:28Z
[flang] Support lowering of intrinsic module procedure c_loc
[23021d4d
] 2022-08-02T14:26:41Z
[X86][FP16] Fix vector_shuffle and lowering without f16c feature problems
[6093a77
] 2022-08-02T14:20:13Z
[lldb] Create an enum to specify the kind of ArchSpec matching
[5dbd8fa
] 2022-08-02T13:52:31Z
[lld] Fixed a number of typos
[c783ca0
] 2022-08-02T13:39:36Z
Revert "Missing tautological compare warnings due to unary operators"
[07e6eb6
] 2022-08-02T12:56:27Z
[yaml2obj] Add a -E
flag to preprocess only.
[bb28324
] 2022-08-02T12:08:35Z
[IRBuilder] CreateIntrinsic with implicit mangling
[1206f72
] 2022-08-02T12:01:59Z
[AArch64] Fold Mul(And(Srl(X, 15), 0x10001), 0xffff) to CMLTz
[a1bf0c08
] 2022-08-02T11:59:12Z
[LLDB] Skip buildbot failures AArch64/Windows
[008ea1c
] 2022-08-02T11:37:27Z
[mlir][Math] Add constant folder for TanhOp.
[29f97ec
] 2022-08-02T11:29:40Z
[AArch64] Mul fold tests for D130874. NFC
[64bb0ae7
] 2022-08-02T11:22:40Z
[mlir] add TOC to top-level documents
[8be1197
] 2022-08-02T10:47:45Z
[libc++] Implement P2499R0 (string_view
range constructor should be explicit
)
[c23e2c0
] 2022-08-02T10:42:34Z
[libcxx] Fixed a number of typos
[b651fdf
] 2022-08-02T10:38:52Z
[DAG] matchRotateSub - ensure the (pre-extended) shift amount is wide enough for the amount mask (PR56859)
[b395c0f
] 2022-08-02T10:31:22Z
[mlir] Update comment now that DenseArrayAttr has Tensor type.
[b13448c
] 2022-08-02T10:04:17Z
[flang][docs][nfc] Refine FlangOptionsDocs.td
[78650b7
] 2022-08-02T09:45:55Z
[NFC] Remove some boilerplate from SmallVector header
[09ca1c0
] 2022-08-02T09:16:26Z
[mlir] Use EXPECT_DEBUG_DEATH in unit test
[4ef9cb6
] 2022-08-02T08:52:33Z
[AArch64][LoopVectorize] Disable tail-folding for SVE when loop has interleaved accesses
[5ad59c9e
] 2022-08-02T08:46:06Z
[RISCV][NFCI] Set TransientStackAlignment and rely on it rather than RVV-specific logic on RVV-less functions
[b586dc2
] 2022-08-02T08:33:29Z
Outliner: add "target-cpu" feature from source function to outlined
[e208bab
] 2022-08-02T08:26:33Z
[RISCV][NFC] Use defined variable instead some code.
[3f25ad3
] 2022-08-02T08:16:23Z
[OpenMP] Fix warnings about unused expressions when OMPT_LOOP_DISPATCH is a no-op. NFC.
[e0a3964
] 2022-08-02T08:09:02Z
workflows: Fix error when searching for backport reviewers
[e38af7b
] 2022-08-02T08:02:38Z
[LV] Refactor getExtendedAddReductionCost to support other extended reduction more than Add.
[112499f
] 2022-08-02T07:58:24Z
[mlir] Fix calling the native mlir-tblgen tool when cross compiling flang
[46b5ab1
] 2022-08-02T07:57:57Z
[flang] Don't try to run the newly built flang-new when cross compiling
[b7c5683
] 2022-08-02T07:57:33Z
[lldb] Silence a GCC warning about missing returns after a fully covered switch. NFC.
[7f24fd2
] 2022-08-02T07:56:30Z
[OpenMP] Only include CMAKE_DL_LIBS on unix platforms
[afb785f
] 2022-08-02T07:47:37Z
[Driver] Remove Separate form for XRay options
[62e4ee2
] 2022-08-02T07:30:17Z
[LangRef] Fix typo in GEP docs
[6c66b08
] 2022-08-02T07:27:20Z
[mlir][Bazel] Fix typo in file name.
[b0cfbda
] 2022-08-02T07:23:03Z
[mlir][Bazel] Add missing dependency.
[9183d40
] 2022-08-02T07:15:43Z
[mlir][Bazel] Add yet another missing dependency.
[0b41c61
] 2022-08-02T07:10:18Z
[mlir][Bazel] Add missing dependency.
[e031dea
] 2022-08-02T07:03:27Z
[mlir][Bazel] Update bazel build after 14d79afeae63d78de9483f750fafaba13c7ae2dc
[168d4e2
] 2022-08-02T06:59:26Z
Handles failing driver tests of clang
[78ad3e4
] 2022-08-02T06:34:48Z
[mlir][Bazel] Remove reference to deleted header.
[dde41c6
] 2022-08-02T05:06:46Z
[ELF] --reproduce: strip directories for --print-archive-stats= and --why-extract=
[768e59d
] 2022-08-02T03:55:33Z
[LLDB][RISCV] Add riscv register enums
[c64c3d3
] 2022-08-02T03:43:59Z
[libc++][ranges][NFC] Fix a few links on the Ranges status page.
[6d10733
] 2022-08-02T03:24:46Z
[C++20] [Modules] Handle initializer for Header Units
[f1033a3
] 2022-08-02T03:20:53Z
[mlir][Math] Add constant folder for TanOp.
[39cfde2
] 2022-08-02T03:09:38Z
Revert "[C++20] [Modules] Handle initializer for Header Units"
[29f852a
] 2022-08-02T02:39:25Z
[Driver] Remove deprecated -fsanitize-coverage-{black,white}list=
[0bb3aaf
] 2022-08-02T02:31:25Z
[docs] Regenerate clang/docs/ClangCommandLineReference.rst
[db6152a
] 2022-08-02T02:27:02Z
[C++20] [Modules] Handle initializer for Header Units
[ff52ad7
] 2022-08-02T02:17:28Z
[mlir] Change DenseArrayAttr to TensorType
[7a4902a
] 2022-08-02T02:00:43Z
[sancov] Remove deprecated -blacklist after D113514
[658c84e
] 2022-08-02T01:57:03Z
[libc] Add GNU extension functions pthread_setname_np and pthread_getname_np.
[1c52b4f
] 2022-08-02T01:53:20Z
[llvm-cov] Remove deprecated -name-whitelist after D112816
[9bf6ecc
] 2022-08-02T00:56:05Z
[clang] Only run test on x86
[995b61c
] 2022-08-02T00:19:59Z
[SelectOpti] Auto-disable other cmov optis when the new select-opti pass is enabled
[c2d0685
] 2022-08-01T23:50:56Z
[RISCV] Simplify test case from D130931. NFC
[5680ef87
] 2022-08-01T23:45:14Z
[IntelJITEvents] Add missing include.
[14d79af
] 2022-08-01T23:23:27Z
[mlir][NVGPU] nvgpu.mmasync on F32 through TF32
[b25b507
] 2022-08-01T22:57:23Z
[SPIRV] use tablegen to create SPIRVBaseInfo
[bcef4d2
] 2022-08-01T22:47:05Z
[InstCombine] Correct strtol folding with nonnull endptr
[98cf745
] 2022-08-01T22:45:51Z
[clang] Only modify FileEntryRef names that are externally remapped
[da5b1bf
] 2022-08-01T22:33:21Z
[RISCV] Teach RISCVMergeBaseOffset to merge %lo/%pcrel_lo into load/store after folding arithmetic.
[6b3fa58
] 2022-08-01T22:12:04Z
[clang] Make test agnostic to file seperator character
[71f2d5c
] 2022-08-01T22:09:13Z
[clang] Re-enable test after marking it XFAIL
[40abd7e
] 2022-08-01T22:00:54Z
[mlir] Remove OpaqueElementsAttr
[7651522
] 2022-08-01T21:57:11Z
Fold assert-used variable into assert
[b4c6dc2
] 2022-08-01T21:48:37Z
[clang] Update code that assumes FileEntry::getName is absolute NFC
[69cc240
] 2022-08-01T21:45:40Z
[libc][doc] Update implementation status of tanhf.
[30b3911
] 2022-08-01T21:45:26Z
[LLDB][NFC][Correctness] Fix bad null check
[dd29b3c
] 2022-08-01T21:38:47Z
[BOLT][DWARF] Fix handling of multiple DW_OP_addrx in an expression
[0a17692
] 2022-08-01T21:26:51Z
[MLIR] Reduce precision check for expm1 folder: this is dependent on libm (NFC)
[4b8f375
] 2022-08-01T21:11:21Z
[clang] Temporarily expect failure from test
[9028966
] 2022-08-01T20:59:40Z
[clang] Don't create executable in test
[2a558b6
] 2022-08-01T20:55:15Z
[libc][math] Build fail fix: obsolete header.
[3bec33b
] 2022-08-01T20:53:53Z
[trace] Replace TraceCursorUP with TraceCursorSP
[e07a815
] 2022-08-01T20:44:43Z
[RISCV] Move Pre-RA pseudo expansion from addMachineSSAOptimization to addPreRegAlloc.
[5ef987c
] 2022-08-01T20:43:00Z
[libc][math] Added tanhf function.
[1ccded0
] 2022-08-01T20:31:01Z
[clang] Fix build when targeting ps4
[5afb531
] 2022-08-01T20:21:53Z
[Libomptarget][NFC] Remove unused CMake file
[71d4a55
] 2022-08-01T20:15:45Z
[flang] Fix flang GCC Buildbot broken by D130731
[f669030
] 2022-08-01T20:03:14Z
[TTI][AArch64][SLP] Sets the cost of an ADD reduction 2xi64 to 2.
[5fd03b0
] 2022-08-01T20:01:01Z
[Driver] Re-run lld with --reproduce when it crashes
[51bda3a
] 2022-08-01T19:59:15Z
[Libomptarget] Replace std::vector with llvm::SmallVector
[f9b05e6
] 2022-08-01T19:57:09Z
[RISCV] Pre-commit tests for D130931. NFC
[2b70beb
] 2022-08-01T19:56:15Z
[MachineFunctionPass] Support -print-changed={,c}diff{,-quiet}
[5f58e14
] 2022-08-01T19:37:16Z
[mlir] Add a generic DialectResourceBlobManager to simplify resource blob management
[995ab92
] 2022-08-01T19:37:16Z
[mlir] Add a new builtin DenseResourceElementsAttr
[938fe9f
] 2022-08-01T19:29:53Z
[mlir][Arith] Fix up integer range inference for truncation
[7fc52d7
] 2022-08-01T18:56:22Z
[AMDGPU] Fix DGEMM hazard for GFX90a
[9bab358
] 2022-08-01T18:52:15Z
[trace][intelpt] Update TraceIntelPTBundleSaver.cpp to accommodate FileSpec API changes
[61ef0ab
] 2022-08-01T18:42:19Z
[clangd] Add decl/def support to SymbolDetails
[2d9eae4
] 2022-08-01T18:20:12Z
[NFC][TTI][AArch64][SLP] Precommit test for a TTI cost fix of i64 add reductions.
[450edb0
] 2022-08-01T18:16:48Z
[RISCV] Explicitly select second operand of branch condition to X0.
[3879d3e
] 2022-08-01T18:02:43Z
[tsan][test] Remaining tests requiring weak symbols for dyld64
[3b9bee1
] 2022-08-01T17:55:20Z
[mlir][sparse] fix asan leak of two sparse vectors
[8e51917
] 2022-08-01T17:42:43Z
[RISCV][Clang] Add tests for all supported policy functions. (NFC)
[71fd661
] 2022-08-01T17:32:08Z
[RISCV][Clang] Support RVV policy functions.
[5674a3c
] 2022-08-01T17:13:18Z
Fixed a number of typos
[556c422
] 2022-08-01T16:57:36Z
clang-tidy doc: fix some typos
[eb4612c
] 2022-08-01T16:54:06Z
[openmp] [test] Fix prepending config.library_dir to LD_LIBRARY_PATH
[37047a2
] 2022-08-01T16:52:53Z
misc-const-correctness: fix the link to readability-isolate-declaration
[0806927
] 2022-08-01T16:52:47Z
[lldb] [test] Fix test_c_both_nonstop flakiness
[f8603c1
] 2022-08-01T16:52:47Z
[lldb] [llgs] Support resuming multiple processes via vCont w/ nonstop
[ad8db97
] 2022-08-01T16:32:46Z
[RISCV] Eagerly delete instructions in MergeBaseOffset.
[71b7c03
] 2022-08-01T16:23:45Z
[RISCV][VP] Custom lower VP_STRIDED_LOAD and VP_STRIDED_STORE
[5dbb92d
] 2022-08-01T16:19:43Z
[HLSL] CodeGen HLSL Resource annotations
[f29a19b
] 2022-08-01T15:59:33Z
[AMDGPU] Extend cases for ReadM0MovRelInterpHazard
[bd7eff1
] 2022-08-01T15:22:55Z
[mlir][flang] Make use of the new GEPArg
builder of GEP Op to simplify code
[cb5d0b4
] 2022-08-01T14:38:06Z
AST.h - fix Wdocumentation warnings. NFC.
[b978fa2
] 2022-08-01T14:24:47Z
OffloadBundler.cpp - fix Wdocumentation warnings. NFC.
[630a65f
] 2022-08-01T14:09:16Z
SelectionDAGNodes.h - fix Wdocumentation warnings. NFC.
[27105e2
] 2022-08-01T14:06:30Z
MisExpect.h - fix Wdocumentation warnings. NFC.
[b53641c
] 2022-08-01T14:05:01Z
[lldb] Fix flakyness in TestProcessList
[3aae8cd
] 2022-08-01T13:44:39Z
[AMDGPU][MC] Verify selection of LDS MUBUF opcodes
[6c8c74b
] 2022-08-01T13:34:45Z
[AMDGPU][GFX940][DOC][NFC] Update assembler syntax description
[0ed2bd9
] 2022-08-01T13:32:25Z
[clang-tools-extra] Fixed a number of typos
[ac3cb4e
] 2022-08-01T13:18:39Z
[Orc] Disable use of shared memory on Android
[6b2fed3
] 2022-08-01T13:08:21Z
[clangd] Upgrade vlog() to log() for preamble build stats
[bb901dc
] 2022-08-01T13:00:47Z
[AMDGPU][MC][GFX940] Correct disassembly of MFMA opcodes
[a5a7a9d
] 2022-08-01T12:45:21Z
[X86] Fix updating LiveVariables in convertToThreeAddress
[ba9caf9
] 2022-08-01T12:28:01Z
[Arm] Fix parsing and emission of Tag_also_compatible_with eabi attribute
[f96e159
] 2022-08-01T12:18:56Z
[mlir] Make BuiltinTypeInterfaces.h self-contained.
[ddb6c28
] 2022-08-01T11:20:41Z
Avoid comparison of integers of different signs
[a847e3d
] 2022-08-01T11:01:33Z
[NFC][AMDGPU] Fix typo in SIRegisterInfo.cpp
[ff5ae94
] 2022-08-01T10:38:16Z
[LV] Add variation of test cases with order of phis flipped.
[b43d7aa
] 2022-08-01T10:32:33Z
[DAG] visitINSERT_VECTOR_ELT - extend folding to BUILD_VECTOR if all missing elements from an insertion chain are known zero
[e8d2607
] 2022-08-01T10:18:01Z
[AMDGPU] gfx11 allow dlc for MUBUF atomics
[0e5ac92
] 2022-08-01T10:03:43Z
[mlir][bazel] Fix bazel build files
[d90b7bf
] 2022-08-01T09:43:32Z
Add support for lowering simd if clause to LLVM IR
[41119a0
] 2022-08-01T09:32:32Z
[DAGCombiner] Extend visitAND to include EXTRACT_SUBVECTOR
[0bc177b
] 2022-08-01T09:30:02Z
[RISCV] Extend the Merge Base Offset pass to handle AUIPC+ADDI
[49eb580
] 2022-08-01T09:27:37Z
[libc][NFC] Use STL case for utility
[91eb0b6
] 2022-08-01T09:18:25Z
[libc][NFC] Use STL case for limits
[984d1bf
] 2022-08-01T09:15:32Z
Remove empty AffineExpr stride canonicalization in makeCanonicalStridedLayoutExpr
[facb3ac
] 2022-08-01T09:14:53Z
[GlobalISel][DebugInfo] salvageDebugInfo analogue for gMIR
[9bf2d8c
] 2022-08-01T09:11:16Z
[NFC] Use AllocaInst's getAddressSpace helper
[3f3bbd7
] 2022-08-01T09:10:59Z
[libc][NFC] Use STL case for functional
[ec5def5
] 2022-08-01T09:06:55Z
Fix MLIR Python binding for arith.constant after argument has been changed to an interface
[6e1ba62
] 2022-08-01T09:01:19Z
[LV] Add additional tests with multiple chained recurrences.
[d3d498f
] 2022-08-01T08:47:27Z
Reland [libc][NFC] Use STL case for array
[de00bd5
] 2022-08-01T08:44:52Z
Revert "[libc][NFC] Use STL case for array"
[7add0e5
] 2022-08-01T08:43:05Z
[libc][NFC] Use STL case for array
[892e6e2
] 2022-08-01T08:34:55Z
[clang] Update Clang version from 15 to 16 in scan-build.1.
[d0cf7b2
] 2022-08-01T08:10:51Z
[ELF] EhInputSection::getParentOffset: fix out-of-bounds access for symbols relative to a non-empty .eh_frame
[834a878
] 2022-08-01T08:06:34Z
[C++2b] [Modules] Handle HaveModules with C++2b
[2bb7c54
] 2022-08-01T07:53:13Z
[Clang] Remove unused parameter. NFC
[7314ad7
] 2022-08-01T07:20:56Z
Revert "[SimplifyCFG] Allow SimplifyCFG hoisting to skip over non-matching instructions"
[ef9df0d
] 2022-08-01T07:20:23Z
[ARM] Simplify ArchGuard predicates in arm_neon.h.
[89e5c20
] 2022-08-01T07:13:20Z
[libc][NFC] Mark a constructor of StringView to be constexpr.
[313ce72
] 2022-08-01T07:10:24Z
[cmake] Support native LoongArch builds
[e48a0df
] 2022-08-01T07:05:34Z
[cmake] Add LoongArch to config.guess
[7b0f637
] 2022-08-01T06:55:14Z
[SimplifyCFG] Allow SimplifyCFG hoisting to skip over non-matching instructions
[f1d274b
] 2022-08-01T06:54:17Z
[libc][NFC] Make the buffer size of the integer to string converter public.
[dc900ee
] 2022-08-01T06:49:33Z
[test] Fix threadlocal_address.cpp after D129833
[16cb6ce
] 2022-08-01T06:40:50Z
[mlir][Math] Add constant folder for ExpM1Op.
[b2559f2
] 2022-08-01T06:35:44Z
[ELF] .eh_frame: remove config->wordsize padding
[a21c245
] 2022-08-01T06:34:58Z
[ARMParallelDSP] Remove unnecessary ModRef intersection (NFC)
[4ec22ba
] 2022-08-01T06:34:58Z
[GlobalsAA] Remove unnecessary AAResultBase fallback (NFC)
[39dd8dc
] 2022-08-01T06:14:02Z
[NFC] Fix test failure in windows
[d52e870
] 2022-08-01T06:06:49Z
[libc][NFC] Mark a few methods of StringView to constexpr.
[5b1d10b
] 2022-08-01T05:55:39Z
[AA] Drop setModAndRef() function (NFC)
[34683c3
] 2022-08-01T05:28:52Z
[MSSA] Fix expensive checks build
[62ec8e9
] 2022-08-01T05:22:35Z
[Examples] Fix SimplifyCFG example
[f96ea53
] 2022-08-01T05:14:31Z
[AA] Do not track Must in ModRefInfo
[967f95fb
] 2022-08-01T03:07:19Z
[NFC] Fill up the title underline in rst file
[bacdf80
] 2022-08-01T03:05:00Z
Use @llvm.threadlocal.address intrinsic to access TLS variable
[81ed005
] 2022-08-01T02:55:05Z
[ELF] Remove EhFrameSection::addSection. NFC
[9701053
] 2022-08-01T02:51:30Z
Introduce @llvm.threadlocal.address intrinsic to access TLS variable
[b3452f8
] 2022-08-01T00:47:09Z
[ELF] redirectSymbols: skip versioned symbol combine if config->versionDefinitions.size() == 2
[6c9f681
] 2022-08-01T00:16:33Z
[lld-macho] Support EH frame pointer encodings that use sdata4
[773d51c
] 2022-08-01T00:06:35Z
[clang-repl] XFAIL windows properly in simple-exception test case.
[e179532
] 2022-08-01T00:01:31Z
[mlir] Remove types from attributes
[af1328e
] 2022-07-31T23:59:57Z
[ELF] Simplify EhInputSection::split. NFC