search for: 0e481f89

Displaying 3 results from an estimated 3 matches for "0e481f89".

2012 Nov 19
0
[LLVMdev] [RFC] Passing Options to Different Parts of the Compiler Using Attributes
Querying > -------- > > The attributes are attached to the function. It's therefore trivial to > access > the attributes within the middle- and the back-ends. Here's an example of > how > attributes are queried: > Just had a thought, what about compile options that change alignment/layout/section placement of globals etc? For example the -G <num> option in
2012 Nov 22
3
[LLVMdev] [RFC] Passing Options to Different Parts of the Compiler Using Attributes
...ose can be directly represented in LLVM IR today, but if there were a good reason to, I can see extending attributes to work on globals someday. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121122/0e481f89/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