search for: domtreedfs

Displaying 6 results from an estimated 6 matches for "domtreedfs".

2007 Aug 06
2
[LLVMdev] Problem compiling LLVM under Cygwin/Mingw
...PredicateSimplifier.cpp for Debug build PredicateSimplifier.cpp: In member function `bool <unnamed>::VRPSolver::below(llvm::Instruction*)': PredicateSimplifier.cpp:1417: warning: control reaches end of non-void function PredicateSimplifier.cpp: In member function `bool <unnamed>::DomTreeDFS::dominates(llvm::Instruction*, llvm::Instruction*)': PredicateSimplifier.cpp:247: warning: control reaches end of non-void function ... llvm[3]: Linking Debug Loadable Module LLVMHello.dll mklib: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries Cheers, Alain
2007 Aug 06
1
[LLVMdev] Problem compiling LLVM under Cygwin/Mingw
...bug build > PredicateSimplifier.cpp: In member function `bool > <unnamed>::VRPSolver::below(llvm::Instruction*)': > PredicateSimplifier.cpp:1417: warning: control reaches end of non-void > function > PredicateSimplifier.cpp: In member function `bool > <unnamed>::DomTreeDFS::dominates(llvm::Instruction*, llvm::Instruction*)': > PredicateSimplifier.cpp:247: warning: control reaches end of non-void > function That's strange. Is it possible to update to gcc 3.4.5? (I'm using this for windows builds). Can you try to look into preprocessed source? How is...
2008 May 25
0
[LLVMdev] A quick update on FreeBSD support
...n Relations.end(); } + Edge &operator[](unsigned Idx) { + return Relations[Idx]; + } + const Edge &operator[](unsigned Idx) const { + return Relations[Idx]; + } + + size_t size() const { return Relations.size(); } + iterator find(unsigned n, DomTreeDFS::Node *Subtree) { iterator E = end(); for (iterator I = std::lower_bound(begin(), E, n); @@ -1599,18 +1608,23 @@ for (SetVector<unsigned>::iterator I = Remove.begin(), E = Remove.end(); I != E; ++I) { unsigned n = *I; - for (...
2007 Aug 06
0
[LLVMdev] Problem compiling LLVM under Cygwin/Mingw
...Debug build > PredicateSimplifier.cpp: In member function `bool > <unnamed>::VRPSolver::below(llvm::Instruction*)': > PredicateSimplifier.cpp:1417: warning: control reaches end of non-void > function > PredicateSimplifier.cpp: In member function `bool > <unnamed>::DomTreeDFS::dominates(llvm::Instruction*, > llvm::Instruction*)': > PredicateSimplifier.cpp:247: warning: control reaches end of non-void > function > ... > llvm[3]: Linking Debug Loadable Module LLVMHello.dll > mklib: link: warning: undefined symbols not allowed in i686-pc-cygwin >...
2008 May 25
3
[LLVMdev] A quick update on FreeBSD support
...rator[](unsigned Idx) { > + return Relations[Idx]; > + } > + const Edge &operator[](unsigned Idx) const { > + return Relations[Idx]; > + } > + > + size_t size() const { return Relations.size(); } > + > iterator find(unsigned n, DomTreeDFS::Node *Subtree) { > iterator E = end(); > for (iterator I = std::lower_bound(begin(), E, n); > @@ -1599,18 +1608,23 @@ > for (SetVector<unsigned>::iterator I = Remove.begin(), E = > Remove.end(); > I != E; ++I) { > unsig...
2008 May 24
5
[LLVMdev] A quick update on FreeBSD support
On May 24, 2008, at 12:12 PM, Bill Wendling wrote: > Let us know if you would like extra eyes on the two PPC failures. Many > of us have a lot of experience with C++. :-) Do you know where these > allocations are? I don't mind if people help out, so here's some information: FAIL: /nfs/llvm/src/llvm/test/Transforms/PredicateSimplifier/ 2006-11-04-ReplacingZeros.ll Failed with