Displaying 2 results from an estimated 2 matches for "whilealex".
2013 Oct 23
0
[LLVMdev] [cfe-dev] Attach state from clang to LLVM
...it on the
floor whenever they optimize.
If you want something persistent, consider adding your own intrinsics or
function calls that are appropriately annotated as readnone etc and hope
they don't affect optimization too much.
On Wed, Oct 23, 2013 at 12:29 PM, Alejandro Jimenez Martinez <
whilealex at gmail.com> wrote:
> I’d like to evaluate a couple of extensions to a C-like language, and I
> was hoping to use Clang and LLVM to do that.****
>
> I ran into a couple of issues, and I’d appreciate if you could advise on
> the best practices to address them.****
>
> ** **...
2013 Oct 23
1
[LLVMdev] Attach state from clang to LLVM
I'd like to evaluate a couple of extensions to a C-like language, and I was
hoping to use Clang and LLVM to do that.
I ran into a couple of issues, and I'd appreciate if you could advise on the
best practices to address them.
-1- I modified Clang parser to accept the extension syntax (say a property
for a function, statement, parameter, or variable),
but how do I propagate the state