similar to: Why Clang is yielding different LLVM IR return type for the same function

Displaying 20 results from an estimated 700 matches similar to: "Why Clang is yielding different LLVM IR return type for the same function"

2006 Mar 24
5
problems with ".this"
Hello I´m making a class using prototype''s class.create(), like this: var onewClass = Class.create(); onewClass.prototype = { initialize : function(array) { this.variable = "fooo"; this.array = array; }, function1 : function() { this.array.each(function(element){ alert(element);
2017 Jun 30
2
4.4.14 on solaris, using ads, can't read/write as user
On Thu, Jun 29, 2017 at 4:46 PM, Rowland Penny via samba < samba at lists.samba.org> wrote: > On Thu, 29 Jun 2017 16:28:38 -0300 > francis picabia via samba <samba at lists.samba.org> wrote: > > > On Thu, Jun 29, 2017 at 3:48 PM, Rowland Penny via samba < > > samba at lists.samba.org> wrote: > > > > > > > > > > > Well, no it
2017 Jul 04
1
4.4.14 on solaris, using ads, can't read/write as user
I've read there can be issues with /tmp so I switched the test to /var/tmp One file (foo.txt) is made by the shell user, while the other file (doo.txt) is made by the same user connected over Samba. bash-3.2$ ls -n doo.txt -rwxr--r-- 1 3000 3004 29 Jul 4 09:51 doo.txt bash-3.2$ ls -n foo.txt -rw-rw---- 1 61001 10 39 Jul 4 09:50 foo.txt With -l they both seem
2017 Apr 05
0
Bug report: POSIX regular expression doesn't match for somewhat higher values of upper bound
>>>>> <dietmar.schindler at manroland-web.com> >>>>> on Tue, 4 Apr 2017 08:45:30 +0000 writes: > Dear Sirs, > while >> regexpr('(.{1,2})\\1', 'foo') > [1] 2 > attr(,"match.length") > [1] 2 > attr(,"useBytes") > [1] TRUE > yields the correct match, an
2008 Jun 09
3
xm balloon - Command balloon is deprecated
I tryed te baloon out a domu and get: xm balloon VS01 1 Command balloon is deprecated But i need it... What can i doo? Dom0: Debian Etch - Kernel 2.6.18-6-xen-686 DomU: Debian Etch - 2.6.18-6-xen-vserver-686 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2017 Apr 04
2
Bug report: POSIX regular expression doesn't match for somewhat higher values of upper bound
Dear Sirs, while > regexpr('(.{1,2})\\1', 'foo') [1] 2 attr(,"match.length") [1] 2 attr(,"useBytes") [1] TRUE yields the correct match, an incremented upper bound in > regexpr('(.{1,3})\\1', 'foo') [1] -1 attr(,"match.length") [1] -1 attr(,"useBytes") [1] TRUE incorrectly yields no match. R versions tested: 2.11.1
2016 Apr 19
3
Backward references in assembly absolute expressions
While trying to compile an existing codebase which uses handwritten assembly with LLVM, I ran into an issue around using backward references in assembly absolute expressions. A simple example can be the following snippet: _foo: .fill 0x100 _bar: .fill _bar - _foo _baz: .fill 0x100 While gas compiles this snippet without any errors, the integrated assembler throws an error: expected
2010 Apr 10
3
file sharing?
Hi all, I've inherited from a previous It personnel a centos server which works as a fileserver and at the same time has one Vmware (windows xp) working on it. due to file server data load, the windows xp services get unreachable until the data transfer from the fileserver itself slows down.. the NIC max out its transfer speed.. the same server has two * 1 GB nics one is currently being
2009 Jun 22
2
negation in grep
Does anybody know how to negate a string in a grep command, i.e., what I need is to return only strings that do NOT contain a second string anywhere in the entire string. for txt <- c("boo","goo","doob","foo","boofoo") I need a grep command that returns strings with "oo" except when "b" is present anywhere. I know that
2005 Oct 12
2
AJAX and disapear javascript tags
Hello everyone. I''m writing web aplications using AJAX (library prototype and scriptaculous). I have situation that I want to change content of one div in my site. I make ajax request to server and getting new content of that div. The problem is that this div should have javascript code (e.g. looks like that <div><script>js code</script>
2004 Feb 09
2
samba 3 auto create users from NT
Hi We are testing out samba at the moment version 3.0.0-15 on Fedora caore 1. And are using winbind to comunicate to our NT domain. doing a wbinfo -u at the command line scrolls threw all our domin users on the NT pdc. :) At the moment we are trying to get the samba server to creature the unix users from the supplied NT user accounts when an NT use logs onto the box for the first time by a
2016 Jun 30
4
Help required regarding IPRA and Local Function optimization
Hello Mentors, I am currently finding bug in Local Function related optimization due to which runtime failures are observed in some test cases, as those test cases are containing very large function with recursion and object oriented code so I am not able to find a pattern which is causing failure. So I tried following simple case to understand expected behavior from this optimization. Consider
2013 Nov 01
2
[LLVMdev] Implementing the ldr pseudo instruction in ARM integrated assembler
On Nov 1, 2013, at 12:15 PM, David Peixotto <dpeixott at codeaurora.org> wrote: >>>>> I was thinking that without the .ltorg directive the constant pool >>>>> would go at the end of the section. >>>>> >>>> So where does the assembler place the constant pool(s) if that >>>> directive isn't present? I was under the
2015 Jun 02
2
Forward loop protection...
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Kevin Larsen Sent: Tuesday, June 2, 2015 4:09 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Forward loop protection... > Ia had a server overload today because someone did a call forward > to their own extension. To do a
2013 Nov 01
0
[LLVMdev] Implementing the ldr pseudo instruction in ARM integrated assembler
> There's still a problem for Darwin, or any other platform that use > subsections-via-symbols type layout tricks, though. There's no assembler- > time way to know how far apart the atoms in the section will be at > runtime, as the linker can, and will, move things around. Hmm, yes that does sound quite tricky. How do we currently deal with that for other pc-relative loads.
2012 Mar 01
15
[Bug 774] New: iptables-restore can't parses the quoted parameter correctly.
http://bugzilla.netfilter.org/show_bug.cgi?id=774 Summary: iptables-restore can't parses the quoted parameter correctly. Product: iptables Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: iptables-restore AssignedTo:
2017 Jun 30
0
4.4.14 on solaris, using ads, can't read/write as user
On Fri, Jun 30, 2017 at 8:52 AM, francis picabia <fpicabia at gmail.com> wrote: > > > On Thu, Jun 29, 2017 at 4:46 PM, Rowland Penny via samba < > samba at lists.samba.org> wrote: > >> On Thu, 29 Jun 2017 16:28:38 -0300 >> francis picabia via samba <samba at lists.samba.org> wrote: >> >> > On Thu, Jun 29, 2017 at 3:48 PM, Rowland Penny
2019 Feb 27
1
Asterisk 1.8.7.0 connectivity to Avaya SM
Thanks for the reply John. About 85-90% of what this box has to do is just handle calls, but it also has options to transfer calls to the main phone system, which up to now has been another asterisk box. For example, you can hit 6 to be transferred to the Lost & Found Department. I do have allowguest set to “yes” already, but of course I also have type=peer and the other stuff for a sip
2018 Sep 14
2
Function calls keep increasing the stack usage
Sorry I missed that important detail. The relevant part of the command line is: -cc1 -S -triple i386-pc-win32 I don't expect it matters if it's for Windows or Linux in this case. On Fri, Sep 14, 2018 at 9:16 PM David Blaikie <dblaikie at gmail.com> wrote: > Can't say I've observed that behavior (though I'm just building from > top-of-tree rather than 6.0,
2017 Jun 29
2
4.4.14 on solaris, using ads, can't read/write as user
On Thu, Jun 29, 2017 at 3:48 PM, Rowland Penny via samba < samba at lists.samba.org> wrote: > > > Well, no it isn't actually on that page, you need to follow an > hyperlink to this page: > > https://wiki.samba.org/index.php/Idmap_config_rid > > It is really confusing. rid or tdb. I don't know what it wants because the second link has both. Here is the