search for: babak

Displaying 20 results from an estimated 32 matches for "babak".

Did you mean: baak
2007 May 09
3
[LLVMdev] Compiling glibc on Linux
...For X86 target I have particularly changed X86RegisterInfo::eliminateFrameIndex, X86RegisterInfo::emitPrologue and X86RegisterInfo::emitEpilogue in the llc source code. Can I find equivalent functions in the llvm-gcc source, so that I can implement the needed stack organization? Thank you, Babak On May 9, 2007, at 12:47 PM, Reid Spencer wrote: > Babak, > > I strongly suggest you drop trying to use llvmc. Instead, probably > just > compiling your library with llvm-gcc should be sufficient. The llvm- > gcc > tool has much of llc's functionality built in to it...
2007 May 09
2
[LLVMdev] Compiling glibc on Linux
...cc (and apparently also llvmc), llc will not be invoked. I was hoping that llvmc would call llvm-gcc to compile to bc file and then call llc to compile to native assembly, but apparently this doesn't happen. Do you know of any possible ways to involve llc in compilation of libraries? --Babak On May 8, 2007, at 11:33 PM, Chris Lattner wrote: > On Tue, 8 May 2007, Babak Salamat wrote: >> Yes, I have built and installed llvm-gcc and "llvm-gcc --print-prog- >> name=cc1" return the correct path for cc1, so I assume its path is >> set correctly in the config...
2007 May 09
0
[LLVMdev] Compiling glibc on Linux
On Wed, 2007-05-09 at 13:38 -0700, Babak Salamat wrote: > I am convinced to use llvm-gcc. As I mentioned in my previous email, > I have changed native code generation in llc to generate code with a > different stack organization. In order to have working binaries, the > libraries must be compiled with the new tool and ha...
2007 May 09
0
[LLVMdev] Compiling glibc on Linux
Babak, I strongly suggest you drop trying to use llvmc. Instead, probably just compiling your library with llvm-gcc should be sufficient. The llvm-gcc tool has much of llc's functionality built in to it so you're going to get the same output. If that doesn't work for you, then please descr...
2007 May 09
2
[LLVMdev] Compiling glibc on Linux
...and installed llvm-gcc and "llvm-gcc --print-prog- name=cc1" return the correct path for cc1, so I assume its path is set correctly in the config files, but I haven't installed config files separately. Do I need to do that? Is there any documentation about it? Thank you again, Babak On May 8, 2007, at 7:33 PM, Reid Spencer wrote: > Babak, > > As its manual page (http://llvm.org/docs/CommandGuide/html/llvmc.html) > states, llvmc is an experimental tool: > > llvmc is considered an experimental LLVM tool because it has these > deficiencies: > > Poor c...
2007 May 09
2
[LLVMdev] Compiling glibc on Linux
...have this problem both on my Mac and my Linux system. Other tools that I have tested including llvm-gcc work without any problem. First, I appreciate it if you let me know what can cause this problem and second, tell me if you think I have any chance to compile glibc using LLVM. Thank you, Babak --------------------------------------------------------------- Babak Salamat PhD Student Department of Computer Science School of Information and Computer Sciences University of California, Irvine email: bsalamat at uci.edu web: www.ics.uci.edu/~bsalamat ------------------------------------------...
2007 May 09
1
[LLVMdev] Compiling glibc on Linux
Reid and Bill, Thank you very much for your helpful comments. Your comments helped me find out what part of my work was wrong that my changes were not effective in llvm-gcc. Thank you again, Babak On May 9, 2007, at 1:57 PM, Reid Spencer wrote: > On Wed, 2007-05-09 at 13:38 -0700, Babak Salamat wrote: >> I am convinced to use llvm-gcc. As I mentioned in my previous email, >> I have changed native code generation in llc to generate code with a >> different stack organiz...
2007 May 09
0
[LLVMdev] Compiling glibc on Linux
On Tue, 8 May 2007, Babak Salamat wrote: > Yes, I have built and installed llvm-gcc and "llvm-gcc --print-prog- > name=cc1" return the correct path for cc1, so I assume its path is > set correctly in the config files, but I haven't installed config > files separately. Do I need to do that? Is there...
2007 May 09
0
[LLVMdev] Compiling glibc on Linux
Babak, As its manual page (http://llvm.org/docs/CommandGuide/html/llvmc.html) states, llvmc is an experimental tool: llvmc is considered an experimental LLVM tool because it has these deficiencies: Poor configuration support The support for configuring new languages, etc. is weak. There...
2007 Apr 24
2
[LLVMdev] (no subject)
...add an instruction before each function call to add/ subtract the stack pointer by a value specified at the command line. I wonder if I can do that during lowering. For example, in X86TargetLowering::LowerCALL. I appreciate it if you give me some hints how and where I can do that. Thank you, Babak
2007 Apr 24
0
[LLVMdev] (no subject)
...and line option to control stack frame size? If you must do it, it should be separate from the general mechanism. You can add a couple of special instructions that are "flagged" to the CALLSEQ nodes that will be emitted as stack inc / dec code. Evan On Apr 24, 2007, at 12:59 PM, Babak Salamat wrote: > > Hello, > > I am trying to add an instruction before each function call to add/ > subtract the stack pointer by a value specified at the command line. > I wonder if I can do that during lowering. For example, in > X86TargetLowering::LowerCALL. I appreciate it...
2003 Oct 09
1
7940/60 TFTP Problem
> -----Original Message----- > From: Babak Pasdar [mailto:bpasdar@IGXGlobal.com] > > I was wondering if anyone else has had this problem. I have purchused > several Cisco 7940 and 7960 phones. Of the 5 phones so far I have run > accross 2 that that give me malformed TFTP and refuse to upgrade to the > latest version of SIP...
2003 Oct 03
3
Message Waiting on Cisco 7940 does not work
...=102 callerid="Desk1.1" qualify=500 canreinvite=no context=extensions host=dynamic group=2 I do not get message waiting indicator (mwi) on this phone. Is the another .conf file invilved in configuring this function other than the mailbox=xxx in the sip.conf? Thanks for any assistance. Babak
2011 May 22
11
Problems Connecting to SQL Server
...onnect my app to MSSQL but when i type rake db:migrate an erro occured like this: ←[31mCould not find gem ''odbc (>= 0, runtime)'' in any of the gem sources listed in your Gemfile.←[0m this is my YML file: development: adapter: sqlserver mode: odbc dsn: ontrack host: BABAK-PC pool: 5 timeout: 5000 and in my gem file gem ''activerecord-sqlserver-adapter'' gem ''odbc'' Thnk you for your help -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rail...
2007 Jun 08
2
[LLVMdev] Bitwidth of Machine Instructions
...y to figure out bitwidth of Machine Instructions. I see that ValueType information is available for nodes of DAG, but I couldn't find similar info for Machine Instructions. I particularly need this information for x86 target. I appreciate your help and comments in this regard. Thank you, Babak
2003 Oct 06
7
direct-inward-dialing (DID)
I know that Asterisk supports DID, but does anyone have documentation on how to write the configuration for it? I'll be trying to setup a hybrid system where some incoming numbers will be DID enabled and others won't, so I'll need to be able to sort between the two, i.e. directly connect the DID dialed numbers and route the others to an autoattendant for extension dialing.
2007 Jun 08
0
[LLVMdev] Bitwidth of Machine Instructions
On Fri, 8 Jun 2007, Babak Salamat wrote: > I am wondering if there is any way to figure out bitwidth of Machine > Instructions. I see that ValueType information is available for nodes > of DAG, but I couldn't find similar info for Machine Instructions. I > particularly need this information for x86 target. &...
2007 Jun 08
1
[LLVMdev] Bitwidth of Machine Instructions
On Jun 8, 2007, at 10:05 AM, Chris Lattner wrote: > On Fri, 8 Jun 2007, Babak Salamat wrote: >> I am wondering if there is any way to figure out bitwidth of Machine >> Instructions. I see that ValueType information is available for nodes >> of DAG, but I couldn't find similar info for Machine Instructions. I >> particularly need this information f...
2014 Jul 30
3
Internal timing under load is critical ?
Hi I am evaluating some voice broadcasting solutions based on Asterisks for more than 1000 simultaneous calls. Connection to Asterisk all are based on SIP and SIP Trunks so no DAHDI hardware is required. According to some recommendations like http://osdial.org/howto/? "Internal timing is very critical with Asterisk when it is under load" and we must use DAHDI hardware or "USB Voice
2015 May 08
2
Custom UUID in originate and AMI
HiCould someone please help me how to set Custom generated UUID in Originate action in AMI ? RegardsBabak -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150508/528d5ff1/attachment.html>