search for: edvard

Displaying 12 results from an estimated 12 matches for "edvard".

Did you mean: eduard
2012 Jul 13
4
[LLVMdev] adding new data types to llvm
Hello . I would like to add new custom data type to llvm C parser, I use LLVM/Clang version 3.1. Adding new type instructions from llvm.org site are out of date (http://llvm.org/docs/ExtendingLLVM.html#type). Could you please provide me with guidance? Thanks in advance, Edvard  -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120713/a4cd12db/attachment.html>
2012 Jul 24
4
[LLVMdev] loop detection
Hello . I'm trying to implement FunctionPass for detecting loops in llvm IR. How can I get <condition> for loop from llvm::Loop object.? Is there any example? Thanks in advance, Edvard  -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120723/85e7f2f9/attachment.html>
2012 Jul 23
1
[LLVMdev] llvm::LoopPass
Hi Edvard, _ZTIN4llvm8LoopPassE is "typeinfo for llvm::LoopPass". LLVM is built without typeinfo, so you will need to build your pass with -fno-rtti. Ciao, Duncan. > I'm trying to implement LoopPass. > Here is simple code : > > class LoopParser: public llvm::LoopPass > {...
2012 Jul 25
2
[LLVMdev] regarding opt -indvars
Hello . opt -indvars pass does not generate canonical induction variable.  (NULL == loop->getCanonicalInductionVariable();) PLEASE explain why? and how can I fix it? Thanks in advance, Edvard  -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120724/92a28ed5/attachment.html>
2012 Jul 23
0
[LLVMdev] llvm::LoopPass
...ser() : llvmLoopPass(ID)       {}   }; char LoopParser::ID = 0; static llvm::RegisterPass<LoopParser> XX("LoopParser", "TODO ", false, false); when I'am trying to load  a get the error message : undefined symbol: _ZTIN4llvm8LoopPassE How can I fix? Thanks in advance, Edvard  -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120722/d3f19e4c/attachment.html>
2008 Mar 08
10
rspec groups?
One of the things I really liked about TestNG was the grouping feature. Are there any plans for rSpec to incorporate that? Is there any way to emulate that functionality in rspec? Will.
2012 Jul 24
0
[LLVMdev] regarding opt -indvars
...%add.lcssa = phi i32 [ %add, %for.body ]   br label %for.end for.end:                                          ; preds = %for.end.loopexit, %entry   %a.addr.0.lcssa = phi i32 [ %a, %entry ], [ %add.lcssa, %for.end.loopexit ]   ret i32 %a.addr.0.lcssa } Someone can explain why? Thanks in advance, Edvard  -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120724/eee664d3/attachment.html>
2004 May 13
1
Excel opens files as read-only
...ed in Excel, Excel says it's read-only. Anyone know what the problem is? Workstations run WinXP and office is 2k3. These files are shared between many users, but I don't think it's a locking problem, because I checked that no one else was accessing the files at the same time. Regards, Edvard
2008 Jan 27
8
Textmate RSpec Bundle ''it'' snippet
It seems to me that the RSpec bundle''s ''it'' snippet is in need of some love. By default, a newly inserted spec passes. This seems odd as it is misleading. It also makes it harder find what specs still need to be completed if you return to an RSpec module after a break. I propose that the ''it'' snippet is changed to the following: it
2004 Apr 05
2
NT/ADS and UNIX user convergence using Samba
Hi- I'm deploying a fileserver running Samba 3.0.2a in an environment that contains NT and UNIX users. I'd like to have my fileserver set up as follows: - Users connecting to the fileserver from NT boxes are authenticated against the Win2K ADS Domain Controller. - Users connecting to the fileserver from other UNIX boxes are authenticated locally using NIS and access the shared volume
2004 Jan 13
0
SID <-> UID mappings
...tops and each share the same users. The users are really stored on a windows server, but we use nssldap and ad4unix to manually give an UID to users that require unix access. The point is that I don't need winbindd to do anything, but it seems like I have to run it to get AD to work. Regards, Edvard Fagerholm
2003 Aug 19
0
Changing ACLs dont work, clicking 'apply' restores old ACL
...s correct? Files are stored on a XFS filesystem and getfacls and setfacls work as they should. I'm not running winbind and I wouldn't want to do it either, because I have uids and gids already specified for the user in the AD. So, everything else works except the ACLs, any ideas? Regards, Edvard ----- BEGIN smb.conf ----- [global] workgroup = TEST realm = TEST.domain.dom server string = File Server log file = /var/log/samba/%m.log max log size = 0 log level = 3 security = ADS password server = <AD-server hostname>...