Displaying 20 results from an estimated 700 matches similar to: "[LLVMdev] opt -dot-cfg"
2006 Apr 20
3
how to use own classes properly
I am using rails just for few days
Now i am developing traffic reports for my local network
I had to build database queries manualy becouse ActiveRecord does not
support selection of multiple sum() fields in silgle query
Then i wrote special class QueryBuilder which makes query string from
the given conditions (group by, where, additinal fields to select etc).
I put QueryBuilder just after my
2011 Apr 27
1
msvcr80.dll is missing
Dear All,
I run R on a windows 7 machine and it has been worked very well. I installed Graphvis 2.20.3 and Rgraphviz.
recently, however, I cannot load the Rgraphviz package and error message popped up
The message shown on the pop up window with the title: R Consol: Rgui.exe - Sysytem error
The program can't start because MSVCR80.dll is missing from your computer.
Try reinstalling the
2009 Mar 30
1
Help with tm assocation analysis and Rgraphviz installation.
Help with tm assocation analysis and Rgraphviz installation.
THANK YOU IN ADVANCE
Question 1:
I saved two txt file in C:\textfile
And each txt file contents only one text column, and both have 100 records.
I know term “research” occurs 49 times, so I want to find out which other
words are correlated to this word, and I got tons of association ‘1’ .
I tried other terms, and no
2010 Apr 13
1
Merging "list" object
Hi, I have created following "list" object :
> library(zoo)
> dat <- vector("list")
> for (i in 1:4) dat[[i]] <- zooreg(rnorm(i*10),
> start=as.Date("2000-01-01"), frequency=1)
> dat[[1]]
2000-01-01 2000-01-02 2000-01-03 2000-01-04 2000-01-05 2000-01-06 2000-01-07
2000-01-08 2000-01-09 2000-01-10
-0.7023352 -0.2063284 -1.0684688 -0.5345360
2006 Dec 11
2
Asterisk Sends 180-RINGING to UA even withprogressinband=yes
Andrew,
I don't think it's a Polycom issue. We took Asterisk out of the picture and had our Polycom phones communicate directly with an Audiocodes PSTN gateway. Unlike Asterisk, the audiocodes do not send 180 Ringing before sending 183 Session Progress, and the polycom's play the correct tones in this case.
We WANT Asterisk to send progress tones in band. In our case it IS needed.
2010 Jul 22
1
[LLVMdev] Is there a guide to LLVM's components?
> > I found an LLVM dependency graph at
> >
> > https://llvm.org/svn/llvm-
> project/llvm/tags/RELEASE_16/docs/UsingLibraries.html#dependencies
> >
> > but it's really messy and hard to follow. From that graph I made a
> > cleaner graph by hand (attached)... sorry about the fax-quality
> > scan. But I have some questions about it...
> >
>
2011 Dec 12
1
[LLVMdev] problem with runOnLoop
Thank you for your reply
Yes, I change them, so what should I do for another loops?
On Mon, Dec 12, 2011 at 7:54 PM, neda 8664 <neda8664 at gmail.com> wrote:
> Thank you for your reply
>
> Yes, I change them, so what should I do for another loops?
>
> On Mon, Dec 12, 2011 at 7:42 PM, John Criswell <criswell at illinois.edu>wrote:
>
>> On 12/12/11 9:59 AM,
2010 Jul 22
0
[LLVMdev] Is there a guide to LLVM's components?
David Piepgrass <dpiepgrass at mentoreng.com> writes:
> One thing that helps me understand complex software is a dependency
> graph. I found an LLVM dependency graph at
>
> https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_16/docs/UsingLibraries.html#dependencies
>
> but it's really messy and hard to follow. From that graph I made a
> cleaner graph by hand
2007 Jun 12
7
Xen in RHEL 5.0...Installation problems
Hello..I am not very proficient in Linux kernel stuffs although I know my basics. I have a question and all suggestions/solutions will be highly appreciated...
I got to know that RHEL 5 has inbuilt Xen Support...So I tried to install a RHEL 5.0 Server on my P4 machine. On top of it I tried to install Xen specific RPMs and some other RPMs needed by Xen.
The additinal RPMs added after base
2011 Dec 12
4
[LLVMdev] problem with runOnLoop
hi all,
I want access to all basic blocks of function in a loop, so I used the
following code:
*bool parallel::runOnLoop(Loop *L, LPPassManager &LPM)
{
for (Function::iterator bi= func->begin(); bi != func->end(); bi++){
//
}
}*
First loop run without problem, but for second loop I get the following
error:
*0 libLLVM-2.9.so 0x0137d530
1 libLLVM-2.9.so 0x0137fa6c
2
2011 Dec 12
0
[LLVMdev] problem with runOnLoop
On 12/12/11 10:25 AM, neda 8664 wrote:
>
> Thank you for your reply
>
> Yes, I change them, so what should I do for another loops?
I don't really know what you should do since I don't know what your code
does. All I know is that it's changing the function's control-flow graph.
If you're not modifying the structure of the loops in the function, then
you can
2015 Mar 12
2
Best way to handle dependency on non-CRAN package / large data package?
Thanks Dirk. I'm looking at it now.
At first glance your documentation brings up a good limitation of simply
telling users to type "devtools::install_github()". Namely, what happens
when the census bureau updates their shapefiles, and I subsequently decide
to update the package? Or if I discover an error in the package and decide
to update it? The choroplethr package could have a
2007 Oct 23
0
[LLVMdev] me being stupid: me vs the llvm codebase...
On Oct 23, 2007, at 05:52, BGB wrote:
> I am assuming then that some external assembler is used (such as
> 'gas')?...
In the static compilers, yes. The JIT directly serializes
instructions into memory without the aid of an external assembler.
There are also experimental built-in assemblers; LLVM calls them
object writers[1].
> it looks like much of the interconnection
2010 Jul 22
2
[LLVMdev] Is there a guide to LLVM's components?
One thing that helps me understand complex software is a dependency graph. I found an LLVM dependency graph at
https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_16/docs/UsingLibraries.html#dependencies
but it's really messy and hard to follow. From that graph I made a cleaner graph by hand (attached)... sorry about the fax-quality scan. But I have some questions about it...
-
2007 Nov 07
2
Adding submenus to existing consol GUI menu
If possible I would like to add two sub-menus to the R Console under
Windows.
For example, I would like to add:
winMenuAddItem("File", "Load CSV...", "loadCSV()")
winMenuAddItem("File", "Save CSV...", "saveCSV()")
and have them appear under the initial 'File' item rather than add a new
'File' menu item. I seem to
2007 Nov 01
1
osx-create-time.diff
Hi All,
I am new to the list. I have been using the Tiger rsync version in
a small wrapper application for command line backup tools and am
trying out the rsync-3.0.0pre4 release. Looks good so far. I just
tried the patch osx-create-time.diff and it works! But when I tried
to apply the two additional patch fixes I ran into problems and would
appreciate any help there.
The first patch
2015 Mar 12
0
Best way to handle dependency on non-CRAN package / large data package?
On 12 March 2015 at 09:40, arilamstein at gmail.com wrote:
| Thanks Dirk. I'm looking at it now.?
|
| At first glance your documentation brings up a good limitation of simply
| telling users to type "devtools::install_github()". Namely, what happens when
| the census bureau updates their shapefiles, and I subsequently decide to update
| the package? Or if I discover an error in the
2006 Dec 11
1
Asterisk Sends 180-RINGING to UA even with progressinband=yes
I have progressinband=yes in sip.conf, but Asterisk sends a 180-Ringing to my polycom phones and then it also sends 183-Session Progress. That doesn't seem to make sense. Shouldn't Asterisk NOT send 180-Ringing if progressinband=yes ?
Doug.
2001 Mar 02
1
inc function .. more generally, var arguments
Hi
I'd like to be able to write a simple 'increment' function (like inc in
pascal or ++ in C++) that takes the argument and increments it
'permanently' ie so that z<-1; inc(z) # no assignment; z #2
I can see how to do it with a global variable but that is not what I want -
I want to modify the object that is the actual argument.. I have looked
at assign(), <<
2011 Oct 13
6
[LLVMdev] BasicBlock succ iterator
Hi, All
I want to implement DSWP Which is used for parallelization of loops. For
this purpose, the loop was replaced with a new basic block in main function.
And new functions were created and basic blocks of Loop assigned to them.I
have checked blocks and branches for Succ and Pred relation and I have not
found any problems.
However I get the following error:
*
**opt: