search for: rnk

Displaying 20 results from an estimated 1023 matches for "rnk".

Did you mean: rik
2004 Nov 22
2
sip.conf not paying attention to allow/disallow
In my sip.conf, under general I have: disallow=all allow=g729 allow=alaw allow=ulaw Then I have a specific sip: [RNK] <clip> disallow=all allow=alaw allow=ulaw allow=gsm If I do this: exten => _9.,1,Dial(${EXTEN}@RNK,60) The call still goes out as G729 even though I've told the RNK to disallow g729. I need to be able to make other 729 calls but to this one paticular group, they need to be 711. An...
2004 Nov 22
3
Zap - 256 format frames
...DNum("SIP/3044-8d49", "2814494000") in new stack -- Executing Dial("SIP/3044-8d49", "ZAP/g1/15124512424|60|t") in new stack -- Called g1/15124512424 -- Zap/1-1 answered SIP/3044-8d49 -- Executing Dial("Zap/2-1", "SIP/15124512424@RNK|60") in new stack -- Called 15124512424@RNK -- Accepting call from '2814494000' to '5124512424' on channel 0/2, span1 -- Got SIP response 302 "Moved Temporarily" back from XXX.XXX.XXX.70 -- Now forwarding Zap/2-1 to 'SIP/15124512424@XXX.XXX.XXX.52:...
2020 Jan 09
2
LLD PDB Lines zero number issue
On Thu, 9 Jan 2020, David Blaikie via llvm-dev wrote: > +rnk who works on COFF debugging things. > >  My understanding is that this has nothing to do with the linker - but is a > function of LLVM optimizations creating line zero debug locations. I believe > rnk & folks have disabled line zero emission for CodeView debug info in some > man...
2002 Nov 25
1
Contr.poly for n > 100 (PR#2326)
...ssion from: (NULL) (128.135.149.55) For n values above 100 there appears to be a bug in contr.poly(n). The contrast matrix should have rank n-1. Running the code below gives output (ie errors) at n=98, 100 and every value greater than 102. for(n in 2:150) { K <- contr.poly(n) rnk <- qr(K)$rank if(rnk != n-1) { cat(c(n,rnk)) cat("\n") } } Also the contr.poly code just breaks down at n=163 with the error: Error in qr(X) : NA/NaN/Inf in foreign function call (arg 1)
2018 Nov 01
2
RFC Enable -Wimplicit-fallthrough for clang as well as GCC
Great! Thanks everyone for the input, I'm going to start splitting up the patch. I'll send out the non-mechanical parts separately. On Wed, Oct 31, 2018 at 10:03 PM Chris Lattner <sabre at nondot.org> wrote: > On Oct 31, 2018, at 2:24 PM, Reid Kleckner <rnk at google.com> wrote: > > Alex Kornienko proposed enabling this warning back in 2012 here: > http://lists.llvm.org/pipermail/llvm-dev/2012-July/051386.html > > At the time, Chris Lattner said he didn't feel it was worth annotating > all of LLVM and Clang with a new macro to...
2020 Jan 12
2
LLD PDB Lines zero number issue
...M toolchain debugging capability for UEFI firmware. Please help to add the support. Thank you in advance! Thanks Steven Shi From: Shi, Steven Sent: Friday, January 10, 2020 9:43 AM To: Martin Storsjö <martin at martin.st>; David Blaikie <dblaikie at gmail.com> Cc: Reid Kleckner <rnk at google.com>; llvm-dev <llvm-dev at lists.llvm.org>; Rui Ueyama <ruiu at google.com> Subject: RE: [llvm-dev] LLD PDB Lines zero number issue Hi Martin, I tried your suggestion of adding "-mllvm -use-unknown-locations=Disable" in the clang CC flag to build test case in...
2020 Jan 14
2
LLD PDB Lines zero number issue
...the support. Thank you in advance! Thanks Steven Shi From: Shi, Steven Sent: Friday, January 10, 2020 9:43 AM To: Martin Storsjö <martin at martin.st<mailto:martin at martin.st>>; David Blaikie <dblaikie at gmail.com<mailto:dblaikie at gmail.com>> Cc: Reid Kleckner <rnk at google.com<mailto:rnk at google.com>>; llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>>; Rui Ueyama <ruiu at google.com<mailto:ruiu at google.com>> Subject: RE: [llvm-dev] LLD PDB Lines zero number issue Hi Martin, I tried your suggesti...
2015 Oct 01
2
Fwd: buildbot failure in LLVM on llvm-mips-linux
...;, Davide Italiano <davide at freebsd.org>, Dehao Chen <dehao at google.com>, Evgeniy Stepanov <eugeni.stepanov at gmail.com>, Hal Finkel <hfinkel at anl.gov>, Kostya Serebryany <kcc at google.com>, Michael Zolotukhin <mzolotukhin at apple.com>, Reid Kleckner <rnk at google.com>, Sanjay Patel <spatel at rotateright.com> Cc: gkistanova at gmail.com The Buildbot has detected a new failure on builder llvm-mips-linux while building llvm. Full details are available at: http://lab.llvm.org:8011/builders/llvm-mips-linux/builds/14754 Buildbot URL: http:...
2009 Jul 08
3
[LLVMdev] Preliminary patch for GDB support for JIT
...we stop the program, we are able to produce a proper backtrace. There is a lot of room for improvement, but I have to start somewhere, and this works. Here is a GDB session debugging a simple JITed program that makes three nested calls and segfaults without debug info, and then with debug info: [rnk at knuckles llvm-gdb]$ ../gdb-install/bin/gdb ../llvm-gdb/Debug/bin/lli GNU gdb (GDB) 6.8.50.20090609-cvs Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistrib...
2020 Apr 16
2
[RFC] [Windows SEH][-EHa] Support Hardware Exception Handling
...ll point to _except handler. So your example below will not happen. Compiler should not generate code like that. Thanks, --Ten From: Eli Friedman <efriedma at quicinc.com> Sent: Thursday, April 16, 2020 2:10 AM To: Ten Tzen <tentzen at microsoft.com>; llvm-dev at lists.llvm.org Cc: rnk at google.com; Aaron Smith <aaron.smith at microsoft.com>; Joseph Tremoulet <jotrem at microsoft.com> Subject: [EXTERNAL] RE: [RFC] [Windows SEH][-EHa] Support Hardware Exception Handling From: Ten Tzen <tentzen at microsoft.com<mailto:tentzen at microsoft.com>> Sent: Wed...
2019 Feb 25
2
Making LLD PDB generation faster
Yes, -Tllvm works. [cid:image002.jpg at 01D4CCF6.C440CFF0] From: Zachary Turner <zturner at google.com> Sent: Monday, February 25, 2019 10:36 AM To: Leonardo Santagada <santagada at gmail.com> Cc: Alexandre Ganea <alexandre.ganea at ubisoft.com>; Reid Kleckner <rnk at google.com>; llvm-dev <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] Making LLD PDB generation faster Is -Tllvm even supported? I thought the only thing you could pass for -T was -Thost=x64 On Mon, Feb 25, 2019 at 6:52 AM Leonardo Santagada <santagada at gmail.com<mailto:sa...
2019 Feb 28
3
Making LLD PDB generation faster
...at you would hit the same cache line in the L1d on the next record (and maybe L2). Could you please explain your algorithm more in detail? llvm-lib is llvm-ar in disguise ;-) From: Leonardo Santagada <santagada at gmail.com> Sent: Wednesday, February 27, 2019 6:17 PM To: Reid Kleckner <rnk at google.com> Cc: Alexandre Ganea <alexandre.ganea at ubisoft.com>; Zachary Turner <zturner at google.com>; llvm-dev <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] Making LLD PDB generation faster My problem was that some library was still built with lto and I think tha...
2000 Oct 03
2
plot.table() ?
...ke) the following is worth providing (and then maintaining...) at all : plot.table <- function(x, type = "h", ylim = c(0, max(x)), lwd = 2, xlab = NULL, ylab = deparse(substitute(x)), frame.plot = is.num, ...) { rnk <- length(d <- dim(x)) if(rnk == 0) stop("invalid table `x'") if(rnk == 1) { dn <- dimnames(x) nx <- dn[[1]] if(is.null(xlab)) xlab <- names(dn) if(is.null(xlab)) xlab <- "" ow <- options(warn = -1)...
2019 Feb 27
4
Making LLD PDB generation faster
...al Message----- > > > From: Leonardo Santagada <santagada at gmail.com> > > > Sent: Monday, February 25, 2019 11:05 AM > > > To: Alexandre Ganea <alexandre.ganea at ubisoft.com> > > > Cc: Zachary Turner <zturner at google.com>; Reid Kleckner <rnk at google.com>; > llvm-dev <llvm-dev at lists.llvm.org> > > > Subject: Re: [llvm-dev] Making LLD PDB generation faster > > > > > > Times for lld compiled with LTO: > > > > > > Input File Reading: 1430 ms ( 3.3%) > > > C...
2017 Sep 11
2
Unify debug and optimized variable locations with llvm.dbg.addr [was: DW_OP_LLVM_memory]
On Fri, Sep 8, 2017 at 10:32 AM, Adrian Prantl <aprantl at apple.com> wrote: > > On Sep 7, 2017, at 2:18 PM, Reid Kleckner <rnk at google.com> wrote: > > > > On Thu, Sep 7, 2017 at 11:11 AM, Robinson, Paul <paul.robinson at sony.com> > wrote: > >> Different intrinsics sounds like a good solution to me. J > >> > >> So what happens with the case where a variable is registeriz...
2015 Oct 01
2
Fwd: buildbot failure in LLVM on llvm-mips-linux
...to:eugeni.stepanov at gmail.com>>, Hal Finkel <hfinkel at anl.gov<mailto:hfinkel at anl.gov>>, Kostya Serebryany <kcc at google.com<mailto:kcc at google.com>>, Michael Zolotukhin <mzolotukhin at apple.com<mailto:mzolotukhin at apple.com>>, Reid Kleckner <rnk at google.com<mailto:rnk at google.com>>, Sanjay Patel <spatel at rotateright.com<mailto:spatel at rotateright.com>> Cc: gkistanova at gmail.com<mailto:gkistanova at gmail.com> The Buildbot has detected a new failure on builder llvm-mips-linux while building llvm. Full...
2015 Mar 09
3
[LLVMdev] byval in a world without pointee types
On Mon, Mar 9, 2015 at 12:38 PM, Reid Kleckner <rnk at google.com> wrote: > If we're keeping types on GEP, > You mean rather than just dropping gep entirely & doing manual pointer arithmetic? (& moving inbounds to an attribute on pointer addition, I guess?) > then IMO we should keep them on allocas and globals. It keeps t...
2015 Jul 23
1
[LLVMdev] Intel asm syntax and variable names
Some targets don't have the problem because they prefix all names with an undercore. Apart from that I am not aware of any solution to the problem of keywords clashing with variable names in intel syntax. - Matthias > On Jul 23, 2015, at 9:18 AM, Reid Kleckner <rnk at google.com> wrote: > > So, there is no prior art for escaping the name of a global symbol with the same name as a register? If there is, I'd rather we just implement it and leave it at that. > > We can probably fix the 'flags' case easily in LLVM, but I'd rather...
2014 Feb 12
2
[LLVMdev] Fwd: [windows) how to use weak references with llvm 3.4 and windows?
So instead of using linkagetypes.weak I should use externalweaklinkage ? Le 11 févr. 2014 18:29, "Reid Kleckner" <rnk at google.com> a écrit : > You'd have to use extern_weak linkage. Clang compiles the foo declaration > to: > $ clang -cc1 -emit-llvm -o - t.c | grep declare.*@foo > declare extern_weak i32 @foo(...) #1 > > > > On Tue, Feb 11, 2014 at 4:16 AM, Carl <name.is.carl a...
2012 Sep 24
0
[LLVMdev] [llvm-commits] Fwd: Re: [PATCH] Fix for bug in JIT exception table allocation
...eptionHandling) { > > 49924 geoffray uintptr_t ActualSize = 0; > > 91464 jyasskin SavedBufferBegin = BufferBegin; > > 91464 jyasskin SavedBufferEnd = BufferEnd; > > 91464 jyasskin SavedCurBufferPtr = CurBufferPtr; > > 82418 rnk > > 47079 geoffray BufferBegin = CurBufferPtr = > > MemMgr->startExceptionTable(F.getFunction(), > > 47079 geoffray > > ActualSize); > > 47079 geoffray BufferEnd = BufferBegin+ActualSize; > > 84651 jyasskin EmittedFunctions...