Skip to content

Tags: mrpim-project/llvm-project

Tags

2025.1.0

Toggle 2025.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
dpu: lldb: Reduce amount of reading for WRAM/MRAM write alignement (u…

…pmem#103)

2024.2.0

Toggle 2024.2.0's commit message
dpu: llvm & clang: remove builtin dpu_seqread_get

The builtin lowering is ill-formed with arithmetic+comp+branch instruction.
Emit a splitted version in EmitInstrWithCustomInserter to recombine later
is too complicated.

This commit revert to what it was before, a simple function call in the runtime library.

This revert the followings:

"dpu: llvm: seqread_get: force incr to be a positive signed char to be optimized"
This reverts commit cfc4828

"dpu: llvm: enumerate every nc condition to convert pageSizeLog2"
This reverts commit 3c67e43.

"dpu: llvm & clang: add builtin dpu_seqread_get"
This reverts commit 301a2e2

2024.1.0

Toggle 2024.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.

2023.2.0

Toggle 2023.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add possible deprecation warning to dpu clang (upmem#73)

The variable OS_DEPRECATION_WARNING is defined in the dpu_tools CMakeLists.txt, and adds a deprecation on affected distributions.

2023.1.0

Toggle 2023.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
set cmake policies for CMP0114 and CMP0116 to OLD to avoid warning

* Harmonize cmake_policy() across standalone builds of all projects

Move `cmake_policy()` settings from `llvm/CMakeLists.txt` into a shared
`cmake/modules/CMakePolicy.cmake`.  Include it from all relevant
projects that support standalone builds, in order to ensure that
the policies are consistently set whether they are built in-tree
or stand-alone.

Differential Revision: https://reviews.llvm.org/D136572

* Disable windows and macos github actions since we don't support those systems.

Co-authored-by: Michał Górny <mgorny@gentoo.org>

2021.4.0

Toggle 2021.4.0's commit message
dpu: lldb: Ignore errors when looking up error_storage variable

2021.3.0

Toggle 2021.3.0's commit message
dpu: Enable support for ASM input/output/clobber constraints

2021.2.0

Toggle 2021.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dpu: llvm: Add support for EXTLOAD when emitting multiplications, closes

 upmem#59 (upmem#60)

2021.1.3

Toggle 2021.1.3's commit message
dpu: llvm: Fix issue with 64-bit rotation

Fix upmem#57

2021.1.2

Toggle 2021.1.2's commit message
dpu: llvm: Fix issue with 64-bit rotation

Fix upmem#57