search for: dressler

Displaying 20 results from an estimated 58 matches for "dressler".

2014 Dec 16
1
[LLVMdev] 3.5.1 Testing Phase Begins
...list (I don't remember doing this and it's unusual for me but that's what the emails say). You presumably saw my email and thought I was replying to you and things got confused from there. I'll commit that patch to the trunk and ask Tom for permission to merge it. From: sebastian.dressler at gmail.com [mailto:sebastian.dressler at gmail.com] Sent: 16 December 2014 05:20 To: Daniel Sanders Cc: Ben Pope; Nikola Smiljanic; llvmdev Subject: Re: [LLVMdev] 3.5.1 Testing Phase Begins On 15.12.2014, at 23:01, Daniel Sanders <Daniel.Sanders at imgtec.com<mailto:Daniel.Sanders at imgt...
2014 Dec 16
1
[LLVMdev] 3.5.1 Testing Phase Begins
...9;s unusual for > me but that's what the emails say). You presumably saw my email and thought > I was replying to you and things got confused from there. > > > > I'll commit that patch to the trunk and ask Tom for permission to merge it. > > > > From: sebastian.dressler at gmail.com [mailto:sebastian.dressler at gmail.com] > Sent: 16 December 2014 05:20 > To: Daniel Sanders > Cc: Ben Pope; Nikola Smiljanic; llvmdev > Subject: Re: [LLVMdev] 3.5.1 Testing Phase Begins > > > > > > On 15.12.2014, at 23:01, Daniel Sanders <Daniel.Sander...
2013 Jan 09
3
[LLVMdev] Pointer "data direction"
...f the first ideas was to use a kind of configuration file, since the kernel developer knows about the data directions. But I think this can be done more elegant. Anyway, based on your answer I'll maybe go back to this idea. Thanks, Sebastian [4] http://opus4.kobv.de/opus4-zib/files/1556/kdv_dressler_steinke_zibreport.pdf > Hope it helps, > - D. > > 2013/1/9 Sebastian Dreßler <dressler at zib.de> > >> Hi, >> >> suppose the following C function declaration: >> >> void f(int *in, int *out); >> >> Now further suppose, that _in_...
2013 Jan 09
0
[LLVMdev] Pointer "data direction"
Are you analysing sizes in order to perform host<->accelerator memory synchronization? 2013/1/9 Sebastian Dreßler <dressler at zib.de> > Hi Dmitry, > > On 01/09/2013 03:48 PM, Dmitry Mikushin wrote: > > Hi Sebastian, > > > > This kind of analysis is a pretty complex problem in general case. > > Consider, for instance, function "f" has nested calls of other func...
2013 Mar 01
1
[LLVMdev] llvm get annotations
...2* @f to i8*) . Do > you know how I can get the name @f from this? I cannot convert it again to > ConstantStruct and follow the same procedure, it will give me a segfault. > > Thank you again. Your advice was very helpful :) > > > > On Fri, Mar 1, 2013 at 9:22 AM, Sebastian Dreßler <dressler at zib.de> wrote: > >> Hi, >> >> On 02/28/2013 03:55 PM, Alexandru Ionut Diaconescu wrote: >> > Hi Sebastian, >> > >> > I think I am very close to get the annotation, but I need to parse a >> > Value*, which is of type {[1 x...
2013 Mar 01
0
[LLVMdev] llvm get annotations
...Operand(0) gives me i8* bitcast (i32* @f to i8*) . Do you know how I can get the name @f from this? I cannot convert it again to ConstantStruct and follow the same procedure, it will give me a segfault. Thank you again. Your advice was very helpful :) On Fri, Mar 1, 2013 at 9:22 AM, Sebastian Dreßler <dressler at zib.de> wrote: > Hi, > > On 02/28/2013 03:55 PM, Alexandru Ionut Diaconescu wrote: > > Hi Sebastian, > > > > I think I am very close to get the annotation, but I need to parse a > > Value*, which is of type {[1 x { i8*, i8*, i8*, i32 }]. In one...
2013 Feb 27
3
[LLVMdev] llvm get annotations
Hello everyone ! I followed http://stackoverflow.com/questions/4976298/modern-equivalent-of-llvm-annotationmanagerin order to get annotations from my target bytecode. All the examples that I give in the following is related to the code from that link. I have `__attribute__((annotate("DS"))) int f=0;` into the target C++ program and the related IR code: @.str = private unnamed_addr
2004 Aug 06
5
processing icecast logs
Do you know some program which process icecast log and make some nice graphs similar to webalizer's. Thanks, Madr -- Martin Dressler e-mail: dr@musicabona.cz http://www.musicabona.com/ --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in...
2013 Feb 24
2
[LLVMdev] Canonical way to visualize LLVM IR?
Hello, On Sun, 24 Feb 2013 19:15:27 +0100 Sebastian Dreßler <dressler at zib.de> wrote: [] > For a project involving a tree data structure, we created a graph for > representing IR for further analysis. I attached an excerpt of such a > graph to give you an idea. If it helps, we will see how to proceed ;) Well, after grepping LLVM source f...
2013 Jan 09
2
[LLVMdev] Pointer "data direction"
...dy existing LLVM pass (or maybe a part of a pass) that detects those "data directions" for pointers. I'm not quite sure whether e.g. Alias Analysis can provide me this information (I suppose it *cannot*). Best regards, Sebastian -- Mit freundlichen Grüßen / Kind regards Sebastian Dreßler Zuse Institute Berlin (ZIB) Takustraße 7 D-14195 Berlin-Dahlem Germany dressler at zib.de Phone: +49 30 84185-261 http://www.zib.de/
2013 Feb 24
0
[LLVMdev] Canonical way to visualize LLVM IR?
Hi Paul, On 02/24/2013 08:54 PM, Paul Sokolovsky wrote: > Hello, > > On Sun, 24 Feb 2013 19:15:27 +0100 > Sebastian Dreßler <dressler at zib.de> wrote: > > [] > >> For a project involving a tree data structure, we created a graph for >> representing IR for further analysis. I attached an excerpt of such a >> graph to give you an idea. If it helps, we will see how to proceed ;) > &g...
2013 Mar 03
3
[LLVMdev] AESOP autoparallelizing compiler
...n well with IR from source code, but also with low level IR from a binary to IR translator in a separate project. This has required new techniques specific to this problem. Aparna can provide more information on techniques used in our LMDA. -Tim On Sun, Mar 03, 2013 at 09:18:47AM +0100, Sebastian Dreßler wrote: > Hi, > > On 03/03/2013 07:09 AM, Timothy Mattausch Creech wrote: > > [...] > > The main components of the released implementation are loop memory > > dependence analysis and parallel code generation using calls to POSIX > > threads. > > The loop memo...
2013 Jan 09
0
[LLVMdev] Pointer "data direction"
...tual values of pointers and index ranges you can also make conclusions about read/write modes with respect to particular code regions, like in [3]. [1] https://sites.google.com/site/parallelizationforllvm/ [2] http://polly.llvm.org/ [3] http://kernelgen.org Hope it helps, - D. 2013/1/9 Sebastian Dreßler <dressler at zib.de> > Hi, > > suppose the following C function declaration: > > void f(int *in, int *out); > > Now further suppose, that _in_ is an array only read from and _out_ is > an array that is only written to. > > Based on this, I was wondering whet...
2014 Dec 15
2
[LLVMdev] 3.5.1 Testing Phase Begins
> On 15.12.2014, at 15:45, Daniel Sanders <Daniel.Sanders at imgtec.com> wrote: > >> -----Original Message----- >> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] >> On Behalf Of Sebastian Dreßler >> Sent: 15 December 2014 14:08 >> Cc: Ben Pope; Nikola Smiljanic; llvmdev >> Subject: Re: [LLVMdev] 3.5.1 Testing Phase Begins >> >> 2014-12-15 13:00 GMT+01:00 Daniel Sanders <Daniel.Sanders at imgtec.com>: >>>> LLVM: CodeGen/Mips/cconv/arguments-st...
2004 Feb 17
2
FW: Samba 3.0.2/LDAP and Adding a Workstation to the Domain
...[2004/02/17 09:36:47, 2] rpc_server/srv_samr_nt.c:access_check_samr_object(93) _samr_open_domain: ACCESS DENIED (requested: 0x00000211) -----Original Message----- From: keith@midnighthax.com [mailto:keith@midnighthax.com]On Behalf Of Keith Edmunds Sent: Tuesday, February 17, 2004 9:32 AM To: ndressler@dinmar.com Subject: Re: [Samba] Samba 3.0.2/LDAP and Adding a Workstation to the Domain On Tue, 17 Feb 2004 09:13:54 -0400 "Norm Dressler" <ndressler@dinmar.com> wrote: > Now I want to get back to user profiles and login scripts. I have > tried to join the domain from a Wi...
2013 Apr 19
2
[LLVMdev] Help:- Memory dependence profiling in LLVM
----------------- Hello, I want to do a memory dependence profiling. Is there any freely available implementation of memory dependence profiling implementations in LLVM which I can modify for my own use? Unnikrishnan C -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2013 Mar 03
0
[LLVMdev] AESOP autoparallelizing compiler
----- Original Message ----- > From: "Timothy Mattausch Creech" <tcreech at umd.edu> > To: "Sebastian Dreßler" <dressler at zib.de> > Cc: "Aparna Kotha" <akotha at umd.edu>, llvmdev at cs.uiuc.edu > Sent: Sunday, March 3, 2013 11:32:49 AM > Subject: Re: [LLVMdev] AESOP autoparallelizing compiler > > Hi Sebastian, > Sure! The bulk of LMDA was written by Aparna...
2015 Jul 20
2
[LLVMdev] [3.7 Release] RC1 has been tagged, Testing Phase I begins
On Sun, Jul 19, 2015 at 11:20 AM, <sebastian.dressler at gmail.com> wrote: > Hi Hans, > > I uploaded > > c55199c92877ed068b2f7d1ece6b0bb4f121a63a clang+llvm-3.7.0-rc1-x86_64-apple-darwin.tar.xz > > to SFTP. Thanks! > Testing was OK except for differences between phase 2 and 3 which I consider being not harmful (or eve...
2012 Oct 16
3
[LLVMdev] Find template types of std::map
...l defined named types from the module. I know there is LLVMContextImpl but this class is a forward declaration and therefore I'm not able to access LLVMContextImpl::NamedStructTypes. Thanks for any suggestions. Best regards, Sebastian -- Mit freundlichen Grüßen / Kind regards Sebastian Dreßler Zuse Institute Berlin (ZIB) Takustraße 7 D-14195 Berlin-Dahlem Germany dressler at zib.de Phone: +49 30 84185-261 http://www.zib.de/
2013 May 09
0
[LLVMdev] 3.3 Testers!
...nal *and* 3.3rc1m so simply repeat steps 1 to 3. Once you have the result.json files for both releases, you can compare them with the mentioned findRegressions-{nightly,simple}.py scripts. I hope that clarifies some things. Cheers, Sebastian -- Mit freundlichen Grüßen / Kind regards Sebastian Dreßler Zuse Institute Berlin (ZIB) Takustraße 7 D-14195 Berlin-Dahlem Germany dressler at zib.de Phone: +49 30 84185-261 http://www.zib.de/