c_src: update
authorJean Privat <jean@pryen.org>
Tue, 17 Apr 2012 14:12:16 +0000 (10:12 -0400)
committerJean Privat <jean@pryen.org>
Tue, 17 Apr 2012 15:13:55 +0000 (11:13 -0400)
commitfdf5fdb8af65ebdc69854d135ad61f5d8433d6ea
tree2715efffbe34dd1865d9d07da5bc85aad7b5a23d
parent2c80a4b44969dc081474c8f531770fc0fc732875
c_src: update
164 files changed:
c_src/abstracttool._sep.c
c_src/analysis._sep.c
c_src/analysis._sep.h
c_src/analysis___allocate_iregister_slots._sep.c
c_src/analysis___cha_analysis._sep.h [deleted file]
c_src/analysis___dead_method_removal._sep.h [deleted file]
c_src/analysis___icode_dump._sep.c
c_src/analysis___inline_get_and_set._sep.h [deleted file]
c_src/analysis___inline_methods._sep.c
c_src/analysis___instantiated_type_analysis._sep.h [deleted file]
c_src/analysis___reachable_as_init._sep.h [deleted file]
c_src/analysis___reachable_as_init_impl._sep.c [deleted file]
c_src/analysis___reachable_as_init_impl._sep.h [deleted file]
c_src/analysis___reachable_from_init_method_analysis._sep.h [deleted file]
c_src/analysis___reachable_from_init_method_analysis_impl._sep.h [deleted file]
c_src/analysis___reachable_method_analysis._sep.h [deleted file]
c_src/analysis___remove_out_of_init_get_test._sep.h [deleted file]
c_src/analysis___rta_analysis._sep.h [deleted file]
c_src/clib/gc.c
c_src/clib/nit_common.h
c_src/compiling._sep.c
c_src/compiling___compiling_base._sep.c
c_src/compiling___compiling_base._sep.h
c_src/compiling___compiling_global._sep.c
c_src/compiling___compiling_global._sep.h
c_src/compiling___compiling_icode._sep.c
c_src/compiling___compiling_writer._sep.c
c_src/compiling___icode_generator._sep.c
c_src/compiling___table_computation._sep.c
c_src/compiling___table_computation._sep.h
c_src/file._nitni.c
c_src/file._nitni.h
c_src/file_nit.c
c_src/file_nit.h
c_src/global._sep.c [new file with mode: 0644]
c_src/global._sep.h [new file with mode: 0644]
c_src/global___cha_analysis._sep.c [moved from c_src/analysis___cha_analysis._sep.c with 60% similarity]
c_src/global___cha_analysis._sep.h [new file with mode: 0644]
c_src/global___dead_method_removal._sep.c [moved from c_src/analysis___dead_method_removal._sep.c with 69% similarity]
c_src/global___dead_method_removal._sep.h [new file with mode: 0644]
c_src/global___inline_get_and_set._sep.c [moved from c_src/analysis___inline_get_and_set._sep.c with 67% similarity]
c_src/global___inline_get_and_set._sep.h [new file with mode: 0644]
c_src/global___instantiated_type_analysis._sep.c [moved from c_src/analysis___instantiated_type_analysis._sep.c with 69% similarity]
c_src/global___instantiated_type_analysis._sep.h [new file with mode: 0644]
c_src/global___reachable_as_init._sep.c [moved from c_src/analysis___reachable_as_init._sep.c with 66% similarity]
c_src/global___reachable_as_init._sep.h [new file with mode: 0644]
c_src/global___reachable_as_init_impl._sep.c [new file with mode: 0644]
c_src/global___reachable_as_init_impl._sep.h [new file with mode: 0644]
c_src/global___reachable_from_init_method_analysis._sep.c [moved from c_src/analysis___reachable_from_init_method_analysis._sep.c with 64% similarity]
c_src/global___reachable_from_init_method_analysis._sep.h [new file with mode: 0644]
c_src/global___reachable_from_init_method_analysis_impl._sep.c [moved from c_src/analysis___reachable_from_init_method_analysis_impl._sep.c with 54% similarity]
c_src/global___reachable_from_init_method_analysis_impl._sep.h [new file with mode: 0644]
c_src/global___reachable_method_analysis._sep.c [moved from c_src/analysis___reachable_method_analysis._sep.c with 70% similarity]
c_src/global___reachable_method_analysis._sep.h [new file with mode: 0644]
c_src/global___remove_out_of_init_get_test._sep.c [moved from c_src/analysis___remove_out_of_init_get_test._sep.c with 61% similarity]
c_src/global___remove_out_of_init_get_test._sep.h [new file with mode: 0644]
c_src/global___rta_analysis._sep.c [moved from c_src/analysis___rta_analysis._sep.c with 63% similarity]
c_src/global___rta_analysis._sep.h [new file with mode: 0644]
c_src/icode___icode_base._sep.c
c_src/icode___icode_builder._sep.c
c_src/icode___icode_tools._sep.c
c_src/location._sep.c
c_src/location._sep.h
c_src/metamodel___abstractmetamodel._sep.c
c_src/metamodel___genericity._sep.c
c_src/metamodel___inheritance._sep.c
c_src/metamodel___partial_order._sep.c
c_src/metamodel___static_type._sep.c
c_src/metamodel___type_formal._sep.c
c_src/metamodel___vararg._sep.c
c_src/metamodel___virtualtype._sep.c
c_src/mmloader._sep.c
c_src/mmloader._sep.h
c_src/native_interface._sep.c
c_src/native_interface___frontier._sep.c
c_src/native_interface___frontier._sep.h
c_src/native_interface___ni_metamodel._sep.c
c_src/native_interface___ni_tools._sep.c
c_src/nit_version._sep.c
c_src/nitc._build.sh
c_src/nitc._sep.c
c_src/nitc._sep.h
c_src/nitc._tables.c
c_src/opts._sep.c
c_src/opts._sep.h
c_src/parser._sep.c
c_src/parser._sep.h
c_src/parser___lexer._sep.c
c_src/parser___lexer._sep.h
c_src/parser___parser_nodes._sep.c
c_src/parser___parser_nodes._sep.h
c_src/parser___parser_prod._sep.c
c_src/parser___parser_prod._sep.h
c_src/parser___tables._sep.c
c_src/primitive_info._sep.c
c_src/program._sep.c
c_src/program._sep.h
c_src/separate_options._sep.c
c_src/separate_options._sep.h
c_src/standard._sep.h
c_src/standard___collection._sep.h
c_src/standard___collection___abstract_collection._sep.c
c_src/standard___collection___abstract_collection._sep.h
c_src/standard___collection___array._sep.c
c_src/standard___collection___array._sep.h
c_src/standard___collection___hash_collection._sep.c
c_src/standard___collection___hash_collection._sep.h
c_src/standard___collection___list._sep.c
c_src/standard___collection___list._sep.h
c_src/standard___collection___range._sep.c
c_src/standard___collection___range._sep.h
c_src/standard___collection___sorter._sep.c
c_src/standard___collection___sorter._sep.h
c_src/standard___environ._sep.c
c_src/standard___environ._sep.h
c_src/standard___exec._sep.c
c_src/standard___exec._sep.h
c_src/standard___file._sep.c
c_src/standard___file._sep.h
c_src/standard___gc._sep.c
c_src/standard___gc._sep.h
c_src/standard___hash._sep.c
c_src/standard___hash._sep.h
c_src/standard___kernel._sep.c
c_src/standard___kernel._sep.h
c_src/standard___math._sep.c
c_src/standard___math._sep.h
c_src/standard___stream._sep.c
c_src/standard___stream._sep.h
c_src/standard___string._sep.c
c_src/standard___string._sep.h
c_src/standard___string_search._sep.c
c_src/standard___string_search._sep.h
c_src/standard___symbol._sep.c
c_src/standard___symbol._sep.h
c_src/standard___time._sep.c
c_src/standard___time._sep.h
c_src/stream._nitni.c
c_src/stream._nitni.h
c_src/stream_nit.c
c_src/stream_nit.h
c_src/string._nitni.c
c_src/string._nitni.h
c_src/string_nit.c [new file with mode: 0644]
c_src/string_nit.h
c_src/syntax._sep.c
c_src/syntax._sep.h
c_src/syntax___flow._sep.c
c_src/syntax___icode_generation._sep.c
c_src/syntax___icode_generation._sep.h
c_src/syntax___mmbuilder._sep.c
c_src/syntax___mmbuilder._sep.h
c_src/syntax___scope._sep.c
c_src/syntax___scope._sep.h
c_src/syntax___syntax_base._sep.c
c_src/syntax___syntax_base._sep.h
c_src/syntax___typing._sep.c
c_src/syntax___typing._sep.h
c_src/tables._nitni.c
c_src/tables._nitni.h
c_src/tables_nit.c
c_src/toolcontext._sep.c [new file with mode: 0644]
c_src/toolcontext._sep.h [new file with mode: 0644]
c_src/utils._sep.c