summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-04[clang] C++20 Modules: document how to perform automated reductionsusers/mizvekov/clang-document-reducing-modules-test-casesMatheus Izvekov
2025-03-03[GVN][NFC] Fix some variables as per coding standards (#129489)Madhur Amilkanthwar
2025-03-03[clang] Fix CodeComplete crash involving CWG1432 (#129436)Matheus Izvekov
2025-03-03[mlir][bazel] Fix Bazel build after db0e7c72aff622849abbc92c3ed0d06efb8e2d16....Benjamin Chetioui
2025-03-03[flang][OpenMP] Accept modern syntax of FLUSH construct (#128975)Krzysztof Parzyszek
2025-03-03[Attributor] Do not optimize away externally_initialized loads. (#128170)Pierre van Houtryve
2025-03-03[flang][OpenMP]Support for subroutine call for DECLARE REDUCTION init (#127889)Mats Petersson
2025-03-03[RISCV] Add DAG combine to convert (iN reduce.add (zext (vXi1 A to vXiN)) int...Sergey Kachkov
2025-03-03[LV][EVL] Support fixed-order recurrence idiom with EVL tail folding. (#124093)Mel Chen
2025-03-03[X86] Remove redundant test after setzucc (#129506)Phoebe Wang
2025-03-03[CodeGen][NewPM] Port "RemoveRedundantDebugValues" to NPM (#129005)Vikram Hegde
2025-03-03[llvm] Fix missing includes (#128000)Tobi
2025-03-03[SDAG][X86] Remove hack needed to avoid missing x87 FPU stack pops (#128055)Benjamin Maxwell
2025-03-03[ARM] Introduce -mtp=auto and make it the default (#128901)Austin
2025-03-03[flang][Driver] Add support of -fd-lines-as-comments and -fd-lines-as-code fl...Jean-Didier PAILLEUX
2025-03-03[RISCV][NFC] Add pre-commit testSergey Kachkov
2025-03-03[AMDGPU] Simplify conditional expressions. NFC. (#129228)Jay Foad
2025-03-03[X86] combineConcatVectorOps - use ConcatSubOperand helper to concat VPERMV3 ...Simon Pilgrim
2025-03-03[CodeGen][NewPM] Port MachineSink to NPM (#115434)Akshat Oke
2025-03-03[Metadata] Replace `undef` VAMs with `poison` VAMs (#129450)Pedro Lobo
2025-03-03[SelectionDAG] Use `poison` instead of `undef` for `dbg.values` (#127915)Pedro Lobo
2025-03-03[clang][analyzer] Add checker 'alpha.core.FixedAddressDereference' (#127191)Balázs Kéri
2025-03-03[RISCV][clang] Add address space argument to getNaturalAlignIndirect (#129493)Brandon Wu
2025-03-03[MLIR][Affine] Fix addInductionVarOrTerminalSymbol to return status (#129476)Uday Bondhugula
2025-03-03AMDGPU: Stop introducing v_accvgpr_write_b32 for reg-to-reg copy (#129059)Matt Arsenault
2025-03-03AMDGPU: Add mir test for agpr constant reg_sequence handling (#129058)Matt Arsenault
2025-03-03[MLIR] Fix printing of switch case for negative value (#129266)Robert Konicar
2025-03-03RegisterCoalescer: Avoid repeated getRegClass on all paths (#129490)Matt Arsenault
2025-03-03[X86] Avoid repeated hash lookups (NFC) (#129470)Kazu Hirata
2025-03-03[Scalar] Avoid repeated hash lookups (NFC) (#129468)Kazu Hirata
2025-03-03[IPO] Avoid repeated hash lookups (NFC) (#129467)Kazu Hirata
2025-03-03[ExecutionEngine] Avoid repeated hash lookups (NFC) (#129466)Kazu Hirata
2025-03-03[flang][NFC] clean-up fir.field_index legacy usages in tests (#129219)jeanPerier
2025-03-03Revert "[MCExpr] Remove generic getVariantKindName and getVariantKindForName"Kazu Hirata
2025-03-03Fix bug in gpu.memcpy lowering for dynamically shaped operands. (#128820)Arnab Dutta
2025-03-03[clang][cmake] Fix support for dynamic libraries in CLANG_BOLTserge-sans-paille
2025-03-03[MLIR] Fix IntegerPolyhedron ctors to avoid copy (#129446)Uday Bondhugula
2025-03-03[OpenMP][runtime] Fix comparison of integer expressions of different signedne...foxtran
2025-03-02[CodeGen] Use MCRegister in CalleeSavedInfo. NFCCraig Topper
2025-03-02[GlobalISel] Use Register. NFCCraig Topper
2025-03-02[CallingConvLower] Use MCRegister. NFCCraig Topper
2025-03-02[CalcSpillWeights] Use Register. NFCCraig Topper
2025-03-02[InlineSpiller] Use Register. NFCCraig Topper
2025-03-02[IfConversion] Use MCRegister. NFCCraig Topper
2025-03-02[MIRCanonicalizerPass] Use MCRegister. NFCCraig Topper
2025-03-02[BOLT] Remove BinaryFunction::IsPatched. NFC (#129461)Maksim Panchenko
2025-03-03[DAGCombiner] Cleanup MatchFunnelPosNeg by using SDPatternMatch matchers (#12...Huibin Wang
2025-03-03[NFC]Make file-local cl::opt global variables static (#126486)chrisPyr
2025-03-02[RISCV] Simplify RISCVMCExpr::evaluateAsConstantFangrui Song
2025-03-02[MachineLICM] Use Register. NFCCraig Topper