summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
7 hours[clang-format] Fix buildbot failuresupstream-mainOwen Pan
7 hours[RISCV][TTI] Support fdiv/udiv/sdiv/srem/urem in getArithmeticInstrCost (#89170)Shih-Po Hung
7 hoursRevert "[clang-format] Fix buildbot failures"Owen Pan
8 hours[X86][vectorcall] Pass built types byval when xmm0~6 exhausted (#91846)Phoebe Wang
9 hours[BOLT] Map branch source address to the containing basic block in BAT YAMLAmir Ayupov
13 hours[VectorCombine] Add intrinsics handling to shuffleToIdentity (#91000)David Green
15 hours[Clang][CWG1815] Support lifetime extension of temporary created by aggregate...yronglin
17 hours[mlir] `int-range-optmizations`: Fix referencing of deleted ops (#91807)Felix Schneider
18 hours[CostModel][X86] getGSVectorCost - remove FIXMESimon Pilgrim
18 hours[CostModel][X86] Remove getGSScalarCost and use getCommonMaskedMemoryOpCost d...Simon Pilgrim
19 hours[clang][NFC] Remove class layout scissor (#89055)Nathan Sidwell
26 hours[BOLT] Fix race condition in a test (#91866)Maksim Panchenko
27 hoursReapply "Reapply "[clang][Interp] Create full type info for dummy pointers""Timm Bäder
28 hours[X86][CodeGen] Add NDD entries for transform TEST+AND -> TESTShengchen Kan
31 hours[DirectX] Replace bitfield version in ProgramHeader. (#91797)Xiang Li
34 hours[clang-format] Fix buildbot failuresOwen Pan
34 hours[Modules] Enable MS Windows test for implicit-module-no-timestamp.cpp (#91738)Ivan Murashko
35 hours[libc++] Vectorize std::mismatch with trivially equality comparable types (#8...Nikolas Klauser
37 hoursReland: [clang] Use getDefaultArgRange instead of getDefaultArg to retrieveHaojian Wu
38 hours[lldb] Add required skipIfLLVMTargetMissing for X86 (NFC)Dave Lee
38 hours[clang] Use StringRef::operator== instead of StringRef::equals (NFC) (#91844)Kazu Hirata
38 hours[clang][Interp] Use pointee metadata size in isRoot()Timm Bäder
39 hours[MLIR] Add IRDL dialect loading to C API (#91852)Théo Degioanni
41 hours[DebugInfo][LICM] Fix missing debug location updates (#91729)Shan Huang
42 hours[DebugInfo][JumpThreading] Fix missing debug location updates (#91581)Shan Huang
44 hours[TTI][X86] getGSScalarCost - don't bother with adding cost of ICMP for each i...Simon Pilgrim
45 hours[TTI] getCommonMaskedMemoryOpCost - use the target getMemoryOpCost/getCFInstr...Simon Pilgrim
45 hours[mlir][tosa] Work around GCC bug in tosa-to-tensor (#91521)Spenser Bauman
2 days[analyzer] Treat bitwise_cast, std::addressof, and new as trivial in WebKit c...Ryosuke Niwa
2 days[X86] Add sub-feature nf (no flags update) for APXShengchen Kan
2 days[AMDGPU] Fix unittest linking error with `LLVM_LINK_LLVM_DYLIB` (#91727)Jonas Hahnfeld
2 days[clang] Add test for CWG1820 "Qualified typedef names" (#91765)Vlad Serebrennikov
2 days[clang-format] Move QualifierFixerTest::LangOpts to IsQualifierType testOwen Pan
2 days[BOLT] Set entry counts in BAT YAML profile (#91775)Amir Ayupov
2 days[BOLT] Use disambiguated local names in BAT YAMLAmir Ayupov
2 days[clang-tidy] `readability-simplify-boolean-expr` avoid to warn expression exp...Congcong Cai
2 days[Driver] Remove elf::script indirection. NFCFangrui Song
2 days[clang-format] Fix FormatToken::isSimpleTypeSpecifier() (#91712)Owen Pan
2 days[Driver] Remove unused getInstalledDirFangrui Song
2 days[IR][PatternMatch] Make `m_Checked{Int,Fp}` accept `Constant *` output instea...Noah Goldstein
2 daysRevert "[flang][cuda] Implicitly load cudadevice module in device/global subp...Valentin Clement (バレンタイン クレメン)
2 days[InstallAPI] Pass explicit module cache to avoid permissions issues.Cyndy Ishida
2 days[VP][RISCV] Add vp.reduce.fmaximum/fminimum and its RISC-V codegen (#91782)Min-Yih Hsu
2 days[Clang] Fix tests broken by #91811 (#91822)cor3ntin
2 days[libfuzzer] Prevent MSan false positive when printing log with -jobs (#91679)Thurston Dang
2 days[RISCV] Remove the pre-split from RISCVISAInfo::parseArchString. NFCICraig Topper
2 days[AMDGPU] Initialize MachineFunctionInfo for unittest (#91820)Janek van Oirschot
2 days[AMDGPU] Combine build_vector patterns for i16 and f16. NFCI. (#91806)Stanislav Mekhanoshin
2 daysFix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFC.Simon Pilgrim
2 days[X86] scalarizeExtractedBinop - reuse existing SDLoc. NFC.Simon Pilgrim