Daniel Kiss

Results 7 issues of Daniel Kiss

LLD doesn't generate a landing pad for the PLT entry that belong to the relative vtables. Small reproducer: main.cpp ``` #include "v.hpp" int main() { A* a = new B();...

lld
backend:AArch64

as proposed https://github.com/llvm/llvm-project/pull/74358#discussion_r1462172419 here let's make possible to mix `target_clones` with `target_version`. ```c __attribute__((target_clones("dotprod", "aes"))) int callee(void) { return 42; } __attribute__((target_version("default"))) int callee(void) { return 0; } int caller(void)...

proposal

Checklist: (mark with ``X`` those which apply) * [ ] If an issue reporting the bug exists, I have mentioned it in the PR (do not bother creating the issue...

Addresses PR #200. As for any pull request, please make sure to go through the below checklist. Checklist: (mark with ``X`` those which apply) * [X] If an issue reporting...

proposal

Availability of an intrinsic is sometimes gated on a feature macro like: __ARM_FEATURE_RNG. these macros only turned on when the compilation unit compiled for a given architecture e.g. with `march`...

proposal

1. Start atom 2. Add a file to bookmark from a nuclide project 3. Restart atom. **Atom**: 1.25.1 x64 **Electron**: 1.7.11 **OS**: Mac OS X 10.13.4 **Thrown From**: [file-bookmark](https://github.com/akalajzi/atom-file-bookmark) package...

Libunwind manages the registers/context including the program counter which is used effectively as a return address. __libunwind_Registers_arm64_jumpto can go anywhere where the given buffer 's PC points to. To increase...

libunwind