summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-14Fix print module manifest file for macos (#122370)llvmorg-19.1.7release/19.xBill Hoffman
2025-01-14[cmake] Extend zstd.dll finding logic from MSVC to Clang (#121437)Michał Górny
2025-01-14[cmake] Include GNUInstallDirs before using variables defined by it. (#83807)Vassil Vassilev
2025-01-14[DAG] Allow AssertZExt to scalarize. (#122463)David Green
2025-01-14[SLP] Check if instructions exist after vectorization (#120434)DianQK
2025-01-14Fix std::initializer_list recognition if it's exported out of a moduleArtsiom Drapun
2025-01-13[Github] Fix LLVM Project Tests Workflow on Linux (#122221)Aiden Grossman
2025-01-13[RISCV] Don't create BuildPairF64 or SplitF64 nodes without D or Zdinx. (#116...Craig Topper
2025-01-13[test][compiler-rt] Mark dlsym_alloc.c as unsupported on macos (#108439)Arthur Eubanks
2025-01-13[lsan] Fix free(NULL) interception during initialization (#106912)tmiasko
2025-01-13[NFC][sanitizer] Commit test for #106912 (#108289)Vitaly Buka
2025-01-13[Hexagon] Only handle simple types memory accesses (#120654)Ikhlas Ajbar
2025-01-13Build SanitizerCommon if ctx_profile enabled (#105495)Nikita Popov
2025-01-13[clang-format] Fix idempotent format of hash in macro body (#118513)Owen Pan
2025-01-13[RISCV] Fix typo in CV_SH_rr_inc pattern (#120246)Philipp van Kempen
2025-01-13[clang] hexagon: fix link order for libc/builtins (#117057)Brian Cain
2025-01-13Bump version to 19.1.7Tobias Hieta
2025-01-13[RISCV] Add hasPostISelHook to sf.vfnrclip pseudo instructions. (#114274)Craig Topper
2025-01-13[RISCV] Add missing hasPostISelHook = 1 to vector pseudos that might read FRM...Craig Topper
2024-12-17[SimpleLoopUnswitch] Fix LCSSA phi node invalidationllvmorg-19.1.6Nikita Popov
2024-12-17[AggressiveInstCombine] Use APInt and avoid truncation when folding loadsAntonio Frighetto
2024-12-17[WebAssembly] Handle symbols in `.init_array` sections (#119127)George Stagg
2024-12-17[WebAssembly] Support multiple `.init_array` fragments when writing Wasm obje...George Stagg
2024-12-17[cmake] Use DetectTestCompiler from openmp directoryMichał Górny
2024-12-17[offload] Define LIBOMPTARGET_OPENMP_*_FOLDER in standalone buildsMichał Górny
2024-12-17[offload] Define OPENMP_TEST*_FLAGS in standalone buildsMichał Górny
2024-12-17[offload] [test] Add "omp" test dependency only when presentMichał Górny
2024-12-17[offload] Include CheckCXXCompilerFlag in CMakeMichał Górny
2024-12-17[offload] - Fix issue with standalone debug offload build (#104647)estewart08
2024-12-17[lld][WebAssembly] Fix use of uninitialized stack data with --wasm64 (#107780)Sam Clegg
2024-12-17[Clang][perf-training] Fix clean command in perf-helper.py (#118978)Tom Stellard
2024-12-13Bump version to 19.1.6Tobias Hieta
2024-12-03[clang] recognize hexagon-*-ld.lld variants (#117338)llvmorg-19.1.5Brian Cain
2024-12-03[AArch64][SME] Fix iterator to fixupCalleeSaveRestoreStackOffset (#110855)Sander de Smalen
2024-12-03[AArch64][SME] Return false from produceCompactUnwindFrame if VG save require...Kerry McLaughlin
2024-12-03[AArch64][Darwin][SME] Don't try to save VG to the stack for unwinding.Amara Emerson
2024-12-02[clang-repl] Fix generation of wasm binaries while running clang-repl in brow...Anutosh Bhat
2024-12-02Bail out jump threading on indirect branches only (#117778)AdityaK
2024-12-02Bail out jump threading on indirect branches (#103688)AdityaK
2024-12-02[MC][LoongArch] Change default cpu in `MCSubtargetInfo`. (#114922)Zhaoxin Yang
2024-12-02[SLP]Check that operand of abs does not overflow before making it part of min...Alexey Bataev
2024-12-02[SLP][NFC]Add a test with the incorrect casting of the abs argument, NFCAlexey Bataev
2024-12-02[InstCombine] Drop noundef attributes in `foldCttzCtlz` (#116718)Yingwei Zheng
2024-11-25[MachineLICM] Don't allow hoisting invariant loads across mem barrier. (#116987)Florian Hahn
2024-11-25[MachineLICM] Add test case showing load hoisted across memory barrier.Florian Hahn
2024-11-25[ConstraintElim] Bail out on non-dedicated exits when adding exiting conditio...Yingwei Zheng
2024-11-25[SCEV] Fix sext handling for `getConstantMultiple` (#117093)Yingwei Zheng
2024-11-25[LoongArch] Fix GOT usage for `non-dso_local` function calls in large code modelwanglei
2024-11-25[LICM] allow MemoryAccess creation failure (#116813)DianQK
2024-11-25[lld][Hexagon] Fix R_HEX_B22_PCREL range checks (#115925)Alexey Karyakin