Displaying 7 results from an estimated 7 matches for "hideto".
Did you mean:
hideo
2019 Apr 03
2
[GSoC] Improve function attribute inference
Hi Johannes.
My name is Hideto Ueno. I’m interested in working on GSoC project, “Improve
(function) attribute inference”.
As far as I see [0] and related patches, you have already implemented
algorithms for many of the deducible function attributes with the new
framework “Attributor”. I doubt whether there is still room for imp...
2019 Mar 10
2
GSoC2019 - Improve function attribute inference
Hi Nuno and Devs,
My name is Hideto Ueno and I'm a 3rd-year cs student at the University of
Tokyo, Japan. I’m very interested in gsoc project “Improve function
attribute inference” and I have a question about this.
I’m now reading llvm/Transforms/IPO/FunctionAttrs.cpp and relevant code
because I thought the current algorithm is...
2019 Dec 08
2
How to generate a .ll file with functions' parameter names
Hi all,
I'm trying to obtain a .ll with parameters name for every function. My
simple c C is the following:
int sum(int a, int b) {
return a+b;
}
int main() {
sum(1,2);
}
I obtain the .ll with the following commands:
clang -emit-llvm sum.c -c
llvm-dis-7 sum.bc
The obtained .ll is:
cat sum.ll
; ModuleID = 'sum.bc'
source_filename = "sum.c"
target datalayout =
2019 Dec 08
2
How to generate a .ll file with functions' parameter names
Hi Hideto,
thanks for your answer. Unfortunately I'm still using llvm 6.0 and in
llvm-dis I don't see that option. I tried reading the full list of options
but I didn't see an alternative.
Do you have any suggestions?
Thanks
Alberto
Il giorno dom 8 dic 2019 alle ore 08:50 Hideto Ueno <
ueno...
2020 Mar 13
3
[GSOC] "Project: Improve inter-procedural analyses and optimisations"
Hi all,
My name is Fahad Nayyar. I am an undergraduate student from India.
I am interested to participate in GSOC under the project “Improve
inter-procedural analyses and optimizations”.
I have been using LLVM for the past 8 months. I have written various
intra-procedural analysis in LLVM as FunctionPass for my course projects
and research projects. But I’ve not contributed to the LLVM
2020 Mar 14
3
[GSOC] "Project: Improve inter-procedural analyses and optimisations"
...gt; Hi Fahad,
>
> We're all happy to see you being interested in LLVM! More so in the
> Attributor! I'm a relatively new contributor so I
> think I can help. Please note that the Attributor, apart from Johannes
> (who CC'd), has at least another 2 great
> contributors, Hideto and Stefan (who I also CC'd). They were among the
> initial creators.
>
> In the rest of this post I'll try to help you familiarize yourself with
> the Attributor and maybe answer your questions.
> Johannes can then give you specific things to do to get started.
>
> Sta...
2020 Mar 16
3
[GSOC] "Project: Improve inter-procedural analyses and optimisations"
...e all happy to see you being interested in LLVM! More so in the
>>> Attributor! I'm a relatively new contributor so I
>>> think I can help. Please note that the Attributor, apart from Johannes
>>> (who CC'd), has at least another 2 great
>>> contributors, Hideto and Stefan (who I also CC'd). They were among the
>>> initial creators.
>>>
>>> In the rest of this post I'll try to help you familiarize yourself with
>>> the Attributor and maybe answer your questions.
>>> Johannes can then give you specific th...