ni_nitdoc: added fast copy past utility to signatures.
[nit.git] / src / separate_compiler.nit
2013-07-25 Jean Privatnitg: add more info (for -v)
2013-07-23 Jean Privatnitg-s: avoid `flatten_class_hierarchy` on intern metho...
2013-07-15 Jean PrivatMerge branch 'benches'
2013-07-15 Alexandre Terrasanitg-s: Desactivated BM and PH property layouts
2013-07-15 Alexandre Terrasanitg-s/u: Renamed retieve_live_partial_types in retriev...
2013-07-15 Alexandre Terrasalayout_builders: Added perfect hashing for mproperties
2013-07-10 Jean Privatnitg: move the GC stuff in a runtime C libray `gc_chooser`
2013-07-03 Jean Privatnitg-s: cache *RuntimeFunction in the MMethodDef
2013-07-03 Jean Privatnitg-s: VIRTUAL_ method just call the non-virtual one
2013-07-03 Jean Privatnitg-s: fix method comment on 'self' parameter
2013-07-01 Jean Privatnitg: new `provide_declaration` and `require_declaration`
2013-07-01 Jean Privatnitg: name of the header file is specific for each...
2013-07-01 Jean Privatnitg: separate compiler writes class-related colors...
2013-06-14 Jean Privatnitg-s&e: remove many structs and some casts
2013-06-07 Jean Privatnitg: new class CodeFile to regroup CodeWriter into...
2013-06-07 Jean Privatnitg: add class CodeWriter
2013-03-07 Jean PrivatMerge remote-tracking branch 'alexandre/master' into...
2013-03-06 Alexandre Terrasalayout_builders: introduced PropertyBMizer
2013-03-06 Alexandre Terrasalayout_builders: modified nitg-s & nitg-e to use Proper...
2013-03-06 Alexandre Terrasalayout_builders: Introduced interface PropertyLayoutBui...
2013-03-05 Alexandre Terrasalayout_builders: Introduced interface ResolutionLayoutB...
2013-03-05 Alexandre Terrasalayout_builders: Unified interface for TypingLayoutBuilder
2013-03-05 Alexandre Terrasalayout_builders: Introduce TypingHasher (for future...
2013-03-05 Alexandre Terrasalayout_builders: Introduce BMizer class (for future...
2013-03-05 Alexandre Terrasalayout_builders: merged CLTypeLayoutBuilder and CLClass...
2013-03-04 Alexandre Terrasalayout_builders: merged PHLayout & PHResolutionLayout
2013-03-04 Alexandre Terrasalayout_builders: renamed PHTypingLayout in PHLayout...
2013-03-04 Alexandre Terrasalayout_builders: removed useless ResolutionLayout class
2013-03-04 Alexandre Terrasalayout_builders: renamed TypingLayout in Layout (for...
2013-03-04 Alexandre Terrasanitg-s: renamed unanchored in unresolved
2013-03-04 Alexandre Terrasanitg: added explicit super calls with arguments to...
2013-03-04 Alexandre Terrasalayout_builders: better filtering of mproperties in...
2013-03-04 Alexandre Terrasanitg-s/u: changed table metrics computation and output
2013-03-04 Alexandre Terrasanitg-s removed useless type_layout_builder attribute
2013-03-04 Alexandre Terrasanitg-s/e: removed useless classids attribute
2013-03-04 Alexandre Terrasanitg-s: renamed coloring module in layout_builders
2013-03-04 Alexandre Terrasanitg-s: separete compiler now use ResolutionLayoutBuilder
2013-03-04 Alexandre Terrasanitg-s: moved resolution table building to separate_com...
2013-03-04 Alexandre Terrasanitg-s: removed useless retrieve_anchored_livetype...
2013-03-04 Alexandre Terrasanitg-s: removed useless property and class coloring
2013-03-04 Alexandre Terrasanitg-s: mproperty layout construction now use new layou...
2013-03-04 Alexandre Terrasanitg-s: cleaned up attributes used for FT coloring
2013-03-04 Alexandre Terrasanitg-s: removed compile_type_fts_table and compile_type...
2013-03-04 Alexandre Terrasanitg-s: moved build_property_table from coloring to...
2013-03-04 Alexandre Terrasanitg-s: merged TypeLayoutBuilder and ClassLayoutBuilder...
2013-03-04 Alexandre Terrasanitg-s: merged TypeLayout and ClassLayout into generic...
2013-03-04 Alexandre Terrasanitg-s: modified PropertyColoring to use mmodule querie...
2013-03-04 Alexandre Terrasanitg-s: cleaned useless ClassColoring uses
2013-03-04 Alexandre Terrasanitg-s: merged build_type_table and hash_type_table
2013-03-04 Alexandre Terrasanitg-s: merged typeids, type_colors and type_masks...
2013-03-04 Alexandre Terrasanitg-s: replaced TypePerfectHashing by PHTypeLayoutBuilder
2013-03-04 Alexandre Terrasanitg-s: replaced TypeColoring by CLTypeLayoutBuilder
2013-03-04 Alexandre Terrasanitg-s: replaced NaiveTypeColoring by BMTypeLayoutBuilder
2013-03-04 Alexandre Terrasanitg-s: inserted layout builder concept in coloring
2013-03-04 Alexandre Terrasanitg-s: moved type tables building from coloring to...
2013-03-04 Alexandre Terrasanitg-s: changed module importation for module coloring
2013-03-04 Alexandre Terrasanitg-s: element set is no more required at colorer...
2013-03-04 Alexandre Terrasanitg-s: changed signature of colorize method to accept...
2013-03-04 Alexandre Terrasanitg-s: removed OrderedSet replaced it by refinements...
2013-03-04 Alexandre Terrasanitg-s: removed generic tree option
2013-03-04 Alexandre Terrasanitg: added class AbstractCompiler to refactor nitg...
2013-03-04 Alexandre Terrasanitg-s: Added stats output for compilation process
2013-01-25 Jean Privatnitg: new complier service supercall
2012-12-16 Jean Privatnitg-s&e: clean nullable management on type_test
2012-12-16 Jean Privatnitg: add GlobalCompiler::new_file
2012-12-14 Jean Privatnitg-s: skip some easy-case tests
2012-12-14 Jean Privatnitg: add option --typing-test-metrics
2012-12-13 Jean Privatnitg-s: shortcut the == invocation
2012-12-13 Jean Privatnitg-s: fix opt_generic_tree with opt_hardening
2012-12-13 Jean Privatfix opt_no_union_attribute
2012-12-13 Jean Privatnitg-s&e: implements attributes in a C union
2012-12-12 Jean Privatnitg: better creation of varargs instances
2012-12-12 Jean Privatnitg-s: add hardening on initialization
2012-12-12 Jean Privatnitg-s: implements unanchored_table correctly
2012-12-11 Jean Privatnitg-s: implements calloc_array by calling native_array...
2012-12-11 Jean Privatnitg-s: remove superfluous autobox
2012-12-11 Jean Privatnitg-s: add primitive types to the set of mtypes
2012-12-11 Jean Privatnitg-s: rename fields Xts to types to be consistant...
2012-12-11 Jean Privatnitg-s&e: store class_names directly in the type/class...
2012-12-11 Jean Privatnitg-e: make HASH a macro, not a function
2012-12-10 Jean Privatnitg-s&e: compile module in local knowledge
2012-12-09 Alexandre Terrasanitg-s/-e: avoid compilation of emtpy vt/ft/unanchored...
2012-12-09 Alexandre Terrasanitg-s: merged fts, vts and unanchored struct types...
2012-12-09 Alexandre Terrasanitg-s: reorder struct type fields
2012-12-09 Alexandre Terrasanitg-s: introduce unanchored resolution tables.
2012-12-09 Alexandre Terrasanitg-s: retrieve recursively all partial generic types
2012-12-09 Alexandre Terrasanitg-s: add cast to remove c warnings
2012-12-08 Alexandre Terrasanitg-s/-e: rename c variable "type" in body function...
2012-12-08 Alexandre TerrasaMerge remote-tracking branch 'github-privat/master'
2012-12-08 Alexandre Terrasanitg-s: introduce formal type perfect hashing
2012-12-08 Alexandre Terrasanitg-s/-e: introduce virtual type perfect hashing
2012-12-08 Alexandre Terrasanitg-s: limit table access by factoring c code
2012-12-08 Jean Privatnitg-s: instantiate the right array in case of unresolv...
2012-12-08 Alexandre Terrasanitg-s/-e: make typing related option names simpler
2012-12-08 Alexandre Terrasanitg-s: option --use-naive-coloring now affects FT...
2012-12-08 Alexandre Terrasanitg-s/-e: always use coloration for attributes and...
2012-12-08 Jean Privatnitg: do not compile main during the instantiation
2012-12-08 Alexandre Terrasanitg-s/-e: add option --use-*-perfect-hashing
2012-12-07 Alexandre Terrasanitg: refactoring
2012-12-06 Alexandre Terrasanitg-s/-e: Add option --use-naive-coloring
next