SCM Repository
Log of /sml/trunk/src/compiler/FLINT/flint
Sticky Revision: |
Revision 202 - Directory Listing
Modified Sun Dec 13 02:29:45 1998 UTC (22 years, 4 months ago) by monnier
Added IH_MAYBE to allow more selective inlining.
Revision 199 - Directory Listing
Modified Wed Nov 25 18:30:38 1998 UTC (22 years, 4 months ago) by monnier
* opt/loopify.sml: improved tail-calls recognition. Also be more careful about wrapping loops into functions (so contraction is not needed to cleanup). * opt/fixfix.sml: pretend loops are smaller to increase their inlining. * kernel/ltyextern.sml: commented out Stats calls. * flint/flint.sig: changed LK_WHILE to LK_TAIL.
Revision 197 - Directory Listing
Modified Sun Nov 22 01:25:23 1998 UTC (22 years, 4 months ago) by monnier
Merged in Bratin's typelifting and Chris' named tvars. FLINT is now using tvars from the first lcontract all the way to cps. * reps/rttype.sml: changes from Bratin. (rtLexp): define the NVAR case (return the tvar as an lvar). * opt/[fl]contract.sml: removed the restriction on inlining at the same deBruijn depth. * opt/lift.sml: new file for typelifting. * flint/flintutil.sml (copy): added tvar renaming. * flint/tvarcvt.sml: new file for named tvar <-> deBruijn conversions.
Revision 191 - Directory Listing
Modified Fri Nov 20 02:01:27 1998 UTC (22 years, 5 months ago) by monnier
* opt/loopify.sml: new file * cps/convert.sml: added code to take advantage of LK_WHILE loops.
Revision 185 - Directory Listing
Modified Tue Nov 10 21:01:05 1998 UTC (22 years, 5 months ago) by monnier
* opt/fcontract.sml: take advantage of single-arm SWITCH (aka decon) (SWITCH(CON)): just compare the conreps because types may differ (?) (inlineWitness): ugly hack used to figure out if inlining happened, in order to decide whether to keep the inline bit or not (in cfun).
Revision 184 - Directory Listing
Modified Sun Nov 8 21:18:20 1998 UTC (22 years, 5 months ago) by monnier
* added basic unrolling support * changed fkind to have most annotations valid on functors as well. It also adds a loopkind annotation as well as extends the inline boolean into a three-way alternative. * switched to a continuation passing style to implement the let-associativity rule in a better way.
Revision 154 - Directory Listing
Modified Sun Oct 11 22:22:47 1998 UTC (22 years, 6 months ago) by monnier
use fcontract's copy
Revision 122 - Directory Listing
Modified Sat Jun 6 15:05:38 1998 UTC (22 years, 10 months ago) by monnier
addition of fcontract and fixfix and Control.FLINT
Revision 118 - Directory Listing
Modified Fri Jun 5 21:38:17 1998 UTC (22 years, 10 months ago) by monnier
merged in 110.7 changes
Revision 114 - Directory Listing
Modified Fri Jun 5 19:41:21 1998 UTC (22 years, 10 months ago) by monnier
This commit was generated by cvs2svn to compensate for changes in r113, which included commits to RCS files with non-trunk default branches.
Revision 95 - Directory Listing
Modified Wed May 13 00:49:12 1998 UTC (22 years, 11 months ago) by monnier
merged with 110.5
Revision 94 - Directory Listing
Modified Tue May 12 21:56:22 1998 UTC (22 years, 11 months ago) by monnier
This commit was generated by cvs2svn to compensate for changes in r93, which included commits to RCS files with non-trunk default branches.
Revision 80 - Directory Listing
Modified Wed Apr 29 23:25:33 1998 UTC (22 years, 11 months ago) by monnier
Changed the semantics of "inline".
Revision 75 - Directory Listing
Modified Sun Apr 12 02:22:44 1998 UTC (23 years ago) by league
added checking for redefined lvars.
Revision 74 - Directory Listing
Modified Sat Apr 11 00:22:45 1998 UTC (23 years ago) by league
minimal checking for lvars in dict and conrep.
Revision 71 - Directory Listing
Modified Fri Apr 3 01:57:57 1998 UTC (23 years ago) by monnier
merged in Zhong's 110.4
Revision 70 - Directory Listing
Modified Fri Apr 3 00:06:55 1998 UTC (23 years ago) by monnier
This commit was generated by cvs2svn to compensate for changes in r69, which included commits to RCS files with non-trunk default branches.
Revision 59 - Directory Listing
Modified Mon Mar 30 19:24:59 1998 UTC (23 years ago) by league
Renaming of Control.CG flags related to type-checking. Now we have `checkFlint', `checkKinds', and `checkDatatypes'.
Revision 53 - Directory Listing
Modified Mon Mar 23 04:02:58 1998 UTC (23 years ago) by league
Type and kind-checking working and turned on by default. Datatype equality still not implemented.
Revision 47 - Directory Listing
Modified Sun Mar 22 21:53:07 1998 UTC (23 years ago) by monnier
*** empty log message ***
Revision 46 - Directory Listing
Modified Sun Mar 22 20:11:09 1998 UTC (23 years ago) by monnier
This commit was generated by cvs2svn to compensate for changes in r45, which included commits to RCS files with non-trunk default branches.
Revision 40 - Directory Listing
Modified Sun Mar 22 19:26:12 1998 UTC (23 years ago) by monnier
*** empty log message ***
Revision 25 - Directory Listing
Modified Thu Mar 12 00:49:58 1998 UTC (23 years, 1 month ago) by monnier
This commit was generated by cvs2svn to compensate for changes in r24, which included commits to RCS files with non-trunk default branches.
Revision 21 - Directory Listing
Modified Thu Mar 12 00:49:41 1998 UTC (23 years, 1 month ago) by monnier
Initial revision
Revision 16 - Directory Listing
Added Wed Mar 11 21:00:04 1998 UTC (23 years, 1 month ago) by monnier
Initial revision
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |