log mc-code-arm.c @ 839:aed9be3c8b78

age author description
2010-11-23 Shinji KONO i64 arg_register in inline mode
2010-11-20 Shinji KONO i64 obsf2
2010-11-20 Shinji KONO code argument offset in caller and callee
2010-11-18 Shinji KONO large string (STRINGS)
2009-08-20 Shinji KONO Undebug fix for arm/mips/spu goto-with-env-syntax
2008-11-08 Shinji KONO convert to UTF-8
2007-11-16 kono *** empty log message ***
2007-11-16 kono *** empty log message ***
2007-11-14 kono architecture depenedent argument alignment
2007-10-27 kono *** empty log message *** compiler-64bit
2007-10-27 kono pointer fixes (partial)
2007-10-24 kono parse mode done. parse-mode
2007-10-13 kono *** empty log message ***
2007-09-30 kono DECL_DATA has parse tree now. decl-data-tree
2007-01-14 kono struct init in function arg (or other expression).
2006-10-31 kono multi dimentional array in functional arugments.
2006-10-31 kono ARRAY argument in fuction
2006-09-06 kono builtin_fabs
2006-02-18 kono fix struct alignment in local init.
2006-02-06 kono *** empty log message ***
2006-01-30 kono minor fixes
2006-01-26 kono *** empty log message ***
2006-01-21 kono *** empty log message ***
2006-01-21 kono tosop optimize buf fix fix-ltosop
2006-01-20 kono ltosop optimize
2006-01-19 kono *** empty log message ***
2006-01-19 kono ia32 reorganization etc.
2006-01-15 kono try to remove code_fix_frame_pointer(); PowerPC fixed.
2006-01-11 kono gcc4 (ia32)
2006-01-11 kono binop/inline interaction
2006-01-11 kono *** empty log message ***
2006-01-07 kono string sharing string-shared
2006-01-05 kono IA32 eval order
2006-01-05 kono emit_pop_free kills creg after emit_copy.
2006-01-05 kono Linux kernel source compiled. linux-kernel-source
2006-01-02 kono s-dandy compile OK s-dandy-ok
2006-01-01 kono working... (struct init fix)
2005-12-31 kono MIPS set_ireg/lreg interferance inline-test-passed
2005-12-29 kono use_input_reg...
2005-12-28 kono minor fix inline
2005-12-28 kono inline continue.... inline-asm
2005-12-26 kono cstring fix.... finally
2005-12-26 kono cstring array fix.
2005-12-26 kono data/text/rodata segment fix (incomplete)
2005-12-25 kono inline continue... fix function call
2005-12-19 kono fix clear_ptr_cache in MIPS/ARM.
2005-12-12 kono lvar alignment
2005-11-08 kono MIPS float arg/int arg mix fix. mips-float-arg-fix
2005-03-01 kono *** empty log message ***
2004-12-04 kono inline continue...
2004-12-01 kono *** empty log message ***
2004-12-01 kono inline continue... if test passed.
2004-11-27 kono parallel assign for simple expr. (too complex solution) simple-exp-in-parallel-assign
2004-11-25 kono parallel assignment (modify not completed)
2004-11-22 kono fix array pointer in decl_data and cast
2004-11-21 kono const const-attribute
2004-11-21 kono small sized struct
2004-11-20 kono minor fix...
2004-11-20 kono regression test (case, float, long long)
2004-11-15 kono Unexecuted code in conditional. Lazy jmp code generation. lazy-branch