search for: getadd

Displaying 15 results from an estimated 15 matches for "getadd".

Did you mean: getaddr
2019 Jan 31
2
MachineIRBuilder API
...rlying representation. The DAG didn't really care which evaluation order happened as the de-duplication and unordered nature of the DAG produced the same result either way. For MIR, each builder needs to insert into a linear list so the evaluation order of those insertions matters. For example: getAdd(getSub(a, b), getMul(c, d)) could produce either: %0 = G_SUB %a, %b %1 = G_MUL %c, %d %2 = G_ADD %0, %1 or: %0 = G_MUL %c, %d %1 = G_SUB %a, %b %2 = G_ADD %1, %0 depending on the (indeterminate) evaluation order of the arguments to getAdd(). The G_ADD is always last because getSub() and getMul() mu...
2019 Jan 31
3
MachineIRBuilder API
Hi, I’m finding the API for MachineIRBuilder to be pretty annoying to use compared to SelectionDAG. I think it’s making the majority of code more verbose and unwieldly for anything less than trivial. I think changing it to behave more like the DAG.get* functions would make it easier to use, and decrease the mental overhead when porting code from SelectionDAG. The main issue is needing to create
2017 Sep 06
2
weird log file ???
---- On Wed, 06 Sep 2017 14:34:27 -0700 toddandmargo via samba wrote ---- > > >---- On Wed, 06 Sep 2017 14:11:54 -0700 Rowland Penny via samba<samba at lists.samba.org> wrote ---- > > On Wed, 06 Sep 2017 13:32:39 -0700 > > toddandmargo via samba <samba at lists.samba.org> wrote: > > > > > > > > [global] > > > workgroup = xxxxx
2017 Sep 06
0
weird log file ???
...econds. Now it scans. > > Why is samba so slow connecting? > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > And this is what I do believe is causing it : # grep -i getadd samba-log.192.168.255.12 interpret_string_addr_internal: getaddrinfo failed for name FedoraServer.alpine.local (flags 34) [Name or service not known] get_mydnsfullname: getaddrinfo failed for name FedoraServer.alpine.local [Unknown error] I have a local DNS configured. How show I configure smb.c...
2011 Feb 04
3
[LLVMdev] ConstantBuilder proposal
...::getOffsetOf(Ty, FieldNo); } static Constant *GetNeg(Constant *C) { return ConstantExpr::getNeg(C); } static Constant *GetFNeg(Constant *C) { return ConstantExpr::getFNeg(C); } static Constant *GetNot(Constant *C) { return ConstantExpr::getNot(C); } static Constant *GetAdd(Constant *C1, Constant *C2) { return ConstantExpr::getAdd(C1, C2); } static Constant *GetFAdd(Constant *C1, Constant *C2) { return ConstantExpr::getFAdd(C1, C2); } static Constant *GetSub(Constant *C1, Constant *C2) { return ConstantExpr::getSub(C1, C2); } static Constant...
2010 Feb 07
3
[LLVMdev] Help with Mac OS X 10.6.2 build
...PrototypeAST::Codegen() in ccHkdHVT.o FunctionAST::Codegen() in ccHkdHVT.o "llvm::Type::getInt1Ty(llvm::LLVMContext&)", referenced from: BinaryExprAST::Codegen() in ccHkdHVT.o BinaryExprAST::Codegen() in ccHkdHVT.o "llvm::ConstantExpr::getAdd(llvm::Constant*, llvm::Constant*)", referenced from: BinaryExprAST::Codegen() in ccHkdHVT.o "llvm::CastInst::Create(llvm::Instruction::CastOps, llvm::Value*, llvm::Type const*, llvm::Twine const&, llvm::Instruction*)", referenced from: BinaryExprAST::Codegen()...
2010 Feb 07
0
[LLVMdev] Help with Mac OS X 10.6.2 build
...in ccHkdHVT.o > FunctionAST::Codegen() in ccHkdHVT.o > "llvm::Type::getInt1Ty(llvm::LLVMContext&)", referenced from: > BinaryExprAST::Codegen() in ccHkdHVT.o > BinaryExprAST::Codegen() in ccHkdHVT.o > "llvm::ConstantExpr::getAdd(llvm::Constant*, llvm::Constant*)", > referenced from: > BinaryExprAST::Codegen() in ccHkdHVT.o > "llvm::CastInst::Create(llvm::Instruction::CastOps, llvm::Value*, > llvm::Type const*, llvm::Twine const&, llvm::Instruction*)", > referenced from: >...
2016 Sep 23
6
Improving SCEV's behavior around IR level no-wrap flags
Hi all, This is about a project I've been prototyping on-and-off for a while that has finally reached a point where I can claim it to be "potentially viable". I'd like to gather some input from the community before moving too far ahead. # The problem There is a representation issue within SCEV that prevents it from fully using information from nsw/nuw flags present in the
2011 Jun 14
1
builder-debian libguestfs FAILED build step 4ee190628bc05f0c8fad1f6d9c3e85619a91e8b8
...pendir-tests fflush fflush-tests filenamecat-lgpl float fnmatch fnmatch-tests fpurge fpurge-tests freading freading-tests fseeko fseeko-tests fsusage ftell ftell-tests ftello ftello-tests full-read futimens futimens-tests getaddrinfo getaddrinfo-tests getcwd-lgpl getcwd-lgpl-tests getdelim getdelim-tests getdtablesize getdtablesize-tests getgroups getgroups-tests getline getline-tests getlogin_r getlogin_r-tests getpagesize gettext-h gettime gettimeofday...
2011 Jul 12
0
builder-debian libguestfs FAILED build step c0f72f13c075a754afa7870ecf105138fba821bb
...pendir-tests fflush fflush-tests filenamecat-lgpl float fnmatch fnmatch-tests fpurge fpurge-tests freading freading-tests fseeko fseeko-tests fsusage ftell ftell-tests ftello ftello-tests full-read futimens futimens-tests getaddrinfo getaddrinfo-tests getcwd-lgpl getcwd-lgpl-tests getdelim getdelim-tests getdtablesize getdtablesize-tests getgroups getgroups-tests getline getline-tests getlogin_r getlogin_r-tests getpagesize gettext-h gettime gettimeofday...
2011 Jun 21
1
builder-debian libguestfs FAILED build step e1e78bcef5e4654bd2456bd696840329359d35cd
...pendir-tests fflush fflush-tests filenamecat-lgpl float fnmatch fnmatch-tests fpurge fpurge-tests freading freading-tests fseeko fseeko-tests fsusage ftell ftell-tests ftello ftello-tests full-read futimens futimens-tests getaddrinfo getaddrinfo-tests getcwd-lgpl getcwd-lgpl-tests getdelim getdelim-tests getdtablesize getdtablesize-tests getgroups getgroups-tests getline getline-tests getlogin_r getlogin_r-tests getpagesize gettext-h gettime gettimeofday...
2011 Jul 08
1
builder-debian libguestfs FAILED build step ebe3d8f43a0ab7f60f3c1c612f117e793179f644
...pendir-tests fflush fflush-tests filenamecat-lgpl float fnmatch fnmatch-tests fpurge fpurge-tests freading freading-tests fseeko fseeko-tests fsusage ftell ftell-tests ftello ftello-tests full-read futimens futimens-tests getaddrinfo getaddrinfo-tests getcwd-lgpl getcwd-lgpl-tests getdelim getdelim-tests getdtablesize getdtablesize-tests getgroups getgroups-tests getline getline-tests getlogin_r getlogin_r-tests getpagesize gettext-h gettime gettimeofday...
2011 Jul 19
0
builder-debian libguestfs FAILED build step d82438431c1551610eb7d9945fa76d6387534582
...pendir-tests fflush fflush-tests filenamecat-lgpl float fnmatch fnmatch-tests fpurge fpurge-tests freading freading-tests fseeko fseeko-tests fsusage ftell ftell-tests ftello ftello-tests full-read futimens futimens-tests getaddrinfo getaddrinfo-tests getcwd-lgpl getcwd-lgpl-tests getdelim getdelim-tests getdtablesize getdtablesize-tests getgroups getgroups-tests getline getline-tests getlogin_r getlogin_r-tests getpagesize gettext-h gettime gettimeofday...
2011 Jul 15
0
builder-debian libguestfs FAILED build step 1f0c650c8ffdf0602ec74b999f62d3efa6822c96
...pendir-tests fflush fflush-tests filenamecat-lgpl float fnmatch fnmatch-tests fpurge fpurge-tests freading freading-tests fseeko fseeko-tests fsusage ftell ftell-tests ftello ftello-tests full-read futimens futimens-tests getaddrinfo getaddrinfo-tests getcwd-lgpl getcwd-lgpl-tests getdelim getdelim-tests getdtablesize getdtablesize-tests getgroups getgroups-tests getline getline-tests getlogin_r getlogin_r-tests getpagesize gettext-h gettime gettimeofday...
2011 Jun 21
0
builder-debian libguestfs FAILED tests e1e78bcef5e4654bd2456bd696840329359d35cd
...pendir-tests fflush fflush-tests filenamecat-lgpl float fnmatch fnmatch-tests fpurge fpurge-tests freading freading-tests fseeko fseeko-tests fsusage ftell ftell-tests ftello ftello-tests full-read futimens futimens-tests getaddrinfo getaddrinfo-tests getcwd-lgpl getcwd-lgpl-tests getdelim getdelim-tests getdtablesize getdtablesize-tests getgroups getgroups-tests getline getline-tests getlogin_r getlogin_r-tests getpagesize gettext-h gettime gettimeofday...