summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [X86]Fix wrong asm match for VMASKMOVDQUHEADmainWang, Xin102023-05-172-6/+12
* [TableGen] Remove unused getMinimalTypeForEnumBitfieldKazu Hirata2023-05-172-11/+0
* [X86][MC] Move the code about INC/DEC encoding optimization to X86EncodingOpt...Shengchen Kan2023-05-183-20/+29
* [clang-format] Ignore first token when finding MustBreakEmilia Kond2023-05-182-4/+19
* [flang] Apply the check for the constraint `C1172` to more stmtsKatherine Rasmussen2023-05-173-0/+145
* [RISCV] Refactor predicates for rvv SDNode patterns.Jianjian GUAN2023-05-181-386/+468
* [clang][CodeGen] Reformat ABIInfo.h (NFC)Sergei Barannikov2023-05-181-121/+118
* [lldb][NFCI] Qualify param type in SBDebugger::FindTargetWithProcessIDAlex Langford2023-05-171-1/+1
* [mlir][sparse] Fixing sparse_reshape.mlir integration test (followup to D150822)wren romano2023-05-171-4/+4
* [clang] NFC: Modernize Decl iteration via IdentifierResolverJan Svoboda2023-05-173-23/+18
* [gcov] Simplify cc1 options and remove CodeGenOptions EmitCovNotes/EmitCovArcsFangrui Song2023-05-1713-44/+31
* [libc] Restrict access to the RPC Process internalsJoseph Huber2023-05-171-0/+5
* [Clang] Remove direct linking of offloading runtimes from the arch toolsJoseph Huber2023-05-174-38/+2
* [InferAddressSpaces] Handle vector of pointers type & Support intrinsic maske...CaprYang2023-05-174-29/+204
* ValueTracking: Handle sign bit for fptrunc in computeKnownFPClassMatt Arsenault2023-05-173-12/+17
* ValueTracking: Implement computeKnownFPClass for various rounding intrinsicsMatt Arsenault2023-05-1711-455/+586
* Revert "[Driver] Support multi /guard: options"Arthur Eubanks2023-05-173-6/+2
* [mlir][sparse] Fixing GPU tests (followup to D150330)wren romano2023-05-173-6/+6
* Fix assertion when try is used inside catch(...) blockJennifer Yu2023-05-172-1/+28
* [test] Minor changes to optnone-opt.llArthur Eubanks2023-05-171-3/+0
* [Clang][Sema] Substitute constraints only for declarations with different lex...Alexander Shaposhnikov2023-05-172-1/+36
* [mlir][sparse] Renaming the STEA field `dimLevelType` to `lvlTypes`wren romano2023-05-17172-1240/+1229
* [libc] Add a convenience CMake function `add_unittest_framework_library`.Siva Chandra Reddy2023-05-173-118/+153
* [mlir][irdl] Add `irdl.any_of` operationMathieu Fehr2023-05-1711-27/+525
* [lldb][NFCI] Clean up ThreadSafeDenseMapAlex Langford2023-05-171-15/+11
* Revert 'hwasan: lay groundwork for importing subset of sanitizer_common inter...Thurston Dang2023-05-171-103/+0
* [clang] Convert remaining OpenMP tests to opaque pointersSergei Barannikov2023-05-1714-3666/+3136
* [lldb][NFCI] Move ThreadSafeDenseMap to UtilityAlex Langford2023-05-173-2/+2
* [CUDA] Relax restrictions on GPU-side variadic functionsArtem Belevich2023-05-171-0/+7
* [Driver][gcov] Derive .gcno .gcda file names from -o and -dumpdirFangrui Song2023-05-173-31/+53
* [clang][X86] Add __cpuidex function to cpuid.hAiden Grossman2023-05-172-0/+11
* [gn build] Port da42b2846c82LLVM GN Syncbot2023-05-171-0/+1
* [gcov][test] Add -dumpdir ./Fangrui Song2023-05-1715-32/+32
* [CodeGen] Support allocating of arguments by decreasing offsetsSergei Barannikov2023-05-177-30/+91
* [CodeGen] Replace CCState's getNextStackOffset with getStackSize (NFC)Sergei Barannikov2023-05-1734-140/+131
* [NFC][hwasan][Fuchsia] Instead wrap contents of InitLoadedGlobals with if con...Leonard Chan2023-05-171-15/+15
* [clangd] Tweak "provides" hover card when symbols have the same nameSam McCall2023-05-172-11/+11
* [mlir][openacc] Add firstprivate representationValentin Clement2023-05-173-23/+218
* [RISCV] Implement storeOfVectorConstantIsCheap hook to prevent store merging ...Philip Reames2023-05-172-34/+26
* [RISCV] Expand testing for store merging of multiple constant storesPhilip Reames2023-05-171-1/+159
* [mlir][openacc] Add private representationValentin Clement2023-05-175-1/+185
* builtins: fix a -Wshorten-64-to-32 in gcc_personality_v0Jon Roelofs2023-05-171-1/+1
* [BOLT][NFC] Use llvm::make_rangeAmir Ayupov2023-05-172-12/+8
* [Hexagon] Split SETCC on float16/float32 HVX pairsKrzysztof Parzyszek2023-05-172-0/+52
* [RISCV] Refactor parseVTypeI and use ParseFail if we parsed more than one ide...Craig Topper2023-05-172-64/+109
* [Fuchsia] Correctly pass lists from STAGE2_ varsAlex Brachet2023-05-171-1/+2
* [AArch64] Sink operands for faster bitselect vector instructionsPranav Kant2023-05-172-0/+89
* [OpenMP]Fix trivial build failure in MacOSMats Petersson2023-05-171-0/+2
* [libc++] Implement P2505R5(Monadic operations for std::expected).yronglin2023-05-1829-35/+3113
* Revert "[libc++] Implement P2505R5(Monadic operations for std::expected)."yronglin2023-05-1829-3113/+35