search for: evoking

Displaying 20 results from an estimated 86 matches for "evoking".

Did you mean: revoking
2010 Apr 19
2
[LLVMdev] Performing my own pass with a single command line?
Hello, As far as I know, the LLVM pass manager only perform at the llvm bytecode level. This means for each program, I have to convert it to a LLVM bytecode by: llvm-gcc -c -emit-llvm test.c then, I can issue the llvm pass manager to invoke my own pass and produce an output as LLVM bytecode, such as: opt -my-pass < test.o > test.new.o After this point, I need to convert it to assembly
2006 Mar 02
1
Forms with and without Models and Error Handling
Hi, I currently programming a delicious clone to understand ruby on rails. The problem I''ve got is that I prefill a form (form without models) without a database connection and then save it into the database. For validation i am using the validation helper methods. My Problem is that i don''t know how I get the error hash from the helper method validates... etc. because I
2010 Apr 19
0
[LLVMdev] Performing my own pass with a single command line?
Dear Zheng Wang, You have a few options: 1) You can add your pass to the set of passes that llvm-gcc runs when it optimizes code. This requires re-compiling llvm-gcc; it also means that your pass must be able to run on incomplete programs and be run multiple times over the same code (i.e., it cannot do whole-program analysis). 2) You can change the build system of the program you're
2010 Apr 21
1
[LLVMdev] Performing my own pass with a single command line?
Hi John, Are there any documents about how to add a pass into LTO? Cheers, Zheng On 19 April 2010 15:11, John Criswell <criswell at uiuc.edu> wrote: > Dear Zheng Wang, > > You have a few options: > > 1) You can add your pass to the set of passes that llvm-gcc runs when it > optimizes code.  This requires re-compiling llvm-gcc; it also means that > your pass must be
2007 Nov 26
2
[LLVMdev] Problem with regression tests using stderr
On Tue, Nov 20, 2007 at 07:01:25PM -0800, Bill Wendling wrote: > I think that it's a hold-over to how things used to be done. IIRC, > you had to have the && at the end of the RUN line if you had another > RUN line that needed to be executed. That's no longer the case, of > course. Thanks. I'll remove the && from the one test that still has it then.
2009 Dec 13
6
Company Of Heroes, broke at Wine 1.1.34
Hey there, I'm an unhappy camper since I didn't carefully select my updates to install for Linux, now I'm stuck with the newest wine, which for some reason broke my company of heroes. There is no downgrading Wine on Ubuntu Karmic is there? I have not been able to find package archives so far. Before, I had 1.1.32, and COH worked perfectly. Now however, it (the game) searches for
2004 Nov 24
2
Grumble ...
Hi Folks, A Grumble ... The message I just sent to R-help about "The hidden costs of GPL ..." has evoked a "Challenge" response: Hi, You??ve just sent a message to diagnosticando at uol.com.br In order to confirm the sent message, please click here This confirmation is necessary because diagnosticando at uol.com.br uses Antispam UOL, a service that avoids unwanted
2018 Mar 13
2
Passes interaction running on two different IRs
Hi all, I am trying to run two llvm passes on two different IRs to finish my analysis. These two passes need to exchange information during their excecution. I am doing so because I can't link the two IRs I want to analyze together as a big IR and run my llvm pass on it. What I want to do specifically is: The first IR will call the functions in the second IR. Whenver there is a function
2007 Mar 01
2
function with Multiple Output
Dear R user, I have a simple question for you: I have created a global function that evoke other subsidiary functions. when I run the global function I want to store the outcomes of the of each subsidiary function into a variables. an examples my.fun=function(vector, index){ a=fun.a(vector, index) b=fun.b(vector, index) } if i use return() I can only retrive one single results.
2013 Mar 24
0
Rscript does not load/capture all shell arguments
...{GIS_OPT_OUTMAP_PROJ}" "${GIS_OPT_ENV_PROJ}" "${GIS_OPT_KFOLD}" "${GIS_OPT_SFOLD}" < "$RGRASSSCRIPT" >> "$LOGFILE" 2>&1 This gives me all the 15 arguments when using commandArgs (The reason I am not using that option is because evoking the script that way gives me another problem with R jumping back to the top at a seemingly random place somewhere halfway the script and start to run the first lines code again - but that is probably better left for another email). So, my question is, I guess, are there limits on the number of arg...
2007 Nov 27
0
[LLVMdev] Problem with regression tests using stderr
Can you please file a bug for this (i havent seen one yet). Thanks, Tanya On Mon, 26 Nov 2007, Dan Gohman wrote: > On Tue, Nov 20, 2007 at 07:01:25PM -0800, Bill Wendling wrote: >> I think that it's a hold-over to how things used to be done. IIRC, >> you had to have the && at the end of the RUN line if you had another >> RUN line that needed to be executed.
2007 Nov 27
1
[LLVMdev] Problem with regression tests using stderr
Ok, it's PR1826. Dan On Mon, Nov 26, 2007 at 05:15:38PM -0800, Tanya M. Lattner wrote: > > Can you please file a bug for this (i havent seen one yet). > > Thanks, > Tanya > > On Mon, 26 Nov 2007, Dan Gohman wrote: > > > On Tue, Nov 20, 2007 at 07:01:25PM -0800, Bill Wendling wrote: > >> I think that it's a hold-over to how things used to be
2011 Aug 08
1
Display a DataFrame in a data grid
Hi, all; I'm new to R. Have been a SAS developer for over 20 years. Whenever I create a new table - you call them dataFrame objects - or modify an existing one, I like to open the table in a grid with horizontal and vertical sliders so that I can scan across the table and (especially) look at all four corners. If I made a gross error, it often shows up when I look at the corners of
2009 Jun 20
2
card reader not responding
I saved pictures on an SD card with my Nokia phone (1 GB). Now, I'm trying to use the card on my Acer Aspire 3680 (laptop) running 5.3 and gnome. Popping the card in (until it clicks) evokes nothing from the system log or dmesg, and I don't see anything relevant in /dev. (What is the device for this?) lspci has this entry: 0a:09.2 Mass storage controller: Texas Instruments 5-in-1
2012 Apr 06
1
system command and Perl confusion
Hello, I'm having a question related to the system command within R: I try to evoke a perl script from within R with something like system(paste('perl myscript.pl', some parameters ....,sep=" ") This works just fine as long as I do not use any additionally installed Perl module, as this leads to a "Can't locate Statistics/Descriptive.pm in @INC ....." This
2006 May 11
2
How do you make in_place_edit fields appear when empty?
Here''s a simple one... When using in_place_edit fields, they don''t appear unless they already have a value. How can I get similar functionality when they are empty? Thanks, Nathan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060511/a98640cf/attachment.html
2010 Aug 07
3
How to start R
Hi folks, Just finished installing R on Ubuntu 10.04, running on a VM, download following packages on repo; r-base littler r-cran-plotrix r-cran-qtl r-cran-rggobi But I could not get R started. r is on /usr/bin/r On console evoking it just hanging there. Any additional packages I need to install? Thanks B.R.
2008 Nov 24
1
[LLVMdev] how to track down a kernel miscompilation?
Hey that is great to hear that the volatile stuff is helping someone. Just broadly speaking do you know if the instcombine bug involves pointer code vs. scalar? I ask because intensive random testing has not found the bug that you are seeing. That says that either (1) the bug lies in a part of the program space we don't explore or (2) it does, but we haven't run the tests for long
2009 Nov 06
1
using xyplot to plot frequencies
...rting it into a dataframe (freqframe) and then plotting: xyplot(freqframe$Freq~freqframe$standard|freqframe$Year) the plot is wrong, probably because the dataframe has unnecessary repeats of values. I also tried converting all2 into a ftable (also tried a matrix) and naming the columns and rows and evoking them in the xyplot. But this has also turned disasterous. Thanks in advance! -- Lanna Jin lannajin@gmail.com 510-898-8525 [[alternative HTML version deleted]]
2014 Feb 25
2
[RFC, PATCH] core/pxe: Add architecture-specific discovery request for PXE config file
Hi Gene, >> What I'm looking to do here is establish a bit of a convention for >> allowing machines of multiple architectures to be perform PXE >> configuration in a uniform way (in this case, without requiring the DHCP >> server to send out different lease parameters in response to the >> client's DHCP architecture ID). > > How do you have multiple