search for: 44d420b9

Displaying 3 results from an estimated 3 matches for "44d420b9".

2013 Jul 24
1
[LLVMdev] -Os
...ll move to be function attributes. The backend will be changed to use those attributes instead of command line options. That should solve this problem. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130724/44d420b9/attachment.html>
2013 Jul 23
0
[LLVMdev] -Os
On Jul 23, 2013, at 3:40 PM, Renato Golin <renato.golin at linaro.org> wrote: > On 23 July 2013 19:36, Jim Grosbach <grosbach at apple.com> wrote: > This isn’t just a nitpick. This is exactly why you’re seeing differences. The pass managers aren’t always set up the same, for example. > > FWIW, I feel your pain. This is a long-standing weakness of our infrastructure. >
2013 Jul 23
2
[LLVMdev] -Os
On 23 July 2013 19:36, Jim Grosbach <grosbach at apple.com> wrote: > This isn’t just a nitpick. This is exactly why you’re seeing differences. > The pass managers aren’t always set up the same, for example. > > FWIW, I feel your pain. This is a long-standing weakness of our > infrastructure. > Jim, A while ago I proposed that we annotated the options the front-end passed