summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-30[𝘀𝗽𝗿] changes introduced through rebaseusers/jrtc27/spr/main.nfcielfmips-refactor-mipsgotsection-to-avoid-explicit-writesJessica Clarke
2025-07-30[NFC][ELF] Replace DynamicReloc::Kind with the equivalent bool in APIsJessica Clarke
2025-07-30[NFCI][ELF] Store DynamicReloc Kind as two boolsJessica Clarke
2025-07-30[NFC][ELF] Don't duplicate DynamicReloc constructorJessica Clarke
2025-07-30[NFCI][ELF][Mips] Replace MipsMultiGotPage with new RE_MIPS_OSEC_LOCAL_PAGEJessica Clarke
2025-07-30[NFCI][ELF] Merge AgainstSymbol and AgainstSymbolWithTargetVAJessica Clarke
2025-07-30[llvm-mc] Add --runs option for benchmarking (#151149)Rahul Joshi
2025-07-30[NFCI][ELF] Merge AddendOnly and AddendOnlyWithTargetVAJessica Clarke
2025-07-30[NFCI][ELF] Introduce explicit Computed state for DynamicRelocJessica Clarke
2025-07-30[ELF] Add a dummySym member to CtxJessica Clarke
2025-07-30[MLIR] Migrate some conversion passes and dialects to LDBG() macro (NFC) (#15...Mehdi Amini
2025-07-30[NVPTX] Enhance `mul.wide` and `mad.wide` peepholes (#150477)Justin Fargnoli
2025-07-30[MLIR] Use LDBG in MLIR AsmPrinter (#151163)Mehdi Amini
2025-07-30[InstCombine] Strip trailing zero GEP indices (#151338)Nikita Popov
2025-07-30[MLIR] Migrate InlinerInterfaceImpl to the new LDBG() debug form (NFC) (#150853)Mehdi Amini
2025-07-30[InstCombine] Don't handle non-canonical index type in icmp of load fold (#15...Nikita Popov
2025-07-30[RISCV] Handled the uimm9 offset while FrameIndex folding. (#149303)UmeshKalappa
2025-07-30[lldb] Pick the builder for the target platform (#151262)Jonas Devlieghere
2025-07-30Reapply "[compiler-rt] Remove %T from tests (#151265)"Aiden Grossman
2025-07-30[flang][openacc] Add semantic checks for atomic constructs (#149579)Andre Kuhlenschmidt
2025-07-30[NFC][analyzer] Conversion to CheckerFamily: CStringChecker (#150971)Donát Nagy
2025-07-30[msan] Approximately handle AVX Galois Field Affine Transformation (#150794)Thurston Dang
2025-07-30[Clang][AArch64] Expect valid FunctionDecl in IsArmStreamingFunctionSander de Smalen
2025-07-30[MLIR][XeGPU] Refactor xegpu-wg-to-sg tests (#149204)Nishant Patel
2025-07-30[Clang] NFC: Add missing REQUIRES to aarch64-sme-attrs-without-sve.cppSander de Smalen
2025-07-30[bazel] Port #151324 (#151345)Jordan Rupprecht
2025-07-30[Clang][AArch64] Remove unwarranted 'cannot be used in non-streaming mode' di...Sander de Smalen
2025-07-30[Coroutines] Remove a redundant call to std::unique_ptr<T>::get (NFC) (#151284)Kazu Hirata
2025-07-30[lldb] Remove a redundant call to std::unique_ptr<T>::get (NFC) (#151283)Kazu Hirata
2025-07-30[IR] Remove getDestAlignment and getSourceAlignment (#151282)Kazu Hirata
2025-07-30[llvm] Proofread BackGuide.rst (#151281)Kazu Hirata
2025-07-30[CodeGen] Remove an unnecessary cast (NFC) (#151280)Kazu Hirata
2025-07-30[AMDGPU] Remove an unnecessary cast (NFC) (#151279)Kazu Hirata
2025-07-30[AST] Remove an unnecessary cast (NFC) (#151278)Kazu Hirata
2025-07-30[LinkerWrapper] Fix -fsave-optimization-record default file (#149003)Joel E. Denny
2025-07-30[clang][bytecode] Clean up {Compiler,Interp}.h (#151335)Timm Baeder
2025-07-30[clang][DebugInfo] Don't emit VTable debug symbols for -gline-tables-only. (#...Steve Merritt
2025-07-30[mlir][spirv] Fix UpdateVCEPass to deduce the correct set of capabilities (#1...Davide Grohmann
2025-07-30Reland "RegisterCoalescer: Add implicit-def of super register when coalescing...Sander de Smalen
2025-07-30[mlir][spirv] Add support for structs decorations (#149793)Igor Wodiany
2025-07-30[Analysis] Prevent revisiting block when searching for noreturn vars (#150582)Serge Pavlov
2025-07-30[llvm-objcopy] [COFF] Ignore associative sections in executables (#151143)Martin Storsjö
2025-07-30Reapply "[mlir][llvm] Add intrinsic arg and result attribute support … (#15...Tobias Gysi
2025-07-30[InstSimplify] Regenerate test checks (NFC)Nikita Popov
2025-07-30[analyzer] Fix FP for cplusplus.placement new #149240 (#150161)Aethezz
2025-07-30[TableGen] Implement getNamedOperandIdx with another table lookup. NFC. (#151...Jay Foad
2025-07-30[InstCombine] Avoid tmp var conflicts in test (NFC)Nikita Popov
2025-07-30[InstCombine] Generate test checks (NFC)Nikita Popov
2025-07-30[mlir][tosa] Fix invalid data type combinations check (#150066)Luke Hutton
2025-07-30[MLIR] Missing declaration build fixMichael Kruse