Displaying 10 results from an estimated 10 matches for "loadvaluenumb".
2006 Mar 14
2
[LLVMdev] Port to Solaris' Sun Studio 8
..., line 364 wasn't actually what was holding me up, so it's a bad
example, but the problem's still relevant. Using cast<...>(iter),
dyn_cast<...>(iter), or isa<...>(iter) results in the error messages
mentioned below.
________________________________
When compiling LoadValueNumbering.cpp, I get the following errors:
"~/bin/../src/include/llvm/Support/Casting.h", line 51: Error: Could not
find a match for llvm::AllocationInst::classof(const
llvm::ilist_iterator<llvm::Instruction>*).
"~/bin/../src/include/llvm/Support/Casting.h", line 68: Wher...
2006 Mar 15
0
[LLVMdev] RE: Port to Solaris' Sun Studio 8
...e:
> Well, line 364 wasn't actually what was holding me up, so it's a bad
> example, but the problem's still relevant. Using cast<...>(iter),
> dyn_cast<...>(iter), or isa<...>(iter) results in the error messages
> mentioned below.
....
> When compiling LoadValueNumbering.cpp, I get the following errors:
>
> "~/bin/../src/include/llvm/Support/Casting.h", line 51: Error: Could not
> find a match for llvm::AllocationInst::classof(const
> llvm::ilist_iterator<llvm::Instruction>*).
>
> "~/bin/../src/include/llvm/Support/Cast...
2008 May 18
0
[LLVMdev] VS build is broken again
...RelativePath="..\..\lib\Analysis
> \LibCallSemantics.cpp"
> + >
> + </File>
> + <File
> RelativePath="..\..\lib\Analysis
> \LoadValueNumbering.cpp"
>>
> </File>
> Index: win32/Transforms/Transforms.vcproj
> ===================================================================
> --- win32/Transforms/Transforms.vcproj (revision 51223)
> +++ win32/Transforms/Transforms.vcproj (worki...
2008 May 17
3
[LLVMdev] VS build is broken again
attached is the diff of vcprojs that need to be changed to fix the VS
build as of revision: 51224.
I don't know if this catches all the missing bits, but this does build
all the way through.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: msvs.patch
URL:
2006 Mar 14
0
[LLVMdev] Port to Solaris' Sun Studio 8
...ne of the compilers that our product builds on. I've made
reasonable progress, and for the most part the compiler's co-operating,
however I'm running into a problem I believe is with template
resolution, and I'm looking for any input on where the problem might be.
When compiling LoadValueNumbering.cpp, I get the following errors:
"~/bin/../src/include/llvm/Support/Casting.h", line 51: Error: Could not
find a match for llvm::AllocationInst::classof(const
llvm::ilist_iterator<llvm::Instruction>*).
"~/bin/../src/include/llvm/Support/Casting.h", line 68: Wher...
2008 May 21
3
[LLVMdev] 2.3 Pre-release available for testing
Razvan Aciu wrote:
> As I saw from the mailing list the MSVC 2005 patches were made to take into
> account the new files from the development branch, files which are not in
> the 2.3 release. So for now the below patch is the only one functional for
> the release. If I am wrong, please someone correct me.
>
> If someone can make a 2005 patch for the release branch, it is ok.
2004 Sep 03
4
[LLVMdev] diffs for vc7.1
...'_STL'
llvm\lib\Analysis\BasicAliasAnalysis.cpp(700) : error C2039: 'sort'
: is not a member of '_STL'
llvm\lib\Analysis\IntervalPartition.cpp(29) : error C3861:
'for_each': identifier not found, even with argument-dependent lookup
llvm\lib\Analysis\LoadValueNumbering.cpp(184) : error C2039: 'sort'
: is not a member of '_STL'
llvm\lib\Analysis\ScalarEvolution.cpp(362) : error C2039: 'sort' :
is not a member of '_STL'
llvm\lib\Transforms\Utils\PromoteMemoryToRegister.cpp(314) : error
C2039: 'sort' : is not...
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...RelativePath="..\..\lib\Analysis\Interval.cpp">
> > </File>
> > <File
> > RelativePath="..\..\lib\Analysis\IntervalPartition.cpp">
> > </File>
> > <File
> > RelativePath="..\..\lib\Analysis\LoadValueNumbering.cpp">
> > </File>
> > <File
> > RelativePath="..\..\lib\Analysis\LoopInfo.cpp">
> > </File>
> > <File
> > RelativePath="..\..\lib\Analysis\PostDominators.cpp">
> > </File>...
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...File>
> <File
> RelativePath="..\..\lib\Analysis\Interval.cpp">
> </File>
> <File
> RelativePath="..\..\lib\Analysis\IntervalPartition.cpp">
> </File>
> <File
> RelativePath="..\..\lib\Analysis\LoadValueNumbering.cpp">
> </File>
> <File
> RelativePath="..\..\lib\Analysis\LoopInfo.cpp">
> </File>
> <File
> RelativePath="..\..\lib\Analysis\PostDominators.cpp">
> </File>
> <File
> Relative...
2007 Apr 30
1
[LLVMdev] llvm-gcc build broken
...vm-gcc/gcc/llvm-backend.cpp:45:47: error:
llvm/Target/TargetMachineRegistry.h: No such file or directory
/projects/compiler/llvm-gcc/gcc/llvm-backend.cpp:46:36: error:
llvm/Transforms/Scalar.h: No such file or directory
/projects/compiler/llvm-gcc/gcc/llvm-backend.cpp:47:46: error:
llvm/Analysis/LoadValueNumbering.h: No such file or directory
/projects/compiler/llvm-gcc/gcc/llvm-backend.cpp:48:33: error:
llvm/Transforms/IPO.h: No such file or directory
/projects/compiler/llvm-gcc/gcc/llvm-backend.cpp:49:35: error:
llvm/ADT/StringExtras.h: No such file or directory
/projects/compiler/llvm-gcc/gcc/llvm-...