search for: mgpopt

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

2012 Nov 19
0
[LLVMdev] [RFC] Passing Options to Different Parts of the Compiler Using Attributes
...hat the mips guys will want to support some day (there are probably better options but this was the first the came to mind). "-G num Put definitions of externally-visible data in a small data section if that data is no bigger than num bytes. GCC can then access the data 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