search for: enummodules

Displaying 5 results from an estimated 5 matches for "enummodules".

2009 Jul 23
1
[LLVMdev] Possible change to ExecutionEngine::create()
...definition, defaulting to true. static ExecutionEngine *create(ModuleProvider *MP, bool ForceInterpreter = false, std::string *ErrorStr = 0, bool Fast = false, bool EnumModules = true); And corresponding change to the function. ExecutionEngine *ExecutionEngine::create(ModuleProvider *MP, bool ForceInterpreter, std::string *ErrorStr, bool Fast,...
2009 Jul 23
2
[LLVMdev] proposed new rule for getelementptr
On Jul 22, 2009, at 5:23 PM, Chris Lattner wrote: > > On Jul 22, 2009, at 1:32 PM, Dan Gohman wrote: > >>>> >>>> - A null pointer is associated with no addresses. >>>> >>> >>> A null pointer in address space 0. >> >> I'm not fond of weird address-space semantics, but for consistency >> with what the optimizer is
2009 Jul 23
0
[LLVMdev] Possible change to ExecutionEngine::create()
...Evan > > static ExecutionEngine *create(ModuleProvider *MP, > bool ForceInterpreter = false, > std::string *ErrorStr = 0, > bool Fast = false, > bool EnumModules = true); > > And corresponding change to the function. > > ExecutionEngine *ExecutionEngine::create(ModuleProvider *MP, > bool ForceInterpreter, > std::string *ErrorStr, >...
2009 Jul 23
2
[LLVMdev] Possible change to ExecutionEngine::create()
...;  static ExecutionEngine *create(ModuleProvider *MP, >>                                 bool ForceInterpreter = false, >>                                 std::string *ErrorStr = 0, >>                                 bool Fast = false, >>                                 bool EnumModules = true); >> >> And corresponding change to the function. >> >> ExecutionEngine *ExecutionEngine::create(ModuleProvider *MP, >>                                         bool ForceInterpreter, >>                                         std::string *ErrorStr, >&gt...
2009 Jul 23
0
[LLVMdev] Possible change to ExecutionEngine::create()
...;  static ExecutionEngine *create(ModuleProvider *MP, >>                                 bool ForceInterpreter = false, >>                                 std::string *ErrorStr = 0, >>                                 bool Fast = false, >>                                 bool EnumModules = true); >> >> And corresponding change to the function. >> >> ExecutionEngine *ExecutionEngine::create(ModuleProvider *MP, >>                                         bool ForceInterpreter, >>                                         std::string *ErrorStr, >&gt...