aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-14[clang] Track function template instantiation from definitionusers/mizvekov/clang-fix-GH55509Matheus Izvekov12-26/+169
2024-10-14[scudo] Apply the min release threshold to the group (#112014)ChiaHungDuan1-0/+2
2024-10-15[Coverage][WebAssembly] Add initial support for WebAssembly/WASI (#111332)Yuta Saito23-45/+253
2024-10-14[RISCV][VLOPT] Enable VLOptimizer for vl-opt.ll test fileMichael Maitland1-3/+13
2024-10-14[libc][complex] Set up headers and add documentation for complex.h. (#111659)Shourya Goel12-0/+286
2024-10-14[BOLT] Support perf2bolt-N in the driverAmir Ayupov1-2/+2
2024-10-14[lldb] Improve unwinding for discontinuous functions (#111409)Pavel Labath6-7/+379
2024-10-14[TargetLowering][SelectionDAG] Exploit nneg Flag in UINT_TO_FP (#108931)Michael Marjieh4-22/+104
2024-10-14[clang-tidy][readability-identifier-naming] Support namespace aliases (#112112)Keith Smiley3-0/+11
2024-10-14[clang][GNU] Pass -t through to the linker (#112106)Keith Smiley2-3/+3
2024-10-15[clang] Mark `__builtin_convertvector` and `__builtin_shufflevector` as `cons...c8ef2-2/+10
2024-10-14[OpenACC] implement loop 'worker' clause. (#112206)Erich Keane20-75/+766
2024-10-14[Clang] Diagnose additional ObjC statements as function effect violations (#1...Doug Wyatt2-0/+40
2024-10-14[AMDGPU] Skip terminators when forcing emit zero flag (#112116)Shilei Tian2-1/+36
2024-10-14[RISCV][VLOPT] Update test cases to use riscv-enable-vl-optimizer and better ...Michael Maitland2-7/+17
2024-10-14[C2y] Add test coverage for N3298 (#112033)Aaron Ballman7-18/+127
2024-10-14[Clang] Add explicit visibility symbol macros (#108276)Thomas Fransham3-0/+78
2024-10-14[llvm][llvm-lit] Fix typo in --resultdb-output helpDavid Spickett1-1/+1
2024-10-14[MLIR] Fix parseInteger(uint64_t) for large valuesBenjamin Kramer2-5/+6
2024-10-14[SLP][NFC]Replace more unreachable terminators by rets, NFCAlexey Bataev4-9/+9
2024-10-14[ARM] [AArch32] Add support for Arm China STAR-MC1 CPU (#110085)Albert Huang7-1/+30
2024-10-14[clang][flang][mlir] Reapply "Support -frecord-command-line option (#102975)"Tarun Prabhu23-59/+245
2024-10-14[AMDGPU] Use MachineInstr::mayLoadOrStore. NFC.Jay Foad1-1/+1
2024-10-14[Hexagon] Mark instructions as part of the frame setup to fix test sugared-co...pkarveti2-14/+13
2024-10-14[NFC][CodingStandard] Extend if-else brace example with else-if (#112193)Rahul Joshi1-1/+4
2024-10-14[MLIR][NVGPU] Fix the cga_cluster.mlir test (#112191)Durgadoss R2-3/+4
2024-10-14[AArch64] Add support for Armv9.6-A FEAT_MPAM system registers (#111822)Jonathan Thackray3-0/+106
2024-10-14[lldb] Make the system log a NOOP on Windows (#112052)Jonas Devlieghere1-11/+1
2024-10-14[SLP][NFC]Replace unreachable instructions by rets, NFC.Alexey Bataev4-12/+12
2024-10-14[gn build] Port 8f9cce0bef31Nico Weber1-0/+1
2024-10-14[clang-format] Stop crashing when formatting Verilog (#112043)sstwcw2-1/+3
2024-10-14[ARM] Simplify code with std::map::operator[] (NFC) (#112159)Kazu Hirata1-4/+2
2024-10-14[mlir] Avoid repeated hash lookups (NFC) (#112158)Kazu Hirata1-2/+3
2024-10-14[BOLT] Avoid repeated set lookups (NFC) (#112157)Kazu Hirata1-4/+2
2024-10-14[Sema] Avoid repeated hash lookups (NFC) (#112156)Kazu Hirata1-5/+3
2024-10-14[X86] canCreateUndefOrPoisonForTargetNode - X86ISD::VPERMV3 shuffles don't cr...Simon Pilgrim2-3/+4
2024-10-14[X86] combineAndnp - fold ANDN(SEXT(SETCC()),X) -> SELECT(NOT(SETCC()),X,0) o...Simon Pilgrim2-3/+15
2024-10-14[AST] Avoid repeated set lookups (NFC) (#112155)Kazu Hirata1-2/+1
2024-10-14[NewPM][CodeGen] Port StackColoring to NPM (#111812)Akshat Oke13-24/+75
2024-10-14Revert "[DAG] Enhance SDPatternMatch to match integer minimum and maximum pat...c8ef11-1087/+1098
2024-10-14Silence a "not all control paths return a value" diagnostic; NFCAaron Ballman1-0/+1
2024-10-14[Flang] [Semantics] [OpenMP] Fix semantic check to not report error for compo...Raghu Maddhipatla1-4/+10
2024-10-14[DAG] Enhance SDPatternMatch to match integer minimum and maximum patterns in...c8ef11-1098/+1087
2024-10-14[SLP]Initial support for interleaved loadsAlexey Bataev7-277/+379
2024-10-14[clang][bytecode] Fix discarding block expressions (#112185)Timm Baeder2-0/+6
2024-10-14[gn] port aa44f59abf39Nico Weber1-0/+1
2024-10-14ValueTracking: handle more ops in isNotCrossLaneOperation (#112183)Ramkumar Ramachandra3-34/+10
2024-10-14[RISCV] Support Expressions in .insn Directives (#111893)Sam Elliott3-6/+18
2024-10-14[MLIR] Update APInt construction to correctly set isSigned/implicitTrunc (#11...Nikita Popov9-12/+24
2024-10-14[MIR] Fix tests for flags in register info (#112179)Akshat Oke9-278/+278