search for: llvm31

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

Did you mean: llvm32
2012 May 31
2
[LLVMdev] DFG of machine functions
...o use inst_iterator in the *template <> struct GraphTraits<DFG<Function*> >*) to MachineInstrIterator.h to iterate over machine instructions in a machine function. But the build is throwing the following error: llvm[2]: Compiling MC_DFG.cpp for Debug+Asserts build /home/abhi/work/llvm31/llvm/include/llvm/Support/GraphWriter.h: In member function ‘void llvm::GraphWriter<GraphType>::writeNodes() [with GraphType = llvm::MCDFGraph<llvm::MachineFunction*>]’: /home/abhi/work/llvm31/llvm/include/llvm/Support/GraphWriter.h:100: instantiated from ‘void llvm::GraphWriter<Grap...
2012 Jun 02
0
[LLVMdev] DFG of machine functions
...emplate > <> struct GraphTraits<DFG<Function*> >*) to MachineInstrIterator.h to > iterate over machine instructions in a machine function. But the build is > throwing the following error: > > llvm[2]: Compiling MC_DFG.cpp for Debug+Asserts build > /home/abhi/work/llvm31/llvm/include/llvm/Support/GraphWriter.h: In member > function ‘void llvm::GraphWriter<GraphType>::writeNodes() [with GraphType = > llvm::MCDFGraph<llvm::MachineFunction*>]’: > /home/abhi/work/llvm31/llvm/include/llvm/Support/GraphWriter.h:100: > instantiated from ‘void llvm:...
2009 Sep 07
0
[LLVMdev] Graphviz and LLVM-TV
Edwin, thanks, it starts making sense inline comments... Török Edwin wrote: > On 2009-09-06 19:57, Ioannis Nousias wrote: > >> Edwin, >> >> thank you for your effort, but I'm not sure I understand. >> Are you describing a graph traversal problem? Is the data model stored >> in a predecessor/successor fashion, which requires you to 'walk' the
2009 Sep 06
3
[LLVMdev] Graphviz and LLVM-TV
On 2009-09-06 19:57, Ioannis Nousias wrote: > Edwin, > > thank you for your effort, but I'm not sure I understand. > Are you describing a graph traversal problem? Is the data model stored > in a predecessor/successor fashion, which requires you to 'walk' the > graph in order to visit all nodes? (and what happens when you have > disjointed DFGs?). Sorry for the
2014 Oct 09
3
[LLVMdev] Performance regression in the LiveIntevals phase
...le with the Perl script attached to the Bug (5000 is a good size parameter to clearly see the regression): perl create.pl example.cpp 5000 Generate LLVM IR code for the C++ file (the regression is in the backend functionality, so we don't want to measure frontend compilation) llvm31/clang++ example.cpp -c -emit-llvm -o example.ir-31 llvm35/clang++ example.cpp -c -emit-llvm -o example.ir-35 Now you can run the actual performance measurements using llc: llvm31/llc -cppgen=program -o=5000.asm example.ir-31 llvm35/llc -cppgen=program -o=5000.asm examp...
2013 Jan 09
0
[LLVMdev] BYTECODE_LIBRARY warning
...LLVM with debug symbols as: ./configure --enable-profiling --enable-assertions --enable-expensive-checks --enable-debug-runtime --enable-debug-symbols make ENABLE_OPTIMIZED=0 But now if I use 'BYTECODE_LIBRARY=1' in my llvm pass Makefile then I get the following warning: /data/ahmad/llvm/llvm31/Makefile.rules:1273: Bytecode libraries require LLVM capable compiler but none is available **** Although I put clang in llvm/tools. This warning doesn't appear when I compile llvm in non-debug mode. Cheers, Ahmad -------------- next part -------------- An HTML attachment was scrubbed... URL:...
2011 Oct 25
0
[LLVMdev] [LLVMDev] Clang stopped compiling?
On Oct 25, 2011, at 6:09 AM, Marcello Maggioni wrote: > Hi, I'm trying to compile the latest clang/llvm SVN versions and I get > this error on multiple systems : Linking, not compiling, but still. I am getting a similar error when building this morning. > Undefined symbols for architecture x86_64: > "clang::Sema::checkPseudoObjectRValue(clang::Expr*)", referenced
2011 Oct 25
2
[LLVMdev] [LLVMDev] Clang stopped compiling?
Hi, I'm trying to compile the latest clang/llvm SVN versions and I get this error on multiple systems : (Compiling with gcc): llvm[4]: Compiling cc1_main.cpp for Debug+Asserts build llvm[4]: Compiling cc1as_main.cpp for Debug+Asserts build llvm[4]: Compiling driver.cpp for Debug+Asserts build llvm[4]: Linking Debug+Asserts executable clang