Displaying 20 results from an estimated 4000 matches similar to: "[LLVMdev] "bytecode" --> "bitcode""
2008 Apr 16
0
[LLVMdev] PATCH: Use size reduction -- wave2
Hi Gabor,
Can you provide performance data for this? I'd
like to know what affect these changes have on
compile time.
Thanks,
Dan
On Apr 15, 2008, at 3:32 PM, Gabor Greif wrote:
> Hi All,
>
> here comes the patch for the second wave of Use class size reduction.
>
> I have included all the machinery that is needed, and it is
> *active*. The User* inside of Use is even
2008 Apr 15
6
[LLVMdev] PATCH: Use size reduction -- wave2
Hi All,
here comes the patch for the second wave of Use class size reduction.
I have included all the machinery that is needed, and it is
*active*. The User* inside of Use is even sometimes NULL,
but the algorithm is able to recover it.
If there is a non-null User* present, then I am
asserting that it equals the computed value.
I did not receive feedback for the algorithmic part yet,
so I
2008 Apr 16
5
[LLVMdev] PATCH: Use size reduction -- wave2
On Apr 16, 2:13 am, Dan Gohman <goh... at apple.com> wrote:
> Hi Gabor,
>
> Can you provide performance data for this? I'd
> like to know what affect these changes have on
> compile time.
Hi Dan,
Unfortunately, no. I can feed you with some speculation, though,
see below.
The reason why I cannot do measurements (at the moment) is that
- I have no experience with
2008 Apr 21
3
[LLVMdev] does llvm-gcc (4.2) build?
Hi all,
can anybody confirm that llvm-gcc is broken?
After following all the instructions, make gets stuck while:
ggreif$ gmake
gmake \
CFLAGS="-g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common " \
CONFIG_H="config.h auto-host.h
2008 Apr 21
0
[LLVMdev] does llvm-gcc (4.2) build?
On Mon, 21 Apr 2008, Gabor Greif wrote:
> Hi all,
>
> can anybody confirm that llvm-gcc is broken?
It builds for me on x86, darwin8 (svn rev: 50048). What are you using to
configure it?
Whenever I have had problems building llvm-gcc, I usually have to delete
my install and obj dir, make clean llvm, and start over from the top.
Its a pain, but it works usually.
-Tanya
>
>
2005 Jan 19
2
recoding large number of categories (select in SAS)
Hi,
I have data on stomach contents. Possible prey species are in the
hundreds, so a list of prey codes has been in used in many labs doing
this kind of work.
When comes time to do analyses on these data one often wants to regroup
prey in broader categories, especially for rare prey.
In SAS you can nest a large number of "if-else", or do this more
cleanly with "select"
2006 Sep 13
1
reshaping a dataset
Hi,
I'm trying to move to R the last few data handling routines I was
performing in SAS.
I'm working on stomach content data. In the simplified example I
provide below, there are variables describing the origin of each prey
item (nbpc is a ship number, each ship may have been used on
different trips, each trip has stations, and individual fish (tagno)
can be caught at each
2011 Mar 10
2
Not sure how to handle hazard in my survival model
Hi R experts :)
I'm trying to carry out a survival model on my data, but I am unsure of
whether it's appropriate or if I should do something specific in regards to
hazard.
My data is time to death by predator where I have 8 prey and one predator in
the setting. This means that two prey can't possibly die at the same time
and I can't quite get my head around how to include this in
2007 Feb 25
1
nested design in lme, need help with specifying model
Hi,
I wonder if anyone can help me with specifying a right model for my analysis. I am a beginner to lme methods and though have spent already many hours studying from various books an on-line helps, I was unfortunately not able to find a solution to my problem on my own.
Data structure:
I studied escape behavior of three species of a prey to a predator. The prey specimens (many) were in a
2008 Apr 04
3
[LLVMdev] PATCH: Use size reduction -- wave1
On Apr 4, 8:06 pm, heisenbug <ggr... at gmail.com> wrote:
> On Apr 4, 7:51 pm, Török Edwin <edwinto... at gmail.com> wrote:
>
>
>
> > heisenbug wrote:
> > > On Apr 3, 10:53 pm, Gabor Greif <ga... at mac.com> wrote:
> > > ...
>
> > >>> 3) Make sure that make check and some reasonable subset of llvm-test
> > >>>
2010 Dec 11
2
Predator Prey Models
Dear R-users,
I am currently modifying a previously developed predator prey model and
was curious if there was a way to add in a disturbance to the model (let's
say at time t=100). The disturbance can be the introduction of 40 prey
(N=40) and 10 predators (Pred = 10). I would like to see my model go from a
state of equilibrium (up to t = 99), show this disturbance (at t = 100) and
then
2007 Dec 10
1
Multiple Reponse CART Analysis
Dear R friends-
I'm attempting to generate a regression tree with one gradient predictor and multiple responses, trying to test if change in size (turtle.data$Clength) acts as a single predictor of ten multiple diet taxa abundances (prey.data) Neither rpart or mvpart seem to allow me to do multiple responses. (Or if they can, I'm not using the functions properly.)
> library(rpart)
2008 May 26
4
Prey and OpenGL
I have installed Prey onto my pc running PCLinuxOS
following the instructions in
http://frankscorner.org/index.php?p=prey
or
http://appdb.winehq.org/objectManager.php?sClass=application&iId=3465
and tried running it. I then found I needed the nocd patch, which I downloaded and applied.
I then tried cd to the app folder, then wine prey.exe with the following result:
Prey 1.0.103 win-x86 Jun 10
2007 Jul 11
2
[LLVMdev] PATCH: regarding PR1546
I do not consider PR1546 closed just yet.
What I mentioned in the PR was only two of
ca. 140 Solaris failures.
Most of them complain that llc cannot choose between C and
MSIL output formats.
The below prototypical patch corrects this type of failure.
Is this the right way of handling it?
Why does llc only fail on Solaris and not on Darwin?
After I understood this problem I am happy to commit
2008 Apr 04
0
[LLVMdev] PATCH: Use size reduction -- wave1
On Fri, 4 Apr 2008, heisenbug wrote:
>> point taken. thanks!
>
>
> Whatever I try I get something like this:
>
> ggreif$ cd MultiSource/
> ggreif$ make
> make[2]: *** No rule to make target `Output/be.bc', needed by `Output/
> burg.linked.rbc'. Stop.
> make[1]: *** [Burg/.makeall] Error 2
> make: *** [Applications/.makeall] Error 2
This is the
2012 Jul 14
0
[LLVMdev] [llvm-commits] Dealing with a corrupted /proc/self/exe link
Chandler Carruth wrote:
> On Fri, Jul 13, 2012 at 1:40 PM, Benjamin Kramer <benny.kra at gmail.com
> <mailto:benny.kra at gmail.com>> wrote:
>
>
> On 13.07.2012, at 21:39, Gabor Greif <gabor.greif at alcatel-lucent.com
> <mailto:gabor.greif at alcatel-lucent.com>> wrote:
>
> > Benjamin Kramer wrote:
> >> On 13.07.2012,
2012 Jul 13
2
[LLVMdev] [llvm-commits] Dealing with a corrupted /proc/self/exe link
Benjamin Kramer wrote:
> On 13.07.2012, at 09:46, Gabor Greif <gabor.greif at alcatel-lucent.com> wrote:
>
>> Hi all,
>>
>> I am in charge of the controlled introduction of clang into
>> our builds at my workplace. Since all our tools must run from
>> a ClearCase view for automatic dependency tracking, we have been
>> biten by a Linux bug, and
2012 Jul 13
0
[LLVMdev] [llvm-commits] Dealing with a corrupted /proc/self/exe link
On 13.07.2012, at 21:39, Gabor Greif <gabor.greif at alcatel-lucent.com> wrote:
> Benjamin Kramer wrote:
>> On 13.07.2012, at 09:46, Gabor Greif <gabor.greif at alcatel-lucent.com> wrote:
>>
>>> Hi all,
>>>
>>> I am in charge of the controlled introduction of clang into
>>> our builds at my workplace. Since all our tools must run
2012 Jul 13
2
[LLVMdev] [llvm-commits] Dealing with a corrupted /proc/self/exe link
On Fri, Jul 13, 2012 at 1:40 PM, Benjamin Kramer <benny.kra at gmail.com>wrote:
>
> On 13.07.2012, at 21:39, Gabor Greif <gabor.greif at alcatel-lucent.com>
> wrote:
>
> > Benjamin Kramer wrote:
> >> On 13.07.2012, at 09:46, Gabor Greif <gabor.greif at alcatel-lucent.com>
> wrote:
> >>
> >>> Hi all,
> >>>
>
2008 Apr 16
0
[LLVMdev] PATCH: Use size reduction -- wave2
> Unfortunately I had to introduce a new GlobalVariable::Create
> mechanism (I hoped to have nailed all in wave 1, but life is cruel).
> I will submit scripts for the easy conversion of external projects
> like the last time.
One request is to explicity explain the new mechanism so people don't have
to read the diffs or extrapolate from the conversion scripts.
Please send a