search for: gsoc2019

Displaying 2 results from an estimated 2 matches for "gsoc2019".

Did you mean: gsoc2011
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 implemented there. Are there any other files closely related to
2019 Mar 06
2
GSoC2019 - DebugInfo should not effect codegen
Hi all, I'm interested in participating this GSoC with llvm. I would like to contribute on the project idea "DebugInfo should not effect codegen". Over the past few days, I have gone through some bugs reported at bugzilla that cause different codegen behavior of same program. Bugs I have been looking at are:     1. [fuzzDI] -O1 + `-g` cause the generated code to change.