search for: ssen

Displaying 20 results from an estimated 205 matches for "ssen".

Did you mean: seen
2009 Sep 02
1
[LLVMdev] XPASS forAsmBlocksComplexJumpTarget.c (-fasm-blocks)
Building r80796 of the "release_26" branch on Ubuntu 9.04, I'm getting an XPASS on: ssen at ssen:~/llvm/build$ make TESTONE=FrontendC/2009-08-11- AsmBlocksComplexJumpTarget.c check-one make[1]: Entering directory `/home/ssen/llvm/build/test' Making a new site.exp file... XPASS: /home/ssen/llvm/test/FrontendC/2009-08-11- AsmBlocksComplexJumpTarget.c make[1]: Leaving directory `/ho...
2008 Feb 05
3
[LLVMdev] Makefile dependencies and configure test fix
...rns the check into a compile-time check for __GNUC__ version. Since autoconf already does this to determine if you're using GCC or not, it should be pretty safe. Believe it or not, I dusted off a copy of gcc 2.95.2 for Mac OS X for PowerPC and ran it under Rosetta to verify this fix: [ssen at virgon]$ gcc-2.95.2 -v Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs Apple Computer, Inc. version gcc-926, based on gcc version 2.95.2 19991024 (release) [ssen at virgon]$ ./configure CC=gcc-2.95.2 CXX=g++-2.95.2 ... checking for llvm-gcc... no checking for llvm-g++... no checkin...
2008 Feb 05
0
[LLVMdev] Makefile dependencies and configure test fix
...me check for > __GNUC__ version. Since autoconf already does this to determine if > you're using GCC or not, it should be pretty safe. > > Believe it or not, I dusted off a copy of gcc 2.95.2 for Mac OS X > for PowerPC and ran it under Rosetta to verify this fix: > > [ssen at virgon]$ gcc-2.95.2 -v > Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs > Apple Computer, Inc. version gcc-926, based on gcc version 2.95.2 > 19991024 (release) > [ssen at virgon]$ ./configure CC=gcc-2.95.2 CXX=g++-2.95.2 > ... > checking for llvm-gcc... no >...
2009 Sep 23
2
[LLVMdev] [llvm-commits] [PATCH] BlocksRuntime updates for Linux
...ked fine before. I can't see the #if that goes with +#elif defined(__WIN32__) as you removed -#if TARGET_OS_MAC. Please go over your #if / #endif blocks and trail the #endif with a comment. I am willing to bet there is a problem there. Thanks for your time, Edward. 2009/9/23 Shantonu Sen <ssen at apple.com>: > Sounds like your system compiler doesn't support gcc-style builtin atomics. > Please use a different compiler? > > Shantonu > > Sent from my MacBook > > On Sep 22, 2009, at 7:54 PM, Edward O'Callaghan wrote: > >> Breaks Builds on Solaris...
2009 May 04
4
[LLVMdev] [PATCH] Add support for accessing the FS segment register on X86
Hi, Here is an updated version of the patch using address space 257. Zoltan On Mon, May 4, 2009 at 11:36 PM, Shantonu Sen <ssen at apple.com> wrote: > Maybe 257 would be better (or other unused), because of r70197, which gives > special behavior for <256 > > Shantonu Sen > ssen at apple.com > > Sent from my Mac Pro > > > On May 4, 2009, at 2:28 PM, Zoltan Varga wrote: > > Hi, >...
2009 Sep 23
2
[LLVMdev] [llvm-commits] [PATCH] BlocksRuntime updates for Linux
...s where i meant to send it the first > time] > > The source changes seem fine to me, and I don't have an opinion about the > build system changes - I suggest committing them and seeing if anyone > screams :) > Thanks Shantonu, > -Chris > > Ping? > Shantonu Sen > ssen at apple.com > Sent from my Mac Pro > Begin forwarded message: > > From: Shantonu Sen <ssen at apple.com> > Date: September 18, 2009 11:14:13 AM PDT > To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Subject: [LLVMdev] [PATCH] BlocksRuntime updates for Li...
2009 Sep 23
0
[LLVMdev] [llvm-commits] [PATCH] BlocksRuntime updates for Linux
...#if that goes with +#elif defined(__WIN32__) as you > removed -#if TARGET_OS_MAC. > Please go over your #if / #endif blocks and trail the #endif with a > comment. I am willing to bet there is a problem there. > > Thanks for your time, > Edward. > > 2009/9/23 Shantonu Sen <ssen at apple.com>: >> Sounds like your system compiler doesn't support gcc-style builtin >> atomics. >> Please use a different compiler? >> >> Shantonu >> >> Sent from my MacBook >> >> On Sep 22, 2009, at 7:54 PM, Edward O'Callaghan wro...
2009 Sep 23
2
[LLVMdev] [llvm-commits] [PATCH] BlocksRuntime updates for Linux
...k on the CMake system btw ! I think we need a 'clean' CMake test for the above problem instead of the build just blowing up like that. I guess I will have a look in the morning (its late here) unless you have already committed something by then. Cheers, Edward. 2009/9/23 Shantonu Sen <ssen at apple.com>: > Seems pretty clear cut to me. > > #if defined(HAVE_OSATOMIC_COMPARE_AND_SWAP_INT) && > defined(HAVE_OSATOMIC_COMPARE_AND_SWAP_LONG) > ... > #elif defined(__WIN32__) > ... > #elif defined(HAVE_SYNC_BOOL_COMPARE_AND_SWAP_INT) && > defined...
2013 Apr 09
2
Mistake in German Error message for friedman.test
There are two misspellings in the german Error message for friedman test: Fehler in friedman.test.default(cont$score, group = cont$goup, blocks = cont$cont) : y, Gruppen und blöcke müssen die sekbe Länge haben The correct spelling would be: Fehler in friedman.test.default(cont$score, group = cont$goup, blocks = cont$cont) : y, Gruppen und *Blöcke* müssen die *selbe* Länge haben Instead of "die selbe", it could be "dieselbe" or "die gleiche". Than...
2009 Sep 23
0
[LLVMdev] [llvm-commits] [PATCH] BlocksRuntime updates for Linux
...;> >> The source changes seem fine to me, and I don't have an opinion >> about the >> build system changes - I suggest committing them and seeing if anyone >> screams :) >> Thanks Shantonu, >> -Chris >> >> Ping? >> Shantonu Sen >> ssen at apple.com >> Sent from my Mac Pro >> Begin forwarded message: >> >> From: Shantonu Sen <ssen at apple.com> >> Date: September 18, 2009 11:14:13 AM PDT >> To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> >> Subject: [LLVMdev] [PATCH]...
2005 Jan 21
3
desire box
hi, I seek to be able itself to wish a desire box our listeners am to music, over ices am played have someone a recommendation for me? can be gladly with mysql. greeting -- Mit freundlichen Gr?ssen Carsten Henkel mailto:carsten@chatlabel.de In unserer Firma ist alles elektrisch - sogar das Gehalt versetzt einem einen Schlag. dieser Text ist zuf?llig gew?hlt und hat nichts mit dem Empf?nger der e-Mail zu tun. Carsten Henkel Passauer Stra?e 7 94577 Winzer tel.: 0049...
2009 May 04
0
[LLVMdev] [PATCH] Add support for accessing the FS segment register on X86
...ou need it for other targets, I recommend looking at adapting it. Dan On May 4, 2009, at 2:59 PM, Zoltan Varga wrote: > Hi, > > Here is an updated version of the patch using address space 257. > > Zoltan > > On Mon, May 4, 2009 at 11:36 PM, Shantonu Sen <ssen at apple.com> wrote: > Maybe 257 would be better (or other unused), because of r70197, > which gives special behavior for <256 > > Shantonu Sen > ssen at apple.com > > Sent from my Mac Pro > > > On May 4, 2009, at 2:28 PM, Zoltan Varga wrote: > > Hi, >...
2009 May 04
1
[LLVMdev] [PATCH] Add support for accessing the FS segment register on X86
...ting it. > > Dan > > On May 4, 2009, at 2:59 PM, Zoltan Varga wrote: > > > Hi, > > > > Here is an updated version of the patch using address space 257. > > > > Zoltan > > > > On Mon, May 4, 2009 at 11:36 PM, Shantonu Sen <ssen at apple.com> wrote: > > Maybe 257 would be better (or other unused), because of r70197, > > which gives special behavior for <256 > > > > Shantonu Sen > > ssen at apple.com > > > > Sent from my Mac Pro > > > > > > On May 4, 2009, at...
2009 Sep 23
0
[LLVMdev] [llvm-commits] [PATCH] BlocksRuntime updates for Linux
...e need a 'clean' CMake test for the above problem instead of > the build just blowing up like that. > I guess I will have a look in the morning (its late here) unless you > have already committed something by then. > > Cheers, > Edward. > > 2009/9/23 Shantonu Sen <ssen at apple.com>: >> Seems pretty clear cut to me. >> >> #if defined(HAVE_OSATOMIC_COMPARE_AND_SWAP_INT) && >> defined(HAVE_OSATOMIC_COMPARE_AND_SWAP_LONG) >> ... >> #elif defined(__WIN32__) >> ... >> #elif defined(HAVE_SYNC_BOOL_COMPARE_AND_S...
2009 May 04
0
[LLVMdev] [PATCH] Add support for accessing the FS segment register on X86
Maybe 257 would be better (or other unused), because of r70197, which gives special behavior for <256 Shantonu Sen ssen at apple.com Sent from my Mac Pro On May 4, 2009, at 2:28 PM, Zoltan Varga wrote: > Hi, > > The attached patch adds support for accessing the FS segment > register using address space 255, similarly to the way the GS > segment register can be accessed. This is useful for gen...
2008 Jan 19
2
Newsletter: Ihre E-Mailadresse wurde ausgetragen.
Hallo, Ihre E-Mailadresse "r-help at stat.math.ethz.ch" wurde aus dem Verteiler entfernt. URL: http://www.fueralles.de/cgi-bin/nsl_pro/newsletter.cgi?id=steinfeuerfred Mit freundlichen Gr?ssen Ihr Newsletter-Team
2009 May 04
2
[LLVMdev] [PATCH] Add support for accessing the FS segment register on X86
Hi, The attached patch adds support for accessing the FS segment register using address space 255, similarly to the way the GS segment register can be accessed. This is useful for generating TLS access code on amd64 for example. Zoltan -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Mar 31
3
AW: [rsync-announce] Rsync 2.6.4 released
Sorry, aber 2.6.4 ist ZIEMLICH GEIL. Da m?ssen wir mal die neuen schalterchen ausprobieren. (delete-after zum Beispiel) Ich lass Dich raus aus so was. Gruss Markus -----Urspr?ngliche Nachricht----- Von: rsync-announce-bounces+ulrichd=voelcker.com@lists.samba.org [mailto:rsync-announce-bounces+ulrichd=voelcker.com@lists.samba.org] Im Auftr...
2008 Jan 27
0
[LLVMdev] Better llvm-ld support for frameworks on Mac OS X
...xtern char *zlibVersion(void); extern int puts(char *); int main(int argc, char *argv[]) { puts(zlibVersion()); return 0; } $ clang test1.c -emit-llvm | llvm-as | llvm-ld - -native -L/usr/lib - lSystem -lz -v Generating Bitcode To a.out.bc Generating Assembly With: '/Volumes/HD/ltmp/ssen/src/llvm/Debug/bin/llc' '-f' '-o' 'a.out.s' 'a.out.bc' Generating Native Executable With: '/usr/bin/gcc' '-fno-strict-aliasing' '-O3' '-o' 'a.out' 'a.out.s' '- L' '/usr/lib' '-lSystem' ...
2018 Jan 09
2
PJSIP: identify endpoint by authentication username?
...are the options to solve that issue? I see the asterisk sending out a challenge and getting a proper reply from the patton, but then stills complains about the endpoint not matching. According to the manual there is no type=identify match=authentication_username or similar. Mit freundlichen Gr?ssen -Beno?t Panizzon- -- I m p r o W a r e A G - Leiter Commerce Kunden ______________________________________________________ Zurlindenstrasse 29 Tel +41 61 826 93 00 CH-4133 Pratteln Fax +41 61 826 93 01 Schweiz Web http://www.imp.ch __...