search for: demonestrator

Displaying 20 results from an estimated 46 matches for "demonestrator".

2013 Aug 14
3
[LLVMdev] BranchInst comparison
...;> 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.* >> >> > > > -- > * Rasha Salah Omar > Msc Student at E-J...
2013 Jun 06
3
[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 >&...
2013 Jun 05
2
[LLVMdev] CFG of a function
...; wrote: > >> 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 >> * >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/ll...
2013 Aug 15
0
[LLVMdev] BranchInst comparison
...bel %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...
2013 Jun 06
0
[LLVMdev] CFG of a function
...t;> 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:...
2013 Jun 07
1
[LLVMdev] CFG of a function
...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 c...
2013 Aug 14
2
[LLVMdev] BranchInst comparison
...ow could I use BranchInst to implement for example br label %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/at...
2013 Jun 06
0
[LLVMdev] CFG of a function
...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 >>> * >>> >>> _______________________________________________ >>> LLVM Developers mailing list >>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>> http://lists.cs....
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
...abel %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.* > > -- * Rasha Salah Omar Msc Student at E-JUST Demonestrator at Faculty of Computer...
2013 Jul 25
2
[LLVMdev] Error for AllocaInst and Instruction
...nt32Type, 0, "flag", Bb); Bb->getInstList().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 May 29
2
[LLVMdev] CloneFunctionInto() Error
...t;isVarArg()); >Function *NewF = Function::Create(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>
2013 Jun 10
0
[LLVMdev] CFG of a function
...>>>>>> Thanks >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> *Rasha Salah Omar >>>>>>>>>>> Msc Student at E-JUST >>>>>>>>>>> Demonestrator at Faculty of Computers and Informatics >>>>>>>>>>> Benha University >>>>>>>>>>> * >>>>>>>>>>> >>>>>>>>>>> _______________________________________________ >>&gt...
2013 Jul 31
1
[LLVMdev] Instruction insertion By Module Pass
...Assertion > `V->getParent() == 0 && "Value already 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...
2013 Jul 30
2
[LLVMdev] Instruction insertion By Module Pass
...nstruction, ItemParentClass = llvm::BasicBlock]: Assertion `V->getParent() == 0 && "Value already 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.* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/at...
2013 May 29
0
[LLVMdev] CloneFunctionInto() Error
...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 > * > -- *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.o...
2013 Jun 05
0
[LLVMdev] CFG of a function
...sha Omar <rasha.sala7 at gmail.com> wrote: > 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 > * > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -- Best r...
2013 Jul 30
0
[LLVMdev] Instruction insertion By Module Pass
...m::BasicBlock]: Assertion > `V->getParent() == 0 && "Value already 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 <mailto:rasha.omar at ejust.edu.eg>* > > P* Please consider the environment before printing this email.* > > > > _______________________________________________ >...
2013 Jul 24
1
[LLVMdev] Insert new basic blocks
Using Module Pass How could I insert new basic blocks such as while(i==1) {} in the IR and also change the predecessors and successors according to inserting these basic blocks. -- *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/20130724/6a27840a/attachment.html>
2013 Aug 12
2
[LLVMdev] TerminatorInst and changing successor
...s changing the successors for each basic blocks means by default that the Terminator Instruction will be changed or this is another problem should be solved? If case 2 please tell me how to change it according to the new successors? 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/at...