Displaying 3 results from an estimated 3 matches for "generatebytecode".
2006 Sep 18
2
[LLVMdev] llvm-g++: Internal error
...ass*> > > >
>&)+0x12a)[0x8488a10]
gccld(llvm::PassManagerT<llvm::MTraits>::runOnUnit(llvm::Module*)+0x184)[0x848a2
dc]
gccld(llvm::ModulePassManager::runOnModule(llvm::Module&)+0x23)[0x84737fb]
gccld(llvm::PassManager::run(llvm::Module&)+0x23)[0x8473a17]
gccld(llvm::GenerateBytecode(llvm::Module*, int, bool,
std::basic_ostream<char, std::char_traits<char> >*)+0x27c)[0x82d848c]
gccld(main+0xaad)[0x82dcdd3]
/lib/libc.so.6(__libc_start_main+0xdc)[0x90e7e4]
gccld(__gxx_personality_v0+0x145)[0x82d7b91]
llvm-g++: Internal error: Aborted (program gccld)
Please submit a fu...
2006 Sep 14
1
[LLVMdev] use LLVM to convert C++ code to C code
...c)[0x8429098]<br>
gccld(llvm::PassManagerT<llvm::MTraits>::runOnUnit(llvm::Module*)+0x16a)[0x8428f60]<br>
gccld(llvm::ModulePassManager::runOnModule(llvm::Module&)+0x22)[0x841477e]<br>
gccld(llvm::PassManager::run(llvm::Module&)+0x1f)[0x8414aa9]<br>
gccld(llvm::GenerateBytecode(llvm::Module*, int, bool,
std::basic_ostream<char, std::char_traits<char>
>*)+0x3af)[0x82a252f]<br>
gccld(main+0xb23)[0x82a6dd7]<br>
/lib/tls/libc.so.6(__libc_start_main+0xe3)[0xbd4e33]<br>
gccld(__gxx_personality_v0+0x121)[0x82a1965]<br>
llvm-g++: Internal error...
2007 Jul 05
2
[LLVMdev] PATCH (rest of code changes) "bytecode" --> "bitcode"
Here is the bulk of the sanitizing.
My residual doubts center around the question
whether we still do/want to support (un)compressed *byte*code
in 2.0/2.1.
I need a definitive word on this to proceed.
My understanding is that bytecode is already gone, but there are
still some functions/enums that really deal with *byte*code
(instead of *bit*code).
I did not touch those areas, so the attached