-
mattharren added idgay to the CIL (C Intermediate Language) project.
2009-04-16 04:39:23 UTC in CIL (C Intermediate Language)
-
mattharren added dgay to the CIL (C Intermediate Language) project.
2009-04-16 04:36:09 UTC in CIL (C Intermediate Language)
-
I've (finally!) updated the Makefile in subversion. Thanks!
Cheers,
Matt.
2008-08-31 02:10:30 UTC in CIL (C Intermediate Language)
-
I've removed -n from the Makefile in the subversion repository.
Thanks,
Matt.
2008-08-31 02:09:03 UTC in CIL (C Intermediate Language)
-
Hi,
Thanks for the bug report, and sorry for the slow reply. This was fixed in Subversion last Fall. I'll try to finish getting some patches in so I can release a new tarball soon, but in the meantime you can check out the latest version at svn://hal.cs.berkeley.edu/home/svn/projects/trunk/cil
Cheers,
Matt.
2008-08-31 01:55:21 UTC in CIL (C Intermediate Language)
-
> The problem roots in doExp which call exponential times of subexpressions
Does this still happen in the latest version in subversion?
Thanks,
Matt.
2008-08-31 01:51:07 UTC in CIL (C Intermediate Language)
-
Hi,
Please try the version of CIL in subversion:
svn co svn://hal.cs.berkeley.edu/home/svn/projects/trunk/cil
This fixes the exponential-time bug in the handling of ?:, and has a few
other fixes for Linux kernel code. Let me know if you still have trouble.
-- Matt.
2008-04-02 04:27:08 UTC in CIL (C Intermediate Language)
-
Hi,
Please try the version of CIL in subversion:
svn co svn://hal.cs.berkeley.edu/home/svn/projects/trunk/cil
This fixes an exponential-time bug in the handling of ?:, and has a few other fixes for Linux kernel code. Let me know if you still have trouble.
-- Matt.
2008-04-02 04:20:50 UTC in CIL (C Intermediate Language)
-
Sorry, I still don't understand. 0 should be the right value for off. What do you get for off?
void test()
{
struct s a;
size_t off = offsetof(struct s,x);
printf("%d\n", off);
*(int*)(&a + off) = 5;
}
-- Matt.
2008-02-15 16:34:53 UTC in CIL (C Intermediate Language)
-
Can you send me a patch? I don't have a Mac for testing.
Thanks,
Matt.
2008-02-14 16:07:48 UTC in CIL (C Intermediate Language)