search for: addrmodematcher

Displaying 20 results from an estimated 22 matches for "addrmodematcher".

2009 Mar 05
5
[LLVMdev] Persistent build error
I've been getting this error for the last few days: gmake[3]: Entering directory `/disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/lib/Transforms/Utils' llvm[3]: Compiling AddrModeMatcher.cpp for Debug build In file included from /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Target/TargetLowering.h:26, from /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Transforms/Utils/AddrModeMatcher.h:24, from AddrModeMatcher.cpp:14...
2009 Mar 06
0
[LLVMdev] Persistent build error
...I'm getting the same error on my Windows Vista x64 cygwin make Ben Laurie-3 wrote: > > I've been getting this error for the last few days: > > gmake[3]: Entering directory > `/disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/lib/Transforms/Utils' > llvm[3]: Compiling AddrModeMatcher.cpp for Debug build > In file included from > /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Target/TargetLowering.h:26, > from > /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Transforms/Utils/AddrModeMatcher.h:24, > fr...
2009 Mar 06
0
[LLVMdev] Persistent build error
...k most of our nightly testers are using gcc4. -Tanya On Thu, 5 Mar 2009, Ben Laurie wrote: > I've been getting this error for the last few days: > > gmake[3]: Entering directory > `/disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/lib/Transforms/Utils' > llvm[3]: Compiling AddrModeMatcher.cpp for Debug build > In file included from > /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Target/TargetLowering.h:26, > from > /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Transforms/Utils/AddrModeMatcher.h:24, > from...
2009 Mar 06
1
[LLVMdev] Persistent build error
...e Nope. Still there. > > > Ben Laurie-3 wrote: > > > > I've been getting this error for the last few days: > > > > gmake[3]: Entering directory > > `/disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/lib/Transforms/Utils' > > llvm[3]: Compiling AddrModeMatcher.cpp for Debug build > > In file included from > > > /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Target/TargetLowering.h:26, > > from > > > /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Transforms/Utils/AddrModeMatcher....
2010 Aug 25
2
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...just hacked up SelectionDAGBuilder::visitInlineAsm, and pretty much used the same logic in TargetLowering::ComputeConstraintToUse/ChooseConstraint. But then I discovered that InlineAsm::ParseConstraints was called in a couple of other places, and in one of those places (IsOperandAMemoryOperand in AddrModeMatcher.cpp), there wasn't a DAG pointer handy (at least I don't think there is, as I'm not too familiar yet with LLVM internals), which meant that I needed to handle multiple alternative constraints in other places besides just SelectionDAGBuilder::visitInlineAsm. Basically I see that there a...
2010 Aug 27
0
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...Builder::visitInlineAsm, and pretty much used the same > logic in TargetLowering::ComputeConstraintToUse/ChooseConstraint. > But then I discovered that InlineAsm::ParseConstraints was called in > a couple of other places, and in one of those places > (IsOperandAMemoryOperand in AddrModeMatcher.cpp), there wasn't a DAG > pointer handy (at least I don't think there is, as I'm not too > familiar yet with LLVM internals), which meant that I needed to > handle multiple alternative constraints in other places besides just > SelectionDAGBuilder::visitInlineAsm....
2010 Aug 30
2
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...:visitInlineAsm, and pretty much used the same logic in >> TargetLowering::ComputeConstraintToUse/ChooseConstraint. But then I >> discovered that InlineAsm::ParseConstraints was called in a couple of other >> places, and in one of those places (IsOperandAMemoryOperand in >> AddrModeMatcher.cpp), there wasn't a DAG pointer handy (at least I don't >> think there is, as I'm not too familiar yet with LLVM internals), which >> meant that I needed to handle multiple alternative constraints in other >> places besides just SelectionDAGBuilder::visitInlineAsm. &g...
2009 Mar 09
3
[LLVMdev] Persistent build error
...> > -Tanya > > > On Thu, 5 Mar 2009, Ben Laurie wrote: > >> I've been getting this error for the last few days: >> >> gmake[3]: Entering directory >> `/disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/lib/Transforms/Utils' >> llvm[3]: Compiling AddrModeMatcher.cpp for Debug build >> In file included from >> /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Target/TargetLowering.h:26, >>                 from >> /disk1.1/tigris-slash/usr/home/ben/svn-work/llvm/include/llvm/Transforms/Utils/AddrModeMatcher.h:24, >>...
2010 Aug 30
0
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...Builder::visitInlineAsm, and pretty much used the same > logic in TargetLowering::ComputeConstraintToUse/ChooseConstraint. > But then I discovered that InlineAsm::ParseConstraints was called in > a couple of other places, and in one of those places > (IsOperandAMemoryOperand in AddrModeMatcher.cpp), there wasn't a DAG > pointer handy (at least I don't think there is, as I'm not too > familiar yet with LLVM internals), which meant that I needed to > handle multiple alternative constraints in other places besides just > SelectionDAGBuilder::visitInlineAsm. &...
2010 Aug 30
2
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...and pretty much used the same logic in >>> TargetLowering::ComputeConstraintToUse/ChooseConstraint. But then I >>> discovered that InlineAsm::ParseConstraints was called in a couple of other >>> places, and in one of those places (IsOperandAMemoryOperand in >>> AddrModeMatcher.cpp), there wasn't a DAG pointer handy (at least I don't >>> think there is, as I'm not too familiar yet with LLVM internals), which >>> meant that I needed to handle multiple alternative constraints in other >>> places besides just SelectionDAGBuilder::visitI...
2010 Sep 01
2
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...used the same logic in >>>> TargetLowering::ComputeConstraintToUse/ChooseConstraint. But then I >>>> discovered that InlineAsm::ParseConstraints was called in a couple of other >>>> places, and in one of those places (IsOperandAMemoryOperand in >>>> AddrModeMatcher.cpp), there wasn't a DAG pointer handy (at least I don't >>>> think there is, as I'm not too familiar yet with LLVM internals), which >>>> meant that I needed to handle multiple alternative constraints in other >>>> places besides just SelectionDAGBui...
2010 Aug 30
0
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...lineAsm, and pretty much used the same >> logic in TargetLowering::ComputeConstraintToUse/ChooseConstraint. >> But then I discovered that InlineAsm::ParseConstraints was called >> in a couple of other places, and in one of those places >> (IsOperandAMemoryOperand in AddrModeMatcher.cpp), there wasn't a >> DAG pointer handy (at least I don't think there is, as I'm not too >> familiar yet with LLVM internals), which meant that I needed to >> handle multiple alternative constraints in other places besides >> just SelectionDAGBuilder::v...
2010 Sep 02
2
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...ogic in >>>>> TargetLowering::ComputeConstraintToUse/ChooseConstraint. But then I >>>>> discovered that InlineAsm::ParseConstraints was called in a couple of other >>>>> places, and in one of those places (IsOperandAMemoryOperand in >>>>> AddrModeMatcher.cpp), there wasn't a DAG pointer handy (at least I don't >>>>> think there is, as I'm not too familiar yet with LLVM internals), which >>>>> meant that I needed to handle multiple alternative constraints in other >>>>> places besides just Sel...
2010 Sep 02
0
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...tty much used the same >>> logic in TargetLowering::ComputeConstraintToUse/ChooseConstraint. >>> But then I discovered that InlineAsm::ParseConstraints was called >>> in a couple of other places, and in one of those places >>> (IsOperandAMemoryOperand in AddrModeMatcher.cpp), there wasn't a >>> DAG pointer handy (at least I don't think there is, as I'm not too >>> familiar yet with LLVM internals), which meant that I needed to >>> handle multiple alternative constraints in other places besides >>> just Select...
2010 Sep 02
0
[LLVMdev] [REQUEST FOR FEEDBACK] Inline asm multiple alternative constraints
...; same logic in TargetLowering::ComputeConstraintToUse/ >>>> ChooseConstraint. But then I discovered that >>>> InlineAsm::ParseConstraints was called in a couple of other >>>> places, and in one of those places (IsOperandAMemoryOperand in >>>> AddrModeMatcher.cpp), there wasn't a DAG pointer handy (at least >>>> I don't think there is, as I'm not too familiar yet with LLVM >>>> internals), which meant that I needed to handle multiple >>>> alternative constraints in other places besides just >&gt...
2009 May 12
0
[LLVMdev] Integer casting warning, and another set of warnings
I have a warning when building with MSVC2k5, a benign warning, but I am trying to get rid of them. ..\..\..\..\trunk\lib\Transforms\Utils\AddrModeMatcher.cpp(208) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) The line of code is: Scale = 1 << Scale; Where Scale is an int64_t, however, 1 is an int32_t (since it is a non-suffixed constant). Regarding the email...
2009 May 12
0
[LLVMdev] Integer casting warning, and another set of warnings
I have a warning when building with MSVC2k5, a benign warning, but I am trying to get rid of them. ..\..\..\..\trunk\lib\Transforms\Utils\AddrModeMatcher.cpp(208) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) The line of code is: Scale = 1 << Scale; Where Scale is an int64_t, however, 1 is an int32_t (since it is a non-suffixed constant). Regarding the email...
2011 May 07
0
[LLVMdev] Question about linking llvm-mc when porting a new backend
...Data::getTypeStoreSize(llvm::Type const*) constin libLLVMAnalysis.a(MemoryBuiltins.cpp.o) llvm::TargetData::getTypeStoreSize(llvm::Type const*) constin libLLVMSelectionDAG.a(FunctionLoweringInfo.cpp.o) llvm::TargetData::getTypeStoreSize(llvm::Type const*) constin libLLVMTransformUtils.a(AddrModeMatcher.cpp.o) llvm::ComputeMaskedBits(llvm::Value*, llvm::APInt const&, llvm::APInt&, llvm::APInt&, llvm::TargetData const*, unsigned int)in libLLVMAnalysis.a(ValueTracking.cpp.o) llvm::ComputeMaskedBits(llvm::Value*, llvm::APInt const&, llvm::APInt&, llvm::APInt&, llvm...
2011 May 06
0
[LLVMdev] Question about linking llvm-mc when porting a new backend
...Data::getTypeStoreSize(llvm::Type const*) constin libLLVMAnalysis.a(MemoryBuiltins.cpp.o) llvm::TargetData::getTypeStoreSize(llvm::Type const*) constin libLLVMSelectionDAG.a(FunctionLoweringInfo.cpp.o) llvm::TargetData::getTypeStoreSize(llvm::Type const*) constin libLLVMTransformUtils.a(AddrModeMatcher.cpp.o) llvm::ComputeMaskedBits(llvm::Value*, llvm::APInt const&, llvm::APInt&, llvm::APInt&, llvm::TargetData const*, unsigned int)in libLLVMAnalysis.a(ValueTracking.cpp.o) llvm::ComputeMaskedBits(llvm::Value*, llvm::APInt const&, llvm::APInt&, llvm::APInt&, llvm...
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
...Transforms/Instrumentation.h -- Installing: /usr/local/llvm-2.8/include/llvm/Transforms/RSProfiling.h -- Installing: /usr/local/llvm-2.8/include/llvm/Transforms/Scalar.h -- Installing: /usr/local/llvm-2.8/include/llvm/Transforms/Utils -- Installing: /usr/local/llvm-2.8/include/llvm/Transforms/Utils/AddrModeMatcher.h -- Installing: /usr/local/llvm-2.8/include/llvm/Transforms/Utils/BasicBlockUtils.h -- Installing: /usr/local/llvm-2.8/include/llvm/Transforms/Utils/BasicInliner.h -- Installing: /usr/local/llvm-2.8/include/llvm/Transforms/Utils/BuildLibCalls.h -- Installing: /usr/local/llvm-2.8/include/llvm/Trans...