Displaying 5 results from an estimated 5 matches for "gnfhd_jkeqaj".
2016 Jun 26
2
[GSoC 2016] [Weekly Status] Interprocedural Register Allocation
...mization level, indirect function calls are getting
converted to direct function calls so I request interested community member
to guide me. We can have discussion about this on Monday morning (PDT).
More discussion on this can be found at here :
https://groups.google.com/d/msg/llvm-dev/dPk3lKwH1kU/GNfhD_jKEQAJ
Testing:
======
During this week I think that IPRA optimization is more stabilized after
having bug fix so have run test-suite with that and also as per suggestion
form Quentin Colombet I tested test-suite with only codegen order changed
to bottom up on call graph. Overall this codegen order i...
2016 Jun 21
0
[GSoC 2016] [Weekly Status] Interprocedural Register Allocation
On Tue, Jun 21, 2016 at 1:45 AM, Matthias Braun <matze at braunis.de> wrote:
>
> > On Jun 20, 2016, at 12:53 PM, Sanjoy Das via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
> >
> > Hi Vivek,
> >
> > vivek pandya via llvm-dev wrote:
> > > int foo() {
> > > return 12;
> > > }
> > >
> > >
2016 Jul 25
2
[GSoC 2016] [Weekly Status] Interprocedural Register Allocation
...converted to direct function calls so I request interested community member
>>>> to guide me. We can have discussion about this on Monday morning (PDT).
>>>> More discussion on this can be found at here :
>>>> https://groups.google.com/d/msg/llvm-dev/dPk3lKwH1kU/GNfhD_jKEQAJ
>>>>
>>>>
>>>> Testing:
>>>>
>>>> ======
>>>>
>>>> During this week I think that IPRA optimization is more stabilized
>>>> after having bug fix so have run test-suite with that and also as per
>>&g...
2016 Jun 20
2
[GSoC 2016] [Weekly Status] Interprocedural Register Allocation
> On Jun 20, 2016, at 12:53 PM, Sanjoy Das via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Hi Vivek,
>
> vivek pandya via llvm-dev wrote:
> > int foo() {
> > return 12;
> > }
> >
> > int bar(int a) {
> > return foo() + a;
> > }
> >
> > int (*fp)() = 0;
> > int (*fp1)(int) = 0;
2016 Jul 10
2
[GSoC 2016] [Weekly Status] Interprocedural Register Allocation
...lls are getting
>> converted to direct function calls so I request interested community member
>> to guide me. We can have discussion about this on Monday morning (PDT).
>> More discussion on this can be found at here :
>> https://groups.google.com/d/msg/llvm-dev/dPk3lKwH1kU/GNfhD_jKEQAJ
>>
>>
>> Testing:
>>
>> ======
>>
>> During this week I think that IPRA optimization is more stabilized after
>> having bug fix so have run test-suite with that and also as per suggestion
>> form Quentin Colombet I tested test-suite with only co...