Displaying 7 results from an estimated 7 matches for "aliasanalysiscounter".
2012 Jan 24
0
[LLVMdev] Build Failures
I am getting -Werror failures building:
[off-opt] : [llvm] /ptmp/dag/llvm/official/llvm/include/llvm/ADT/StringRef.h: In member function 'virtual llvm::AliasAnalysis::AliasResult {anonymous}::AliasAnalysisCounter::alias(const llvm::AliasAnalysis::Location&, const llvm::AliasAnalysis::Location&)':
[off-opt] : [llvm] /ptmp/dag/llvm/official/llvm/include/llvm/ADT/StringRef.h:68:30: error: 'AliasString' may be used uninitialized in this function [-Werror=uninitialized]
[off-opt] : [llv...
2013 Dec 10
0
[LLVMdev] bootstap broken at r196919 in 3.4 branch
Current llvm/clang/compiler-rt/polly/testsuite/libcxx from 3.4 branch is broken during the
bootstrap on x86_64-apple-darwin12 against Xcode 5's clang with the failure...
[ 54%] [ 54%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysisCounter.cpp.o
Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngine.cpp.o
/sw/src/fink.build/llvm34-3.4-0/llvm-3.4/tools/clang/lib/AST/MicrosoftMangle.cpp:418:12: error: read-only variable is not assignable
*I++ = 'A' + (Value & 0xf);
~~~~ ^
2009 Apr 17
15
[LLVMdev] mingw build problems
...ils 2.18.50-20080109-1
mingw32-runtime 3.13-1
The first problem I hit was when I configured with CC, CXX, AR and
RANLIB set to mingw cross-tools, but forgot to specify NM as well.
This resulted in a load of warnings that scrolled off the screen:
nm: AliasAnalysis.o: File format not recognized
nm: AliasAnalysisCounter.o: File format not recognized
nm: AliasAnalysisEvaluator.o: File format not recognized
nm: AliasDebugger.o: File format not recognized
nm: AliasSetTracker.o: File format not recognized
nm: Analysis.o: File format not recognized
...
followed by millions of undefined symbols when linking any executa...
2008 Jun 06
3
[LLVMdev] Data dependence analysis
Hi all!
I have recently finished the first prototype of data dependence analysis
for LLVM. Now that I have some more time I would like to prepare a
"production" version. In this post I'll try to describe the current
state and propose a work plan.
Currently, the analysis has a very simplified interface (it allows to
query for dependence between two given instructions or whether a
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...;asmx"
> > UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
> > <File
> > RelativePath="..\..\lib\Analysis\AliasAnalysis.cpp">
> > </File>
> > <File
> > RelativePath="..\..\lib\Analysis\AliasAnalysisCounter.cpp">
> > </File>
> > <File
> > RelativePath="..\..\lib\Analysis\AliasAnalysisEvaluator.cpp">
> > </File>
> > <File
> > RelativePath="..\..\lib\Analysis\AliasSetTracker.cpp">
> > <...
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
> UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
> <File
> RelativePath="..\..\lib\Analysis\AliasAnalysis.cpp">
> </File>
> <File
> RelativePath="..\..\lib\Analysis\AliasAnalysisCounter.cpp">
> </File>
> <File
> RelativePath="..\..\lib\Analysis\AliasAnalysisEvaluator.cpp">
> </File>
> <File
> RelativePath="..\..\lib\Analysis\AliasSetTracker.cpp">
> </File>
> <File
>...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...tReader.cpp for Release+Asserts build
llvm[3]: Compiling BitWriter.cpp for Release+Asserts build
llvm[3]: Compiling BitcodeWriter.cpp for Release+Asserts build
llvm[3]: Compiling BitcodeReader.cpp for Release+Asserts build
llvm[2]: Compiling LLParser.cpp for Release+Asserts build
llvm[2]: Compiling AliasAnalysisCounter.cpp for Release+Asserts build
llvm[2]: Compiling AliasAnalysisEvaluator.cpp for Release+Asserts build
llvm[2]: Compiling AliasDebugger.cpp for Release+Asserts build
llvm[3]: Compiling BitcodeWriterPass.cpp for Release+Asserts build
llvm[2]: Compiling AliasSetTracker.cpp for Release+Asserts build
ll...