-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Steps to reproduce:
1. Uncompress the [test file](https://github.com/user-attachm…
-
> [Godbolt link (includes this and another buggy example)](https://godbolt.org/#g:!((g:!((g:!((h:codeEditor,i:(filename:'1',fontScale:14,fontUsePx:'0',j:1,lang:rust,selection:(endColumn:1,endLineN…
-
Now that we have been moving to a lower-level IR, it's starting to be feasible to experiment with non-C back ends.
I'm planning to experiment with generating x86-64 assembly directly. The goal is t…
-
The amd64 builders don't support the [SHA x86-64 extensions](https://en.wikipedia.org/wiki/Intel_SHA_extensions), so our crypto/sha256 assembly is untested, in violation of the [Assembly Policy](https…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
The maximum iterations limit is exceeded in moderate sized assemblies. Iterations grow "e…
-
### Compiler name
ART dex2oat x86_64 latest
### Compiler version
Whatever the latest version of dex2oat is today
### Compiler language
Android Java & Android Kotlin
### Compiler homepage
https:…
-
This example from the language reference is crashing stage2:
```
stage3/bin/zig build-exe test.zig
thread 1564356 panic: reached unreachable code
???:?:?: 0x6a455c3 in ??? (???)
???:?:?: 0x7220…
-
### Describe the feature you'd like
I'd like syntax highlighting for x86 and x86_64 assembly languages in code blocks.
### Describe the benefits this would bring to existing BookStack users
B…
ghost updated
7 months ago
-
**Description of the bug**
I have run Eukulele within the singularity container provided by pipeline and it seems like URI::Escape is missing in its perl installation, which is causing problems wit…
-
For the below sample source file - the assembly code generated is incorrect.
Sample.c:
```
struct sample {
struct sample *next;
char a;
};
char function (char);
void test(void);
…