search for: teixeira

Displaying 20 results from an estimated 76 matches for "teixeira".

2007 Feb 04
4
Connection dropped when copying large files to a Samba Server
...d was about 3GBytes I tried copying large files and randomly the connection is lost I tried with a ping at the same time and the replies don't get interrupted so it seems to me it is a samba issue I have the latest versions (except the kernel) or so the updater tells me thanks all Manuel Teixeira
2011 Feb 22
6
[LLVMdev] Question about Value Range Propagation
Hi Douglas, On 21.02.2011 20:27, Douglas do Couto Teixeira wrote: > My work is not part of the LLVM mainline yet. But I would be happy to > contribute with the code of my range analysis implementation if it can help > you in something else. We were thinking of adding VRP to LLVM too, though we were mostly interested in Patterson's approach (i...
2006 Nov 24
6
dhcpd
Hi im trying to configure centos to run as a dhcpd daemon but it simply doesnt work I'm using the default configuration file from dhcdp (and tried multiple alternatives). problem is that pxe clients do not aquire dhcp addresses in the log i can see that there are 3 or 4 dhcp offers per boot atempt but no dhcp requests anyone? i'm going crazy here... .i've tryed 3 diferent
2002 Jun 11
3
RES: OpenSSH with slow login
...blem. I guess the problem is that I am using ssh on inetd.conf (sshd -i), so It has to generate a key each time I start a session. What do you think ? -----Mensagem original----- De: Dan Kaminsky [mailto:dan at doxpara.com] Enviada em: segunda-feira, 10 de junho de 2002 20:51 Para: Jorge Cleber Teixeira de Almeida Junior; openssh-unix-dev at mindrot.org Assunto: Re: OpenSSH with slow login Last I checked, there are DNS dependancies that need to be scrubbed out with extreme prejudice. DNS lookups block. And no, we can't blame security, because we can't trust DNS for security decisions :...
2011 Feb 25
1
[LLVMdev] Question about Value Range Propagation
Can't read your paper because the permission is not set. Chuck On 2/25/2011 12:16 PM, Douglas do Couto Teixeira wrote: > Hi, Andrey, > > sorry for the delay: I made a page with the code available for > download: > http://homepages.dcc.ufmg.br/~douglas/projects/RangeAnalysis/RangeAnalysis.html > <http://homepages.dcc.ufmg.br/%7Edouglas/projects/RangeAnalysis/RangeAnalysis.html>...
2011 Jan 24
3
[LLVMdev] How to change the type of an Instruction?
On Mon, Jan 24, 2011 at 3:01 PM, Nick Lewycky <nicholas at mxc.ca> wrote: > On 01/24/2011 04:41 AM, Douglas do Couto Teixeira wrote: > >> Hi, >> >> Nick, thanks for the reply. >> I still have a problem: I only need to "clone" an Instruction, changing >> its type. That is, I would like to keep all characteristics of the old >> Instruction and create a new one only with a dif...
2006 Nov 01
5
unable to start installing
Hi. I'm trying to install CentOs 4.3 on a "old" server. Cd's are ok, as i am able to use them in another computers. What happens is that initial text screen shows up (asking if i want to install in text or grpahics mode), but either way all that happens is that i get a cursor blinking on the top left corner for a long period of time. anything i can try? thank you.
2009 May 15
1
[LLVMdev] Intrinsic
...p;Tys,1); Now, it's running with this calling : return cast<Function> llvm_module->getOrInsertFunction(std::string("llvm.eh.exception"), Intrinsic::getType(Intrinsic::eh_exception, &Tys,1)) ); Is that correct? Manoel Teixeira
2009 Jun 08
3
[LLVMdev] Structure alignment
...stStru ; Could someone help? If, running a application in windows with MSVC, I allocate a memmory buffer and call a LLVM function with such buffer, there's a structure alignment problem. If the LLVM function call a C function using the same buffer, it runs fine. Any ideas? Thanks, Manoel Teixeira
2009 Jun 04
1
[LLVMdev] Structure Alignment
...i32, i8* } Hi, I had not applied the layout at run time, only during the emission of the .bc. Now it's running ok when I allocate the structure point at LLVM side, but, when I allocate the structure pointer in the C side, the LLVM function does not acquire the double value correctly. Manoel Teixeira > Message: 1 > Date: Thu, 4 Jun 2009 10:39:24 -0300 > From: " Manoel Teixeira " <manoel at fonetica.com.br> > Subject: [LLVMdev] Structure Alignment > To: llvmdev at cs.uiuc.edu > Message-ID: <20090604133924.4200.qmail at hm885.locaweb.com.br> > Content-...
2011 Jan 28
1
[LLVMdev] How to change the type of an Instruction?
...The type system seems to be getting in my way at the intermediate level. If I go to the machine level, can I avoid this types of problems? Thank you a lot, Douglas On Mon, Jan 24, 2011 at 4:24 PM, John Criswell <criswell at illinois.edu>wrote: > On 1/24/11 12:05 PM, Douglas do Couto Teixeira wrote: > > > > On Mon, Jan 24, 2011 at 3:01 PM, Nick Lewycky <nicholas at mxc.ca> wrote: > >> On 01/24/2011 04:41 AM, Douglas do Couto Teixeira wrote: >> >>> Hi, >>> >>> Nick, thanks for the reply. >>> I still have a problem: I on...
2008 Feb 08
2
Dynamic resize of drawing canvas and FXImage
...or have its width and height attributes changed in reply to user interaction with the main window (FXMainWindow)? It seems that whem I put initial values to W and H of the canvas or FXImage, they remain with its initial values no matter what I do whem resizing the main window. -- Ranieri Barros Teixeira Ci?ncia da Computa??o - Faculdade de Computa??o - Universidade Federal do Par? (UFPA) http://rubyxchart.rubyforge.org http://rubytags.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/fxruby-users/attachments/20080208/7785ed...
2011 Feb 25
0
[LLVMdev] Question about Value Range Propagation
...alysis/RangeAnalysis.paper.pdf ) Indeed, if any of you guys have some free time, and want to give me a review, that would be very kind of you :) Warm regards, Douglas 2011/2/22 Andrey Belevantsev <abel at ispras.ru> > Hi Douglas, > > > On 21.02.2011 20:27, Douglas do Couto Teixeira wrote: > >> My work is not part of the LLVM mainline yet. But I would be happy to >> contribute with the code of my range analysis implementation if it can >> help >> you in something else. >> > We were thinking of adding VRP to LLVM too, though we were mostly &g...
2011 Jan 24
3
[LLVMdev] How to change the type of an Instruction?
...quot;\n"; But I get something like this: %test = add nsw i16 <badref>, <badref> ; <i16> [#uses=0] What I am doing wrong? Best, Douglas On Fri, Jan 21, 2011 at 8:25 PM, Nick Lewycky <nlewycky at google.com> wrote: > On 21 January 2011 12:56, Douglas do Couto Teixeira < > douglasdocouto at gmail.com> wrote: > >> Hello guys, >> >> I wonder how I can change the type of an integer variable. For instance, >> given the instruction "%3 = add i32 %1, %2" I would like to alter the >> instruction to "%3 = add i16 %...
2011 Jan 24
0
[LLVMdev] How to change the type of an Instruction?
On 1/24/11 12:05 PM, Douglas do Couto Teixeira wrote: > > > On Mon, Jan 24, 2011 at 3:01 PM, Nick Lewycky <nicholas at mxc.ca > <mailto:nicholas at mxc.ca>> wrote: > > On 01/24/2011 04:41 AM, Douglas do Couto Teixeira wrote: > > Hi, > > Nick, thanks for the reply. > I sti...
2009 Jan 06
2
[LLVMdev] LLVM Optmizer
...0, %entry ], [ %phitmp, %bb5.loopexit ] ; <i32> [#uses=1] %5 = add i32 %paraml, 5 ; <i32> [#uses=1] %6 = add i32 %5, %varx.1.lcssa ; <i32> [#uses=1] ret i32 %6 } While the MSVC generates the assemble : PUBLIC _TESTE ; Function compile flags: /Ogtpy ; File c:\msys\1.0\home\mteixeira\testeadvpl.c ; COMDAT _TESTE _TEXT SEGMENT _parami$ = 8 ; size = 4 _paraml$ = 12 ; size = 4 _paramd$ = 16 ; size = 8 _TESTE PROC ; COMDAT ; 6 : int varx=0,vary; ; 7 : int nI =0; ; 8 : //varx= parami; ; 9 : if( parami > 0 ) mov ecx, DWORD PTR _parami...
2011 Jan 24
0
[LLVMdev] How to change the type of an Instruction?
On 01/24/2011 04:41 AM, Douglas do Couto Teixeira wrote: > Hi, > > Nick, thanks for the reply. > I still have a problem: I only need to "clone" an Instruction, changing > its type. That is, I would like to keep all characteristics of the old > Instruction and create a new one only with a different type. Sure, but what...
2016 Apr 25
1
Opus Audio Codec
...Video Codec will be added by Microsoft in the new versions of our contracts with them. We reseached this codec and sow that is developed by you and is royalty free. Would you please help me to check whether to sign any tipe of contract for the use of this technology? Thank you. ANGELA TEIXEIRA Procurement Software e Projetos Especiais Produtos e Procurement ateixeira at positivo.com.br Positivo Informática Tel.: 41 3316-7553 Esta mensagem, incluindo seus anexos, tem caráter confidencial e é restrita ao(s) seu(s) destinatário(s) envolvidos em negócios com a Positivo Informática...
2011 Mar 24
1
[LLVMdev] Range Analysis GSoC 2011 Proposal
On Wed, Mar 23, 2011 at 6:24 PM, John Criswell <criswell at illinois.edu> wrote: > > > On 3/23/11 8:06 AM, Douglas do Couto Teixeira wrote: > > > > the execution of a program. Thus, for each integer variable, a range > > analysis determines its lower and upper limits. A very simple range analysis > > > would, for instance, map each variable to the limits imposed by its type. > > That is, an 8-bit...
2011 Feb 22
0
[LLVMdev] Question about Value Range Propagation
Hi Andrey, > On 21.02.2011 20:27, Douglas do Couto Teixeira wrote: >> My work is not part of the LLVM mainline yet. But I would be happy to >> contribute with the code of my range analysis implementation if it can help >> you in something else. > We were thinking of adding VRP to LLVM too, though we were mostly > interested in Patter...