log mc-code-mips.c @ 462:f7c87020e6fe

age author description
Wed, 01 Dec 2004 23:14:50 +0900 kono *** empty log message ***
Wed, 01 Dec 2004 19:32:34 +0900 kono inline continue... if test passed.
Sun, 28 Nov 2004 03:28:38 +0900 kono parallel assign for simple expr. (too complex solution) simple-exp-in-parallel-assign
Thu, 25 Nov 2004 16:56:26 +0900 kono parallel assignment (modify not completed)
Sun, 21 Nov 2004 19:20:18 +0900 kono const const-attribute
Sun, 21 Nov 2004 11:20:56 +0900 kono small sized struct
Sat, 20 Nov 2004 17:06:05 +0900 kono regression test (case, float, long long)
Mon, 15 Nov 2004 20:33:30 +0900 kono Unexecuted code in conditional. Lazy jmp code generation. lazy-branch
Sun, 14 Nov 2004 15:41:05 +0900 kono loprtc loprtc-div
Wed, 03 Nov 2004 13:28:09 +0900 kono *** empty log message ***
Sun, 31 Oct 2004 11:54:17 +0900 kono *** empty log message ***
Sat, 30 Oct 2004 20:53:18 +0900 kono MIPS bitfield fix
Fri, 29 Oct 2004 14:20:19 +0900 kono bitfield continue...
Thu, 28 Oct 2004 21:20:52 +0900 kono non aligned bitfield (not yet finished)
Wed, 27 Oct 2004 09:04:07 +0900 kono fix mips memmove
Mon, 25 Oct 2004 19:16:17 +0900 kono ARM complete. PowerPC, MIPS, IA32 checked. arm-complete
Sat, 23 Oct 2004 23:26:33 +0900 kono fix cpmd register
Tue, 19 Oct 2004 18:15:41 +0900 kono ENDIAN_L ENDIAN_D
Tue, 19 Oct 2004 16:01:15 +0900 kono ARM self compile almost passed.
Mon, 18 Oct 2004 23:44:38 +0900 kono ARM struct copy, alloca fix
Sun, 17 Oct 2004 22:33:19 +0900 kono ARM code-gen-all passed.
Fri, 15 Oct 2004 13:33:03 +0900 kono ARM continue... calling sequence, float/duble arg function
Sun, 12 Sep 2004 17:24:04 +0900 kono *** empty log message ***
Fri, 03 Sep 2004 23:27:04 +0900 kono mc-arm generates code-gen-all.s with no error,
Tue, 24 Aug 2004 15:10:16 +0900 kono *** empty log message ***
Mon, 19 Jul 2004 16:30:11 +0900 kono ARM wrote all code. Check compile error.
Sun, 18 Jul 2004 12:26:30 +0900 kono ARM continue...
Wed, 14 Jul 2004 14:37:37 +0900 kono ARM continue...
Mon, 12 Jul 2004 12:37:18 +0900 kono frame offset fix MIPS lvar-offset-done
Sun, 11 Jul 2004 20:59:52 +0900 kono arm continue... lvar-offset-before
Fri, 09 Jul 2004 14:47:40 +0900 kono ARM first try
Wed, 07 Jul 2004 23:43:19 +0900 kono global offset, parallel_rassign fix, save_stack fix. global-offset
Wed, 07 Jul 2004 17:34:32 +0900 kono *** empty log message ***
Wed, 07 Jul 2004 14:34:25 +0900 kono bit-field constant assignment
Tue, 06 Jul 2004 17:55:40 +0900 kono local label and indirect goto. local-label-indirect-goto
Tue, 06 Jul 2004 17:04:31 +0900 kono label extension
Sun, 04 Jul 2004 19:08:42 +0900 kono cond op, and arg scope. arg_scope
Sat, 03 Jul 2004 13:53:37 +0900 kono name table reogranization, extendable cheap done. nametbl-done
Fri, 02 Jul 2004 07:19:15 +0900 kono name table reconfigure compiled. debug start.
Tue, 29 Jun 2004 23:11:47 +0900 kono name reconfigure.... continue...
Sun, 27 Jun 2004 20:31:46 +0900 kono *** empty log message *** nametbl-before
Sat, 26 Jun 2004 11:09:11 +0900 kono ptr cache speed up
Sat, 26 Jun 2004 00:26:01 +0900 kono emit_data moved.
Fri, 25 Jun 2004 14:30:43 +0900 kono bit-field done for IA32, PowerPC, MIPS. bit-field-done
Fri, 25 Jun 2004 05:37:09 +0900 kono MIPS bit-field done.
Fri, 25 Jun 2004 03:56:48 +0900 kono bit-field done.
Tue, 22 Jun 2004 01:24:00 +0900 kono macro/codegen reorganization done. codegen-reconfig
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 00:13:36 +0900 kono asm minor fix. ia32 table jmp fix.
Tue, 15 Jun 2004 14:34:06 +0900 kono minor fix
Tue, 15 Jun 2004 00:24:42 +0900 kono MIPS GNUC 2 define fix
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
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 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 17:55:37 +0900 kono switch table jump finished. switch-table
Mon, 07 Jun 2004 03:33:01 +0900 kono ia32, mips case. incomplete.