search for: arhishee

Displaying 8 results from an estimated 8 matches for "arhishee".

Did you mean: abhishek
2012 Jun 06
2
[LLVMdev] llvm-tv
I fixed most of the errors. There is a weird error I am seeing and seems to be some incompatibility in expanding macros between FileSystem.h in LLVM and intl.h in wxWidgets. Any idea how to fix this? In file included from /home/arhishee/work/llvm-tv/llvm-tv/tools/llvm-tv/GraphDrawer.cpp:4: In file included from /home/arhishee/work/llvm-tv/llvm30/include/llvm/Support/FileUtilities.h:18: In file included from /home/arhishee/work/llvm-tv/llvm30/include/llvm/Support/FileSystem.h:34: /home/arhishee/work/llvm-tv/llvm30/include/llvm/Supp...
2012 Jun 06
0
[LLVMdev] llvm-tv
...kr1982 at gmail.com> wrote: > I fixed most of the errors. > > There is a weird error I am seeing and seems to be some incompatibility in > expanding macros between FileSystem.h in LLVM and intl.h in wxWidgets. Any > idea how to fix this? > > In file included from > /home/arhishee/work/llvm-tv/llvm-tv/tools/llvm-tv/GraphDrawer.cpp:4: > In file included from > /home/arhishee/work/llvm-tv/llvm30/include/llvm/Support/FileUtilities.h:18: > In file included from > /home/arhishee/work/llvm-tv/llvm30/include/llvm/Support/FileSystem.h:34: > /home/arhishee/work/llvm-tv...
2012 Jun 06
0
[LLVMdev] llvm-tv
...ere is for a tool like llvm-tv. That said, people on llvm-dev are usually happy to answer questions on the LLVM 3.1/LLVM mainline API. > > Have you tried compiling/using llvm-tv with these versions of > poolalloc and LLVM-3.0? > > Here is the llvm-tv build error - > > /home/arhishee/work/llvm-tv/llvm-tv/lib/Snapshot/FileUtils.cpp:32:5: > error: use of undeclared identifier 'perror' > perror("scandir"); > ^ > /home/arhishee/work/llvm-tv/llvm-tv/lib/Snapshot/FileUtils.cpp:50:5: > error: use of undeclared identifier 'perror' >...
2012 Jun 06
3
[LLVMdev] llvm-tv
...ink the code is manageable - couple of files in lib,include and some 30 odd small files in tools directory. I'll have a look at the code to sort out the build errors. Have you tried compiling/using llvm-tv with these versions of poolalloc and LLVM-3.0? Here is the llvm-tv build error - /home/arhishee/work/llvm-tv/llvm-tv/lib/Snapshot/FileUtils.cpp:32:5: error: use of undeclared identifier 'perror' perror("scandir"); ^ /home/arhishee/work/llvm-tv/llvm-tv/lib/Snapshot/FileUtils.cpp:50:5: error: use of undeclared identifier 'perror' perror("scandir")...
2012 Jun 02
0
[LLVMdev] DFG of machine functions
...fined in the MachineInstrIterator.h - the direct iterator over MachineInstr in a MachineFunction) to iterate through the machine instructions in a machine function and it works. I tried building LLVM 3.1 using clang in order to get a better idea of the error. Here is the build error output: /home/arhishee/work/llvm-3.1.src/include/llvm/Support/GraphWriter.h:143:8: note: candidate function not viable: no known conversion from 'IIty' (aka 'llvm::MachineInstr') to 'NodeType &' (aka 'llvm::Value &') for 1st argument; bool isNodeHidden(NodeType &Node) {...
2012 May 31
2
[LLVMdev] DFG of machine functions
Hi, I am trying to generate the DFG of machine functions. Initially, I added a pass to generate the DFG of LLVM IR functions. This was based on the mail thread - http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-September/025582.html. This pass worked fine and I was able to generate DFG of LLVM IR functions. Later, I ported the DFG pass code for machine functions. I ported the InstIterator.h
2012 Jun 05
0
[LLVMdev] llvm-tv
On 6/1/12 7:33 PM, AbhishekR wrote: > I am trying to compile llvm-tv as per the instructions from the link - > http://llvm.org/svn/llvm-project/television/trunk/README.txt > > The poolalloc doesn't seem to be in synch with the llvm svn version > mentioned (78786). It is giving lot of errors during compilation. I > fixed a few of them by bringing in functions/header files
2012 Jun 02
3
[LLVMdev] llvm-tv
I am trying to compile llvm-tv as per the instructions from the link - http://llvm.org/svn/llvm-project/television/trunk/README.txt The poolalloc doesn't seem to be in synch with the llvm svn version mentioned (78786). It is giving lot of errors during compilation. I fixed a few of them by bringing in functions/header files etc. wherever required from the mainline llvm. But this exercise