Hi Mehdi,
> On 18 Dec 2015, at 23:17, Mehdi Amini wrote:
>
> The alternative to the command line flag is to encode the optimization level
> in the bitcode itself.
You may have answered Joerg's question here - I take it this is not yet
implemented?
James
IMPORTANT NOTICE: The contents of this
loladiro added a comment.
bump again
Repository:
rL LLVM
http://reviews.llvm.org/D13419
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Sent from my iPhone
> On Dec 18, 2015, at 11:11 PM, James Molloy wrote:
>
> Hi Mehdi,
>
>> On 18 Dec 2015, at 23:17, Mehdi Amini wrote:
>>
>> The alternative to the command line flag is to encode the optimization level
>> in the bitcode itself.
>
> You may have answered Joerg's question h
It's interesting to think about, but not something I'm intending to attack
right now.
I mainly just wanted to know the answer to Joerg's question, and now I do :)
James
On Sat, 19 Dec 2015 at 17:17, Mehdi Amini via cfe-commits <
cfe-commits@lists.llvm.org> wrote:
>
>
> Sent from my iPhone
>
> >
> On Dec 19, 2015, at 8:11 AM, James Molloy wrote:
>
> It's interesting to think about, but not something I'm intending to attack
> right now.
>
> I mainly just wanted to know the answer to Joerg's question, and now I do :)
I missed Joerg’s question earlier, I didn’t know what you were refe
This revision was automatically updated to reflect the committed changes.
Closed by commit rL256104: Driver part of debugger tuning. (authored by
probinson).
Changed prior to commit:
http://reviews.llvm.org/D15651?vs=43259&id=43304#toc
Repository:
rL LLVM
http://reviews.llvm.org/D15651
Fil
Author: probinson
Date: Sat Dec 19 13:41:48 2015
New Revision: 256104
URL: http://llvm.org/viewvc/llvm-project?rev=256104&view=rev
Log:
Driver part of debugger tuning.
Adds driver options named -glldb and -gsce to mean -g plus tuning for
lldb and SCE debuggers respectively; the existing -ggdb opt
ehsan created this revision.
ehsan added reviewers: rnk, rsmith.
ehsan added a subscriber: cfe-commits.
This fixes PR25875. When the trailing comma in a macro argument list is
elided, we need to treat it similarly to the case where a variadic macro
misses one actual argument.
http://reviews.llvm
vsk created this revision.
vsk added a reviewer: rjmccall.
vsk added a subscriber: cfe-commits.
[CodeGen] Fix assignments of inline layouts into the byref structure
When using blocks, a byref structure is created to represent the
closure. The "byref.layout" field of this structure is an i8*. Howe