search for: andrelct

Displaying 20 results from an estimated 39 matches for "andrelct".

2009 May 25
2
[LLVMdev] LLVM-gcc for Ada
...on it appears in.) >> ../../gcc/c-format.c: In function 'check_format_info': >> ../../gcc/c-format.c:1304: error: 'warn_format_security' undeclared >> (first use in this function) >> make[2]: *** [c-format.o] Error 1 >> make[2]: Leaving directory `/home/andrelct/apps/llvm-gcc/build/gcc' >> make[1]: *** [all-gcc] Error 2 >> make[1]: Leaving directory `/home/andrelct/apps/llvm-gcc/build' >> make: *** [all] Error 2 >> > > Looks like you forgot to specify --enable-llvm when configuring > llvm-gcc. > > Ciao, > &...
2009 May 25
0
[LLVMdev] LLVM-gcc for Ada
...you arrange to use the right gcc for the build? Maybe that's getting in the way of g++ somehow. > Do you have an idea of what it is? I suggest you do like this: make sure the system C++ compiler is working and in your path. To use the Ada enabled gcc for building do: export PATH=/home/andrelct/apps/gnat-2007/bin:$PATH before configuring, building etc. (Assuming this is where the GNAT GPL 2007 gcc is). > My new config is > ../configure --enable-languages=c,c++,fortran,ada --disable-bootstrap > --disable-nls --disable-multilib --enable-checking > --program-prefix=llvm- --pref...
2009 May 25
1
[LLVMdev] LLVM-gcc for Ada
...../gcc/c-format.c:48: error: for each function it appears in.) ../../gcc/c-format.c: In function 'check_format_info': ../../gcc/c-format.c:1304: error: 'warn_format_security' undeclared (first use in this function) make[2]: *** [c-format.o] Error 1 make[2]: Leaving directory `/home/andrelct/apps/llvm-gcc/build/gcc' make[1]: *** [all-gcc] Error 2 make[1]: Leaving directory `/home/andrelct/apps/llvm-gcc/build' make: *** [all] Error 2 The command I used for ./cofigure was the following: > ../configure --enable-languages=c,c++,fortran,ada --disable-bootstrap > --disable-n...
2009 Jun 04
2
[LLVMdev] SSI and ABCD for LLVM
Dear Community, I'm working on a project for Google Summer of Code, to implement the ABCD and Bitwidth analysis in LLVM. I'm not going to extend the description of the project here, this link shows my proposal http://homepages.dcc.ufmg.br/~andrelct/projects/gsoc_2009/proposal. I have been in some discussions on this list about Ada and SSI that helped on my decisions up to this moment. This project is due to August, and during this period I will be posting my progress in a blog. If someone has interest in following my progress I welcome y...
2009 Jun 05
2
[LLVMdev] SSI and ABCD for LLVM
...ear Community, > > > > I'm working on a project for Google Summer of Code, to implement the > > ABCD and Bitwidth analysis in LLVM. I'm not going to extend the > > description of the project here, this link shows my proposal > > http://homepages.dcc.ufmg.br/~andrelct/projects/gsoc_2009/proposal. > > > > I have been in some discussions on this list about Ada and SSI that > > helped on my decisions up to this moment. > > > > This project is due to August, and during this period I will be posting > > my progress in a blog. If...
2009 May 18
0
[LLVMdev] llvm-java
Hello, LLVM-Java has been rendered obsolete by http://vmkit.llvm.org/ so look into using VMKit instead. --Sam ----- Original Message ---- > From: Andre Tavares <andrelct at dcc.ufmg.br> > To: LLVMdev at cs.uiuc.edu > Sent: Monday, May 18, 2009 10:09:42 AM > Subject: [LLVMdev] llvm-java > > Hello, > > I'm working on a project to remove unnecessary array bound checks in > Java. For this purpose I will need to use llvm-java. > &gt...
2009 May 18
6
[LLVMdev] llvm-java
...ava? Can someone explain how to build and use it? I saw some old emails on the list, and some about a SoC 2008 on Java, but I didn't find anything regarding its current state and documentation. Regards, -- Andre Tavares Master Student in Computer Science - UFMG - Brasil http://dcc.ufmg.br/~andrelct
2009 Jun 05
0
[LLVMdev] SSI and ABCD for LLVM
...>>> >>> I'm working on a project for Google Summer of Code, to implement the >>> ABCD and Bitwidth analysis in LLVM. I'm not going to extend the >>> description of the project here, this link shows my proposal >>> http://homepages.dcc.ufmg.br/~andrelct/projects/gsoc_2009/proposal. >>> >>> I have been in some discussions on this list about Ada and SSI that >>> helped on my decisions up to this moment. >>> >>> This project is due to August, and during this period I will be posting >>> my progr...
2009 May 26
1
[LLVMdev] LLVM-gcc for Ada
...> that's getting in the way of g++ somehow. > > >> Do you have an idea of what it is? >> > > I suggest you do like this: make sure the system C++ compiler is working > and in your path. To use the Ada enabled gcc for building do: > export PATH=/home/andrelct/apps/gnat-2007/bin:$PATH > before configuring, building etc. (Assuming this is where the GNAT > GPL 2007 gcc is). > > >> My new config is >> ../configure --enable-languages=c,c++,fortran,ada --disable-bootstrap >> --disable-nls --disable-multilib --enable-checking...
2009 Jul 06
4
[LLVMdev] LLVM Graph Representation
...ll create the graph once and will search on it a bunch of times, and will never remove a node. Is there any graph structure in LLVM I can use? What do you think about this structure I thought about? Thanks -- Andre Tavares Master Student in Computer Science - UFMG - Brasil http://dcc.ufmg.br/~andrelct
2009 Jun 04
0
[LLVMdev] SSI and ABCD for LLVM
...dre Tavares wrote: > Dear Community, > > I'm working on a project for Google Summer of Code, to implement the > ABCD and Bitwidth analysis in LLVM. I'm not going to extend the > description of the project here, this link shows my proposal > http://homepages.dcc.ufmg.br/~andrelct/projects/gsoc_2009/proposal. > > I have been in some discussions on this list about Ada and SSI that > helped on my decisions up to this moment. > > This project is due to August, and during this period I will be posting > my progress in a blog. If someone has interest in follow...
2009 Jun 05
2
[LLVMdev] SSI and ABCD for LLVM
...>>> >>> I'm working on a project for Google Summer of Code, to implement the >>> ABCD and Bitwidth analysis in LLVM. I'm not going to extend the >>> description of the project here, this link shows my proposal >>> http://homepages.dcc.ufmg.br/~andrelct/projects/gsoc_2009/proposal. >>> >>> I have been in some discussions on this list about Ada and SSI that >>> helped on my decisions up to this moment. >>> >>> This project is due to August, and during this period I will be posting >>> my progr...
2009 Jun 02
1
[LLVMdev] LLVM-gcc for Ada
...st > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > Eric, That is the same problem I had. I created a little guide in case someone gets the same trouble as mine. So here you are the link http://homepages.dcc.ufmg.br/~andrelct/blog/howto/install_llvm-gcc_with_ada_support -- Andre Tavares Master Student in Computer Science - UFMG - Brasil http://dcc.ufmg.br/~andrelct
2009 Jul 06
0
[LLVMdev] LLVM Graph Representation
On Mon, Jul 6, 2009 at 12:32 PM, Andre Tavares<andrelct at dcc.ufmg.br> wrote: > I was thinking of a list of adjacency, implemented with a > map<Instruction, Set<Node>>. The node would have an Instruction and a > value. I opted for map and set, because I will create the graph once and > will search on it a bunch of times, and...
2009 Jul 06
1
[LLVMdev] LLVM Graph Representation
Why not use SmallPtrSet instead of std::vector? Isn't there something in LLVM I can use? Eli Friedman wrote: > On Mon, Jul 6, 2009 at 12:32 PM, Andre Tavares<andrelct at dcc.ufmg.br> wrote: > >> I was thinking of a list of adjacency, implemented with a >> map<Instruction, Set<Node>>. The node would have an Instruction and a >> value. I opted for map and set, because I will create the graph once and >> will search on i...
2009 Mar 27
2
[LLVMdev] GSoC 2009 application
...terested in taking part on Google Summer of Codes 2009. My idea is not on the LLVM list, but I have written a project description to make my intentions clear. My project is attached as a pdf file. Regards, -- Andre Tavares Master Student in Computer Science - UFMG - Brasil http://dcc.ufmg.br/~andrelct -------------- next part -------------- A non-text attachment was scrubbed... Name: SSI.pdf Type: application/pdf Size: 117132 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090327/8be0658a/attachment.pdf>
2009 Aug 28
1
[LLVMdev] SimplifyCFG
...gle predecessor and it did not remove it. I also looked in the code and found nothing to remove it. I'm I missing something, or it does not remove phis with a single predecessor? My sample is attached. -- Andre Tavares Master Student in Computer Science - UFMG - Brasil http://dcc.ufmg.br/~andrelct -------------- next part -------------- A non-text attachment was scrubbed... Name: test.o Type: application/x-object Size: 1024 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090828/9135492e/attachment.o>
2010 Jan 27
0
[LLVMdev] Graph Coloring RA
...e was for an old version of LLVM. I have ported it to the latest LLVM 2.6. But I'm getting a few errors. Some of which are happening when the algorithm is trying to find if two live intervals overlap, when one of them has size 0. The code I have created is at http://homepages.dcc.ufmg.br/~andrelct/download/code/GraphColoring/2010_01_27.tar.bz2. If someone has knowledge about this area and would like to help, I will appreciate. Thanks, -- Andre Tavares Master Student in Computer Science - UFMG - Brasil http://dcc.ufmg.br/~andrelct
2009 May 19
2
[LLVMdev] llvm-java
...d in the IR with copy instructions (pi functions) and phi functions on the end. Pros: Real SSI. Each interval has a constraint. Cons: IR is bigger, what can impact other optimizations. What do you think? -- Andre Tavares Master Student in Computer Science - UFMG - Brasil http://dcc.ufmg.br/~andrelct
2009 Mar 29
0
[LLVMdev] GSoC 2009 application
2009/3/27 Andre Tavares <andrelct at dcc.ufmg.br> > I'm a Computer Science master student at UFMG, Brasil. I'm interested in > taking part on Google Summer of Codes 2009. My idea is not on the LLVM list, > but I have written a project description to make my intentions clear. My > project is attached as a pdf...