summaryrefslogtreecommitdiff
path: root/test-suite/tests/compiler.test
Commit message (Expand)AuthorAgeFilesLines
* Fix order-of-side-effects bug in (eq? x y z) expansionAndy Wingo2022-12-011-0/+11
* Baseline compiler no longer crashes on (not (list 1 2)).Ludovic Courtès2022-10-011-1/+7
* psyntax: Honor source properties for things other than syntax objects.Ludovic Courtès2022-03-071-2/+24
* Fix bug in eq-constant? propagation in CSE if kf == ktAndy Wingo2021-05-241-63/+67
* bug#45131: [PATCH] Compile directly to target language if no joint is found.Leo Prikler2021-05-101-0/+23
* Fix closure-conversion bug for SCC with all free vars prunedAndy Wingo2021-04-271-2/+33
* Fix bug in CSE auxiliary definitionsAndy Wingo2019-08-281-0/+37
* Add tests for type inferencing for 'nil?' and 'null?' predicates.Mark H Weaver2019-05-231-1/+50
* Fix flonum/complex type inference.Andy Wingo2017-02-191-0/+12
* Fix slot allocation for promptsAndy Wingo2016-10-111-0/+25
* Fix (< 'foo) compilationAndy Wingo2016-06-211-1/+5
* `define!' instruction returns the variableAndy Wingo2016-06-211-0/+8
* Add make-vector opcodeAndy Wingo2014-04-211-1/+7
* Operations on 8-bit and 12-bit operands shuffle args into rangeAndy Wingo2014-04-211-1/+33
* Rename objcodes?.{scm,c,h} to loader.{scm,c,h}Andy Wingo2013-11-191-1/+1
* compiler.test fix for rtl compilationAndy Wingo2013-11-051-4/+4
* move (test-suite lib) to lower dir; cleans up uninstalled paths.Andy Wingo2012-04-231-2/+2
* fix self tail recursion to different case-lambda clausesAndy Wingo2011-06-171-1/+16
* add call-with-vm; remove thread-vm bits; remove vm-apply; engines settable.Andy Wingo2010-09-271-2/+1
* remove vm-version, vm optionsAndy Wingo2010-09-251-3/+4
* Add tests for `program-sources' (bug #29817).Ludovic Courtès2010-06-061-4/+30
* Add tests for `procedure-name'.Ludovic Courtès2010-06-061-1/+19
* Document the interaction of the "compilee" with the compiler's current module.Ludovic Courtès2009-10-151-1/+7
* Honor and confine expansion-time side-effects to `current-reader'.Ludovic Courtès2009-09-201-1/+34
* Compile in a fresh module by default.Ludovic Courtès2009-09-201-9/+22
* compiler.test: Enforce evaluation order.Ludovic Courtès2009-08-131-9/+11
* Allow fresh modules to be passed to `compile'.Ludovic Courtès2009-08-131-3/+19
* Allow redefinitions in compiled code as in `(define round round)'.Ludovic Courtès2009-08-131-0/+10
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-1/+1
* remove compile-time-environmentAndy Wingo2009-05-201-39/+4
* nifty generic compiler infrastructure -- no more hardcoded passesAndy Wingo2008-11-141-4/+4
* recompiling with compile environments, fluid languages, cleanupsAndy Wingo2008-10-301-0/+62