search for: supposs

Displaying 20 results from an estimated 51 matches for "supposs".

Did you mean: suppose
2007 Mar 07
3
[LLVMdev] use of CallInst()
To create a new CallInst I used to call the following constructor: CallInst(Value *F, const std::vector<Value*> &Par, const std::string &Name = "", Instruction *InsertBefore = 0); However, it seems as though that constructor has been removed. I assume that I'm suppossed to use the following constructor, but I can't figure out what to pass as the Args parameter (the second parameter). CallInst (Value *F, Value *const *Args, unsigned NumArgs, const std::string &Name="", Instruction *InsertBefore=0) Can someone help? Thanks, Ryan
2008 Oct 12
0
[LLVMdev] windows testing etc
...tory of unit tests. Those mostly don't depend on llvm-gcc and > the few ones that do should be moved elsewhere anyway. How much value is on adding cross-platform support for the tests in llvm/test? I've looked at them and the task seems achievable with not too much work. Am I right suppossing that a non-zero return value for the "RUN:" command(s) means failure, and zero means success, and there is no more stuff than that to worry about for knowing the result? -- Oscar
2008 Oct 12
3
[LLVMdev] windows testing etc
On Oct 11, 2008, at 8:41 PM, OvermindDL1 wrote: >> If you were interested in working on this project, it seems that the >> place to start is not by adding new crazy sorts of API tests for >> LLVM. It would be a better use of your time to take what we already >> have and make it work (with one of your proposals) on windows. When >> the infrastructure is set up,
2008 Oct 12
1
[LLVMdev] windows testing etc
...ng cross-platform support for the tests in > llvm/test? I've looked at them and the task seems achievable with not > too much work. It would be a huge benefit. Those tests cover a significant portion of the sanity checks in the compiler as well as indirect api tests. > Am I right suppossing that a non-zero return value for the "RUN:" > command(s) means failure, and zero means success, and there is no more > stuff than that to worry about for knowing the result? Yep exactly. -Chris
2008 May 17
0
[LLVMdev] VS build is broken again
...e about VS project files. I use GNU Make for building my software and the build system supports several compilers on various platforms, including gcc and cl. It is tricky, though. I don't know how much LLVM build system is tied to the GNU toolchain or how much it depends on *nix features, but suppossing that adding support for MSVC++ is impractical, perhaps it would be simpler to implement a Makefile-based build system for MSVC++ than to keep up to date the project files. This would support features like the one Anton mentions on the other response to you, thus lessening the maintenance work. A...
2009 Nov 02
0
[LLVMdev] llvm-mc build fails
...nter LLVMAsmPrinter LLVMCodeGen LLVMCore LLVMMC LLVMAVRInfo LLVMSupport LLVMSystem LLVMTarget) set(MSVC_LIB_DEPS_LLVMAVRCodeGen LLVMCodeGen LLVMCore LLVMMC LLVMAVRInfo LLVMSelectionDAG LLVMSupport LLVMSystem LLVMTarget) set(MSVC_LIB_DEPS_LLVMAVRInfo LLVMSupport) which uses MSP430 as a template and supposses that your target is named `AVR' (case sensitive). In case you use the automatic update, the first run of the build will fail because the new dependencies are still not effective. Re-execute the build and it should work. -- Óscar
2008 May 17
2
[LLVMdev] VS build is broken again
> Is it reasonable to ask Yes, it's reasonable. Moreover, I'd be content with a build system that doesn't use MSVS IDE at all. If the build system could be parameterized to use microsoft cl compiler (cygwin gcc is useless for my purposes), e.g. something like in Boost project, I'd be more than happy to never care about VS project files. Yet, I want to limit my involvement
2008 Jun 07
1
error message with dat
...lot(50,1500,type='p',xlab='normal1',ylab='normal2',main='Two normal samples--first 20 genes',pch=15,col='blue') plot(dat(,1), dat(,2)) I get the following error message  "error in plot (dat(,1),dat(,2)  could not find function dat I am not sure how I am  suppossed to use function dat that is where and how to define it to the table? Any help would be appreciated. Paul [[alternative HTML version deleted]]
2007 Mar 07
0
[LLVMdev] use of CallInst()
...I used to call the following constructor: > > CallInst(Value *F, const std::vector<Value*> &Par, const std::string > &Name = "", Instruction *InsertBefore = 0); > > However, it seems as though that constructor has been removed. I assume > that I'm suppossed to use the following constructor, but I can't figure > out what to pass as the Args parameter (the second parameter). > > CallInst (Value *F, Value *const *Args, unsigned NumArgs, const > std::string &Name="", Instruction *InsertBefore=0) > > Can someone he...
2010 Mar 20
2
[LLVMdev] 2.7 Pre-release1 available for testing
...will generate makefiles if you wish. Just use this command: cmake -G "NMake Makefiles" but then you should use a different directory for the build. > However, while it does generate a bunch of the usual ll*.exe's, > clang.exe is still not there. Am I still missing something? Suppossing that you have the LLVM source code in c:/llvm, do you have c:/llvm/tools/clang/CMakeLists.txt ? If that is not present, most likely your clang setup is wrong. The LLVM cmake build test for the presence of the above file and, if found, automatically builds clang. If the test fails, clang is ig...
2007 Mar 07
1
[LLVMdev] use of CallInst()
...llowing constructor: >> >> CallInst(Value *F, const std::vector<Value*> &Par, const std::string >> &Name = "", Instruction *InsertBefore = 0); >> >> However, it seems as though that constructor has been removed. I assume >> that I'm suppossed to use the following constructor, but I can't figure >> out what to pass as the Args parameter (the second parameter). >> >> CallInst (Value *F, Value *const *Args, unsigned NumArgs, const >> std::string &Name="", Instruction *InsertBefore=0) >> &...
2006 Feb 15
2
Pairwise comparison after repeated measures ANOVA
...meters at different times in samples obtained from many subjects. The model is quite simple: aov(parameter ~ Time + Error(Subject/Time)) Now I want to make a pairwise comparison between the levels of Time. However, I have not find how to do such a thing. I cannot use TukeyHSD or pairwise.t.test, I supposse. Maybe using contrasts? Could you aim me at some kind of information? All I have found is information on ANOVA, but not how to compare the levels of the factors afterwards. Maybe I simply do not understand how this really works, my background is not very deep in statistics. Thank you. Felipe -...
2008 Oct 13
1
MiKTEX-texi2dvi
Sorry, I forgot to include a reproducible example on my last e-mail but here it is: Since the file is large to be included here: The path to the foo.Rnw examples is: www.stat.umn.edu/~charlie/Sweave/foo.Rnw and is suppossed to produce a pdf like this one: http://www.stat.umn.edu/~charlie/Sweave/foo.pdf I have downloaded MiKTEX but I don't know how to make it work. Sweave and Stangle seem to work fine but when I use "texi2dvi" it crashes. library(tools) Sweave("C:/Program Files/R/R-2.7.2/bin/foo...
2006 Sep 26
1
Domain problem...
...r exist in the domain. I've tried delete it and create it again and same result. I've tried with other user... But same result. How can this stop to work if I didn't change anything? Is possible that it happenned after apt-get dist-upgrade? This is the global part of my smb.conf but i supposse it's ok because it was working and nothing changed: [global] workgroup = RXN32 security = DOMAIN password server = server32 encrypt passwords = true idmap uid = 10000-20000 idmap gid = 10000-20000 template shell = /bin/bash winbi...
2010 May 16
7
OK, I'm stumped
I'm trying to make an AMI call. I want to call a number, play an announcement when the call is answered, then call a second number and connect the two when the second call is answered. I an able to make a simple call to two numbers and connect them using the manager API but playing the announcement has me beat. Suggestions anyone? Bruce Ferrell
2015 Dec 29
2
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
This seems to be a problem that goes back a long time - and I hope someone who understands what tre is suppossed to be doing will look at this. A short history of other people who have reported on this on different versions of AIX. I shall only add that I get the same results on AIX 5.3 TL7, AIX 6.1 TL9 and AIX 7.1 TL3. Basically, with settings that work for AIX and 32-bit - the only changes being -mai...
2008 May 17
5
[LLVMdev] VS build is broken again
On May 17, 2008, at 2:44 PM, Óscar Fuentes wrote: > I don't know how much LLVM build system is tied to the GNU toolchain > or > how much it depends on *nix features, but suppossing that adding > support > for MSVC++ is impractical, perhaps it would be simpler to implement a > Makefile-based build system for MSVC++ than to keep up to date the > project files. This would support features like the one Anton mentions > on the other response to you, thus lessen...
2009 Nov 02
4
[LLVMdev] llvm-mc build fails
Hi, I'm looking for some pointers on how to troubleshoot this problem. I'm trying to write a backend for the AVR. There is an undefined reference at line 48 which is the line FrameInfo() is on. I've tried to use the MSP430 and other targets as references so I'm not sure what changes I did would cause a problem on this line? AVRTargetMachine::AVRTargetMachine(const Target &T,
2009 Nov 11
0
[LLVMdev] Adding function call in LLVM IR using IRBuilder causes assertion error
...; program will generate useless function calls but it's part of a binary > obfuscation chain. In LLVM there is no such a thing as a type default value. Maybe that concept exists on your language. Creating allocas is not the solution, as the alloca is just uninitialized space on the stack. Suppossing that the function parameters simple enough, like integral or floating point types, and the "default value" is zero, something like this will do (untested): std::vector<Value*> args; IRBuilder<> builder(bb,pos); for(Function::arg_iterator argit = f->arg_begi...
2010 Mar 20
0
[LLVMdev] 2.7 Pre-release1 available for testing
...e makefiles if you wish. Just use this command: > > cmake -G "NMake Makefiles" > > but then you should use a different directory for the build. *nods* Or just omitting the argument and taking the default settings also works, provided you're in a different directory. > Suppossing that you have the LLVM source code in c:/llvm, do you have > > c:/llvm/tools/clang/CMakeLists.txt > > ? > > If that is not present, most likely your clang setup is wrong. The LLVM > cmake build test for the presence of the above file and, if found, > automatically builds...