summaryrefslogtreecommitdiff
path: root/test-suite/tests/tree-il.test
AgeCommit message (Expand)AuthorFilesLines
2020-03-06Fix expansion of 'error' primitive with a non-constant argument.Ludovic Courtès1-2/+36
2019-09-12Use "G_" as the conventional alias for gettextAndy Wingo1-5/+5
2019-08-18Add "mod" field to tree-il toplevel ref, set, defineAndy Wingo1-3/+3
2018-08-07Add -Wshadowed-toplevel.Ludovic Courtès1-1/+83
2014-09-30Merge branch 'stable-2.0'Mark H Weaver1-4/+46
2014-08-26Handle ~p in 'format' warnings.Ludovic Courtès1-0/+44
2014-02-08Merge commit '0ce224594ae5a673f6a397c284db5f5a61935334'Andy Wingo1-2/+4
2014-02-07Improve handling of locales in the test suite.Mark H Weaver1-2/+4
2013-11-08Tree-IL warnings tests compile to CPS instead of "assembly"Andy Wingo1-100/+100
2013-11-08Remove tree-il->glil test casesAndy Wingo1-578/+8
2013-11-05squish to primitive reificationAndy Wingo1-4/+9
2013-06-27remove @call-with-current-continuation memoizerAndy Wingo1-3/+3
2013-06-27remove @apply memoizerAndy Wingo1-3/+3
2013-06-10Implement tree-il-fold in terms of make-tree-il-folder.Andy Wingo1-19/+16
2013-06-10Pre-order tree-il rewrites are now non-destructiveAndy Wingo1-1/+1
2013-06-10Tree-il post-order rewriter no longer destructiveAndy Wingo1-3/+5
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-1/+17
2013-03-07support calls and tail-calls with more than 255 formalsAndy Wingo1-1/+17
2013-01-31Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-2/+27
2013-01-28Fix argument count for various format string escape sequences.Ian Price1-2/+27
2013-01-07Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-1/+71
2012-11-23Add tests for `-Wduplicate-case-datum' and `-Wbad-case-datum'.Ludovic Courtès1-1/+71
2012-10-30Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-0/+82
2012-10-08Simplify calls to 'eqv?' when one argument is an immediate constant.Mark H Weaver1-21/+53
2012-10-08Don't simplify 'equal?' to 'not' or 'null?'.Mark H Weaver1-4/+4
2012-10-07Don't simplify 'equal?' to 'eq?' when constant is an *inexact* small integer.Mark H Weaver1-0/+4
2012-10-06Simplify calls to `equal?' when one argument is a constant.Ludovic Courtès1-0/+46
2012-05-21Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-0/+45
2012-05-12Have `-Wformat' remain quiet for any procedure called `_' or `N_'.Ludovic Courtès1-0/+9
2012-05-12Have `-Warity-mismatch' handle applicable structs.Ludovic Courtès1-0/+20
2012-05-12Improve special-casing of `_' in `-Wformat'.Ludovic Courtès1-0/+16
2012-04-26Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+1
2012-04-26Merge commit 'de1eb420a5a95b17e85b19c4d98c869036e9ecb0'Andy Wingo1-978/+0
2012-04-26Merge commit 'd10f7b572c0ca1ccef87f9c46069daa30946e0cf'Andy Wingo1-7/+0
2012-04-23enable cseAndy Wingo1-1/+1
2012-04-23peval tests into separate fileAndy Wingo1-965/+0
2012-04-22Remove duplicate test in `tree-il.test'.Ludovic Courtès1-7/+0
2012-03-26Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+9
2012-03-23primitive resolution for public refsBT Templeton1-1/+9
2012-03-02Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-12/+9
2012-03-02tweaks to -Wformat's gettext detectionAndy Wingo1-12/+9
2012-03-02Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+48
2012-03-02peval: inline applications of lambda to rest argsAndy Wingo1-6/+14
2012-03-02more general treatment of call-with-promptAndy Wingo1-0/+29
2012-02-27Avoid failure when `format-analysis' stumbles upon unbound variables.Ludovic Courtès1-0/+13
2012-02-23Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo1-1/+41
2012-02-20Optimize Equality PrimitivesNoah Lavine1-0/+10
2012-02-19Have `-Wformat' recognize `ngettext' calls.Ludovic Courtès1-0/+24
2012-02-19Have `-Wformat' better recognize the `gettext' procedure.Ludovic Courtès1-1/+17
2012-02-11Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-11/+8