search for: compiler2

Displaying 4 results from an estimated 4 matches for "compiler2".

Did you mean: compiler
2011 Sep 28
0
[LLVMdev] Instrumenting C/C++ programs
...le lib/libprofile/ => Debug/lib/profile_rt.a **llvm memory profiling llvmc -v -O3 -opt -Wo,=-insert-memory-profiling -Wl,=/Users/xiaoming/Work/llvm/llvm-2.7/Debug/lib/profile_rt.a -o SOR SOR.c **change to use gold plugin for LLVM 1. build binutils gold a) ./configure --prefix=/home/vax6/p28/compiler2/xiaoming/INSTALL/binutils --enable-gold=both/gold --enable-lto --enable-plugins --enable-build-with-cxx b) make;make install c) the install ld is gold 2. build llvm-2.7 a) ./configure --with-binutils-include=/home/vax6/p28/compiler2/xiaoming/binutils-2.20.51/include --prefix=/home/vax6/p28...
2011 Sep 23
3
[LLVMdev] Instrumenting C/C++ programs
I just read that LLVM project could be used to do static analysis on C/C++ codes using the analyzer Clang which the front end of LLVM. I wanted to know if it is possible to extract all the accesses to memory(variables, local as well as global) in the source code using LLVM. Is there any inbuilt library present in LLVM which I could use to extract this information. If not please suggest me how to
2011 Sep 27
1
[LLVMdev] Instrumenting C/C++ programs
Hey John, Thank you for the detailed reply. I tried to figure out myself which IR should I use for my purpose ( Clang's Abstract Syntax Tree (AST) or LLVM's SSA Intermediate Representation (IR). ), but couldn't really figure out which one to use. Here is what I m trying to do. Given any C/C++ program (like the one given below), I am trying to insert calls to some function, before and
2003 Apr 07
1
Problems building the java/jdk14 port
...OT_BUILD_VERSION=1.4.1-p3-alsbergt_07_apr_2003_12_16 GAMMADIR=/v0/pobj/r+d/ports/java/jdk14/work/hotspot ; ) gmake[1]: Entering directory `/v0/pobj/r+d/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp' sh /v0/pobj/r+d/ports/java/jdk14/work/hotspot/build/bsd/makefiles/buildATree.sh compiler2 /v0/pobj/r+d/ports/java/jdk14/work/hotspot bsd i486 (cd bsd_i486_compiler2/product; gmake) gmake[2]: Entering directory `/v0/pobj/r+d/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product' # # HotSpot Virtual Machine Error, Internal Error # Please report this...