Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] Java bindings for llvm"
2012 Nov 24
2
[LLVMdev] LLVMConfig not found
Hello.
I am trying to install jllvm (http://code.google.com/p/jllvm/) on my
gentoo linux system.
I already have llvm-3.1 installed by the packager manager.
The jllvm build mechanism uses the file LLVMConfig.cmake. There is no
such file installed on my system. Therefore I cannot install jllvm.
Checking the sources of llvm-3.1 and llvm-3.0 one find the files
2013 Feb 21
1
[LLVMdev] Installing ocaml bindings with cmake
Hello.
How can the ocaml bindings distributed with llvm can be installed when
using cmake to build llvm?
The page at http://llvm.org/docs/CMake.html does not mention that.
Romildo
2012 Oct 08
2
[LLVMdev] A Java version of LLVM Core for LLVM IR Analysis: JLLVM
Hi all,
I'm Hao Liu, a 3rd year graduate student of Shanghai Jiao Tong
University in China.
We've build a project named JLLVM, and it's a java version of LLVM Core
for Java developers.
Our motivation is simple: The LLVM project is a great job. But it is
for C++ developers. *It's difficult for Java developers to analysis
LLVM IR*(intermediate
representation). So we
2012 Oct 19
0
[LLVMdev] A Java version of LLVM Core for LLVM IR Analysis: JLLVM
Hi Liu,
Take a look on [1], maybe you can put your project link
on that page. ;)
Regards,
chenwj
[1] http://llvm.org/ProjectsWithLLVM/
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj
2012 Nov 14
2
[LLVMdev] Generating code for Sequence expression
Hello.
In order to practice compiler writing, I am implementing a simple
compiler for the Tiger language. I am using llvm IR for the intermediate
representation.
Regarding llvm, I have started by reading the OCaml version of the LLVM
Tutorial, where a compiler for the kaleidoscope language is built.
The language I am implementing has a form of expression called "sequence
expression".
2011 Aug 16
3
[LLVMdev] .so file creation for new passes on Visual Studio
Hi!
I was trying to run an already build LLVM-pass ( the Hello world ) on Visual
Studio. I could locate the The Hello world pass sources in
llvm/lib/Transform/Hello/*.But when I compiled llvm using the command "cmake -G
"Visual Studio 10" ..\llvm" , I couldn't find the LLVMHello.so file in
"build_directory/Debug/lib/LLVMHello.so" neither in
2001 Nov 04
3
2.4.13 kernel on Redhat 7.2
I have tried everything to compile a new kernel on my
7.2 base system. I have used 2.4.13-ac6 and 2.4.13 w/
ext3 patch. I have compiled with ext3 built-in and
with ext3 as module (with the initrd). I have a SCSI
system so I have done the previous variations with
both SCSI support built-in and modular (with the
initrd). The error I get is:
Remounting root filesystem in read-write mode: mount:
no
2011 Aug 17
0
[LLVMdev] .so file creation for new passes on Visual Studio
Hi,
Sorry, my bad. Loadable module is available on Windows, but is not built
with MSVC. Try MinGW instead.
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
2017 Mar 31
2
Address Sanitizer
Hello
This link didn't work for me.
As I am getting error whose meaning is - there are no options as -arch i386
-arch x86_64. How should I remove this error?
On Wed, Mar 22, 2017 at 6:11 PM, 陳韋任 <chenwj.cs97g at g2.nctu.edu.tw> wrote:
> Hi Aayushi,
>
> Seems the link [1] answers your question.
>
> [1] http://stackoverflow.com/questions/28640585/build-
>
2017 Mar 22
2
Address Sanitizer
Hello
I had build llvm-3.9 (having clang-3.9 and compiler-rt-3.9). I want to run
asan on both 32 bit architecture as well as 64 bit architecture.
Compiling it with -m32 I am getting following error:
/usr/bin/ld: cannot find
~/llvm/build/bin/../lib/clang/3.9.0/lib/linux/libclang_rt.asan-i386.a: No
such file or directory
clang-3.9: error: linker command failed with exit code 1 (use -v to see
2004 Jun 01
3
2 passwords when loging from Windows 98 to samba PDC
Hello.
I have setup a local network where Windows 98
workstations authenticates against a samba
server PDC running on linux, and it is working.
But there is a little annoyance: Windows 98
is handling 2 passwords:
1) the network password (used with the samba PDC)
2) the windows password (used with the Windows
desktop)
Windows users can change their passwords from
the workstation, but the
2013 Jan 11
4
[LLVMdev] Update PTX section in CodeGenerator.html
Hi Justin,
I believe the PTX section in the link below need some love,
updating "lib/Target/PTX" to "lib/Target/NVPTX" for example.
Would you like to take a look?
http://llvm.org/docs/CodeGenerator.html#the-ptx-backend
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
2012 Sep 13
5
[LLVMdev] Fail to compile LLVM on Gentoo Linux
Hi all,
I think it's Gentoo's bug, but I want to know if anyone has the same
issue here. I am compiling LLVM trunk on Gentoo (gcc 4.5.2), and I get
error message below,
---
make[4]: Entering directory `/nfs_home/chenwj/llvm-3.1/svn/build/tools/clang/lib/Frontend'
llvm[4]: Compiling InitHeaderSearch.cpp for Release+Asserts build
2009 Jun 23
2
values in graph points
Hello,
How to add x values in graph points?
Thanks a lot,
Romildo
x <- c(22.44, 20.14, 15.85, 15.97)
plot(x, type="n", axes=FALSE, ann=FALSE, labels=c(22.44, 20.14, 15.85,
15.97))
par(lwd=1)
lines(x)
points(x, pch=5, bg="grey", cex=1.5)
axis(2, las=1)
axis(1, at=1:4, lab=c("none", "50-50", "80-20", "90-10"))
box()
2012 Oct 30
3
[LLVMdev] TargetELFWriterInfo used for anything?
> In consideration of those codes in XXXAsmPrinter class which print out
> MachineInstr in .s format, I tend to think they are old codes that
> might be obsolete and will be replaced with MC layer implementation,
> but I am not sure.
How about sending a patch which remove those obsolete code, and let
others give comment?
Cheers,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab,
2009 Oct 22
1
Intersection an Sum between list and matrix
Hello,
I need to do an intersection between the list elements (partitionslist) and
the columns and rows of a matrix (mm), so that the result will be the sums
of the rows and columns.
Thanks a lot,
Romildo Martins
Example
1.The Intersection and sum betweeen partitionslist[[1]][[2]] and mm is
indicated in bold.
2.The Intersection and sum betweeen partitionslist[[1]][[2]] and mm is
indicated in
2012 Apr 24
5
[LLVMdev] Trouble with tweaking test-release.sh script
Hi 陳韋任,
Sorry for the late response.
On Apr 21, 2012, at 8:03 PM, 陳韋任 wrote:
> I have a native compile and the result seems better... You can compare
> the result of cross compile [1] and the native compile [2].
>
> Any though?
>
I'm not particularly happy about the failures here. We need to get to the bottom of them. In the previous email, you tried setting CFLAGS and
2012 Apr 27
4
[LLVMdev] RE : Detect if a basicblock is part of a loop
Thx all for the quick answers...
> De : llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] de la part de Arnaud ALLARD DE GRANDMAISON [arnaud.allarddegrandmaison at parrot.com]
>
> Hi,
>
> Depending on what have run before your pass, the loop may have been unrolled or simplified if the computation inside the loop is too simple.
>
> Cheers,
> --
> Arnaud de
2011 Sep 25
3
[LLVMdev] POSIX thread library support
Hello all,
I caught a problem related to pthread library. I built llvm and llvm-gcc
then compiling a multithreaded benchmark written in POSIX thread library.
The command "llvm-gcc -o bench bench.c -lpthread" ran well while "llvm-gcc
-c bench; llvm-ld -o bench bench.o -lpthread" crashed. It told that
"llvm-ld: error: Cannot find library 'pthread'".
I could
2011 Nov 08
3
[LLVMdev] Failed to decode profile dump with llvm-prof
On Mon, Nov 07, 2011 at 04:10:29PM +0100, Wim Vander Schelden wrote:
> I'm having the same problem. Does anyone know what's causing this?
>
> Kind regards,
>
> Wim
What's your profiling procedure? I can only guess llvm-prof does not
recognize the profiling data.
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia