Displaying 3 results from an estimated 3 matches for "asm_parser".
2005 May 13
0
[LLVMdev] Scheme + LLVM JIT
On Thu, 12 May 2005, Alexander Friedman wrote:
>> llvm_function_new/llvm_value_set_name/llvm_executionengine_run_function,
>> etc.
>>
>> If kept simple, standardized, and generic, I think it would be very useful
>> to people (even if incomplete). This would allow others to build on it,
>> and we could 'ship' it as a standard llvm library.
>
> It
2005 May 12
2
[LLVMdev] Scheme + LLVM JIT
> llvm_function_new/llvm_value_set_name/llvm_executionengine_run_function,
> etc.
>
> If kept simple, standardized, and generic, I think it would be very useful
> to people (even if incomplete). This would allow others to build on it,
> and we could 'ship' it as a standard llvm library.
It looks like my interface will look vaguely like this. Functions like
2005 May 13
3
[LLVMdev] Scheme + LLVM JIT
...m, "test") ;
>
> One of these should be fib_function right? What is the 'test' string?
In the fib example, the module is named 'test', so I assumed it was
usefull for some reason.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: asm_parser.diff
Type: application/octet-stream
Size: 9012 bytes
Desc: parse asm strings
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050513/8d0e347e/attachment.obj>
-------------- next part --------------
--
-Alex