Search code examples
LLVM Error When Using a Pass from Another Pass...


c++compiler-constructionllvmstatic-analysis

Read More
Convert HTML table into plain text using Lex and Yacc...


htmlcompiler-constructionflex-lexeryacclex

Read More
Can I translate an AST to SSA, or do I need to translate to a CFG then to SSA?...


compiler-constructioncontrol-flowcontrol-flow-graphssa

Read More
How does a compiler (C/C++) identify a comment?...


ccompiler-construction

Read More
How to build a scanner with stringtokenizer...


javaeclipsecompiler-constructionstringtokenizer

Read More
How are base pointers able to know the memory location of base members in a derived class instance?...


c++inheritancecompiler-constructionruntime

Read More
What _did_ the C operators /\ and \/ do?...


ccompiler-constructionoperatorshistoryalgol

Read More
Are these grammars left recursive and why?...


compiler-constructioncontext-free-grammarleft-recursion

Read More
Compiling a Java Class in memory with `lombok` annotations and Java JDK 8...


compiler-constructionjava-8lombok

Read More
Conflict Bison parser...


ccompiler-constructionbisonlex

Read More
Javascript Compiler in .Net giving errors...


c#.netjavascriptvb.netcompiler-construction

Read More
What are function epilogues and prologues?...


assemblycompiler-constructionterminologycpu-architecturecalling-convention

Read More
How to find FIRST and FOLLOW...


compiler-constructioncontext-free-grammar

Read More
bisonc++ inheritance with polymorphic...


c++parsingcompiler-constructionabstract-syntax-treebisonc++

Read More
C# and Metadata File Errors...


c#.netwinformscompiler-constructioncodedom

Read More
Generated ELF executable segfaults during startup...


compiler-constructionposixelf

Read More
Shift reduce conflicts in mid rule action bison...


compiler-constructiongrammarbisonbnfshift-reduce-conflict

Read More
Is it safe to use double quote to initialize string as using generic algorithm in C++?...


c++stringgenericscompiler-construction

Read More
How does the compiler know which catch block to take?...


c++exceptioncompiler-construction

Read More
Swift Explicit vs. Inferred Typing : Performance...


performancetypescompiler-constructionswift

Read More
JFlex Lexer that distinguishes "Class brackets" and "Method bracket"...


javacompiler-constructiontokenlexerjflex

Read More
shift/reduce conlfict and how to solve...


compiler-constructiongrammarreduceshiftbnf

Read More
Is it possible to compile to machine code in Java without an external program?...


javagccassemblycompiler-constructionjvm

Read More
Sablecc shift/reduce conflicts on productions with identifiers...


parsingcompiler-constructionshift-reduce-conflictsablecc

Read More
Can anybody explain it to me in detail how to draw transition diagram (DFA/NFA) in theory of compute...


computer-sciencefinite-automatacomputation-theorycompiler-construction

Read More
How to bolt on ANTLR 4 front to GCC Generic/GIMBLE?...


gcccompiler-constructionantlrantlr4

Read More
llvm ir not behaving as expected...


compiler-constructionllvmcode-generationllvm-ir

Read More
How to declare a memory of size n x n in c....


ccompiler-constructionyacclex8051

Read More
Which has a better application for compiler design?...


compiler-constructioncompiler-optimization

Read More
Can this be parsed by a LALR(1) parser?...


parsingcompiler-constructionbisonlalrshift-reduce-conflict

Read More
BackNext