Displaying 20 results from an estimated 494 matches for "moritz".
2017 Mar 14
2
Distributing llc and opt with own package?
> On Mar 14, 2017, at 3:02 AM, Mehdi Amini <mehdi.amini at apple.com> wrote:
>
>>
>> On Mar 11, 2017, at 4:30 PM, Moritz Angermann via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> Hi Matthias,
>>
>> what I’m observing right now is that replacing opt+llc with an clang invocation, and
>> subsequently fewer intermediate files, increases the consumed time with -O0 by 200%.
>...
2017 Mar 12
3
Distributing llc and opt with own package?
...and I believe those are not part
of -O0 (is there an easy way to list all passes that -OX flags to clang imply for the
optimizer and code gen?).
Could the IR imply certain optimization passes to be required? Could llvm be taught
that say a certain calling convention needs a pass to run?
Cheers,
Moritz
> On Mar 12, 2017, at 3:41 AM, Matthias Braun <matze at braunis.de> wrote:
>
> -mllvm xxx will pass options directly to the llvm libraries though for that the same caveats apply in that they are more of a developer/debug tool than a stable interface.
> The stable interface to cl...
2017 Jul 17
2
Updated Xen packages for XSA 216..225
Salvatore Bonaccorso writes ("Re: Updated Xen packages for XSA 216..225"):
> On Tue, Jul 11, 2017 at 11:34:38PM +0200, Moritz Muehlenhoff wrote:
> > On Mon, Jul 03, 2017 at 12:33:54PM +0100, Ian Jackson wrote:
> > > Moritz M?hlenhoff writes ("Re: Updated Xen packages for XSA 216..225"):
> > > > Sorry for the late reply, was on vacation for a week. What's the status
> > > &...
2017 Mar 11
2
Distributing llc and opt with own package?
...n make do with the clang interface only.
How do I pass flags to opt or llc? Say I want to enable/disable tbaa,
which could be done with `--enable-tbaa=true/false` or `-mem2reg` or
`-globalopt`? Would the `-llvm` switch be, what I’m looking for or the
`-Xclang`, or something else entirely?
Cheers,
Moritz
> On Mar 11, 2017, at 2:26 AM, Matthias Braun <mbraun at apple.com> wrote:
>
> Just a word of warning:
>
> llc and opt are primarily developed as debugging tools to support LLVM testing. They are not intended to be shipped or used as code generators for frontends. They do of...
2017 Mar 07
2
[BUG Report] -dead_strip, strips prefix data unconditionally on macOS
I suspect that the format isn't important if you do that, but I wouldn't
recommend it, at least because inlining (and other inter-procedural
optimizations) are not expected to work correctly if you produce IR like
that.
Peter
On Mon, Mar 6, 2017 at 6:44 PM, Moritz Angermann <moritz.angermann at gmail.com
> wrote:
> Peter,
>
> thanks again! Yes, we only need to refer to main, but we must ensure that
> the prefix data is not stripped.
>
> I’ll have a look at the AsmPrinter.
>
> Another idea that came to mind is abusing the prolog...
2004 Aug 28
3
SIP Provider for Reseller
Hi List,
does somebody know a SIP Provider which offers reseller possibilities?
Moritz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040828/bddb5898/attachment.htm
2017 Mar 07
4
[BUG Report] -dead_strip, strips prefix data unconditionally on macOS
...object format to control how prefix data is emitted.
For Mach-O you would emit a label for a dummy internal symbol, followed by
the prefix data and then an alt_entry directive for the function symbol.
All other object formats would just emit the prefix data.
Peter
On Mon, Mar 6, 2017 at 6:16 PM, Moritz Angermann <moritz.angermann at gmail.com
> wrote:
> Thank you Peter!
>
> That seems to do the trick!
>
> $ cat test.s
> .section __TEXT,__text
> .globl _main
>
> .long 1
> _main:
> inc %eax
> ret
>
> .alt_entry _main
> _main.dsp = _ma...
2017 Mar 10
4
Distributing llc and opt with own package?
...lied, until we manage to get all those patches
upstreamed.
I’d like to find answers to the following question:
- How trivially can I build just llc and opt into (maybe static?)
distributable binaries?
- Would generating them for multiple architectures pose any specific
complications?
Cheers,
Moritz
2015 Sep 13
4
Dynamic detection of signed integer overflow
...-May/014908.html).
Is there any other method how I could get information only from the LLVM IR about whether signed types are involved in arithmetic operations? Or do you know any other project with the same or a similar goal of dynamic detection of signed integer overflow (for OpenCL)?
Regards,
Moritz
2017 Sep 04
3
Updated Xen packages for XSA 216..225
On Mon, Aug 07, 2017 at 01:15:56PM +0200, Moritz Muehlenhoff wrote:
> On Mon, Jul 17, 2017 at 03:58:20PM +0100, Ian Jackson wrote:
> > Salvatore Bonaccorso writes ("Re: Updated Xen packages for XSA 216..225"):
> > > On Tue, Jul 11, 2017 at 11:34:38PM +0200, Moritz Muehlenhoff wrote:
> > > > On Mon, Jul 03,...
2004 Aug 08
2
System Reqirements HELP
...; rack case so i will built in a 1 - 1,5ghz intel pentium with
256MB ram.
And when my Asterisk is runnig i will setup another at my office and i will
connect the two asterisks.
Do you think the cpu is big enough?
Do you think i can hadle up to 3 simultanus calls on sip with my internet
connection?
Moritz
----- Original Message -----
From: "William Suffill" <william.suffill@gmail.com>
To: <asterisk-users@lists.digium.com>
Sent: Saturday, August 07, 2004 8:23 PM
Subject: Re: [Asterisk-Users] System Requirements
> In sort no.
>
> Depending how many concurrent calls...
2017 Dec 01
2
Some strange i64 behavior with arm 32bit. (Raspberry Pi)
...king module contains the main directly and is not called from a main
function in a different module.
I've also tried to define a regular c function with the same code and called
that from within the ghccc function with the same (incorrect) results.
Any further ideas I could expore?
Cheers,
Moritz
> On Dec 1, 2017, at 4:26 PM, Tim Northover <t.p.northover at gmail.com> wrote:
>
> Hi Moritz,
>> If someone could offer some hint, where to look further for debugging this, I'd very much appreciate the advice!
>> I'm a bit lost right now how to figure out why I...
2017 Jul 11
2
Updated Xen packages for XSA 216..225
On Mon, Jul 03, 2017 at 12:33:54PM +0100, Ian Jackson wrote:
> Moritz M?hlenhoff writes ("Re: Updated Xen packages for XSA 216..225"):
> > Sorry for the late reply, was on vacation for a week. What's the status
> > of jessie? Most of the XSAs seem to affect oldstable as well.
>
> Sorry, I forgot about them...
>
> I will see wha...
2017 Sep 12
3
Updated Xen packages for XSA 216..225
Moritz M?hlenhoff writes ("Re: Updated Xen packages for XSA 216..225"):
> Sorry for the late reply. The updates look fine and I've written
> up an advisory text.
>
> I don't use Xen myself and don't have a test setup. Have these
> been tested on a jessie/stretch syste...
2002 Mar 07
2
IE ?
...lling
it.
i got a few problems. ( IE wants to be installed over the net ) and with
wine that seems not to be possible... also wine has some problems with
my reiserfs partitions !? or what is it what it tells me ?
anyway ? can some one hand me a short tutorial on how to get wine to
work with IE !?
-moritz
thanks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: This is a digitally signed message part
Url : http://www.winehq.org/pipermail/wine-users/attachments/20020307/cb43f4e9/attachment.pgp
2002 Aug 22
2
NT4 WINS Server forgets samba servers
Hi,
I do not know whether this is a samba problem or an NT feature, but it
seems only to occur with samba boxes, so it could be samba's fault:
The NT PDC (moritz) runs also the WINS server. It regularly forgets the
IP addresses of our samba servers:
# nmblookup -U moritz -R hni-gate
querying hni-gate on 131.234.166.19
name_query failed to find name hni-gate
I then just have to stop and start the nmbd on the samba server and
everything is fine again.
Th...
2017 Mar 07
2
[BUG Report] -dead_strip, strips prefix data unconditionally on macOS
On Mon, Mar 6, 2017 at 5:54 PM, Moritz Angermann <moritz.angermann at gmail.com
> wrote:
> Hi Peter,
>
> I’ve just experimented with this a bit:
>
> Say we would end up with the following assembly:
>
> .section __TEXT,__text
> .globl _main
>
> .long 1
> _main:
> inc %eax
> ret
>...
2006 Mar 28
3
How to generate a list of lists recursively (for bayesm)
...[j,])
+ y<-rbind(y,Sk[i,j])
+ }
+ }}
+ regdata1[[c(i,1)]]<-y
+ regdata1[[c(i,2)]]<-X1
+ regdata2[[c(i,1)]]<-y
+ regdata2[[c(i,2)]]<-X2
+ }
Fehler: objekt "regdata1" nicht gefunden
??? So, does anybody know what I did wrong or how I can generate my list of lists?
Regards,
Moritz
Moritz Marienfeld
Viel oder wenig? Schnell oder langsam? Unbegrenzt surfen + telefonieren
ohne Zeit- und Volumenbegrenzung? DAS TOP ANGEBOT JETZT bei Arcor: g?nstig
und schnell mit DSL - das All-Inclusive-Paket f?r clevere Doppel-Sparer,
nur 44,85 ? inkl. DSL- und ISDN-Grundgeb?hr!
2014 Dec 12
2
Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: 26.
...nna Crepes: Traubenzucker
+ Feldsalat spezielles Dressing (bringt selbst mit?)
-------- Weitergeleitete Nachricht --------
Betreff: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: 26.
Datum: Thu, 11 Dec 2014 15:34:39 +0100
Von: Markus <universe at truemetal.org>
An: universe at truemetal.org
Geschenke Moritz: dunkle Schokolade.
Geschenke Anna: normale Schokolade.
-------- Weitergeleitete Nachricht --------
Betreff: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: 26.
Datum: Wed, 10 Dec 2014 05:12:16 +0100
Von: Markus <universe at truemetal.org>
An: universe at truemetal.org
+ Haehnchenfleisch fuer Markus, klein...
2012 Jul 30
5
Bug#683279: CVE-2012-3432
Package: xen
Severity: grave
Tags: security
Please see
http://www.openwall.com/lists/oss-security/2012/07/26/4
Cheers,
Moritz