aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-17[Clang] [C++26] Expansion Statements (Part 2)users/Sirraide/expansion-stmts-2-parsingSirraide14-61/+485
2026-04-17[Clang] [C++26] Expansion Statements (Part 1)users/Sirraide/expansion-stmts-1-astSirraide47-29/+1435
2026-03-30[lldb] Fix a circular include dependency (NFC) (#188931)Sergei Barannikov5-4/+5
2026-03-30[HLSL] Implement Texture2D::mips[][] (#186143)Steven Perron14-70/+433
2026-03-30Revert "[MemProf] Dump inline call stacks as optimization remarks (#188678)"Nikita Popov2-103/+2
2026-03-30[AArch64][llvm] Separate TLBI-only feature gating from TLBIP aliases (#187400)Jonathan Thackray4-193/+229
2026-03-30[lld][Hexagon] Fix TLS GD PLT to only create PLT entry for __tls_get_addr (#1...Brian Cain9-92/+106
2026-03-30[SCEVPatternMatch] Strip redundant const_cast (NFC) (#189382)Ramkumar Ramachandra1-2/+1
2026-03-30[compiler-rt] Enable GWP-ASan for Hexagon (#188410)Brian Cain2-1/+6
2026-03-30[APInt] Add fast path for APInt::urem if RHS is power of 2 (#189245)Max Graey2-1/+10
2026-03-30[Hexagon][XRay] Fix sled layout and trampoline to preserve retaddr (#188784)Brian Cain6-75/+138
2026-03-30[WebAssembly][NFC] use getOneBitSet instead init + shifting for APint (#188552)Max Graey1-1/+1
2026-03-30[clang][bytecode] Disable preservenone attribute on clang19+asan (#189377)Timm Baeder1-0/+3
2026-03-30[compiler-rt][ARM] Rename endian.h to crt_endian.h (#189336)Simon Tatham1-1/+1
2026-03-30[DAG] Add initial version of SelectionDAG::computeKnownFPClass (#188790)Xinlong Chen5-0/+242
2026-03-30[libc++] Don't upload Docker image tarballs as artifacts (#188845)Louis Dionne1-15/+0
2026-03-30[libc][NFC] Guard long double type in shared_math_tests. (#189373)lntue6-205/+231
2026-03-30[mlir][acc] add VariableInfo attribute to thread language specific informatio...jeanPerier17-96/+308
2026-03-30[DAG] SimplifyDemandedBits - limit BITCAST -> FGETSIGN fold to custom/legal s...Simon Pilgrim1-11/+3
2026-03-30[AArch64][llvm] Rewrite the TLBI multiclass to be clearer (NFC) (#186451)Jonathan Thackray4-142/+152
2026-03-30[ObjCARC] Don't sink objc_retain past atomic writes (#184113)Marina Taylor2-1/+58
2026-03-30[RISCV] Handle freeze in vp.merge widening codegen prepare (#189346)Luke Lau4-19/+136
2026-03-30[Support][APint] Introduce and use isPowerOf2SlowCase instead countPopulation...Max Graey2-2/+15
2026-03-30[flang][NFC] Converted five tests from old lowering to new lowering (part 39)...Eugene Epshteyn6-163/+124
2026-03-30[flang][OpenACC] Generalize cross-region GOTO exit handling for all ACC regio...khaki35-1/+275
2026-03-30[lld][COFF] Restore `lto-embed-bitcode` and `-fembed-bitcode` Bitcode Embeddi...Austin Hudson2-35/+0
2026-03-30[libc++] Bump libc++ runners to include python-venv (#189008)Louis Dionne1-1/+1
2026-03-30[mlir][memref] Fix invalid folds in ReinterpretCastOpConstantFolder for negat...Mehdi Amini2-0/+78
2026-03-30clang: Return Triple from OffloadArchToTriple instead of a string (#189343)Matt Arsenault3-14/+11
2026-03-30clang: Fix warnings with multiple offload arch args (#189329)Matt Arsenault2-2/+5
2026-03-30[AMDGPU] Add tanh tests for gfx13 (#188240)Mariusz Sikora1-190/+296
2026-03-30[VPlan] Handle regions with live-outs and scalar VF when replicating. (#186252)Florian Hahn6-69/+70
2026-03-30[InstCombine] Fold cmp of select-of-constants via truth table (#186591)FYLGQ3-0/+488
2026-03-30[bazel] Add missing dependency for 00698678e404699f6c776679272a7e3392c46306Benjamin Kramer1-0/+1
2026-03-30[bazel] Add missing dependency for 1bb03026b6aa332863de65a7d245c4ecf3a99645Benjamin Kramer1-0/+2
2026-03-30[SPIR-V] Emit OpLoopMerge for non-shader targets without SPV_INTEL_unstructur...Arseniy Obolenskiy6-28/+251
2026-03-30[MLIR] Apply clang-tidy fixes for modernize-loop-convert in Deserializer.cpp ...Mehdi Amini1-4/+1
2026-03-30[MLIR] Apply clang-tidy fixes for performance-unnecessary-copy-initialization...Mehdi Amini1-2/+2
2026-03-30[MLIR] Apply clang-tidy fixes for bugprone-argument-comment in SparseTensorRe...Mehdi Amini1-1/+1
2026-03-30[MLIR] Apply clang-tidy fixes for llvm-else-after-return in TypeConverter.cpp...Mehdi Amini1-1/+2
2026-03-30[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in TestReshardingPartit...Mehdi Amini1-2/+2
2026-03-30[VPlan] Generalize header-phi detection in VPPhi::execute. (NFC) (#189352)Florian Hahn1-3/+5
2026-03-30[Polly] Avoid __builtin_assume circular context reasoning (#189350)Michael Kruse4-8/+178
2026-03-30[BasicBlockUtils] Fixed LoopInfo update in UpdateAnalysisInformation() (#177147)Yevgeny Rouban2-2/+110
2026-03-30[SLP][NFC]Use passing-by-ref in the range based loop to prevent warnings/errorsAlexey Bataev1-1/+1
2026-03-30[InstCombine] Fold X * ldexp(1.0, Y) -> ldexp(X, Y). (#188493)Ricardo Jesus2-0/+118
2026-03-30[TableGen] Improve the error report of getElementAsRecord (#189302)Pengcheng Wang2-1/+12
2026-03-30[clang][x86] Fix the return type of the cvtpd2dq builtin (#189254)Jean-Michel Gorius3-3/+3
2026-03-30[DAG] Fix incorrect ForSigned handling in computeConstantRange calls (#188889)Jim Lin2-2/+3
2026-03-30[MLIR][Vector] Fix direct operand.set() bypassing rewriter in WarpOpScfIfOp/F...Mehdi Amini1-2/+20