search for: amaury

Displaying 20 results from an estimated 96 matches for "amaury".

2010 Aug 08
2
[LLVMdev] Usage of pointers to elements of a std::vector that might be reallocated
Oh yes you're right, I missed that :) But the point still hold. Amaury Pouly 2010/8/8 Eugene Toder <eltoder at gmail.com> > > Not only this code does not compile with NDEBUG set > > I may be missing something, but why does it not compile with -DNDEBUG? > assert() macro expands to noop when NDEBUG is set. > > Eugene > > On Sun, Aug 8...
2002 Nov 06
3
Samba 2.5 PDC + WinXP problem
Hey ppl ! My WinXP workstations are not able to join my domain. I tried to apply the registry fix for plain-text passwords but it has no effects :( My PDC seems to work fine cause i've got no problems with Win2K Workstations... Is there anything i've omitted ? Regards, Amaury -------------- next part -------------- HTML attachment scrubbed and removed
2010 Aug 08
0
[LLVMdev] Usage of pointers to elements of a std::vector that might be reallocated
...s.reserve(NumNodes * 2); So for some reason *2 is not enough in your case. I guess the right thing here is to either have a way to reliably estimate the number of SUnits (if it's at all possible) or use a container that doesn't reallocate on insert. Eugene On Sun, Aug 8, 2010 at 3:11 PM, Amaury Pouly <amaury.pouly at gmail.com> wrote: > Oh yes you're right, I missed that :) But the point still hold. > > Amaury Pouly > > > 2010/8/8 Eugene Toder <eltoder at gmail.com> >> >> > Not only this code does not compile with NDEBUG set >> >&g...
2010 Aug 08
0
[LLVMdev] Usage of pointers to elements of a std::vector that might be reallocated
> Not only this code does not compile with NDEBUG set I may be missing something, but why does it not compile with -DNDEBUG? assert() macro expands to noop when NDEBUG is set. Eugene On Sun, Aug 8, 2010 at 2:19 PM, Amaury Pouly <amaury.pouly at gmail.com> wrote: > Hello, > I was trying to interface a custom backend instruction scheduler with llvm > code when I realize something terrible. The scheduling code builds a graph > made up of SUnit * nodes (see ScheduleDAG*.{cpp,h}). These SUnits nodes are...
2010 Aug 08
2
[LLVMdev] Usage of pointers to elements of a std::vector that might be reallocated
...e of having not luck is not great for such a big framework as LLVM :) Shouldn't LLVM use a custom vector implementation for such cases, an implementation that does not invalidate pointers when growing ? I have such an implementation at hand that I'm willing to provide if needed. Regards Amaury Pouly -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100808/4dd2161a/attachment.html>
2006 Mar 03
2
Autofill phonebook??
Most softphnes (like Idefisk and X-Lite) have a phonebook. Is there a way I can fill those phonebooks with info from the Asterisk server? Amaury Rodr?guez http://liberadospucmm.blogspot.com http://groups.msn.com/telematicaPUCMM2002 Go OpenSource And Be FREE!! --------------------------------- Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze. -------------- next part -------------- An HTML attachment...
2017 May 22
2
Optimizing diamond pattern in DAGCombine
...-05-22 11:39 GMT-07:00 Nirav Davé <niravd at google.com>: > You can always explicitly add D to the worklist when you make the > transformation with AddToWorklist. Presuambly this was the cause for your > infinite loop. > > -Nirav > > > On Mon, May 22, 2017 at 2:07 PM, Amaury SECHET <deadalnix at gmail.com> > wrote: > >> The root problem is that, when A gets modified, D doesn't get added back >> to the worklist. I could match the pattern on A, but the problem remains: >> when D gets modified, A do not get added back tot he worklist. &gt...
2018 May 30
5
Deprecating ADDC/ADDE/SUBC/SUBE
...isoptimisation if the backend dev do not activate these opcodes via setOperationAction and rely on them for some of their optimizations. I would like to gather some feedback about moving forward with that as it can impact a wide range of users. So, feedback ? Thanks in advance for your answers, Amaury Séchet -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180530/7ee76022/attachment.html>
2017 Feb 09
2
Problem ScheduleDAG on PowerPC, X86 works fine.
...ase once they're using a normal value. (Actually, I wonder if it would be possible to represent x86's EFLAGS.CARRY as a 1-bit subreg of EFLAGS, and use that on input to X86ISD::ADC; that may allow cheaper spills/reloads if it only has to save the one bit?). On Wed, Feb 8, 2017 at 7:28 PM, Amaury SECHET <deadalnix at gmail.com> wrote: > Well I don't think this would break most backend. The opcode is generate > only if the backend allows so to boot, so many backend actually do not use > it at all. > > Anyway, changing these opcode is kind of much broader scope than...
2015 Nov 26
4
About password expiry
...ut badPasswordTime said that represent The last time and date that an attempt to log on to this account was made with a password that is not valid. I'm confuse. Could you help me to know which of this attributes I need for advise to the users about their password expiration? Thanks in advance. Amaury. ldbsearch --url=/var/lib/samba/private/sam.ldb samaccountname=pp # record 1 dn: CN=pp,CN=Users,DC=eomarit,DC=com,DC=cu objectClass: top objectClass: person objectClass: organizationalPerson objectClass: user cn: pp instanceType: 4 whenCreated: 20151124051519.0Z whenChanged: 20151124051519.0Z uSNC...
2017 Feb 08
3
Problem ScheduleDAG on PowerPC, X86 works fine.
...rry)), which the transform doesn't match. That is not really relevant to the issue here, because the x86 backend does work even if the transform gets triggered (replacing the final store with "store i64 %add37, i64* %r, align 8" will make this happen) On Tue, Feb 7, 2017 at 5:44 PM, Amaury SECHET <deadalnix at gmail.com> wrote: > Making this a value instead of a glue looks like a good longer term > solution, but it doesn't quite cut it as a short term one. It would require > to change a fair amount of code in the DAG stack, plus in each backend. > > @James,...
2005 Sep 30
4
G.729 patent in France
...BX with voicemail and music on hold functions. An ISDN BRI line will also be available and G.729 IP-phones will be used. Are there patents rights applicable to France? Which licence could I use and how many ones are required (only one per phone or also for voicemail and MOH)? Regards Amaury -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050930/57b89b5f/attachment.htm
2010 Sep 01
1
[LLVMdev] Assertion failure in tablegen: rationale ?
...d 'blu' of value 'a.bla' Although these issue are not the same, there are similar in the sense that any Value of which the type is a class should have a working subfield lookup and should not require a cast. Except if I'm missing something and there is a real issue underneath. Amaury Pouly 2010/9/1 Chris Lattner <clattner at apple.com> > > On Sep 1, 2010, at 4:35 AM, Amaury Pouly wrote: > > > Hello, > > I was fiddling with TableGen (for a use that has nothing to do with a > compiler but it's doesn't matter) and TableGen triggers an asser...
2010 Sep 01
0
[LLVMdev] Assertion failure in tablegen: rationale ?
On Sep 1, 2010, at 4:35 AM, Amaury Pouly wrote: > Hello, > I was fiddling with TableGen (for a use that has nothing to do with a compiler but it's doesn't matter) and TableGen triggers an assertion failure on this code (I reduced the case to the minimum, it's a parsing bug): David, can you take a look? This is r...
2010 Sep 01
3
[LLVMdev] Assertion failure in tablegen: rationale ?
...tion to the problem is to use !cast with !car but this seems ugly to me: class Bli<string _t> { string t = _t; } class Bla<list<Bli> _bli> : Bli<!cast<Bli>(!car(_bli)).t> { } Is this a bug or is it the wanted behaviour that a cast must be introduced ? Regards Amaury Pouly -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100901/b043a6a5/attachment.html>
2017 Feb 07
2
Problem ScheduleDAG on PowerPC, X86 works fine.
....org> wrote: > That's seems really odd that ADDC/ADDE uses glue there, instead of a plain > value. > > The x86 backend has code that converts the glue into a value, which is why > it wasn't affected.... (LowerADDC_ADDE_SUBC_SUBE). > > On Tue, Feb 7, 2017 at 2:48 PM, Amaury SECHET via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Long story short: https://llvm.org/bugs/show_bug.cgi?id=31890 >> >> The backend fails to schedule a given DAG, the reason being that there is >> an instruction and it glue that needs to be broken apa...
2017 Feb 07
2
Problem ScheduleDAG on PowerPC, X86 works fine.
...AG machinery detect this case and break up the glue, for instance via breaking up (adde X, Y, Carry) into (add (add X, Y)n (adde 0, 0, Carry)) or something alike when the situation present itself. 3/ Do whatever the X86 backend does, which I'm not sure what it is. Advice ? Thanks in advance, Amaury SECHET -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170207/6808301d/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: dagisel.png Type: image/png...
2017 Feb 25
2
rL296252 Made large integer operation codegen significantly worse.
...better ? Because if not, that's a big problem. It looks like the problem is that the compiler now choose to use pushfq/popfq in some cases rather than chaining adc to propagate the carry in additions. I hope this can get sorted out quickly. I'm happy to help if that is necessary. Thanks, Amaury SECHET -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170225/d4f97afd/attachment.html>
2015 Nov 27
1
About password expiry
That's a very interesting information. Is there, somewhere, a list of these computed attributes and their meaning? Best regards, mathias 2015-11-26 9:34 GMT+01:00 Andrew Bartlett <abartlet at samba.org>: > On Thu, 2015-11-26 at 00:40 -0500, Amaury Viera Hernández wrote: > > Hi every one: > > I'm using samba4 as domain controller and a I want to check every 1 > > hour in my mail server the password expiration for every user in the > > domain. I need to kow what is the attribute used in samba4. > > Using ldbse...
2016 Jan 04
3
Can someone give me some pointer on alias analysis ?
> On Jan 4, 2016, at 9:55 AM, Amaury SECHET via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > 2016-01-04 18:21 GMT+01:00 Philip Reames <listmail at philipreames.com <mailto:listmail at philipreames.com>>: > On 01/04/2016 07:32 AM, Amaury SECHET wrote: >> After a bit more investigation,...