log mc-parse.c @ 327:da2e3f2d127d

age author description
Mon, 21 Jun 2004 23:50:34 +0900 kono macro/codegen reorganization
Sun, 20 Jun 2004 20:54:24 +0900 kono bit-field continue.
Sat, 19 Jun 2004 20:05:58 +0900 kono minor fix
Sat, 19 Jun 2004 17:50:40 +0900 kono typedef struct tag before struct fields def.
Sat, 19 Jun 2004 11:02:28 +0900 kono struct init by cast
Sat, 19 Jun 2004 07:11:12 +0900 kono ULL,ull, 0x0ull etc.
Fri, 18 Jun 2004 18:34:42 +0900 kono asm continue...
Wed, 16 Jun 2004 21:13:56 +0900 kono asm statement, valued statement syntactically passed.
Wed, 16 Jun 2004 13:15:01 +0900 kono asm, valued statement, local decls continue...
Tue, 15 Jun 2004 00:11:26 +0900 kono alloca done for ia32, powerpc, mips alloca
Sat, 12 Jun 2004 15:58:56 +0900 kono typeof, MIPS stdarg
Sat, 12 Jun 2004 11:51:45 +0900 kono swtich list fix. macro fix. macro_concat
Fri, 11 Jun 2004 01:21:35 +0900 kono struct partial init done. struct-partial-init
Thu, 10 Jun 2004 19:09:36 +0900 kono struct partial initialization (local struct copy)
Thu, 10 Jun 2004 16:24:15 +0900 kono struct field init (first try, no compile error)
Wed, 09 Jun 2004 23:01:18 +0900 kono stdarg (varargs done... PowerPC, IA32 checked) stdarg-support
Wed, 09 Jun 2004 15:59:06 +0900 kono struct return size error
Wed, 09 Jun 2004 15:18:32 +0900 kono stdarg powerpc passed except long long (macro problem)
Tue, 08 Jun 2004 16:40:32 +0900 kono fix line continuation and #macro in string.
Mon, 07 Jun 2004 22:57:41 +0900 kono register variable initialization fix
Mon, 07 Jun 2004 00:20:46 +0900 kono level 2 looks ok.
Sun, 06 Jun 2004 20:19:36 +0900 kono switch index no compile error
Sat, 05 Jun 2004 13:01:08 +0900 kono sort case value
Sat, 05 Jun 2004 00:08:09 +0900 kono switch statement prepare
Wed, 02 Jun 2004 14:29:30 +0900 kono *** empty log message ***
Tue, 01 Jun 2004 12:42:36 +0900 kono register assop const ( int/long )
Sun, 23 May 2004 15:27:25 +0900 kono lrexpr fix. rexpr in MIPS fix.
Sat, 22 May 2004 00:57:50 +0900 kono MIPS 90% test passed. Self compile core dumped.
Fri, 21 May 2004 18:59:56 +0900 kono MIPS double/longlong lib operand register conflict
Fri, 21 May 2004 14:00:02 +0900 kono MIPS switch statement. basic.c passed.