Displaying 20 results from an estimated 700 matches similar to: "[LLVMdev] llvm-ar's q operation"
2006 Dec 27
2
[LLVMdev] Sparse and LLVM
I can't be the first person to think of this, can I? But I couldn't
locate any reference on this combination. If you know of one, please
tell me.
Sparse: http://kernel.org/pub/linux/kernel/people/josh/sparse/
LLVM: http://llvm.org/
So, you may expect compile-llvm.c in a few days. :)
--
Seo Sanghyeon
2008 Oct 02
2
[LLVMdev] VMKit broken on trunk
With trunk(r56943), I get:
make[3]: Entering directory `/home/tinuviel/llvm/vmkit/lib/JnJVM/VMCore'
llvm[3]: Compiling JnjvmModule.cpp for Debug build
JnjvmModule.cpp:11:38: error: llvm/ParameterAttributes.h: No such file
or directory
--
Seo Sanghyeon
2008 Dec 19
2
[LLVMdev] llvm-c API and well formed block
How can I find out, in llvm-c API, whether a basic block is well
formed? In C++ I could call getTerminator and test for NULL.
--
Seo Sanghyeon
2007 Dec 13
1
[LLVMdev] Miscompilation
http://llvm.org/bugs/show_bug.cgi?id=1837
I reduced the above case to this:
; test.ll
define i8* @test() {
%x1 = malloc i8, i32 16
%x2 = bitcast i8* %x1 to i8**
store i8* %x1, i8** %x2
ret i8* %x1
}
$ llvm-as test.ll
$ opt -instcombine test.bc -o testopt.bc
$ llc test.bc
$ llc testopt.bc
$ diff -u test.s testopt.s
-movl $16, (%esp)
+movl $8, (%esp)
call malloc
I'm afraid that I'm not
2008 Dec 19
0
[LLVMdev] llvm-c API and well formed block
On 2008-12-19, at 09:18, Seo Sanghyeon wrote:
> How can I find out, in llvm-c API, whether a basic block is well
> formed? In C++ I could call getTerminator and test for NULL.
There's not currently a binding for this. In general, there's
incomplete support for inspection and analysis through the C bindings.
BasicBlock::getTerminator() is just a convenient way to spell for
2013 May 28
3
AR's find_by_* limits return results. How to avoid id?
When I use find_by_name method I get LIMIT 1 result.
> SELECT "users".* FROM "users" WHERE "users"."age" = 25 LIMIT 1
But the "age" column is not unique in my table and its value may repeat.
So I expect that an array of records where "age" is 25 will be returned.
But AR limits the query by 1.
How to avoid it? Or is it the default
2024 Feb 21
0
Network issue
Hi Stephen,
Thanks again for getting back to me, Ivan Krylov responded also and suggested windows binaries and I must confess I was only familiar with installing from files via the package sources (apart from the conventional install.packages method), so the solution was as simple as installing via the binaries. Thanks again, best wishes, James
From: stephen sefick <ssefick at gmail.com>
2011 Jul 16
0
Sins of a solar Empire WINE?
I seem to be having trouble running Sins Trinity on my macbook pro. I have recently installed Wine, Winetricks, cabextract, and MacPorts. I ran the setup.exe from the install files and installed the game to C:/Program Files. When I run the exe from the directory created in program files, Wine starts up the game, but all that happens is a minidump and a black screen. I've played Sins before on
2011 Jul 16
1
Which Wine-Linux can i use?
I just got Absolute-linux (http://www.absolutelinux.org/) and it says its based off Slackware.
and i see wine (http://www.winehq.org/download/) that i want.
well I'm a noob with Linux, JUST got the thing installed on an old computer because I finally bought a little 100gb HDD at a garage sale. Anyways, as far as the Wine programing goes, i see Ubuntu and Debian, Redhat, SUSE, all of which are
2009 Mar 04
0
R under Citrix and access to Lotus notes
Dear All,
1. Does anyone have experience of running R on a server inside a Citrix
shell - I'd like to get R onto the server and would be greatful for any
tips or direction on the matter.
2. This may seem like a silly question so forgive my ignornace.
Most of the data I currently work with is held on a number of Lotus Notes
(LN) Databases (well it's called a DB here but it's really a
2009 Oct 19
0
[fdo] internetdefensegroup.com, Top 5 search engine optimization Mistakes
internetdefensegroup.com, Top 5 search engine optimization mistakes
There are a lot of ways to promote your website and, unfortunately, a lot of these methods are mistakes. Here is a list of some of the more common mistakes (often referred to as Black Hat SEO) that you should steer well clear of.
1. Bad Neighbourhoods
These sites are also known as free for all (FFA) pages and link farms. They
2009 Apr 09
1
arima on defined lags
Dear all,
The standard call to ARIMA in the base package such as
arima(y,c(5,0,0),include.mean=FALSE)
gives a full 5th order lag polynomial model with for example coeffs
Coefficients:
ar1 ar2 ar3 ar4 ar5
0.4715 0.067 -0.1772 0.0256 -0.2550
s.e. 0.1421 0.158 0.1569 0.1602 0.1469
Is it possible (I doubt it but am
2015 Oct 14
0
No power cycle after shutdown on Atlantis Land OnePower A03-S1001
On 10/14/2015 10:17 AM, Roger Price wrote:
> What does "ps aux | grep ups" report?
ps aux | grep ups
nut 2902 0.0 0.0 20588 1140 ? Ss 00:10 0:02
/lib/nut/nutdrv_qx -a myups
nut 2946 0.0 0.0 37632 1428 ? Ss 00:10 0:00 /lib/nut/upsd
root 2970 0.0 0.0 37616 1436 ? Ss 00:10 0:00 /lib/nut/upsmon
root 2973
2008 Nov 20
1
binomial glm???
Hi everyone,
newbee query!
I've installed R 2.8.0 and tried to run this simple glm -
x is no of cars in a given year, y is the number voted in an election
that year while n is the population 18+:
votes <- data.frame(x = c(0.62,0.77,0.71,0.74,0.77,0.86,1.13,1.44),
+ y=c(502,542,711,653,771,806,934,1123), n=
2008 Nov 28
1
confidence interval for glm
Hi all,
simple Q:
how do I extract the upper and lower CI for predicted probabilities
directly for a glm - I'm sure there's a one line to do it but I can't find
it.
the predicted values I get with the predict (.. "response")
Thanks
Gerard
**********************************************************************************
The information transmitted is intended only for
2011 Mar 14
0
AR & Confidence interval
Hi guys,
I have a data set that consists of 50 samples.each sample has 40 records( 20
male,20 female).
Kindly assist on how i can calculate the AR (accuracy ratio) for each of the
samples and then after come up with a confidence interval for the AR's
Regards,
Mike
[[alternative HTML version deleted]]
2011 Jan 16
1
Before and After Filters/Functions for Rails Routes
Hi
I have an idea and I am not sure if is is already done.Right now to make url
search engine friendly developers use to_param function of model class. Then
they call to_s function to get the id of the elmenet. What if I want to
create url for not model but for string. Lets say I create link for post
controller''s search action. The only variable in the url is search_string.
Si how
2011 Mar 18
0
Re: X11 theme cursors
JuryS wrote:
> Thanks all who participated in discussion of this problem.
>
> But I think if wine can display standart Windows white cursor, then The choice of various kinds of cursors should be developed for Wine.
>
> On last week I make the patch that can used in M& Software without MSTTFCORE and make the application more beautiful
>
>
2011 Mar 18
0
Re: Theme shows up twice in winecfg
This was an old post but I want to revive the problem as posted. I'd like to see also the answer in this since I was also a newbie in using the Ubuntu Human windows theme. Thanks in advance.
For website tips about seo company (http://www.computerseo.com/) with a free seo (http://www.computerseo.com/)
2008 Dec 22
2
queue simulation
Hi all,
I have a multiple queing situation I'd like to simulate to get some idea of
the distributions - waiting times and allocations etc.
Does R has a package available for this - many years ago there used to be a
language called "simscript" for discrete event simulation and I was
wondering if R has an equivalent (or hopefully with graphics, something
better!).
Apologies if there