summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-12unit test coverageusers/mingmingl-llvm/section-prefixmingmingl
2025-09-11Introduce an LLVM option to keep hot data section prefixmingmingl
2025-08-30[CodeGen] Remove a dead assignment (NFC) (#156202)Kazu Hirata
2025-08-30[asan] Rewrite Windows/heaprealloc_alloc_zero check to avoid dereference (#15...Thurston Dang
2025-08-30[SLP] Try to recalculate deps only for nodes with previously valid depsAlexey Bataev
2025-08-30[lldb] Refactor variable annotation logic in Disassembler::PrintInstructions ...Abdullah Mohammad Amin
2025-08-30[MLIR] Apply clang-tidy fixes for performance-move-const-arg in SPIRVTypes.cp...Mehdi Amini
2025-08-30[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in Buff...Mehdi Amini
2025-08-30[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in Partition.cpp ...Mehdi Amini
2025-08-30Fixup test added in #155573 to work when the compiler defaults to C++20. (#15...dyung
2025-08-30[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in Shar...Mehdi Amini
2025-08-30[flang] Do not use dialect conversion in `AffineDialectPromotion` (#156171)Matthias Springer
2025-08-30[llvm] Proofread BigEndianNEON.rst (#156141)Kazu Hirata
2025-08-30[AArch64] Remove an unnecessary cast (NFC) (#156139)Kazu Hirata
2025-08-30[ADT] Remove a meaningless std::move (NFC) (#156138)Kazu Hirata
2025-08-30[CIR] Implement VAArgExpr for ComplexType (#156092)Amr Hesham
2025-08-30[X86] Fold vpmadd52h/l for pattern X * 0 + Y --> Y (#156086)XChy
2025-08-30[TableGen] Require complex operands in InstAlias to be specified as DAGs (#13...Sergei Barannikov
2025-08-30[clang][bytecode] Fix ignoring comparisons in C (#156180)Timm Baeder
2025-08-30[OpenMP] Use Clang resource dir only in bootstrapping build (#156018)Michael Kruse
2025-08-30[TableGen][Decoder] Simplify parseFixedLenOperands (NFCI) (#156181)Sergei Barannikov
2025-08-30[NFC] Fix typos 'seperate' -> 'separate' (#144368)Roman
2025-08-30Revert "Emit DW_OP_lit0/1 for constant boolean values" (#156172)Michael Buch
2025-08-30[AArch64][BTI] Add BTI at EH entries. (#155308)Shashi Shankar
2025-08-30[clang-tidy][NFC] Enable 'readability-redundant-declaration' check in clang-t...Baranov Victor
2025-08-30Emit DW_OP_lit0/1 for constant boolean values (#155539)Laxman Sole
2025-08-30[RISCV] Unaligned vec mem => prefer alt opc vecMikhail Gudim
2025-08-30[X86] Add constexpr handling for XOP/AVX512 rotate by immediate intrinsics (#...Simon Pilgrim
2025-08-30[compiler-rt] Make __EH_FRAME_LIST__ const to avoid RW .eh_frame mapping (#15...dong jianqiang
2025-08-30Be smarter about the GLIBCXX_USE_CXX11_ABI default (#155781)serge-sans-paille
2025-08-29[mlir] Fix node numbering order in SliceMatchers example (#155684)Denzel-Brian Budii
2025-08-30[mlir][gpu] Add `subgroup_broadcast` op (#152808)Ivan Butygin
2025-08-30Remove an unused field (follow up to cc5e8967)Sergei Barannikov
2025-08-30[TableGen][CodeGen] Remove DisableEncoding field of Instruction class (#156098)Sergei Barannikov
2025-08-29[CMake][AIX] quote the string AIX `if` conditionsDavid Tenty
2025-08-29[mlgo] Fix bad merge of #156120 with 0082cf41de11 (#156134)Mircea Trofin
2025-08-29[clang-format] Allow short function body on a single line (#151428)闫立栋
2025-08-29[mlgo][inliner] Fix potential concurrency issue in local ThinLTO + IR2Vec cas...Mircea Trofin
2025-08-30[clang] fix obtaining EnumDecl for UsingEnumDecl (#156127)Matheus Izvekov
2025-08-30[lit] Mark shtest-umask.py as unsupportedAiden Grossman
2025-08-29[lld-macho] Avoid infinite recursion when parsing corrupted export tries (#15...Daniel Rodríguez Troitiño
2025-08-29[clang] Frontend: Destroy compiling compiler instance before read (#154455)Anthony Latsis
2025-08-29[BOLT] Fix DWARF4/5 file index handling in debug info functions (#151401)Grigory Pastukhov
2025-08-29[NFC][IR2Vec] Change getSlotIndex parameter from Value* to Value& (#155700)S. VenkataKeerthy
2025-08-29[CI] Add compiler-rt to windows premerge checks (#155186)Aiden Grossman
2025-08-29[lldb] Adjust ProtocolServer connection defaults. (#155714)John Harrison
2025-08-29[lldb] Fix some spelling and grammatical issues in Commands/Options.td (#156121)Jonas Devlieghere
2025-08-29[flang] Fix a warningKazu Hirata
2025-08-29[Flang] Enable lit's internal shell by defaultAiden Grossman
2025-08-29[Flang] Make all tests work with lit's internal shellAiden Grossman