Displaying 6 results from an estimated 6 matches for "iother".
Did you mean:
other
2004 Jun 23
0
[LLVMdev] weird issue with mem2reg
...#4 0x083b6379 in isa<llvm::Instruction, const llvm::Value*>
(Val=@0xbf8000c0) at
/mounts/zion/disks/0/localhome/pmeredit/llvm/include/Support/Casting.h:114
#5 0x083b608f in llvm::CallInst::classof(llvm::Value const*) (V=0x894e850)
at /mounts/zion/disks/0/localhome/pmeredit/llvm/include/llvm/iOther.h:110
#6 0x08499213 in isa_impl<llvm::CallInst, llvm::Value> (Val=@0x894e850) at
/mounts/zion/disks/0/localhome/pmeredit/llvm/include/Support/Casting.h:52
#7 0x08499157 in llvm::isa_impl_wrap<llvm::CallInst, llvm::Value const,
llvm::Value const>::doit(llvm::Value const&) (Val=@0x8...
2004 Jun 23
2
[LLVMdev] weird issue with mem2reg
...a<llvm::Instruction, const llvm::Value*>
> (Val=@0xbf8000c0) at
> /mounts/zion/disks/0/localhome/pmeredit/llvm/include/Support/Casting.h:114
> #5 0x083b608f in llvm::CallInst::classof(llvm::Value const*) (V=0x894e850)
> at /mounts/zion/disks/0/localhome/pmeredit/llvm/include/llvm/iOther.h:110
> #6 0x08499213 in isa_impl<llvm::CallInst, llvm::Value> (Val=@0x894e850) at
> /mounts/zion/disks/0/localhome/pmeredit/llvm/include/Support/Casting.h:52
> #7 0x08499157 in llvm::isa_impl_wrap<llvm::CallInst, llvm::Value const,
> llvm::Value const>::doit(llvm::Value c...
2004 May 19
2
[LLVMdev] Question about insert function or instruction.
...correct or not? Can you give me some suggestion?
Thanks in advance for any response.
--fengy--
The following code is what I do
#include "llvm/Pass.h"
#include "llvm/Function.h"
#include "llvm/BasicBlock.h"
#include "llvm/Instruction.h"
#include "llvm/iOther.h"
namespace llvm {
struct cntPass : public FunctionPass{
virtual bool runOnFunction(Function &F){
std::cerr <<"funtion name : "<<
F.getName()<<"\n";
for(Function::iterator BB = F.begin(),E=F.end();
BB != E;++BB){
std::cerr<&...
2004 May 21
1
[LLVMdev] Re: LLVMdev digest, Vol 1 #292 - 4 msgs
...> Thanks in advance for any response.
>
> --fengy--
>
> The following code is what I do
> #include "llvm/Pass.h"
> #include "llvm/Function.h"
> #include "llvm/BasicBlock.h"
> #include "llvm/Instruction.h"
> #include "llvm/iOther.h"
>
>
> namespace llvm {
>
>
> struct cntPass : public FunctionPass{
> virtual bool runOnFunction(Function &F){
> std::cerr <<"funtion name : "<<
> F.getName()<<"\n";
> for(Function::iterator BB = F...
2004 Jun 23
0
[LLVMdev] weird issue with mem2reg
...on, const llvm::Value*>
> > (Val=@0xbf8000c0) at
> >
/mounts/zion/disks/0/localhome/pmeredit/llvm/include/Support/Casting.h:114
> > #5 0x083b608f in llvm::CallInst::classof(llvm::Value const*)
(V=0x894e850)
> > at
/mounts/zion/disks/0/localhome/pmeredit/llvm/include/llvm/iOther.h:110
> > #6 0x08499213 in isa_impl<llvm::CallInst, llvm::Value> (Val=@0x894e850)
at
> >
/mounts/zion/disks/0/localhome/pmeredit/llvm/include/Support/Casting.h:52
> > #7 0x08499157 in llvm::isa_impl_wrap<llvm::CallInst, llvm::Value const,
> > llvm::Value const>...
2004 Jun 23
3
[LLVMdev] IRC: Discussion About Upgrades To Bugzilla
I thought this conversation was worth saving. DannyB who did wonderful
things with GCC's use of bugzilla has offered the same capability to
LLVM.
Thanks, Danny!
<DannyB> sabre: BTW, if you need any of the bugzilla fun i have implemented for gcc, let me know
[22:47] <sabre> Cool, what kinds of things do you have?
[22:47] <DannyB> Besides the triplet stuff, i changed some of