search for: ciao

Displaying 20 results from an estimated 5736 matches for "ciao".

2006 Dec 29
6
Doubt about standard syntax
I have a doubt about the standard syntax (actually, it's the only test that maruku doesn't pass yet). Lists MUST be preceded by an empty line? So the following are only 4 paragraphs, without list items, right? ----------- Paragraph and no space: * ciao Paragraph and 1 space: * ciao Paragraph and 3 spaces: * ciao Paragraph and 4 spaces: * ciao ----------- In other words, a paragraph, once started, eats everything until a blank line? -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http:...
2011 Nov 14
2
[LLVMdev] Transferring value* in LLVM
...n, Nov 14, 2011 at 5:44 PM, Duncan Sands <baldrick at free.fr> wrote: > On 14/11/11 16:39, Yakov Malinkovich wrote: > >> It doesnt work it fails with assertation that cast is invalid .What >> could be done? >> > > Maybe src doesn't have Float type? > > Ciao, Duncan. > > > >> >> On 11/14/11, Duncan Sands<baldrick at free.fr> wrote: >> >>> Hi Yakov, that looks correct to me. You can also use CreateFPExt which >>> is >>> slightly simpler. >>> >>> Ciao, Duncan. >>> &g...
2011 Nov 14
2
[LLVMdev] Transferring value* in LLVM
...>> >> >> Did you test it? Can you do: src->getType()->isFloatTy() >> >> >> What could be other reasons for such error? >> >> The only other possibility I can think of is that src was created >> using a different context. >> >> Ciao, Duncan. >> >> Yakov >>> >>> >>> On Mon, Nov 14, 2011 at 5:44 PM, Duncan Sands <baldrick at free.fr >>> <mailto:baldrick at free.fr>> wrote: >>> >>> On 14/11/11 16:39, Yakov Malinkovich wrote: >>> >>&gt...
2012 Feb 29
2
[LLVMdev] Is it an opt bug ?
...ause this type of bug? all kinds of optimizers use datalayout (and are disabled if there is none). For example, alias analysis, anything that needs to understand getelementptr offsets, the list is endless. I suggest you open a bug report, describing your original problem as in your first email. Ciao, Duncan. > Thanks for your answers > Seb > > 2012/2/28 Duncan Sands <baldrick at free.fr <mailto:baldrick at free.fr>> > > On 28/02/12 17:48, John Regehr wrote: > >> void t2(double *x) > >> { > >> long long a[2]; &gt...
2011 Nov 14
2
[LLVMdev] Transferring value* in LLVM
...ch wrote: > >> I sure that is. >> > > Did you test it? Can you do: src->getType()->isFloatTy() > > > What could be other reasons for such error? > > The only other possibility I can think of is that src was created > using a different context. > > Ciao, Duncan. > > Yakov >> >> >> On Mon, Nov 14, 2011 at 5:44 PM, Duncan Sands <baldrick at free.fr >> <mailto:baldrick at free.fr>> wrote: >> >> On 14/11/11 16:39, Yakov Malinkovich wrote: >> >> It doesnt work it fails with as...
2007 May 07
2
Unsupported CPU Error
...double processor (64 bit) , PowerBook G4 1.67 ghz...but it appeared the same error! I try to found something on web...but....i've failed!!! Please Help Me....it' s important for me because I don't want in anyway install Virtual PC!! Thanks for patience...excuse my bad english... Ciao ciao F.F. ___________________________________ L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html
2012 Nov 15
2
[LLVMdev] unable to interface with target machine
On 15/11/12 10:15, Philip Ashmore wrote: > On 15/11/12 08:58, Duncan Sands wrote: >>> Is there a way to get the target triple of the machine the code is running on, >>> or barring that, the machine llvm was built on? >> >> clang -v >> >> Ciao, Duncan. >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > Sorry for not being specific enough - I meant in code. > I...
2011 Nov 14
0
[LLVMdev] Transferring value* in LLVM
On 14/11/11 19:20, Yakov Malinkovich wrote: > I sure that is. Did you test it? Can you do: src->getType()->isFloatTy() What could be other reasons for such error? The only other possibility I can think of is that src was created using a different context. Ciao, Duncan. > Yakov > > > On Mon, Nov 14, 2011 at 5:44 PM, Duncan Sands <baldrick at free.fr > <mailto:baldrick at free.fr>> wrote: > > On 14/11/11 16:39, Yakov Malinkovich wrote: > > It doesnt work it fails with assertation that cast is invalid .Wha...
2011 Nov 14
0
[LLVMdev] Transferring value* in LLVM
...t; Assertion failed: (i >= FTy->getNumParams() || FTy->getParamType(i) == > Params[i]->getType()) && "Calling a function with a bad signature!" That's not being generated by the CreateCast, so it looks like your description of the problem was quite misleading. Ciao, Duncan. > Yakov > > > On Mon, Nov 14, 2011 at 9:05 PM, Eric Christopher <echristo at apple.com > <mailto:echristo at apple.com>> wrote: > > You'll probably need to dump both the source and the dest and show the code > that's being generated. A l...
2009 Mar 07
3
Download and Import xls files in R
...cel spreadsheets each with approximately 4 sheet each that I would like to download and import in R for analysis. Unfortunately i realized (i also sent an email to the author or xlsReadWrite() ) that the read.xls() doesn't allow to import the file in R from internet. Here it is the the code: ciao<-read.xls("http://www.giustizia.it/statistiche/statistiche_dap/det/seriestoriche/corsi_proff.xls") This doesn't work.. How would you solve the problem in an automated way? I would not like to manually download each one, open it with excel and saving in in csv? Thanks, Francesco
2012 Jun 12
2
[LLVMdev] How to use LLVM optimizations with clang
...lc -O3 comb.ll > > > llc -O3 comb.ll -debug-pass=Arguments > > >> >> Are these the same as the ones produced by the following command line > > > no, as I mentioned before they are of a completely different nature > to the optimizations that opt does. > > Ciao, Duncan. > > >> >> llvm-as<  /dev/null | opt -O3 -disable-output -debug-pass=Arguments >> >> Regards >> >> Shahzad >> >> On Tue, Jun 12, 2012 at 1:01 PM, Duncan Sands<baldrick at free.fr>  wrote: >>>> >>>> Yes. B...
2010 Jan 21
0
[LLVMdev] call graph not complete
Hi, > Bitcode generated by llvm-ld with –disable-opt and –basiccg options is: ... > My point is why is the call to foo not resolved correctly in llvm-ld. Resolving an call to a direct call is an optimization. But you turned all optimizations off. Ciao, Duncan.
2009 Jul 29
3
(senza oggetto)
Ciao, ho aperto con R un file di classe data frame con 15000 righe e 29 colonne. Nella console però sono visualizzate solo la prime e l'ultima colonna e le ultime 8000 righe circa. E' possibile una visualizzazione completa? Grazie Sabrina [[alternative HTML version deleted]]
2011 Nov 14
1
[LLVMdev] Transferring value* in LLVM
...NumParams() || FTy->getParamType(i) == >> Params[i]->getType()) && "Calling a function with a bad signature!" >> > > That's not being generated by the CreateCast, so it looks like your > description > of the problem was quite misleading. > > Ciao, Duncan. > > Yakov >> >> >> On Mon, Nov 14, 2011 at 9:05 PM, Eric Christopher <echristo at apple.com >> <mailto:echristo at apple.com>> wrote: >> >> You'll probably need to dump both the source and the dest and show the >> code &gt...
2012 Jun 12
0
[LLVMdev] How to use LLVM optimizations with clang
Hi, > Yes, they both are exactly the same. then I don't know what is going on. I suggest you send a copy of comb.ll to the list so that we can see for ourselves. Ciao, Duncan. > > Regards > > Shahzad > > On Tue, Jun 12, 2012 at 9:38 AM, Duncan Sands<baldrick at free.fr> wrote: >> Hi, is the comb.ll used here: >> >> >>> $ time lli ./comb.ll >>> >>> then the runtime is >>> >>>...
2012 Apr 29
2
[LLVMdev] ConstantRange in PR1255
...mm... why? Duncan Sands wrote: > Hi Stepan, > >> Well... each case is represented as pair<BB, vector<Range> >. Right? > > after thinking about this some more I think you are right to not use > ConstantRange, and instead to build your own set abstraction. > > Ciao, Duncan. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2012 Jun 12
2
[LLVMdev] How to use LLVM optimizations with clang
...t;> then the runtime is >> >> real    0m2.671s >> user    0m2.640s >> sys     0m0.020s >> >> But, if I convert this same file comb,ll in to native binary > > > the same as the comb.ll used here: > >> $ clang comb.ll > > > ? > > Ciao, Duncan. > > >> >> and execute it, then the runtime increases alot >> >> $ time ./a.out >> >> real    0m8.008s >> user    0m7.964s >> >> The binary generated directly by clang have runtime of around 2 >> seconds while generated after...
2012 Feb 29
2
[LLVMdev] Is it an opt bug ?
...s/show_bug.cgi?id=12130 that doesn't describe the original issue (second store removed), it is talking about a different issue that appeared at -O1 (and it first seemed to explain your original problem; but now I think the -O1 transform was correct and does not explain your original problem). Ciao, Duncan. > > Thanks for your answers > Best Regards > Seb > > 2012/2/29 Duncan Sands <baldrick at free.fr <mailto:baldrick at free.fr>> > > Hi Seb, > > > If I remove datalayout definition, code is not optimized and work as > expec...
2011 Jul 25
2
[LLVMdev] [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results
Hi Bob, >> A big compile time regression. Any ideas? >> >> Ciao, Duncan. > > False alarm. For some reason that I have not yet been able to figure out, these tests run significantly more slowly when I run them during the daytime, which I did for that run. I checked a few of the worst regressions reported here and they all recovered in subsequent runs. h...
2012 Jul 17
3
[LLVMdev] llvm library linking issues
...-Eugene ----- Original Message -----  Hi Eugene, >I do this, and I've tried a few variations of on it: >clang++ `llvm-config --cppflags --ldflags --libs core` -o clangtest clangtest.cpp the missing routine is defined in the support library, not the core library, try --libs core support Ciao, Duncan. >>I've also tried removing the library and the include file in turn, which in both cases succefully made the compiler not find the files needed. >>----- Original Message ----- >Hi Eugene, >>On 17/07/12 03:46, Eugene wrote: >>I'm trying to make use of the...