search for: pmain

Displaying 6 results from an estimated 6 matches for "pmain".

Did you mean: main
2007 Jul 20
5
[LLVMdev] Seg faulting on vector ops
...Value* s = new ExtractElementInst(v1,3,"s",basicBlock); new ReturnInst(s,basicBlock); return func; } // modified from the fibonacci example int main(int argc, char **argv) { Module* pVectorModule = new Module("test vectors"); Function* pMain = generateVectorAndSelect(pVectorModule); pVectorModule->print(std::cout); GenericValue gv1, gv2, gvR; gv1.FloatVal = 2.0f; ExistingModuleProvider *pMP = new ExistingModuleProvider(pVectorModule); pMP->getModule()->setDataLayout("e-p:32:32:32-i1:8:8:...
2007 Jul 21
0
[LLVMdev] Seg faulting on vector ops
...new ReturnInst(s,basicBlock); > > > > return func; > > } > > > > // modified from the fibonacci example > > int main(int argc, char **argv) > > { > > Module* pVectorModule = new Module("test vectors"); > > > > Function* pMain = generateVectorAndSelect(pVectorModule); > > > > pVectorModule->print(std::cout); > > > > GenericValue gv1, gv2, gvR; > > > > gv1.FloatVal = 2.0f; > > > > ExistingModuleProvider *pMP = new > ExistingModuleProvider(pVectorModule); &g...
2007 Jul 24
2
[LLVMdev] Seg faulting on vector ops
...c; >> >> } >> >> >> >> // modified from the fibonacci example >> >> int main(int argc, char **argv) >> >> { >> >> Module* pVectorModule = new Module("test vectors"); >> >> >> >> Function* pMain = generateVectorAndSelect(pVectorModule); >> >> >> >> pVectorModule->print(std::cout); >> >> >> >> GenericValue gv1, gv2, gvR; >> >> >> >> gv1.FloatVal = 2.0f; >> >> >> >> ExistingModulePr...
2007 Jul 20
0
[LLVMdev] Seg faulting on vector ops
...w ReturnInst(s,basicBlock); > > > > return func; > > } > > > > // modified from the fibonacci example > > int main(int argc, char **argv) > > { > > Module* pVectorModule = new Module("test vectors"); > > > > Function* pMain = generateVectorAndSelect(pVectorModule); > > > > pVectorModule->print(std::cout); > > > > GenericValue gv1, gv2, gvR; > > > > gv1.FloatVal = 2.0f; > > > > ExistingModuleProvider *pMP = new ExistingModuleProvider > (pVectorModul...
2007 Jul 26
0
[LLVMdev] Seg faulting on vector ops
...;> >>> // modified from the fibonacci example >>> >>> int main(int argc, char **argv) >>> >>> { >>> >>> Module* pVectorModule = new Module("test vectors"); >>> >>> >>> >>> Function* pMain = generateVectorAndSelect(pVectorModule); >>> >>> >>> >>> pVectorModule->print(std::cout); >>> >>> >>> >>> GenericValue gv1, gv2, gvR; >>> >>> >>> >>> gv1.FloatVal = 2.0f; >&gt...
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Hi, This series targets automatic boot menu generation, but most of it is the Lua upgrade, because I got tired reading deprecated API docs. It's mostly a straightforward forward port of the earlier Syslinux specific changes to Lua 5.1, except that: * I chose the add a stub getenv() implementation to the COM32 API instead of #ifdefing out all the references in Lua, and * I kept oslib