search for: ftrait

Displaying 15 results from an estimated 15 matches for "ftrait".

Did you mean: trait
2006 Apr 13
1
[LLVMdev] standalone llvm
...s namespace)::Emitter::runOnMachineFunction(llvm::MachineFunction&)+0x115)[0x866a859] llc(llvm::MachineFunctionPass::runOnFunction(llvm::Function&)+0x29)[0x85f3421] llc(llvm::FunctionPassManagerT::runPass(llvm::FunctionPass*, llvm::Function*)+0x1f)[0x89e39b5] llc(llvm::PassManagerT<llvm::FTraits>::runPasses(llvm::Function*, std::map<llvm::Pass*, std::vector<llvm::Pass*, std::allocator<llvm::Pass*> >, std::less<llvm::Pass*>, std::allocator<std::pair<llvm::Pass* const, std::vector<llvm::Pass*, std::allocator<llvm::Pass*> > > > >&)+0x13f...
2006 Jun 23
2
[LLVMdev] Help with error in pass
...((anonymous namespace)::SignalHandler(int)+0x107)[0x88cfcc1] /lib/tls/libc.so.6[0x239f48] llc(llvm::MachineFunctionPass::runOnFunction(llvm::Function&)+0x28)[0x8400638] llc(llvm::FunctionPassManagerT::runPass(llvm::FunctionPass*, llvm::Function*)+0x1b)[0x8857349] llc(llvm::PassManagerT<llvm::FTraits>::runPasses(llvm::Function*, std::map<llvm::Pass*, std::vector<llvm::Pass*, std::allocator<llvm::Pass*> >, std::less<llvm::Pass*>, std::allocator<std::pair<llvm::Pass* const, std::vector<llvm::Pass*, std::allocator<llvm::Pass*> > > > >&)+0x11c...
2006 Jun 24
0
[LLVMdev] Help with error in pass
...ignalHandler(int)+0x107)[0x88cfcc1] > /lib/tls/libc.so.6[0x239f48] > llc(llvm::MachineFunctionPass::runOnFunction(llvm::Function&)+0x28)[0x8400638] > llc(llvm::FunctionPassManagerT::runPass(llvm::FunctionPass*, > llvm::Function*)+0x1b)[0x8857349] > llc(llvm::PassManagerT<llvm::FTraits>::runPasses(llvm::Function*, > std::map<llvm::Pass*, std::vector<llvm::Pass*, std::allocator<llvm::Pass*> >> , std::less<llvm::Pass*>, std::allocator<std::pair<llvm::Pass* const, > std::vector<llvm::Pass*, std::allocator<llvm::Pass*> > > > &...
2006 Sep 09
2
[LLVMdev] Help with pass registration
Dear guys, I have updated my LLVM to the top of CVS, and now I am getting errors like this one below when I write new passes: "llc: PassManagerT.h:387: void llvm::PassManagerT<Trait>::markPassUsed(const llvm::PassInfo*, llvm::Pass*) [with Trait = llvm::FTraits]: Assertion `getAnalysisOrNullUp(P) && dynamic_cast<ImmutablePass*>(getAnalysisOrNullUp(P)) && "Pass available but not found! " "Perhaps this is a module pass requiring a function pass?"' failed." Could someone give me pointers to know more about...
2006 Jun 24
1
[LLVMdev] Help with error in pass
...0x88cfcc1] > > /lib/tls/libc.so.6[0x239f48] > > llc(llvm::MachineFunctionPass::runOnFunction(llvm::Function&)+0x28)[0x8400638] > > llc(llvm::FunctionPassManagerT::runPass(llvm::FunctionPass*, > > llvm::Function*)+0x1b)[0x8857349] > > llc(llvm::PassManagerT<llvm::FTraits>::runPasses(llvm::Function*, > > std::map<llvm::Pass*, std::vector<llvm::Pass*, std::allocator<llvm::Pass*> > >> , std::less<llvm::Pass*>, std::allocator<std::pair<llvm::Pass* const, > > std::vector<llvm::Pass*, std::allocator<llvm::Pass*> &...
2006 Apr 13
0
[LLVMdev] standalone llvm
On Apr 12, 2006, at 10:23 PM, Simon Burton wrote: > > Is it possible to get llvm to generate native machine code > without using gcc and friends ? Do I use lli ? llc. llc --help lists all the options. it compiles llvm bytecode files. > > I'd like to directly create executable code that i can > stick in memory somewhere and jump into (call). > > (I'm looking
2006 Sep 16
0
[LLVMdev] failed assertion in PPCJITInfo.cpp when calling native function
.../build/llvm-1.8/debugBuild/../llvm/include/llvm/CodeGen/MachineFunctionPass.h:37 #7 0x0061ab6c in llvm::FunctionPassManagerT::runPass (this=0x0, P=0x6603f70, F=0x6601ff0) at /Users/andreas/build/llvm-1.8/debugBuild/../llvm/lib/VMCore/PassManagerT.h:795 #8 0x006385ac in llvm::PassManagerT<llvm::FTraits>::runPasses (this=0x6602f28, M=0x6601ff0, LastUserOf=@0xbfffee08) at /Users/andreas/build/llvm-1.8/debugBuild/../llvm/lib/VMCore/PassManagerT.h:596 #9 0x0063bca4 in llvm::PassManagerT<llvm::FTraits>::runOnUnit (this=0x6602f28, M=0x6601ff0) at /Users/andreas/build/llvm-1.8/debugBuild/../l...
2006 Apr 13
4
[LLVMdev] standalone llvm
Is it possible to get llvm to generate native machine code without using gcc and friends ? Do I use lli ? I'd like to directly create executable code that i can stick in memory somewhere and jump into (call). (I'm looking to use llvm in a BSD licensed project). Simon. -- Simon Burton, B.Sc. Licensed PO Box 8066 ANU Canberra 2601 Australia Ph. 61 02 6249 6940 http://arrowtheory.com
2006 Apr 26
1
[LLVMdev] LLC fail without gccld optimization on spec2000 int benchmarks
...e)::X86DAGToDAGISel::runOnFunction(llvm::Function&)+0x25)[0x84ea18b] /home/snir/jingyu/resources/llvm/build2/Debug/bin/llc(llvm::FunctionPassManagerT::runPass(llvm::FunctionPass*, llvm::Function*)+0x1f)[0x86e004b] /home/snir/jingyu/resources/llvm/build2/Debug/bin/llc(llvm::PassManagerT<llvm::FTraits>::runPasses(llvm::Function*, std::map<llvm::Pass*, std::vector<llvm::Pass*, std::allocator<llvm::Pass*> >, std::less<llvm::Pass*>, std::allocator<std::pair<llvm::Pass* const, std::vector<llvm::Pass*, std::allocator<llvm::Pass*> > > > >&)+0x13e...
2006 Aug 14
2
[LLVMdev] Folding instructions
...this=0x8b0d280, F=@0x8b02940) at /private/var/automount/u/gs3/fernando/Programs/ppc_llvm/include/llvm/CodeGen/MachineFunctionPass.h:38 #10 0x0086ad88 in llvm::FunctionPassManagerT::runPass (this=0x8b02360, P=0x8b0d280, F=0x8b02940) at PassManagerT.h:795 #11 0x008892ec in llvm::PassManagerT<llvm::FTraits>::runPasses (this=0x8b02378, M=0x8b02940, LastUserOf=@0xbfffeab8) at PassManagerT.h:596 #12 0x0088c9b4 in llvm::PassManagerT<llvm::FTraits>::runOnUnit (this=0x8b02378, M=0x8b02940) at PassManagerT.h:282 #13 0x0086af54 in llvm::FunctionPassManagerT::runOnFunction (this=0x8b02360, F=@0x8b02...
2006 Sep 09
0
[LLVMdev] Help with pass registration
...of CVS, and now I am getting > errors like this one below when I write new passes: What does your getAnalysisUsage method look like? -Chris > "llc: PassManagerT.h:387: void > llvm::PassManagerT<Trait>::markPassUsed(const llvm::PassInfo*, > llvm::Pass*) [with Trait = llvm::FTraits]: Assertion > `getAnalysisOrNullUp(P) && > dynamic_cast<ImmutablePass*>(getAnalysisOrNullUp(P)) && "Pass available > but not found! " "Perhaps this is a module pass requiring a function > pass?"' failed." > > Could someone give m...
2006 Nov 06
2
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
...be with bad vtable). It could fail in MachineFunction::get but that doesn't show up on your stack trace. Reid. > #1 0x083d0339 in llvm::MachineFunctionPass::runOnFunction () > #2 0x086fb4d7 in llvm::FunctionPassManagerT::runPass () > #3 0x087033f8 in llvm::PassManagerT<llvm::FTraits>::runPasses () > #4 0x0870412f in llvm::PassManagerT<llvm::FTraits>::runOnUnit () > #5 0x086fb59b in llvm::FunctionPassManagerT::runOnFunction () > #6 0x086f6fb9 in llvm::FunctionPass::runOnModule () > #7 0x086fb547 in llvm::ModulePassManager::runPass () > #8 0x0870232...
2006 Nov 06
0
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
...ied registers (e.g., ebp) at 0x86fb4c3.<br> During symbol reading, incomplete CFI data; unspecified registers (e.g., esi) at 0x86fb4c3.<br> During symbol reading, incomplete CFI data; unspecified registers (e.g., edi) at 0x86fb4c3.<br> #3  0x087033f8 in llvm::PassManagerT<llvm::FTraits>::runPasses ()<br> During symbol reading, incomplete CFI data; unspecified registers (e.g., eax) at 0x870312c.<br> During symbol reading, incomplete CFI data; unspecified registers (e.g., ecx) at 0x870312c.<br> During symbol reading, incomplete CFI data; unspecified registers...
2006 May 09
1
[LLVMdev] Memory leaks in LLVM
...(Dominators.cpp :865) ==10132== by 0x85010FD: llvm::ETForest::runOnFunction(llvm::Function&) ( Dominators.h :506) ==10132== by 0x850FD3E: llvm::FunctionPassManagerT::runPass(llvm::FunctionPass*, llvm::Function*) ( PassManagerT.h:795) ==10132== by 0x85115E9: llvm::PassManagerT<llvm::FTraits>::runPasses(llvm::Function*, std::map<llvm::Pass*, std::vector<llvm::Pass*, std::allocator<llvm::Pass*> >, std::less<llvm::Pass*>, std::allocator<std::pair<llvm::Pass* const, std::vector<llvm::Pass*, std::allocator<llvm::Pass*> > > > >&) ( Pas...
2006 Nov 06
4
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
This is an libpath problem. When xgcc runs it wants to dynamically link the libgcc.so. When you run it from the command line it will find your system libgcc.so (which works) and so you don't see the segfault. When you run xgcc from the Makefile, it will have set LD_LIBRARY_PATH to get your <cfebuilddir>/gcc directory which will find the libgcc.so that it just built, which is the one