search for: load_addr_expr

Displaying 2 results from an estimated 2 matches for "load_addr_expr".

2014 Jun 23
3
[LLVMdev] Proposal: Improved regression test support for RuntimeDyld/MCJIT.
...are easier to discuss in the concrete, so I've attached a basic implementation of this idea. The following discussion is in terms of my patch, but I'm very open to tweaking all this. The language I've implemented is: test = expr '=' expr expr = '*{' number '}' load_addr_expr | binary_expr | '(' expr ')' | symbol | number load_addr_expr = symbol | '(' symbol '+' number ')' | '(' symbol '-' number ')' binary_expr = expr '+' expr | expr &...
2014 Jun 24
4
[LLVMdev] Proposal: Improved regression test support for RuntimeDyld/MCJIT.
...asic implementation of this idea. The following discussion is in terms of >> my patch, but I'm very open to tweaking all this. >> >> The language I've implemented is: >> >> test = expr '=' expr >> >> expr = '*{' number '}' load_addr_expr >> | binary_expr >> | '(' expr ')' >> | symbol >> | number >> >> load_addr_expr = symbol >> | '(' symbol '+' number ')' >> | '(' symbol '-' number ...