GROW 2011: deadline extended to 7 February 2011

2011-01-30 Thread Erven Rohou
on the workshop web site. Important Dates Deadline for submission: 31 January 2011 --> EXTENDED 7 February Decision notification: 28 February 2011 Workshop: 3 April 2011 full-day Organizers David Edelsohn, IBM, USA Erven Rohou, INRIA, France Program Commit

mismatch in parameter of builtin_ffs?

2007-04-27 Thread Erven ROHOU
Hello, Looking at builtins, I think I have found something inconsistent. __builtin_ffs is defined in the documentation as taking an unsigned int parameter: Built-in Function: int __builtin_ffs (unsigned int x) However in the file builtins.def, it is defined as: DEF_EXT_LIB_BUILTIN (BUILT_IN

block reordering at GIMPLE level?

2006-12-01 Thread Erven ROHOU
Hello, While working on our CLI port, I realized that we were missing, among others, the block reordering pass. This is because we emit CLI code before the RTL passes are reached. Looking at the backend optimizations, it is clear that some modify the CFG. But my understanding is that loop opt

Re: Source code of CIL back-end

2006-07-04 Thread Erven ROHOU
Paolo Bonzini wrote: The SC discussed it with Richard Stallman, and he agrees that it is not "dangerous" (the FSF had raised objections to byte-code systems in the past, so many of us assumed there would be a problem). So there is no political/legal objection to including a CIL back end. If i

Re: Source code of CIL back-end

2006-06-28 Thread Erven ROHOU
Joe Buck wrote: On Thu, Jun 22, 2006 at 11:49:45AM +0200, Roberto COSTA wrote: By the way, is there any news about the status of the CIL issue? I'm sorry to bother the list readers about this, but whom could I directly ask? Sorry for the delay in answering, Robert. I was out of town, and app