aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-26[clang][Interp] Not all RVO call expressions are initializingTimm Bäder2-1/+14
2024-02-26[OpenMP][OMPT] Add OMPT callback for device data exchange 'Device-to-Device' ...Michael Halkenhäuser6-43/+153
2024-02-26[mlir][ArmSME] Replace use of `isa` with `isa_and_present` (#82798)Benjamin Maxwell2-1/+12
2024-02-26[clang][NFC] constify or staticify some CGRecordLowering fns (#82874)Nathan Sidwell1-14/+14
2024-02-26Reapply [RemoveDIs] Enable DPLabels conversion [3b/3] (#82639)Orlando Cazalet-Hyams3-8/+45
2024-02-26[RemoveDIs] Fix DPLabel crash reported in #82854Orlando Cazalet-Hyams2-11/+6
2024-02-26[clang-tidy] Add support for determining constness of more expressions. (#82617)Clement Courbet6-183/+394
2024-02-26[clang][Interp] Get <=> value info from weak resultTimm Bäder2-1/+3
2024-02-26[VP][RISCV] Introduce vp.lrint/llrint and RISC-V support. (#82627)Yeting Kuo12-3/+903
2024-02-26[RISCV][NFC] Use sub to construct RVV registers without V0 (#82962)Wang Pengcheng1-10/+6
2024-02-26[clang][Interp] Handle non-complex operands in complex bin opsTimm Bäder2-35/+93
2024-02-26[GVN] Drop nsw/nuw flags when replacing the result of a with.overflow intrins...Yingwei Zheng2-1/+28
2024-02-26clangCodeGen: [MC/DC] Refactor CoverageGen.NAKAMURA Takumi1-20/+28
2024-02-26[clang][AArch64] multilib: fix deduction of "-march=" option (#81474)Dominik Wójt2-3/+9
2024-02-25[llvm-exegesis] Remove exegesis prefix in exegesis namespace (#82871)Aiden Grossman1-62/+49
2024-02-26[clang][Interp] Implement nullability argument checkingTimm Bäder11-12/+231
2024-02-26[TableGen] Efficiency improvements for encoding HwMode collection. (#82902)Jason Eckhardt2-20/+28
2024-02-25[MLIR][Spirv] Use StringAttr for linkage_name (NFC) (#82953)Mehdi Amini7-8/+8
2024-02-25Enables textual IR roundtripping through `--verifyRoundtrip` (#82946)Matteo Franciolini1-11/+13
2024-02-26Introduce mcdc::TVIdxBuilder (LLVM side, NFC) (#80676)NAKAMURA Takumi3-12/+246
2024-02-26[LoongArch] Improve pattern matching for AddLike predicate (#82767)hev2-3/+2
2024-02-26[InstCombine] Fold (sub (xor X, (sext C)), (sext C)) => (select C (neg X), X)...Kai Luo2-0/+220
2024-02-25Apply clang-tidy fixes for readability-container-size-empty in SerializeToLLV...Mehdi Amini1-1/+1
2024-02-25Apply clang-tidy fixes for modernize-use-override in SerializeToLLVMBitcode.c...Mehdi Amini1-1/+1
2024-02-25Apply clang-tidy fixes for readability-container-size-empty in SerializeROCDL...Mehdi Amini1-2/+2
2024-02-25Apply clang-tidy fixes for modernize-use-override in SerializeROCDLTarget.cpp...Mehdi Amini1-1/+1
2024-02-25[mlir][spirv] Use ODS generated attribute names for op definitions (#81552)tw-ilson8-181/+223
2024-02-25Fix TestI64ElementsAttr printer (#82931)Matteo Franciolini1-1/+1
2024-02-25Fix bytecode roundtrip of unregistered ops (#82932)Matteo Franciolini1-9/+5
2024-02-25[clang-format][doc] Update documentation for RemoveSemicolonOwen Pan2-2/+4
2024-02-25Revert "[compiler-rt] simplifying ::ReExec for freebsd. (#79711)" (#82933)David CARLIER2-15/+8
2024-02-26[InstCombine] Fold umax(smax)/smin(umin) with non-negative constants (#82929)Yingwei Zheng3-17/+150
2024-02-25[ValueTracking] Compute knownbits for `(and/or cond0, cond1)` on both sides o...Noah Goldstein3-12/+14
2024-02-25[ValueTracking] Add tests for tracking `(and/or cond0, cond1)` on both sides ...Noah Goldstein1-0/+61
2024-02-26[ValueTracking][NFC] Early exit when enumerating guaranteed well-defined/non-...Yingwei Zheng1-36/+60
2024-02-25[TableGen] Fix __CLAUSE_NO_CLASS macro leak in directive emitter (#82912)FruitClover3-0/+3
2024-02-25[lld][WebAssembly] Add `--no-growable-memory` (#82890)SingleAccretion6-12/+46
2024-02-25[run-clang-tidy.py] Add option to ignore source files from compilation databa...Alexander Scholz2-0/+24
2024-02-25[clang][Interp] Handle null function pointersTimm Bäder3-1/+11
2024-02-25[Codegen] Change getSpillSize/getReloadSize to LocationSize. NFC (#82636)David Green3-32/+38
2024-02-25Fix non-splat vector SREM expansion when one of the divisors is a power of tw...Owen Anderson2-53/+70
2024-02-25[NFC] Turn the StrictFP attribute check to a CompatRule. (#82600)Dani3-7/+8
2024-02-25[OpenMP] Implement __kmp_is_address_mapped on DragonFlyBSD. (#82895)David CARLIER2-5/+49
2024-02-25[FlattenCFG] Fix the miscompilation where phi nodes exist in the merge point ...Yingwei Zheng2-16/+13
2024-02-25[TBAA] Test for tbaa.struct creation for struct with named bitfields.Florian Hahn1-0/+23
2024-02-25[CodeGen] Port AtomicExpand to new Pass Manager (#71220)Rishabh Bali68-141/+201
2024-02-25Initialize unsigned integer when declared (#81894)Martin Wehking2-16/+20
2024-02-25[VPlan] Remove unused VPTransformState::VPValue2Value (NFCI).Florian Hahn2-6/+0
2024-02-25test overflow intrinsicsThorsten Schütt1-0/+242
2024-02-25Refactor: Let MCDC::State have DecisionByStmt and BranchByStmtNAKAMURA Takumi5-33/+40