search for: sanghyeon

Displaying 7 results from an estimated 7 matches for "sanghyeon".

2006 Dec 27
2
[LLVMdev] Sparse and LLVM
...an't be the first person to think of this, can I? But I couldn't locate any reference on this combination. If you know of one, please tell me. Sparse: http://kernel.org/pub/linux/kernel/people/josh/sparse/ LLVM: http://llvm.org/ So, you may expect compile-llvm.c in a few days. :) -- Seo Sanghyeon
2008 Oct 02
2
[LLVMdev] VMKit broken on trunk
With trunk(r56943), I get: make[3]: Entering directory `/home/tinuviel/llvm/vmkit/lib/JnJVM/VMCore' llvm[3]: Compiling JnjvmModule.cpp for Debug build JnjvmModule.cpp:11:38: error: llvm/ParameterAttributes.h: No such file or directory -- Seo Sanghyeon
2008 Dec 19
2
[LLVMdev] llvm-c API and well formed block
How can I find out, in llvm-c API, whether a basic block is well formed? In C++ I could call getTerminator and test for NULL. -- Seo Sanghyeon
2008 Dec 19
0
[LLVMdev] llvm-c API and well formed block
On 2008-12-19, at 09:18, Seo Sanghyeon wrote: > How can I find out, in llvm-c API, whether a basic block is well > formed? In C++ I could call getTerminator and test for NULL. There's not currently a binding for this. In general, there's incomplete support for inspection and analysis through the C bindings. BasicBl...
2007 Dec 13
1
[LLVMdev] Miscompilation
...8* %x1 to i8** store i8* %x1, i8** %x2 ret i8* %x1 } $ llvm-as test.ll $ opt -instcombine test.bc -o testopt.bc $ llc test.bc $ llc testopt.bc $ diff -u test.s testopt.s -movl $16, (%esp) +movl $8, (%esp) call malloc I'm afraid that I'm not up to fixing this myself. Please help! -- Seo Sanghyeon
2007 Dec 25
0
[LLVMdev] llvm-ar's q operation
...; + case 'q': ++NumOperations; Operation = QuickAppend; break; case 'r': ++NumOperations; Operation = ReplaceOrInsert; break; case 't': ++NumOperations; Operation = DisplayTable; break; case 'x': ++NumOperations; Operation = Extract; break; -- Seo Sanghyeon
2010 Apr 14
12
[LLVMdev] Living on Clang
Hello fellow LLVMers and Clangstas, We want to make Clang great, and we need your help! Helping is easy: just build Clang on your platform and start using it as your main compiler for LLVM and Clang development. Much of the Clang team has been living on Clang for at least several weeks already, and we've found it to be quite stable for development. If you run into problems---poor