Displaying 12 results from an estimated 12 matches for "directcall".
Did you mean:
directcalls
2005 May 09
3
ANNOUNCEMENT : AreskiCC V2.2 - Asterisk CallingCard Application
...s of the weeks)
- Expiration rates
- Buy rates configuration
- importation ratecard from csv file
- Simultaneous access for same card
- SIP/IAX Friends Management
- Generate conf file for SIP/IAX Friends
- Reload Asterisk from UI
- AGI flexibility - many options such as
use DNID, Directcall, saybalance, ...
- SIP/IAX Friends on AGI (press 9)
- USE DNID
- New Graphic design :) Is it cute no ?
- Internal help/info
- more...
Unfortunately, the number of improvements make me impossible
to support the old database schema and to let it compatible
with the previous callingcard ver...
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
...sicAA/store-promote.ll -basicaa -licm -S |
FileCheck /mnt/markhor/llvm/test/Analysis/BasicAA/store-promote.ll
couldn't execute "FileCheck": no such file or directory
Running /mnt/markhor/llvm/test/Analysis/CallGraph/dg.exp ...
FAIL: /mnt/markhor/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll
Failed with posix(ENOENT,no such file or directory) at line 1
while running: opt <
/mnt/markhor/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll
-print-callgraph -disable-output |& /bin/grep {Calls function 'callee'} |
count 2
couldn't execute "count": no such...
2013 Oct 22
0
[LLVMdev] [RFC] Stackmap and Patchpoint Intrinsic Proposal
...access dispatch inline cache, which is not a call.
> You can also use it to implement call inline caches, but that's not the only thing you can use it for.
Er, possibly I'm misunderstanding you. To me, a inline call cache is a
mechanism to optimize a dynamic call by adding a typecheck+directcall
fastpath. (i.e. avoiding the dynamic dispatch logic in the common
case) I'm assuming this what you mean with the term "call inline
cache", but I have never heard of a "heap access dispatch inline
cache". I've done a google search and didn't find a definition....
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
...sicAA/store-promote.ll -basicaa -licm -S |
FileCheck /mnt/markhor/llvm/test/Analysis/BasicAA/store-promote.ll
couldn't execute "FileCheck": no such file or directory
Running /mnt/markhor/llvm/test/Analysis/CallGraph/dg.exp ...
FAIL: /mnt/markhor/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll
Failed with posix(ENOENT,no such file or directory) at line 1
while running: opt <
/mnt/markhor/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll
-print-callgraph -disable-output |& /bin/grep {Calls function 'callee'} |
count 2
couldn't execute "count": no such...
2013 Oct 22
2
[LLVMdev] [RFC] Stackmap and Patchpoint Intrinsic Proposal
On Oct 22, 2013, at 9:53 AM, Philip R <listmail at philipreames.com> wrote:
> On 10/17/13 10:39 PM, Andrew Trick wrote:
>> This is a proposal for adding Stackmaps and Patchpoints to LLVM. The
>> first client of these features is the JavaScript compiler within the
>> open source WebKit project.
>>
> I have a couple of comments on your proposal. None of these
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
...sicAA/store-promote.ll -basicaa -licm -S |
FileCheck /mnt/markhor/llvm/test/Analysis/BasicAA/store-promote.ll
couldn't execute "FileCheck": no such file or directory
Running /mnt/markhor/llvm/test/Analysis/CallGraph/dg.exp ...
FAIL: /mnt/markhor/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll
Failed with posix(ENOENT,no such file or directory) at line 1
while running: opt <
/mnt/markhor/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll
-print-callgraph -disable-output |& /bin/grep {Calls function 'callee'} |
count 2
couldn't execute "count": no such...
2010 Sep 09
3
[LLVMdev] How to run regression tests for ARM?
...sicAA/store-promote.ll -basicaa -licm -S |
FileCheck /mnt/markhor/llvm/test/Analysis/BasicAA/store-promote.ll
couldn't execute "FileCheck": no such file or directory
Running /mnt/markhor/llvm/test/Analysis/CallGraph/dg.exp ...
FAIL: /mnt/markhor/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll
Failed with posix(ENOENT,no such file or directory) at line 1
while running: opt <
/mnt/markhor/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll
-print-callgraph -disable-output |& /bin/grep {Calls function 'callee'} |
count 2
couldn't execute "count": no such...
2013 Oct 22
4
[LLVMdev] [RFC] Stackmap and Patchpoint Intrinsic Proposal
...dispatch inline cache, which is not a call.
>> You can also use it to implement call inline caches, but that's not the only thing you can use it for.
> Er, possibly I'm misunderstanding you. To me, a inline call cache is a mechanism to optimize a dynamic call by adding a typecheck+directcall fastpath.
Inline caches don't have to be calls. For example, in JavaScript, the expression "o.f" is fully dynamic but usually does not result in a call. The inline cache - and hence patchpoint - for such an expression will not have a call in the common case.
Similar things arise i...
2018 Apr 27
0
ThinLTO + CFI
For the test case below, I get the following IR for main() on entry to ThinLTO backend invocation of LowerTypeTestsModule::lower(). This is after I moved this pass down in the pipeline so it’s invoked after inlining.
The declarations for foo() and bar() are read in at the time of module import, Importer.importFunctions() in lto::thinBackend(). They do not have type metadata attached to them.
In
2018 Apr 27
3
ThinLTO + CFI
> We could probably tolerate a certain amount of unused jump table entries.
However, I just realized that all non-inline imported calls end up going
through a jump table entry. Is that correct?
In fact it is all calls that go through a function pointer type that is
used anywhere in the program for an indirect call, but depending on your
program that could be very close to "yes".
2018 Apr 30
4
ThinLTO + CFI
...n/mailman/listinfo/llvm-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180430/6a98dc73/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: thinlto+cfi-directcalls.diff
Type: application/octet-stream
Size: 2593 bytes
Desc: thinlto+cfi-directcalls.diff
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180430/6a98dc73/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: thinlto+cfi-movepass.diff
T...
2013 Oct 15
0
[LLVMdev] [llvm-commits] r192750 - Enable MI Sched for x86.
...-; RUN: llc < %s -mtriple=x86_64-linux-gnu -tailcallopt -code-model=large | FileCheck %s
>> +; RUN: llc < %s -mtriple=x86_64-linux-gnu -tailcallopt -code-model=large -enable-misched=false | FileCheck %s
>>
>> declare fastcc i32 @callee(i32 %arg)
>> define fastcc i32 @directcall(i32 %arg) {
>>
>> Modified: llvm/trunk/test/CodeGen/X86/test-nofold.ll
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/test-nofold.ll?rev=192750&r1=192749&r2=192750&view=diff
>> ============================================================...