r150105 - in /branches/st/cli-be/gcc/config/cil...

andreao@gcc.gnu.org andreao@gcc.gnu.org
Mon Jul 27 09:18:00 GMT 2009


Author: andreao
Date: Mon Jul 27 09:18:10 2009
New Revision: 150105

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150105
Log:
remove dependency to current function in implementation of cil_stack_after_stamt and cil_seq_stack_depth 
add new IR instr for return with value
make sure that promote_type_for_vararg and dump_type_promoted_typedef have the same behaviour
export methods cil_pointer_type_p, cil_value_type_p, cil_vector_type_p to test how a type is handled in CIL IR

Modified:
    branches/st/cli-be/gcc/config/cil32/cil-dump.c
    branches/st/cli-be/gcc/config/cil32/cil-instr.def
    branches/st/cli-be/gcc/config/cil32/cil-refs.c
    branches/st/cli-be/gcc/config/cil32/cil-refs.h
    branches/st/cli-be/gcc/config/cil32/cil-stack.c
    branches/st/cli-be/gcc/config/cil32/cil-stack.h
    branches/st/cli-be/gcc/config/cil32/cil-stmt.c
    branches/st/cli-be/gcc/config/cil32/cil-stmt.h
    branches/st/cli-be/gcc/config/cil32/emit-cil.c
    branches/st/cli-be/gcc/config/cil32/gimple-to-cil.c
    branches/st/cli-be/gcc/config/cil32/remove-temps.c



More information about the Gcc-cvs mailing list