search for: benha

Displaying 20 results from an estimated 74 matches for "benha".

Did you mean: benh
2013 Aug 14
3
[LLVMdev] BranchInst comparison
...t; I can use BranchInst for only one instruction but how could I compare >> between two branches >> >> Thanks >> >> -- >> * Rasha Salah Omar >> Msc Student at E-JUST >> Demonestrator at Faculty of Computers and Informatics >> Benha University* >> >> * e-mail: rasha.omar at ejust.edu.eg* >> P* Please consider the environment before printing this email.* >> >> > > > -- > * Rasha Salah Omar > Msc Student at E-JUST > Demonestrator at Faculty of Computers and Info...
2013 Jun 06
3
[LLVMdev] CFG of a function
...e old CFG , but keeping the >>>> original one in another space. >>>> Thanks >>>> >>>> -- >>>> *Rasha Salah Omar >>>> Msc Student at E-JUST >>>> Demonestrator at Faculty of Computers and Informatics >>>> Benha University >>>> * >>>> >>>> _______________________________________________ >>>> LLVM Developers mailing list >>>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev &g...
2013 Jun 05
2
[LLVMdev] CFG of a function
...her memory space. >> I want to be able to change one of the old CFG , but keeping the original >> one in another space. >> Thanks >> >> -- >> *Rasha Salah Omar >> Msc Student at E-JUST >> Demonestrator at Faculty of Computers and Informatics >> Benha University >> * >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> >> > > > -- > Best rega...
2013 Aug 15
0
[LLVMdev] BranchInst comparison
...instruction but how could I compare >>> between two branches >>> >>> Thanks >>> >>> -- >>> * Rasha Salah Omar >>> Msc Student at E-JUST >>> Demonestrator at Faculty of Computers and Informatics >>> Benha University* >>> >>> * e-mail: rasha.omar at ejust.edu.eg* >>> P* Please consider the environment before printing this email.* >>> >>> >> >> >> -- >> * Rasha Salah Omar >> Msc Student at E-JUST >> Dem...
2013 Jun 06
0
[LLVMdev] CFG of a function
...>>>> original one in another space. >>>>> Thanks >>>>> >>>>> -- >>>>> *Rasha Salah Omar >>>>> Msc Student at E-JUST >>>>> Demonestrator at Faculty of Computers and Informatics >>>>> Benha University >>>>> * >>>>> >>>>> _______________________________________________ >>>>> LLVM Developers mailing list >>>>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>>>> http://lists.cs.uiuc.edu/mai...
2013 Jun 07
1
[LLVMdev] CFG of a function
...e in another space. >>>>>> Thanks >>>>>> >>>>>> -- >>>>>> *Rasha Salah Omar >>>>>> Msc Student at E-JUST >>>>>> Demonestrator at Faculty of Computers and Informatics >>>>>> Benha University >>>>>> * >>>>>> >>>>>> _______________________________________________ >>>>>> LLVM Developers mailing list >>>>>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>>>>> http...
2013 Aug 14
2
[LLVMdev] BranchInst comparison
...%if.else7 br label %if.then5 br i1 %cmp4, label %if.then5, label %if.else7 I can use BranchInst for only one instruction but how could I compare between two branches Thanks -- * Rasha Salah Omar Msc Student at E-JUST Demonestrator at Faculty of Computers and Informatics Benha University* * e-mail: rasha.omar at ejust.edu.eg* P* Please consider the environment before printing this email.* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130814/ed2f8c19/attachment.html>
2013 Jun 06
0
[LLVMdev] CFG of a function
...t to be able to change one of the old CFG , but keeping the >>> original one in another space. >>> Thanks >>> >>> -- >>> *Rasha Salah Omar >>> Msc Student at E-JUST >>> Demonestrator at Faculty of Computers and Informatics >>> Benha University >>> * >>> >>> _______________________________________________ >>> LLVM Developers mailing list >>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >>> >>>...
2016 Mar 15
4
Getting the original high-level code
Dear All Is there is a way I can get the original hogh level code (e.g c++ code) of an IR function within MCJIT? Regards, Marwa Yusuf Teaching Assistant - Computer Engineering Department Faculty of Engineering - Benha University E-JUST PhD Student Computer Science & Engineering Dept. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160315/bad20fa3/attachment.html>
2013 Jun 05
2
[LLVMdev] CFG of a function
How could I keep the function CFG in another memory space. I want to be able to change one of the old CFG , but keeping the original one in another space. Thanks -- *Rasha Salah Omar Msc Student at E-JUST Demonestrator at Faculty of Computers and Informatics Benha University * -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130605/3868aa58/attachment.html>
2013 Aug 14
0
[LLVMdev] BranchInst comparison
...l %if.then5, label %if.else7 > > I can use BranchInst for only one instruction but how could I compare > between two branches > > Thanks > > -- > * Rasha Salah Omar > Msc Student at E-JUST > Demonestrator at Faculty of Computers and Informatics > Benha University* > > * e-mail: rasha.omar at ejust.edu.eg* > P* Please consider the environment before printing this email.* > > -- * Rasha Salah Omar Msc Student at E-JUST Demonestrator at Faculty of Computers and Informatics Benha University* * e-mail: r...
2013 Jul 25
2
[LLVMdev] Error for AllocaInst and Instruction
...nstList().push_back(newInst); error: allocating an object of abstract class type 'llvm::Instruction' Instruction* newInst = new Instruction(Int32Type, 0, "flag", Bb); -- *Rasha Salah Omar Msc Student at E-JUST Demonestrator at Faculty of Computers and Informatics Benha University * -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130725/beabb5f5/attachment.html>
2013 Apr 03
2
[LLVMdev] extracting variables' values at interrupt
...of some program. And I want to do that from JIT. The situation is that the JIT will interrupt at certain point of executing some code and tries to get the variables' values. Any help about that? Regards, Marwa Yusuf Teaching Assistant - Computer Engineering Department Faculty of Engineering - Benha University E-JUST MSc Student Computer Science & Engineering Dept.
2013 Feb 14
1
[LLVMdev] adding a codegen pass into llvm
...blems was that I modify in a wrong Passes.h, as there are 2. My question now is: How I can apply this pass? (call, use ... etc) >From what I've read I found that I can't call it from opt. Regards, Marwa Yusuf Teaching Assistant - Computer Engineering Department Faculty of Engineering - Benha University E-JUST MSc Student Computer Science & Engineering Dept. ________________________________________ From: John Criswell [criswell at illinois.edu] Sent: Thursday, February 07, 2013 7:33 PM To: marwayusuf at feng.bu.edu.eg Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] adding a codege...
2013 May 29
2
[LLVMdev] CloneFunctionInto() Error
...FTy, F.getLinkage(), F.getName()); > SmallVector<ReturnInst*, 8> Returns; >CloneFunctionInto(NewF, (Function*) &F, VMap, false, Returns, "_", 0, 0); Thanks in advance -- *Rasha Salah Omar Msc Student at E-JUST Demonestrator at Faculty of Computers and Informatics Benha University * -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130529/eb457e30/attachment.html>
2015 Nov 21
3
re-compile a function
...t I need to -like - invalidate the recompiled function to force the MCJIT to recompile it, cause when I just call runFunction, it neglects any modifications in the function code. Thanks in advance. Regards, Marwa Yusuf Teaching Assistant - Computer Engineering Department Faculty of Engineering - Benha University E-JUST PhD Student Computer Science & Engineering Dept. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151121/35aa6b45/attachment.html>
2013 Jun 10
0
[LLVMdev] CFG of a function
...;>>>>> -- >>>>>>>>>>> *Rasha Salah Omar >>>>>>>>>>> Msc Student at E-JUST >>>>>>>>>>> Demonestrator at Faculty of Computers and Informatics >>>>>>>>>>> Benha University >>>>>>>>>>> * >>>>>>>>>>> >>>>>>>>>>> _______________________________________________ >>>>>>>>>>> LLVM Developers mailing list >>>>>>>&...
2015 Jun 12
2
[LLVMdev] How to insert basic block in a loop
...cessor/successor relations, it does not consider the new block in the loop at all. So I got that just inserting a loop in a function before another loop is not enough. So how exactly to do this job? Regards, Marwa Yusuf Teaching Assistant - Computer Engineering Department Faculty of Engineering - Benha University E-JUST PhD Student Computer Science & Engineering Dept. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150612/eface5ce/attachment.html>
2015 Aug 11
2
error in building llvm
...#39;m stuck at build stage, specifically at dragonegg. First it could not find gmp.h, I've solved this by installing libgmp-dev. Now, it can't find auto-host.h. I couldn't solve this. Regards, Marwa Yusuf Teaching Assistant - Computer Engineering Department Faculty of Engineering - Benha University E-JUST PhD Student Computer Science & Engineering Dept. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150811/c9fa2be7/attachment.html>
2013 Jul 31
1
[LLVMdev] Instruction insertion By Module Pass
...ready in a container!!"' failed. > > Is there a class I could use to insert while loop in Module Pass? > > Thank you in advance > > -- > * Rasha Salah Omar > Msc Student at E-JUST > Demonestrator at Faculty of Computers and Informatics > Benha University* > > * e-mail: rasha.omar at ejust.edu.eg* > P* Please consider the environment before printing this email.* > > > > _______________________________________________ > LLVM Developers mailing listLLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.eduhttp://lis...