opencilk-project icon indicating copy to clipboard operation
opencilk-project copied to clipboard

Monorepo for the OpenCilk compiler. Forked from llvm/llvm-project and based on Tapir/LLVM.

Results 44 opencilk-project issues
Sort by recently updated
recently updated
newest added

…p, that can't be instrumented through normal means. This PR addresses issue OpenCilk/opencilk-project#267.

Updates to intrinsics and attributes in preparation for passing the frame to the runtime when looking up a view. 1. Remove `HyperToken`. This was an idea I had for implementing...

### Describe the bug Enabling allocfn instrumentation using CSI when the code contains strdup causes a compiler crash. We use cilkscale for a minimal example, but the crash is reproducible...

bug

Hello, I can't get to build OpenCilk hello-world program and keep getting same error messages on ARM64 Redhat Linux that don't seem to happen to anybody on the internet before...

Compiling some code gave the warning ``` warning: Tapir loop not transformed: failed to use divide-and-conquer loop spawning. Compile with -Rpass-analysis=loop-spawning for more details. [-Wpass-failed=loop-spawning] ``` However, this warning seems...

Bumps the github-actions group with 9 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3.1.0` | `4.2.2` | | [actions/upload-artifact](https://github.com/actions/upload-artifact)...

dependencies
github_actions

Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 2.1.2. Commits d97731b 2.1.2 fd1634e symlink tweak from main See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar-fs&package-manager=npm_and_yarn&previous-version=2.1.1&new-version=2.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies
javascript

### Describe the bug Code triggers an assert ### Expected behavior expect for it to compile as it did for an old version ### OpenCilk version broken versions clang version...

bug

### Describe the bug Triggered an assertion failed when compiling some code ### Expected behavior for the code to compile successfully as it did with opencilk based on clang 16...

bug

This error is on dev/19.x. Compile the input file (text bitcode) `-O1 -fopencilk`. [compress.txt](https://github.com/user-attachments/files/18855510/compress.txt) The compiler crashes with ``` Assertion failed: ((Flags & RF_IgnoreMissingLocals) && "Referenced value not in value...

bug