search for: ed181ffa

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

2012 Nov 19
0
[LLVMdev] [RFC] Passing Options to Different Parts of the Compiler Using Attributes
...a more efficiently; see -mgpopt for details." So we'll probably want to put attributes on all top level entities and not just functions. -eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121119/ed181ffa/attachment.html>
2012 Nov 13
9
[LLVMdev] [RFC] Passing Options to Different Parts of the Compiler Using Attributes
Hi! This is a proposal to expand the Attributes class to support many different options that will be accessible by all parts of the compiler. Please read and give any feedback you may have. Thanks! -bw Passing Options to Different Parts of the Compiler Problem ======= There is a growing need to pass information from the front-end to different parts of the compiler, especially