search for: bsalamat

Displaying 13 results from an estimated 13 matches for "bsalamat".

Did you mean: salamat
2007 May 09
2
[LLVMdev] Compiling glibc on Linux
...cond, 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
2
[LLVMdev] Compiling glibc on Linux
...nk 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 >> --------------------------------------------------------------- >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >&gt...
2007 May 09
0
[LLVMdev] Compiling glibc on Linux
...c > 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 > --------------------------------------------------------------- > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/...
2007 May 09
0
[LLVMdev] Compiling glibc on Linux
...gt; >>> --------------------------------------------------------------- >>> 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 >>> --------------------------------------------------------------- >>> >>> _______________________________________________ >>> LLVM Developers mailing list >>> LLVMdev at cs.uiuc.edu http://...
2007 May 09
2
[LLVMdev] Compiling glibc on Linux
...-------------------------------------------------------- >>>> 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 >>>> --------------------------------------------------------------- >>>> >>>> _______________________________________________ >>>> LLVM Developers mailing list >>>> LLVMdev at cs....
2007 May 09
3
[LLVMdev] Compiling glibc on Linux
...-------- >>>>>> 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 >>>>>> --------------------------------------------------------------- >>>>>> >>>>>> _______________________________________________ >>>>>> LLVM Developers mail...
2007 May 09
0
[LLVMdev] Compiling glibc on Linux
...-------------------------- > >>>> 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 > >>>> --------------------------------------------------------------- > >>>> > >>>> _______________________________________________ > >>>> LLVM Developers mailing list > &...
2007 May 09
1
[LLVMdev] Compiling glibc on Linux
...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 Apr 24
0
[LLVMdev] (no subject)
Hi, During isel lowering, the backend insertes CALLSEQ_START / CALLSEQ_END target independent nodes to the DAG. These are then selected to X86 specific instructions ADJCALLSTACKDOWN / ADJCALLSTACKUP. At these point, they have a constant arguments which corresponds to the fixed frame size for argument passing. But the size of the stack frame isn't finalized until frame layout has
2007 Apr 24
2
[LLVMdev] (no subject)
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 if you give me some hints how and where I can do that. Thank you, Babak
2007 May 09
0
[LLVMdev] Compiling glibc on Linux
...>> 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 Jun 08
2
[LLVMdev] Bitwidth of Machine Instructions
Hello, 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. I appreciate your help and comments in this regard. Thank you, Babak
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 for x86 target.