compile: cnames for classes and modules
[nit.git] / src / compiling / compiling_icode.nit
2011-04-02 Jean Privatcompile: cnames for classes and modules
2011-01-28 Jean PrivatMerge branch 'package2module' into wip
2011-01-24 Jean Privatcompile: remove hackish optimization of Array::add
2011-01-20 Jean Privatsrc: rename 'module' identifiers
2011-01-05 Jean Privatcompile: LOCATE_* as static const strings
2011-01-05 Jean Privatcompile: factorize abort code in the clib
2010-02-15 Jean Privaticode: link INative with a MMMethod instead of a raw...
2010-02-15 Jean Privaticode: add I*Value classes
2010-02-15 Jean Privatcompile: use writers in icode compilation
2010-02-15 Jean Privatcompile: add module compiling_writer to replace CContext
2010-01-11 Jean-Sebastien Gelinascompile: add 'icode' as output type
2009-08-26 Jean Privaticode: new IEscapeMark class to bind ISeq and IEscape
2009-08-19 Jean-Sebastien Gelinasicode: add IAllocateInstance, ICheckInstance and IInitA...
2009-08-18 Jean-Sebastien Gelinasicode: add IStaticCall
2009-08-18 Jean Privatcompile: one closure context by function, and it is...
2009-08-18 Jean Privatclib: move REG to the stack frames
2009-08-18 Jean Privatclib: rename trace_t to stack_frame_t
2009-08-17 Jean Privatclib: new raw_alloc and register_static_object services
2009-08-17 Julien Chevaliercompile: traces know REG variables
2009-08-17 Jean Privatcompile: initialize local REGS to NIT_NULL
2009-08-17 Jean Privaticode: 'IRoutine::optimize' need a module
2009-08-10 Jean Privaticode: remove method information in IAbort
2009-08-06 Jean Privatsyntax: remove local variable masking
2009-07-27 Jean Privaticode: discard unused pure ICode expressions
2009-07-27 Jean Privaticode: all tagged primitive types can use the bool...
2009-07-27 Jean Privaticode: introduce intermediate code representation