aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
91 min.[VPlan] Restructure code for BranchOnCond codegen. (NFCI)HEADmainFlorian Hahn1-7/+7
3 hours[llvm] Use llvm::sort (NFC) (#96434)Kazu Hirata15-49/+41
4 hours[MC] Ensure all new sections have a MCDataFragmentFangrui Song4-21/+11
4 hours[mlir][memref] Improve `memref.subview` type inference (#96421)Matthias Springer9-58/+63
4 hours[mlir] Fix use-after-free introduced in a9efcbf490d9b8f46ec37062ca8653b406800...Christian Sigg1-5/+5
5 hours[GenericDomTree] Use range-based for loops (NFC) (#96404)Kazu Hirata2-9/+4
6 hours[clang][codegen][NFC] Improve const correctnessTimm Bäder1-5/+5
8 hours[RISCV] Relax RISCVInsertVSETVLI output VL peeking to cover registers (#96200)Luke Lau4-46/+45
10 hours[OpenMP][LLVM] Clone `omp.private` op in the parent module (#96024)Kareem Ergawy2-1/+64
11 hours[InstCombine] fold `(a == c && b != c) || (a != c && b == c))` to `(a == c) =...Zain Jaffal2-0/+169
11 hours[DebugInfo][DivRemPairs] Fix missing debug location updates (#96045)Shan Huang3-0/+111
12 hoursAMDGPU: Remove ds atomic fadd intrinsics (#95396)Matt Arsenault18-654/+255
12 hoursAMDGPU: Start selecting buffer fat pointer atomicrmw fmin/fmax (#95593)Matt Arsenault3-1823/+254
13 hoursAMDGPU: Start selecting flat/global atomicrmw fmin/fmax. (#95592)Matt Arsenault22-7303/+2948
13 hours[mlir][GPUToNVVM] Fix memref function args/results (#96392)Matthias Springer3-8/+82
13 hours[mlir][NVVM] Disallow results on kernel functions (#96399)Matthias Springer2-3/+17
14 hours[MC] Remove unused MCObjectStreamer::CurSubsectionIdx. NFCFangrui Song2-3/+1
16 hours[libc++] <experimental/simd> Add swap functions of simd reference (#86478)ZhangYin4-0/+117
16 hours[MC] Change Subsection parameters from const MCExpr * to uint32_tFangrui Song41-142/+95
17 hours[InstCombine] Improve coverage of `foldSelectValueEquivalence` for non-constantsNoah Goldstein2-5/+3
17 hours[InstCombine] Add tests for expanding `foldSelectValueEquivalence`; NFCNoah Goldstein1-0/+186
18 hours[MC] MCSectionSubPair: replace const MCExpr * with uint32_tFangrui Song4-47/+67
20 hours[HLSL][clang] Add elementwise builtins for trig intrinsics (#95999)Farzon Lotfi18-1/+1000
23 hours[Serialization] Change input file content hash from size_t to uint64_tFangrui Song2-8/+4
24 hours[gn] port ade28a77ed1776 (clang-doc asset copy to share/clang)Nico Weber1-0/+9
24 hours[clang] Fix -Wsign-compare in 32-bit buildsFangrui Song2-2/+2
24 hours[MC] Move computeBundlePadding closer to its only caller. NFCFangrui Song3-50/+42
25 hours[MC] Allocate MCFragment with a bump allocatorFangrui Song4-27/+28
25 hours[NFC][Clang][OMPX] Fix a typo in `OMP.td` (#96398)Shilei Tian1-2/+2
25 hours[Support] Avoid warning about possibly uninitialized variable in format_provi...Sven Verdoolaege1-15/+15
26 hours[clang-format] Don't count template template parameter as declaration (#96396)Emilia Kond3-13/+38
27 hours[ARM64EC] Fix thunks for vector args (#96003)Daniel Paoliello3-53/+326
27 hours[MC] AttemptToFoldSymbolOffsetDifference: remove MCDummyFragment check. NFCFangrui Song1-12/+6
28 hours[clang][Interp] Fix CFStringMakeConstantString etc. evaluationTimm Bäder3-2/+12
28 hours[InstCombine] (uitofp bool X) * Y --> X ? Y : 0 (#96216)Alex MacLean2-0/+53
28 hours[MC] Remove remnant code related to pending labelsFangrui Song3-13/+0
29 hours[clang][utils] Remove ClangDataFormat.py for now (#96385)Michael Buch1-170/+0
29 hours[lldb] Resolve executables more aggressively on the hostJonas Devlieghere2-0/+28
32 hoursRevert "[clang-format] Don't count template template parameter as declaration...Mehdi Amini2-36/+11
35 hours[NewPM] Add deduction guide to `MFPropsModifier` to suppress warning (#96384)paperchalice1-0/+4
35 hours[clang-format] Don't count template template parameter as declaration (#95025)Emilia Kond2-11/+36
35 hours[CodeGen][NewPM] Extract MachineFunctionProperties modification part to an RA...paperchalice4-67/+57
37 hours[ProfileData] Add a variant of getValueProfDataFromInst (#95993)Kazu Hirata3-11/+52
37 hours[MC] Remove pending labelsFangrui Song8-157/+23
37 hours[Clang] fix access checking inside return-type-requirement of compound requir...Zhikai Zeng3-1/+38
37 hours[X86][MC] Drop optional from LowerMachineOperand (#96338)Alexis Engelke1-21/+22
38 hours[gn build] Port bfd263a34df5LLVM GN Syncbot1-0/+1
38 hours[MC] Fix emitCOFFSafeSEH after 9b44cfbdbf694e29d80bea688f3ecbfd1d764bfdFangrui Song1-1/+3
38 hours[MC] emitLabelAtPos: change parameter to MCDataFragment &. NFCFangrui Song7-23/+13
38 hours[lldb][ExpressionParser][NFCI] Add new DoPrepareForExecution interface to be ...Michael Buch6-80/+102