search for: dil

Displaying 20 results from an estimated 86 matches for "dil".

Did you mean: did
2009 May 31
0
Smbd startup failure caused by a failure to create an NT token for the guest account
...ample". Second one based on SAMBA-LDAP Howto from smbldap-tools. Slapd is empty but working gives correct DSE responses. but when I lunch samba smbd crashes with this information in logs: [2009/05/30 20:44:57, 10] lib/smbldap.c:smbldap_search_ext(1246) Failed search for base: ou=Groups,dc=dil,dc=edu, error: 32 (No such object) (unknown) [2009/05/30 20:44:57, 10] auth/auth_util.c:add_aliases(656) pdb_enum_alias_memberships failed: NT_STATUS_UNSUCCESSFUL [2009/05/30 20:44:57, 3] smbd/sec_ctx.c:pop_sec_ctx(356) pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0 [2009/05/30 20:44:57, 10] auth/...
2020 Oct 06
2
Optimizing assembly generated for tail call
...a tail call optimization case. Below is an example (https://godbolt.org/z/ao15xE): > void g1(); > void g2(); > void f(bool v) { > if (v) { > g1(); > } else { > g2(); > } > } > The assembly generated is as follow: > f(bool): # @f(bool) > testb %dil, %dil > je .LBB0_2 > jmp g1() # TAILCALL > .LBB0_2: > jmp g2() # TAILCALL > However, in this specific case (where no function epilogue is needed), one can actually change 'je .LBB0_2' to 'je g2()' directly, thus saving a jump. Is there any way I could instruct LLVM to...
2005 Dec 27
0
Wine aborts
...00-211ba000 Deferred libcom_err.so.2 ELF 0x211ba000-211de000 Deferred libk5crypto.so.3 ELF 0x211de000-211f1000 Deferred libresolv.so.2 ELF 0x211f1000-211f4000 Deferred libkrb5support.so.0 PE 0x21200000-21212000 Deferred im31wmf.dil PE 0x21220000-21232000 Deferred im31png.dil PE 0x21240000-21258000 Deferred im31tif.dil PE 0x21260000-21274000 Deferred im31pcx.dil ELF 0x21274000-21342000 Deferred libasound.so.2 ELF 0x21342000-2135a000 Deferred msacm.dr...
2009 May 25
0
eve
...tp://wow-gold.virdeal.com http://runescape-gold.virdeal.com/ http://maplestory-mesos.virdeal.com http://www.mesos-maplestory.net http://flyff-penya.virdeal.com http://swg-credits.virdeal.com http://silkroad-gold.virdeal.com http://cabal-alz.virdeal.com http://archlord-gold.virdeal.com http://2moons-dil.virdeal.com http://eq2-platinum.virdeal.com/ http://www.rsgoldvip.com http://www.wowgoldbmw.com http://www.ffxigilbmw.com http://www.eveiskbmw.com http://www.lotrogoldbmw.com http://www.runescapegoldseller.com http://www.aiongoldshop.com http://vanguard-gold.virdeal.com/ http://12sky-gold.virdeal....
2010 Sep 21
1
directory permissions
...apsam:"ldap://nix.ac.uk .uk ldap://nix2.ac.uk" username map = /etc/sfw/smbusers log level = 1 syslog = 0 log file = /var/log/samba/%m.log max log size = 50 smb ports = 139 name resolve order = wins hosts bcast keepalive = 60 wins server = 192.168.175.11 ldap admin dn = uid=samba,ou=DSA,dc=dil,dc=edu ldap group suffix = ou=Groups ldap idmap suffix = ou=Idmap ldap machine suffix = ou=Computers ldap suffix = dc=dil,dc=edu ldap user suffix = ou=People utmp = Yes idmap backend = "ldap:ldap://nix.ac.uk ldap://nix2.ac.uk" idmap uid = 15000-20000 idmap gid = 15000-20000 winbind truste...
2017 Jun 05
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
...ng to the right addresses as well: @foo and @foo+4! BB#0: derived from LLVM BB %entry PUSHi32 <ga:@foo>, %ESP<imp-def>, %ESP<imp-use> CFI_INSTRUCTION <call frame instruction> CALLpcrel32 <ga:@debugPointer>, <regmask %BH %BL %BP %BPL %BX %DI %DIL %EBP %EBX %EDI %ESI %SI %SIL>, %ESP<imp-use>, %ESP<imp-def>, %EAX<imp-def,dead>, %EDX<imp-def,dead> %ESP<def,tied1> = ADD32ri8 %ESP<tied0>, 4, %EFLAGS<imp-def,dead> CFI_INSTRUCTION <call frame instruction> PUSHi32 <ga:@fo...
2018 Sep 19
2
Obtaining the origin function for a local var after inlining
...e of times, but > > never got an answer) > > > > Hi folks, > > > > For [K]MSAN we need to figure out which inlined function a local var > > originally belonged to in the source file. > > If you are looking at a llvm.dbg.declar/value/addr intrinsic, then the DILocation attached to the intrinsic indirectly points there: > > DIScope *Scope = DILocation(dbg_intrinsic.getDebugLoc()).getScope(); > while (!isa<DISubprogram>(Scope)) > Scope = Scope->getScope(); > auto *origFunction = cast<DIFunction>(Scope); This works, tha...
2014 Jan 24
2
[LLVMdev] How to read v3.3 dbg metadata using v3.4 LLVM
...lang v3.3 -g -O0. >> >> Thanks, >> James >> >> [0] >> >> llvm::LLVMContext llvmContext; >> >> unsigned dbgKind = llvmContext.getMDKindID("dbg"); >> >> if (MDNode *N = instruction.getMetadata(dbgKind)){ >> >> DILocation location(N); >> >> fileDirectoryName = location.getDirectory(); >> >> fileName = location.getFilename(); >> >> lineNumber = location.getLineNumber(); >> >> columnNumber = location.getColumnNumber(); >> >> } >>...
2017 Jun 06
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
...gt;> >> BB#0: derived from LLVM BB %entry >> PUSHi32 <ga:@foo>, %ESP<imp-def>, %ESP<imp-use> >> CFI_INSTRUCTION <call frame instruction> >> CALLpcrel32 <ga:@debugPointer>, <regmask %BH %BL %BP %BPL %BX >> %DI %DIL %EBP %EBX %EDI %ESI %SI %SIL>, %ESP<imp-use>, %ESP<imp-def>, >> %EAX<imp-def,dead>, %EDX<imp-def,dead> >> %ESP<def,tied1> = ADD32ri8 %ESP<tied0>, 4, %EFLAGS<imp-def,dead> >> CFI_INSTRUCTION <call frame instruction>...
2004 Jul 10
5
turn off NBT
Hi, I tried to turn off Netbios over TCP/IP by adding this to [global] session in smb.conf disable netbios = yes After restarting samba smbd is still listing on TCP 139. Is this normal? Or did I missed anything? Thanks. Regards, Dil Lee __________________________________________________ Do You Yahoo!? http://bb.yahoo.co.jp/
2017 Jun 04
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
Emitting calls to these functions (written in an .ll file linked in) works fine, and does the right thing. %Any = type { i8*, i32 } define dllexport void @setGlobal(%Any* %ptr, %Any %value) { store %Any %value, %Any* %ptr ret void } define dllexport %Any @getGlobal(%Any* %ptr) { %val = load %Any, %Any* %ptr ret %Any %val } Trying to replace the setGlobal call with what should be
2017 Jun 06
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
...rom LLVM BB %entry >>>> PUSHi32 <ga:@foo>, %ESP<imp-def>, %ESP<imp-use> >>>> CFI_INSTRUCTION <call frame instruction> >>>> CALLpcrel32 <ga:@debugPointer>, <regmask %BH %BL %BP %BPL %BX >>>> %DI %DIL %EBP %EBX %EDI %ESI %SI %SIL>, %ESP<imp-use>, %ESP<imp-def>, >>>> %EAX<imp-def,dead>, %EDX<imp-def,dead> >>>> %ESP<def,tied1> = ADD32ri8 %ESP<tied0>, 4, %EFLAGS<imp-def,dead> >>>> CFI_INSTRUCTION <ca...
2018 Sep 25
1
Obtaining the origin function for a local var after inlining
...t;> > >>> Hi folks, > >>> > >>> For [K]MSAN we need to figure out which inlined function a local var > >>> originally belonged to in the source file. > >> > >> If you are looking at a llvm.dbg.declar/value/addr intrinsic, then the DILocation attached to the intrinsic indirectly points there: > >> > >> DIScope *Scope = DILocation(dbg_intrinsic.getDebugLoc()).getScope(); > >> while (!isa<DISubprogram>(Scope)) > >> Scope = Scope->getScope(); > >> auto *origFunction = cast&...
2014 Jul 21
1
Multiple versions of data in a package
...s, but these are large datasets, and I don't want to use time and memory loading both versions when I expect any individual user to pick a single version and stick with it. Can anyone suggest how else I might proceed? Thank you, Chris -- JDRF/WT Diabetes & Inflammation Laboratory (DIL), NIHR Cambridge Biomedical Research Centre, Cambridge Institute for Medical Research, University of Cambridge Website:http://www-gene.cimr.cam.ac.uk/staff/wallace DIL Website:http://www-gene.cimr.cam.ac.uk
2011 Jun 15
0
[LLVMdev] Custom allocation orders
...e because of the REX prefix encoding constraints. We don't want to reserve those four registers because they are still useful with some *_NOREX instructions. It looks like this: def GR8 : RegisterClass<"X86", [i8], 8, [AL, CL, DL, AH, CH, DH, BL, BH, SIL, DIL, BPL, SPL, R8B, R9B, R10B, R11B, R14B, R15B, R12B, R13B]> { let MethodProtos = [{ iterator allocation_order_begin(const MachineFunction &MF) const; iterator allocation_order_end(const MachineFunction &MF) const; }]; let MethodBodies = [{ static...
2017 Jun 07
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
...gt;>> PUSHi32 <ga:@foo>, %ESP<imp-def>, %ESP<imp-use> >>>>>> CFI_INSTRUCTION <call frame instruction> >>>>>> CALLpcrel32 <ga:@debugPointer>, <regmask %BH %BL %BP %BPL >>>>>> %BX %DI %DIL %EBP %EBX %EDI %ESI %SI %SIL>, %ESP<imp-use>, %ESP<imp-def>, >>>>>> %EAX<imp-def,dead>, %EDX<imp-def,dead> >>>>>> %ESP<def,tied1> = ADD32ri8 %ESP<tied0>, 4, >>>>>> %EFLAGS<imp-def,dead> >&g...
2008 Oct 15
2
[LLVMdev] INSERT_SUBREG node.
...f x86_subreg_16bit : PatLeaf<(i32 2)>; > def x86_subreg_32bit : PatLeaf<(i32 3)>; > > def : SubRegSet<1, [AX, CX, DX, BX, SP, BP, SI, DI, > R8W, R9W, R10W, R11W, R12W, R13W, R14W, R15W], > [AL, CL, DL, BL, SPL, BPL, SIL, DIL, > R8B, R9B, R10B, R11B, R12B, R13B, R14B, R15B]>; > > I admit the way it's specified is not very elegant. We'll clean it up > some day. > > Evan > Even in that case you can not have a 0 as a SubIdx. e.g. the code below won't work def...
2020 Jul 17
1
[PATCH] drm/nouveau: Accept 'legacy' format modifiers
...ff test %r15,%r15 1d: 0f 84 8f 01 00 00 je 0x1b2 23: 8b 45 20 mov 0x20(%rbp),%eax 26: 48 8b 7d 00 mov 0x0(%rbp),%rdi 2a:* 49 8b 1c 07 mov (%r15,%rax,1),%rbx <-- trapping instruction 2e: 40 f6 c7 0f test $0xf,%dil 32: 0f 85 95 01 00 00 jne 0x1cd 38: 48 8d 8a 80 00 00 00 lea 0x80(%rdx),%rcx 3f: 4c rex.WR Code starting with the faulting instruction =========================================== 0: 49 8b 1c 07 mov (%r15,%rax,1),%rbx 4: 40 f6 c7 0f t...
2008 Oct 15
0
[LLVMdev] INSERT_SUBREG node.
...t : PatLeaf<(i32 2)>; >> def x86_subreg_32bit : PatLeaf<(i32 3)>; >> >> def : SubRegSet<1, [AX, CX, DX, BX, SP, BP, SI, DI, >> R8W, R9W, R10W, R11W, R12W, R13W, R14W, R15W], >> [AL, CL, DL, BL, SPL, BPL, SIL, DIL, >> R8B, R9B, R10B, R11B, R12B, R13B, R14B, R15B]>; >> >> I admit the way it's specified is not very elegant. We'll clean it up >> some day. >> >> Evan >> > Even in that case you can not have a 0 as a SubIdx. > e.g. the...
2020 Jul 18
0
[PATCH] drm/nouveau: Accept 'legacy' format modifiers
...15 > 1d: 0f 84 8f 01 00 00 je 0x1b2 > 23: 8b 45 20 mov 0x20(%rbp),%eax > 26: 48 8b 7d 00 mov 0x0(%rbp),%rdi > 2a:* 49 8b 1c 07 mov (%r15,%rax,1),%rbx <-- trapping instruction > 2e: 40 f6 c7 0f test $0xf,%dil > 32: 0f 85 95 01 00 00 jne 0x1cd > 38: 48 8d 8a 80 00 00 00 lea 0x80(%rdx),%rcx > 3f: 4c rex.WR > > Code starting with the faulting instruction > =========================================== > 0: 49 8b 1c 07 mov (%r15,%ra...