search for: harel

Displaying 20 results from an estimated 59 matches for "harel".

Did you mean: karel
2011 Jan 27
2
[LLVMdev] Passing command line arguments to optimization passes
...tool. For example, suppose I register called MyPass, then I want to run opt -load libMyPass.so -MyPass 3 < input.bc and have "3" be available to MyPass as a kind of argv argumnet through some method. Or does it take a major rewrite of the opt tool command line parsing? Thanks! Harel Cain -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110127/71937ad1/attachment.html>
2011 Jan 27
2
[LLVMdev] Passing command line arguments to optimization passes
...up question: Is there a way to make different passes accept one command line option that will affect all of them? For example, I'd like to have a -optStrength parameter, that can be given to all of my passes simultaneously. Thanks a lot, Guy Arnaud Allard de Grandmaison wrote: > > Hi Harel, > > Several existing passes can take command line arguments. Have a look at > lib/Transforms/Scalar/LoopUnrollPass.cpp for example. Its command line > arguments are defined using the cl::opt objects. > > Best regards, > -- > Arnaud de Grandmaison > ____________________...
2011 Jan 27
0
[LLVMdev] Passing command line arguments to optimization passes
Hi Harel, Several existing passes can take command line arguments. Have a look at lib/Transforms/Scalar/LoopUnrollPass.cpp for example. Its command line arguments are defined using the cl::opt objects. Best regards, -- Arnaud de Grandmaison ________________________________ From: llvmdev-bounces at cs.uiuc...
2009 Jul 14
3
[LLVMdev] Unexpected failures in the DejaGNU test collection
..._inline called by: calls: bar/0 /var/data/common/trunk/llvm/test/FrontendC/always-inline.c:12: internal compiler error: verify_cgraph_node failed Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://developer.apple.com/bugreporter> for instructions. Harel Cain
2011 Jan 24
2
[LLVMdev] How to create an IntegerType of the native word size
...when compiling on a 64 bit Mac OS machine I want it to be Int64Ty, but if for example I'm using the "-arch i386" command line option on that machine during compilation, I want it to be Int32Ty. I'm sure that has to be some perfect solution out there, does anyone know? Thanks! Harel Cain -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110124/fdd53a9e/attachment.html>
2010 Jun 22
4
Local channel usage
...f6f;2' == Spawn extension (Internal, 22, 1) exited non-zero on 'SIP/309-000000a5' If I use the ?g? option in my Dial() both Noop will be run only if the called party hang-up first. I need a simple continuation in the dial plan regardless of who disconnected the call. Thanks in advance Harel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100622/f570469c/attachment.htm
2012 Mar 04
3
[LLVMdev] Passing arguments to opt via clang
Thanks, but I'm not sure I understand. I see no such flag in clang 2.9 nor couldn't I find any mention of it. What does it do? Harel Cain On Sun, Mar 4, 2012 at 15:03, Anton Korobeynikov <anton at korobeynikov.info>wrote: > > In the good old llvmc, the -Wo flag could be used to pass arguments to > the > > optimizer. Is there a similar mechanism anywhere for clang? Is there > also a > > similar me...
2010 Nov 01
1
MoH and stuch channels
Hi All, I would like to separate the media traffic from the signalling. Can Asterisk send and receive media (rtp) traffic from a secondary network interface? Thanks, Harel ________________________________ This electronic message and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the named addressee you should not disseminate or distribute a copy of this e-mail. Ple...
2011 Jan 28
0
[LLVMdev] Passing command line arguments to optimization passes
...-up question: Is there a way to make different passes accept one command line option that will affect all of them? For example, I'd like to have a -optStrength parameter, that can be given to all of my passes simultaneously. Thanks a lot, Guy Arnaud Allard de Grandmaison wrote: > > Hi Harel, > > Several existing passes can take command line arguments. Have a look at > lib/Transforms/Scalar/LoopUnrollPass.cpp for example. Its command line > arguments are defined using the cl::opt objects. > > Best regards, > -- > Arnaud de Grandmaison > ______________________...
2010 Dec 05
1
[LLVMdev] Weak private linkage for Objective C
...ed into the trunk (it seems to me it's not) or how to use it exactly. Is there some command-line flag I can give llvm-gcc or llvmc to make the Objective C protocols appear as weak private symbols in the object files? Any other way to work around this problem of mine? Many thanks in advance, Harel Cain -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101205/f5581ac5/attachment.html>
2009 Jul 14
0
[LLVMdev] Unexpected failures in the DejaGNU test collection
On 14/07/2009, at 12.35, Harel Cain wrote: > When using "make check" with the DejaGNU test collection, I encounter > two unexpected failures (they seem to be closely related). > My question: are they well known, and if so what's the problem and how > can I fix it? > FAIL: /var/data/common/trunk/llvm...
2016 Nov 29
3
FAX CNG detected but no fax extension
...Support Level res_fax.so Generic FAX Applications 1 Running core res_fax_spandsp.so Spandsp G.711 and T.38 FAX Technologies 0 Running extended 2 modules loaded Thank you for your assistance, Kind Regards, Harel Cohen
2011 Oct 27
2
[LLVMdev] Resolving sizeof's; target triples; type optimizations
...s then optimized into mov) by some optimization transformation(s). I want to prevent this from happening. What optimization does this kind of type replacement? How can one prevent it alone from running (but keeping all other optmizations, i. e. not using -O0 or something similar). Many thanks!! Harel Cain -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111027/41ab821a/attachment.html>
2012 Feb 20
2
[LLVMdev] Invalid relocation types for Thumb in LLVM version 2.9
...with the assembly listings generated with LLVM 2.8. Anyone has any suggestion has to solve this? Is there any other toolchain combination you can suggest in order to build Thumb object files for the iOS/ARM platform? I'm not sure I'm even using LLVM the way I should here. Many thanks! Harel Cain -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120220/6ad52201/attachment.html>
2011 Oct 27
0
[LLVMdev] Resolving sizeof's; target triples; type optimizations
On Thu, Oct 27, 2011 at 7:31 AM, Harel Cain <harel.cain at gmail.com> wrote: > Hi all, > > A few different though somewhat related questions here. I'm really grateful > for your answers! > > 1. From a previous question I know that sizeof's are resolved into literals > early in the front-end before IR i...
2010 Dec 12
0
[LLVMdev] Optimized "opt" on Darwin fails to load dynamic libraries with passes
I see now that this clearly to the problem raised elswhere, for example: http://lists.cs.uiuc.edu/pipermail/llvmdev/2010-December/036764.html http://lists.cs.uiuc.edu/pipermail/llvmdev/2010-November/036289.html So clearly a repeating issue on the MacOS platform. Harel On Sun, Dec 12, 2010 at 5:10 PM, Harel Cain <harel.cain at gmail.com> wrote: > Hi all, > > This is a problem that occurs for me only on Darwin (MacOS) and not on > Linux. > > When llvm 2.8 (or 2.9) is compiled with ENABLE_OPTIMIZED=1, the "opt" tool > fails to...
2010 Dec 12
2
[LLVMdev] Optimized "opt" on Darwin fails to load dynamic libraries with passes
...#39;: dlopen(/usr/local/lib/libMyPass.dylib, 9): Symbol not found: __ZN4llvm10ModulePass17assignPassManagerERNS_7PMStackENS_15PassManagerTypeE Referenced from: /usr/local/lib/libMyPass.dylib Expected in: flat namespace in /usr/local/lib/libMyPass.dylib -load request ignored. Thanks a lot, Harel Cain -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101212/5891e4bd/attachment.html>
2010 Apr 30
1
Call-Waiting, implementation ideas
...icked up will bridge SomeuserY with MyUserA. I hope there is a solution for that? I tried using DEVICE_STATE for this purpose however I keep getting status NOT_INUSE even if the extension IS in use (I'll open a different thread on this issue if needed). Thanks in advance for any ideas provided, Harel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100430/389b3080/attachment.htm
2005 Jun 19
4
dcom98.exe fails to install.
...fter things worked again I install wine 20050524. still www.arkia.co.il does not work. Again I tried dcom98.exe This time I got: "ThunkConnect32 failure !!" and then: "Error loading W95INF32.DLL" This time IE6 works but still no www.arkia.co.il Any idea? -- Thanks. David Harel, ================================== Home office +972 4 6921986 Fax: +972 4 6921986 Cellular: +972 54 4534502 Snail Mail: Amuka D.N Merom Hagalil 13802 Israel Email: hareldvd@ergolight-sw.com
2011 Mar 22
2
Play different voice-mail messages based on certain conditions
.... Is it possible to select different vm message based on certain conditions? I know I can play file with Playback() and then play empty vm-intro and I can also mess around with renaming files using System() however I was hoping there is a straight forward way rather than work-around. Thank you... Harel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110322/966d70d9/attachment.htm>