Displaying 19 results from an estimated 19 matches for "rebe".
Did you mean:
debe
2010 Apr 15
1
[LLVMdev] [cfe-dev] Living on Clang
...r at least several weeks already, and we've found it to be quite stable for development. If you run into problems---poor diagnostics, poor debugging experience, compiler crashes, rejecting valid code, whatever---please file Bugzillas so we can get them fixed.
Been there, done that: http://rene.rebe.de/2010-02-16/llvm-clang-support-in-t2-sde-linux/
And reported C++ issues spotted while at it. I plan to further extend the testing and potentially default to Clang (without GCC) in a future T2 Linux revision.
> Steps to living on Clang:
>
> - Make sure you're getting a good revisi...
2010 Apr 15
0
[LLVMdev] [cfe-dev] Living on Clang
I can't switch to clang on my project until it can handle boost headers.
On Thu, Apr 15, 2010 at 2:17 AM, Rene Rebe <rene at exactcode.de> wrote:
> Hi,
>
> On Apr 14, 2010, at 10:51 PM, Douglas Gregor wrote:
>
>> Hello fellow LLVMers and Clangstas,
>>
>> We want to make Clang great, and we need your help!
>>
>> Helping is easy: just build Clang on your platform and...
2007 Jul 08
3
change the "coeffcients approach" on an anova
...h the anova, juste one coefficients for example +3,56 (for
100°C), and the other (for 130°C) is always zero.
but I prefer to obtain + 1,78 or the first effect and -1,78 for the second
(the intercept is also different too)
my script is (it s just an example)
rinfo2 <- (lm(pression~ temp, data=rebe))
anova(rinfo2)
summary(rinfo2)
what can I change to obtain what I need?
best regards
--
_________________________________
Vincent GUYADER
École nationale supérieure d'agronomie de Rennes (ENSAR)
EN156 - Spécialité statistiques appliquées
06.22.85.34.27
[[alternative HTML version delete...
2010 Oct 06
0
[LLVMdev] 2.8 Release notes
...ed Features" section, or send in patches for changes. Thanks!
>
> -Chris
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
--
René Rebe, ExactCODE GmbH, Jaegerstr. 67, DE-10117 Berlin
DE Legal: Amtsgericht Charlottenburg HRB 105123B, Tax-ID#: DE251602478
Managing Directors: Susanne Klaus, René Rebe
http://exactcode.com | http://t2-project.org | http://rene.rebe.de
2006 Jan 09
2
performance with >50GB files
...sending box has rsync running with 60-80 % CPU load (2GHz
Pentium 4) while the receiver is nearly idle.
So far I had no acces to the poblematic setup but I will have to analyze this
soon. I would like to ask beforehand if there are known performance hits
syncing such huge files?
Sincerely,
Ren? Rebe
2010 Oct 04
5
[LLVMdev] 2.8 Release notes
Hi All,
I've finished the first draft of the 2.8 release notes:
http://llvm.org/docs/ReleaseNotes.html
Please feel free to commit improvements and enhancements. There are "a lot" of changes that went into 2.8, but I think I've scraped most of them out of the commits. However, it is also highly likely that I missed something, so if I missed your favorite feature, please speak
2010 Apr 14
12
[LLVMdev] Living on Clang
Hello fellow LLVMers and Clangstas,
We want to make Clang great, and we need your help!
Helping is easy: just build Clang on your platform and start using it as your main compiler for LLVM and Clang development. Much of the Clang team has been living on Clang for at least several weeks already, and we've found it to be quite stable for development. If you run into problems---poor
2010 Feb 23
0
[LLVMdev] [cfe-dev] New LLVM Server!!
...n 02/23/2010 12:45 AM, Tanya Lattner wrote:
> The transition to the new server is complete. If you find something is broken or not working correctly, please send mail to the list (llvmdev or cfe-dev).
UTF-8 names in bugzilla are broken, here's an example
(reporter's name shows as René Rebe, where instead of é there should
have been a single utf8 character):
http://llvm.org/bugs/show_bug.cgi?id=6382
I fixed my name by editing my profile.
Best regards,
--Edwin
2005 Mar 01
1
Allow remote hosts for remote forwarded ports
...face
and not to all. For -L there is the -g option to low connects to locally
forwarded ports for remote hosts. As far as I can see there is no
equivalent for remotely forwarded ports.
Is there any reason this is not implemented?
PS: Please CC since I'm not subscribed ...
Yours,
--
Ren? Rebe - Rubensstr. 64 - 12157 Berlin (Europe / Germany)
http://www.exactcode.de/ | http://www.t2-project.org/
+49 (0)30 255 897 45
2009 Mar 16
0
[LLVMdev] llvm-2.5 and trunk:HEAD fail to build on PPC64/Linux
...mp -gen-intrinsic
make[1]: *** [/home/rene/src/llvm/lib/VMCore/Release/Intrinsics.gen.tmp] Aborted (core dumped)
make[1]: Leaving directory `/home/rene/src/llvm/lib/VMCore'
Compiler: gcc (GCC) 4.2, C library: glibc 2.6.1
Any pointer how to fix this ppc64 / Linux issue is welcome,
--
René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
http://exactcode.de | http://t2-project.org | http://rene.rebe.name
2008 Sep 28
0
[LLVMdev] compile linux kernel
No, this is not the case.
Just because you compile something to LLVM IR does not make the thing
you compiled work on every architecture.
You may even be able to retarget it to any architecture (it depends),
but this in no way means the result will *actually work*.
The LLVM IR generated by llvm-gcc is very architecture dependent.
Theoretically you could make a C compiler that was mostly C
2008 Oct 27
0
[LLVMdev] endian independence
On Oct 21, 2008, at 2:27 AM, Jay Foad wrote:
> Hi,
>
> I'd like to use LLVM to compile and optimise code when I don't know
> whether the target CPU is big- or little-endian. This would allow me
> to create a single optimised LLVM bitcode binary of an application,
> and then run it through a JIT compiler on systems of differening
> endianness.
Ok.
> I realise that
2010 Feb 22
8
[LLVMdev] New LLVM Server!!
The transition to the new server is complete. If you find something is broken or not working correctly, please send mail to the list (llvmdev or cfe-dev).
The demo page and docs should be fully functional.
Thank you for your patience during this time.
Thanks,
Tanya
2008 Sep 29
3
[LLVMdev] compile linux kernel
...gt; http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>>
>>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
--
René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
http://exactcode.de | http://t2-project.org | http://rene.rebe.name
2008 Sep 28
3
[LLVMdev] compile linux kernel
does that mean .o generated with gcc (.c -> .s and .s -> .o) will not
contain llvm ir?
i meant, final kernel bitcode ir arch independent and can be JIT with
any arch-specific backend. Is it not the case?
thanks,
ashish
On Sat, Sep 27, 2008 at 10:43 PM, Andrew Lenharth <andrewl at lenharth.org> wrote:
> On Sat, Sep 27, 2008 at 8:08 PM, Ashish Bijlani
> <ashish.bijlani at
2008 Oct 21
4
[LLVMdev] endian independence
Hi,
I'd like to use LLVM to compile and optimise code when I don't know
whether the target CPU is big- or little-endian. This would allow me
to create a single optimised LLVM bitcode binary of an application,
and then run it through a JIT compiler on systems of differening
endianness.
I realise that in general the LLVM IR depends on various
characteristics of the target; I'd just
2007 Nov 29
1
checkpoint into Ices2
Hello,
I'd like to extend Ices2 in order to make it capable of managing
checkpoints.
My assignment is to write a high-availability streaming server using
OpenAIS. I decided to use Icecast and Ices.
Ices should periodically save relevant information to a checkpoint, so
that when it crashes and then restarts, it can continue to provide the
stream from the point it left off, based on the
2006 Jan 29
2
rsnyc over ssh through scripting and cron...
hello all:
I have two machines (approx 50 miles apart) that I need to create a
co-located backup solution for. One machine will serve as a central
fileserver for an office, and every week a backup of that directory will be
sent through the internet to a box I have here locally. I am aware of rsync
being able to run over SSH, however I need this to be totally automated (SSH
opening, passwords
2006 Jan 11
4
Shell Script Does not complete if rsync returns Code 24
I have a simple backup shell script that I am using for backups.
I have a problem which I think is a result of this error:
rsync warning: some files vanished before they could be transferred (code
24) at main.c(789)
Any command after the rsync never gets executed if I get the above error.
The file system is very large and we have engineers working at all hours so
it is rare that this would