Displaying 20 results from an estimated 3000 matches similar to: "[LLVMdev] Summer of Code:TBAA Implementation"
2010 Mar 23
7
[LLVMdev] Summer of Code ideas
On Mar 22, 2010, at 4:34 PM, Nick Frolov wrote:
>> There is a high maintenance cost to having backends in the tree (every
>> codegen change requires updating all backends). Adding stuff that
>> noone uses and can barely test is not goodness.
>
> So, proposing a backend for an unpopular architecture is not a good idea
> for GSoC project in general?
We generally prefer
2010 Mar 25
0
[LLVMdev] Summer of Code idea -- detecting undefined behavior
Hi, dear LLVMers
I am Qiuping Yi. I am interested in John's SoC project idea, developing
Clang's support for detecting undefined behaviors in C/C++, and hope John
to be my mentor.
I wish to implement detecting some undefined behaivors ranging from
easy (such as detecting divide by zero) to rather troublesome ones
(such as detecting references to out-of-scope automatic variables).
I
2010 Mar 23
0
[LLVMdev] Summer of Code idea -- detecting undefined behavior
Is anyone interested in a SoC project to further develop Clang's support
for detecting undefined behaviors in C/C++?
This is actually a collection of many smaller projects ranging from very
easy (detecting divide by zero) to rather nasty (detecting references to
out-of-scope automatic variables).
If someone does this, I'm happy to help mentor, provide test cases, etc.
If done well,
2014 Jun 20
1
zuzufarah Help with ggplot 2 error: Aesthetics must either be length one, or the same length as the dataProblems
WUA_table<-WUA.df[,2:dim(WUA.df)[2]]
WUA_discharge<-WUA.df[,1]
colour_scheme<-palette(rainbow(dim(WUA_table)[2]))
# Main scatterplot
p1 <- ggplot(NULL, aes(WUA_discharge,WUA_table)) +
geom_line() +
scale_color_manual(values=colour_scheme)+
scale_x_continuous(expand = c(0, 0)) +
scale_y_continuous(expand = c(0, 0)) +
expand_limits(y = c(min(WUA_table) -
2010 Mar 26
0
[LLVMdev] Summer of Code idea -- detecting undefined behavior
I know pc-lint is working fine on detecting some nasty coding fault.
But is it illegal implement it in clang? And also there is so much
other tools for code analyze:)
2010/3/26, yiqiuping1986 <yiqiuping1986 at 126.com>:
> 呵呵,不急,还有一学期的时间。
>
>
> 2010-03-26
>
>
>
> yiqiuping1986
>
>
>
> 发件人: 罗勇刚(Yonggang Luo)
> 发送时间: 2010-03-26 15:05:33
> 收件人:
2011 Mar 26
0
[LLVMdev] [GSoC 2011] Improving LLVM's support for profile information
Hi,all:
My name is Wei Wu and I would like to participate in Google Summer of
Code 2011.I'm willing to improve LLVM's support for profile
information,follow Bob Wilson's proposal[1].After read his proposal I
have some questions below:
1.Is the "__builtin_expect" works now and how to use it?
I have searched llvm's trunk and found it in two files
2010 Mar 22
6
[LLVMdev] Summer of Code ideas
Hi,
I intend to participate in Google's Summer of Code this year, so I'd
like to bounce another idea around to see what you guys think. (I posted
a similar message to cfe-dev just now.) Be warned: this will shock you.
It may even horrify you.
1. Implement a 16-bit x86 backend. (*Chris recoils in horror*) Yeah, I
know 16-bit x86 is dead, but I find it interesting for historical
purposes
2010 Mar 24
0
[LLVMdev] Summer of Code ideas —— reducing memory access latency
Hi, everybody!
My name is Qiuping Yi, and I am a grade-two master student of Institute of Software Chinese Academy of Sciences, Beijing, China.
I know LLVM is listed as one of the mentoring organisation for the Google summer of code this year. Last year I began to touch LLVM, and now relatively familiar with its soucecode. I major in program analysis and verification, and pay close attention to
2007 Nov 20
2
virtual user login
Hi,
I have server with multiple virtual domains and this server also accepts
mail for the local domain.
I'm using postfix and have the following setup for a virtual
sales at domain.com mapped to custsales at localhost
I was wondering if there is a way to login with the virtual email address,
for example sales at domain.com?
I would also like to still be able to login with the local user
2010 Mar 23
4
[LLVMdev] "Different" Summer of Code Ideas
Hello LLVMers (in particular, LLVMers interested in GSoC),
Since people seem interested in GSoC project ideas, here is one that
might not be totally obvious -- work on LLVM's testing infrastructure!
:)
I have been working hard on modernizing our nightly test performance
monitoring software, but there is a lot more work to be done. As LLVM
developers, we rely on this software for tracking
2010 Mar 25
0
[LLVMdev] "Different" Summer of Code Ideas
Hi Daniel,
I'm an interested student in that idea I enjoy building web apps and I
have good experience. I've worked with PHP, Javascript (Jquery, Dojo,
...), Java (JSF, Struts, ...), and some databases (MySQL, PostgreSQL,
...) ... for more than 7 years. I graduated in 2005 and this year I've
started doing Masters. For this year I have to study LLVM because it
can be part of my thesis
2013 Aug 13
2
[LLVMdev] How to eliminate duplicated load/store IR in LLVM?
Hi,
We are writing a binary translator with LLVM. There are a lot of
duplicated load/store IR instruction generated by our binary translator.
Is there any kind of optimization pass which can eliminate those
duplicated load/store instruction? We know that this kind of optimization
can be harmful under some circumstances such as multi-threading, but it's
safe in our model.
Bin LI,
2013 Aug 13
0
[LLVMdev] How to eliminate duplicated load/store IR in LLVM?
Depending on the situation, you either want to use mem2reg or GVN.
Sent from my iPhone
On Aug 13, 2013, at 1:02 AM, "Li Bin" <richardustc at gmail.com<mailto:richardustc at gmail.com>> wrote:
Hi,
We are writing a binary translator with LLVM. There are a lot of duplicated load/store IR instruction generated by our binary translator.
Is there any kind of optimization
2003 Aug 07
1
questions about "connection refused"
Dear all:
I installed the rsync 2.5.4 in my two machine (192.168.1.30 and
192.168.1.120, both are AIX OS) to backup data each other. The
software`s installation is ok, and I can copy local files. But when I
try to backup data between two machines, there reports some errors:
>./bin/rsync -avz 192.168.1.30::web ./backup-3000/
rsync: failed to connect to 192.168.1.30: Connection refused
2012 May 08
2
PPM to BMP converter
Dear all,
Several days ago, I posted How to write a bmp file pixel by pixel. Instead of bmp, I succeeded in writing a PPM file by using the pixmap package. Thanks for the hint generously provided by Uwe Ligges.
Now I have a new question. How to convert a PPM file to BMP file in R? I know I can do this in photoshop or by some other softwares, but I think if I Can do this in R, that
2009 Mar 30
0
[LLVMdev] I really cherish this chance for google summer code 2009, If I can do something for LLVM?
*hi:*
here is introduce about myslef:
*my personal information:*
*name:chinese name:Bo Wang*
* english name:Gawain*
* *
*Address:Grid Computing group in FIT Building, Tsinghua University, Beijing,
China,100084*
* *
*Phone number(s): +86(010)51537383 ,mobile phone :+8613811700806*
*E-mail address :gawain102000 at gmail.com*
I have spent a long time studying the implementation of LCC
2010 Mar 19
0
[LLVMdev] Summer of Code
douglas at dcc.ufmg.br wrote:
> Dear LLVMers,
>
> [snip]
> Well, there are many other applications. In short, I would like to know if
> the LLVM community would be interested in such a project. I have been
> working on this for two months, and I am pretty confident I can implement
> a good range analysis. I am basing my work on a paper by Zhendong and
> Wagner: "A
2009 Feb 23
1
how todefine an variable/column in a dataframe as numeric mode
Hello dear R-users,
I have a tricky problem of data manipulation with R. Although it seems
very easy, I can not solve it by myselves.
The problem is a variable in my dataset is usually be readed as
"factor" (variable mode), however I want it be a "numeric" one. I want
to know how can I define an variable/column in a dataframe as numeric
mode, after I imported a large
2012 May 04
1
How to write a BMP file pixel by pixel?
Dear all,
I open a bmp device by the bmp() function in the png package, but I don't know how to write color pixel by pixel into the file? Any help or hint?
What I want to do is to create a 512*512 bmp file with certain dots being red and others black. I have all the pixel coordinates for the red dots, but I don't know how to draw the color on the device.
Please help
2010 Mar 19
6
[LLVMdev] Summer of Code
Dear LLVMers,
my name is Douglas, and I would like to participate in the Summer of
Code this year. I am currently a Computer Science student at the
Federal University of Minas Gerais, Brazil, and I work as a research
assistant at the Programming Languages Lab, in that university. I work
together with Andre Tavares and Andrei Rimsa, two summer of coders
last year, and my advisor is Fernando