summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-18[ThinLTO][WPD]Skip virtual function entries in combined index when virtual fu...users/mingmingl-llvm/spr/virtualmingmingl
2025-02-06[IR] Generalize Function's {set,get}SectionPrefix to GlobalObjects, the base ...Mingming Liu
2025-02-06[lldb][NFC] Remove old skipIfOutOfTreeDebugserver's (#126144)Jason Molenda
2025-02-07[mlir][amdgpu] Support for 8bit extf for 0d vector type (#126102)Prashant Kumar
2025-02-06[HLSL] Implement HLSL Flat casting (excluding splat cases) (#118842)Sarah Spall
2025-02-06[Clang] Only allow `clang` arguments to `-Xarch` (#126101)Joseph Huber
2025-02-06[Clang][NFC] Clean up fetching the offloading toolchain (#125095)Joseph Huber
2025-02-06[compiler-rt] Fix binary-id-path.c after da053415d214d6a66ff5f8c69eb35b2c9ada...Zequan Wu
2025-02-06[SandboxVec][DAG] Update DAG when a new instruction is created (#126124)vporpo
2025-02-06[RISCV][Disassemble] Ensure the comment stream of the disassembler is set. (#...Francesco Petrogalli
2025-02-06[LLD][COFF] Add support for MinGW auto-export on ARM64X (#125862)Jacek Caban
2025-02-06[MLIR] Support non-atomic RMW option for emulated vector stores (#124887)Alan Li
2025-02-06[StrTable] Fix modules build and clean up stale files (#125979)Chandler Carruth
2025-02-06[MemProf] Stop cloning traversal on single allocation type (#126131)Teresa Johnson
2025-02-06[libc] generate sys/wait.h for aarch64 (#125171)Alex Prabhat Bara
2025-02-06[flang][cuda] Add interface for sinpi, cospi and sincospi (#126123)Valentin Clement (バレンタイン クレメン)
2025-02-06[libc++] Implement generic associative container benchmarks (#123663)Louis Dionne
2025-02-06[XRay][SystemZ] Use stckf for non-clang compilers (#125289)Kai Nacke
2025-02-06[profile] Add `%b` `LLVM_PROFILE_FILE` option for binary ID (#123963)Sinkevich Artem
2025-02-06[VPlan] Simplify operand tuple matching in VPlanPatternMatch (NFC).Florian Hahn
2025-02-06[libc][minor] Fix assertion in LlvmLibcFILETest.SimpleFileOperations (#126109)Alan Zhao
2025-02-06[Flang] Promote FortranEvaluateTesting library (#124417)Michael Kruse
2025-02-06[RISCV][NFC] Remove nounwind from push/pop tests (#125939)Sam Elliott
2025-02-06[clang][OpenMP] New OpenMP 6.0 assumption clause, 'no_openmp_constructs' (#12...David Pagan
2025-02-06[Modules] Fix missing module dependency introduced by 7347870 (#126007)Qiongsi Wu
2025-02-06[lldb-dap] Update npm dependencies (#125832)Adrian Vogelsgesang
2025-02-06[SandboxVec][DependencyGraph] Fix dependency node iterators (#125616)vporpo
2025-02-06[flang][NFC] Moving alias analysis utilities utilities together. Adding new u...Renaud Kauffmann
2025-02-06[OpenMP] Fix misspelled symbol name (#126120)Joseph Huber
2025-02-06[msan][NFCI] Add tests for Arm NEON vector convert (#126095)Thurston Dang
2025-02-06[CSSPGO] Turn on call-graph matching by default for CSSPGO (#125938)Lei Wang
2025-02-06[libc] Disable fixed point printing for baremetal (#126115)PiJoules
2025-02-06[clang-doc] Make `--repository` change the HTML output (#122566)Paul Kirth
2025-02-06Update test for symbolizer fixDavid Blaikie
2025-02-06[NVPTX] Require asserts in `unrecognized-sm1x.ll` (#126105)Justin Fargnoli
2025-02-06[bazel] Port for f497fe464bad8743b8a87ba04a5c53579a03711aHaojian Wu
2025-02-06[lldb][DWARFASTParser][NFC] Fix doxygen commentMichael Buch
2025-02-06[MLIR][Linalg] Introduce broadcast/transpose semantic to batch_matmul (#122275)Md Asghar Ahmad Shahid
2025-02-06[clang-doc] Precommit end-to-end test for `--repository` option (#122565)Paul Kirth
2025-02-06[clang-linker-wrapper][lit] Temporarily disable OpenMP SPIR-V ELF test (#126104)Nick Sarnie
2025-02-06[llvm][AsmWriter] Don't skip zero-valued DwarfEnum MDField when ShouldSkipZer...Michael Buch
2025-02-06[mlir][LLVM] Switch `undef` for `poison` for uninitialized values (#125629)Krzysztof Drewniak
2025-02-06[NaryReassociate] Fix crash from pointer width / index width confusion (#125923)Krzysztof Drewniak
2025-02-06Symbolize line zero as if no source info is available (#124846)David Blaikie
2025-02-06[NFC][TableGen] Adopt `Emitter::OptClass` in InstrInfoEmitter (#125971)Rahul Joshi
2025-02-06[X86] Avoid repeated hash lookups (NFC) (#126006)Kazu Hirata
2025-02-06[CodeGen] Avoid repeated hash lookups (NFC) (#126002)Kazu Hirata
2025-02-06[AMDGPU] Avoid repeated hash lookups (NFC) (#126001)Kazu Hirata
2025-02-06[X86] avx512-arith.ll - regenerate VPTERNLOG commentsSimon Pilgrim
2025-02-06Recommit "[RISCV] Prefer (select (x < 0), y, z) -> x >> (XLEN - 1) & (y - z)...Craig Topper