search for: tsingray

Displaying 5 results from an estimated 5 matches for "tsingray".

2012 Mar 08
1
[LLVMdev] fix a "does not name a type" bug in VASTContext.h
Hi all, I find a bug in the VASTContext.h of the latest clang. I fixed it and commit a patch for it. As follows: >From 447d31176b513a03b253eb25ef314c2a3c0e428a Mon Sep 17 00:00:00 2001 From: Tsingray <tsingray at buildbot-slave-desktop.(none)> Date: Thu, 8 Mar 2012 22:11:54 +0800 Subject: [PATCH] fix a 'does not name a type' bug in VASTContext.h --- include/clang/AST/ASTContext.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/clang/AST/ASTConte...
2011 Sep 23
2
[LLVMdev] constantexpr problem
...lled the use_empty() on that global variable. I got no empty because a constantexpr use the global variable. I wonder whether there is any way to erase the constantexpr which is useless to me but occupying the global variable. best regard! yours. Tsingray -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110923/44b520a3/attachment.html>
2012 Apr 04
1
[LLVMdev] GSoC2012 proposal -- A new Back-end for polyhedral Optimization framework for LLVM (Polly)
.... Now, I re-evaluate my proposal and something interesting is added to the new one. :) On Fri, Mar 30, 2012 at 5:52 AM, Tobias Grosser <tobias at grosser.es> wrote: > Hi Qingrui Liu, > > sorry for replying slowly. > > Here some comments: > > > On 03/24/2012 02:47 PM, Tsingray Liu wrote: > >> Hi all, >> My name is Qingrui Liu, a student at Sun Yat-sen University, China. >> I have been working on high level synthesis project which is implemented >> as a back-end of LLVM, in the last two years. When I want to use Polly to >> >> gen...
2012 Mar 29
0
[LLVMdev] GSoC2012 proposal -- A new Back-end for polyhedral Optimization framework for LLVM (Polly)
Hi Qingrui Liu, sorry for replying slowly. Here some comments: On 03/24/2012 02:47 PM, Tsingray Liu wrote: > Hi all, > My name is Qingrui Liu, a student at Sun Yat-sen University, China. > I have been working on high level synthesis project which is implemented > as a back-end of LLVM, in the last two years. When I want to use Polly to > generate parallel LLVM-IR from Polly...
2012 Mar 24
2
[LLVMdev] GSoC2012 proposal -- A new Back-end for polyhedral Optimization framework for LLVM (Polly)
Hi all, My name is Qingrui Liu, a student at Sun Yat-sen University, China. I have been working on high level synthesis project which is implemented as a back-end of LLVM, in the last two years.When I want to use Polly to generate parallel LLVM-IR from Polly-IR for me as input to my high level synthesis tools at the begining of this year, I found that Polly's back-end is not flexible and