search for: lee2041412

Displaying 3 results from an estimated 3 matches for "lee2041412".

2013 Jul 20
0
[LLVMdev] Request to review patch for bug #14792
On Thu, Jul 18, 2013 at 10:31 PM, Yun-Wei Lee <lee2041412 at gmail.com> wrote: > Thank for your suggestion. > > I have tried to use GetAlignedArgumentStackSize. > It is so strange that this function may output uncorrectly. > For example, the StackSize will be 40 when handling the third function call > in main. > If I modified the t...
2013 Jul 18
3
[LLVMdev] Request to review patch for bug #14792
http://llvm.org/bugs/show_bug.cgi?id=14792 Problem: In the i386 ABI Page 3-10, it said that the stack is aligned. However, the two example code show that does not handle the alignment correctly when using variadic function. For example, if the size of the first argument is 17, the overflow_arg_area in va_list will be set to "address of first argument + 16" instead of "address of
2013 May 01
1
[LLVMdev] gsoc 2013
Hello, it may a bit too late. I want to join gsoc 2013 and my proposal is to do static analyze on gpu programming, such as CUDA. Recently, I have been studying materials relating to SSA, data flow analysis, fixed point theory and etc under the instruction of one of the Ph.D in UIUC. After discuss with him, we came up this proposal. I think I can do this well because I am also familiar with many