Displaying 6 results from an estimated 6 matches for "zotov".
2013 Nov 03
3
[LLVMdev] Improving OCaml bindings
...integrate it with LLVM's build system; my current solution seems
very ad-hoc.
I will update the patch to use Dynlink interface (this is the
textbook use case for Dynlink), but conceptually this doesn't
change the problem of interfacing with build system.
--
WBR, Peter Zotov.
2013 Jan 09
2
[LLVMdev] Global variable initializer type does not match global variable type
...otype.of(VI::Class)]),
LLVM::Constant.null(emit_class_body_type(klass))
])
LLVM::ConstantStruct.const eventually calls the LLVMConstStruct method
with the
appropriate arguments; LLVM::Constant.null corresponds to
LLVMConstNull.
Any hints are greatly appreciated.
--
WBR, Peter Zotov.
[1]: http://fehu.whitequark.org/files/gvar-init.bc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.bc
Type: application/octet-stream
Size: 752 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130109/7dfa89a9/atta...
2013 Jan 09
0
[LLVMdev] Global variable initializer type does not match global variable type
Peter Zotov писал 09.01.2013 19:59:
> Hello.
>
> I've managed to create a bitcode file (attached; also available at
> [1]) which produces
> a series of identical errors when verified:
>
> | Global variable initializer type does not match global variable
> type!
> | %i.NilClass*...
2013 Nov 03
0
[LLVMdev] Improving OCaml bindings
(readding llvmdev)
On Sun, Nov 3, 2013 at 1:40 AM, Peter Zotov <whitequark at whitequark.org>wrote:
> Sean Silva писал 03.11.2013 09:22:
>
>> On Sat, Nov 2, 2013 at 9:04 PM, Peter Zotov <whitequark at whitequark.org>
>> wrote:
>>
>> Hello folks.
>>>
>>> I'm very interested in improving LLVM'...
2013 Dec 15
3
[LLVMdev] Question about Pre-RA-schedule in LLVM3.3
Hi,
I compile a case (test.c) to get object machine file (test.o) using clang as follows:
"clang -target arm -integrated-as -c test.c -o test.o"
My clang version is 3.3 and debug build.
//test.c
int a[6] = {1, 2, 3, 4, 5, 6}
int main() {
a[0] = a[5];
a[1] = a[4];
a[2] = a[5];
}
//end test.c
Then test.dump is generated by using the objdump tool.
//test.dump
ldr r1, [r0, #20]
2014 Oct 02
3
[LLVMdev] How do I update Ocaml debug info? (was Re: [llvm] r218914 - DI: Fold constant arguments into a single MDString)
-llvm-commits, +llvmdev
> On Oct 2, 2014, at 2:57 PM, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote:
>
> Author: dexonsmith
> Date: Thu Oct 2 16:56:57 2014
> New Revision: 218914
>
> URL: http://llvm.org/viewvc/llvm-project?rev=218914&view=rev
> Log:
> DI: Fold constant arguments into a single MDString
>
> This patch addresses the first