neon12345
neon12345
There is support for VectorType with translate_binary_operator for llvm::BinaryOperator but not for llvm::CmpInst. Is it possible to transfer the vector handling from translate_binary_operator to translate_cmp and extend Type::is_unsigned_integer(), Type::is_signed_integer() for...
There is `functionQualifiers : 'const'? 'async'? 'unsafe'? ('extern' abi?)? ;` in the rust grammar from grammars-v4. This seems to give an empty stop on the FunctionQualifiersContext. Is this intentional?
usage: ``` ... TreeViewer viewer = new TreeViewer(Arrays.asList(parser.getRuleNames()), tree); BufferedWriter writer = new BufferedWriter(new OutputStreamWriter(System.out)); viewer.toSVG(writer); ```
Some test hang in "Task::read_bytes_fallible" for me. This is due to the workaround running indefinitely: ``` if (0 == nread && 0 == all_read && 0 == errno) { ......
I get a "Program stopped" (Suspended: Signal : 0:Signal 0) on execve calls in rr replays and a continue results in a stop loop with no progress. I was unable...
Problem: Framebuffer capture with VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME does not work. I have tried this with a simple implementation, but ffmpeg is a better way to reproduce the issue. The captured frames have...
For the Swift v5 grammar there is a huge performance problem: The fillUp function in the SwiftSupport class uses a lot of resources/time due to the way the LA and...
I am the author of a tool for converting the antlr parse tree into a denser AST, which can output a standalone JavaScript version to query/transform/print/visualize using CSS selectors. (The...
A possible starting point for future development.
Contains information about the visuals and data format.