compile: Check the validity of module filename before parsing.
[nit.git] / src / icode /
2010-07-16 Jean Privatmetamodel: use HashSets instead of Arrays
2010-02-15 Jean Privaticode: link INative with a MMMethod instead of a raw...
2010-02-15 Jean Privaticode: add I*Value classes
2010-01-21 Jean Privatanalysis: simplify icode inlining
2009-09-15 Jean Privaticode: inline foreign icloscall and ihasclos
2009-08-26 Jean Privaticode: duplicate closure declaration on ICodeN
2009-08-26 Jean Privaticode: new IEscapeMark class to bind ISeq and IEscape
2009-08-26 Jean Privaticode: new ICB::add_escape method
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