summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-04Manually fixed testsusers/guy-david/clang-cpp-ctor-noalias-thisGuy David
2025-05-04Automatically updated testsGuy David
2025-05-04[Clang] Add `noalias` to `this` pointer in C++ constructorsGuy David
2025-05-04[Driver] Use AddRunTimeLibs on Solaris (#137596)Rainer Orth
2025-05-04[clang] Document -fstrict-flex-arrays option (#138388)serge-sans-paille
2025-05-04[Transforms] Remove unused local variables (NFC) (#138442)Kazu Hirata
2025-05-04[CodeGen] Remove unused local variables (NFC) (#138441)Kazu Hirata
2025-05-04[CodeGen] Use range-based for loops (NFC) (#138434)Kazu Hirata
2025-05-04[IR] Avoid repeated hash lookups (NFC) (#138430)Kazu Hirata
2025-05-03Sparc: Remove fishy VK_WPLT30 special caseFangrui Song
2025-05-03Sparc: Refactor R_SPARC_13/R_SPARC_GOT13 handling and fix a bug referencing a...Fangrui Song
2025-05-04[MIPS] Reland Scheduling model for MIPS i6400 and i6500 CPUs (#132704) (#137984)Mallikarjuna Gouda
2025-05-03[llvm] Use *(Set|Map)::contains (NFC) (#138431)Kazu Hirata
2025-05-03Sparc: Modernize getSpecifierName. NFCFangrui Song
2025-05-03Sparc: Improve testsFangrui Song
2025-05-04[SPARC] Mark Niagara3 as VIS3-capableKoakuma
2025-05-04[SPARC][IAS][NFC] Tidy up LDSTUB and 64-bit mul/div instruction definitionsKoakuma
2025-05-03Sparc: Remove incorrect STT_SECTION adjustment special case for WPLT30Fangrui Song
2025-05-03Sparc: Remove TLS fixup kinds that map to relocationtypesFangrui Song
2025-05-03LoongArch: Sink #include llvm/BinaryFormat/ELF.h from LoongArchMCExpr.h. NFCFangrui Song
2025-05-03Sparc: Use mc::isRelocation and remove GOT fixup kinds that map to relocation...Fangrui Song
2025-05-03[Scalar] Use default member initialization in OverflowTracking (NFC) (#138412)Kazu Hirata
2025-05-03SparcInstPrinter: Support llvm-objdump --print-imm-hexFangrui Song
2025-05-03[clang-format] Correctly annotate tok::star in braced list (#138389)Owen Pan
2025-05-04[Clang][Cygwin] don't use -Bsymbolic-functions (#138217)jeremyd2019
2025-05-04[LLVM][Cygwin] Remove special case for CXX extensions on Cygwin. (#138328)jeremyd2019
2025-05-04[LLVM][Cygwin] Define _GNU_SOURCE on Cygwin as well. (#138329)jeremyd2019
2025-05-03[libc] Add missing dependency for test target (#138423)Mikhail R. Gadelha
2025-05-03[CIR][NFC] Fix an unused variable warning (#138415)Amr Hesham
2025-05-03[VPlan] Move scalarizeInstruction out of ILV (NFC).Florian Hahn
2025-05-03[CSKY] Remove duplicate processor features in ck807e/ck807ef (#138316)Min-Yih Hsu
2025-05-03[ExecutionEngine] Use default member initialization in Segment (NFC) (#138411)Kazu Hirata
2025-05-03[DebugInfo] Use default member initialization in InlineInfo (NFC) (#138410)Kazu Hirata
2025-05-03[offload] Fix enabling unittests in standalone builds (#138418)Michał Górny
2025-05-03[AArch64] Add shuffle-of-intrinsics VectorCombine test coverage. NFCDavid Green
2025-05-03[FileCheck] Use default member initialization in ExpressionFormat (NFC) (#138...Kazu Hirata
2025-05-03[SPIRV] Use StringRef instead of std::string (NFC) (#138408)Kazu Hirata
2025-05-03[llvm] Remove unused using decls (NFC) (#138386)Kazu Hirata
2025-05-03[tools] Remove unused local variables (NFC) (#138384)Kazu Hirata
2025-05-03[Instrumentation] Remove an unused local variable (NFC) (#138383)Kazu Hirata
2025-05-03[Utils] Use StringRef::starts_with (NFC) (#138379)Kazu Hirata
2025-05-03Reapply "[VPlan] Add canonical IV during construction (NFC)."Florian Hahn
2025-05-03[Clang][NFC] Fix typos introduced in #138307Corentin Jabot
2025-05-03[clang][ptrauth] reject incorrectly placed ptrauth qualifier (#138376)Oliver Hunt
2025-05-03[InstCombine] Fix crash when alloc functions are missing `alloc-family` (#138...clubby789
2025-05-03[MLIR][TOSA] Simplify getZeroPoint (#138344)Thomas Preud'homme
2025-05-03[libc++][NFC] Replace typedefs with using declarations in <vector> (#134083)Nikolas Klauser
2025-05-03[AMDGPU] remove move instruction if there is no user of it (#136735)Baoshan
2025-05-03[MC][TableGen] Expand ImplicitOffset field of MCInstrDesc (#138127)Carl Ritson
2025-05-02[HLSL] Implement the `ldexp` intrinsic (#138182)Kaitlin Peng