misc: update Changelog and NOTICE; remove BUGS and TODO
[nit.git] / src / icode /
2009-08-19 Jean-Sebastien Gelinasicode: add IAllocateInstance, ICheckInstance and IInitA...
2009-08-18 Jean-Sebastien Gelinasicode: add IStaticCall
2009-08-18 Jean Privaticode: icode INew specializes IAbsCall (not ICall)
2009-08-17 Jean Privaticode: do no do recursive inline
2009-08-17 Jean Privaticode: inline methods with closures
2009-08-17 Jean Privaticode: duplicate ICodeN::closure_defs in dup_with
2009-08-17 Jean Privaticode: use the icb to helps the icode duplication
2009-08-17 Jean Privaticode: iroutine knows its local registers
2009-08-17 Jean Privaticode: closures are generated within a ICodeBuilder
2009-08-17 Jean Privaticode: method inlining moves from IRoutine to ICodeBuilder
2009-08-10 Jean Privaticode: remove method info from ICodeBuilder
2009-08-10 Jean Privaticode: remove method information in IAbort
2009-08-06 Jean Privatlib: rename IndexedCollection to Sequence
2009-07-27 Jean Privaticode: discard unused pure ICode expressions
2009-07-27 Jean Privaticode: add lit_{null,true,false}_reg
2009-07-27 Jean Privaticode: generate null receiver runtime checks
2009-07-27 Jean Privaticode: introduce intermediate code representation