add <dynref> and <dynset> to tree-il
[bpt/guile.git] / module / language / tree-il /
2010-02-19 Andy Wingoadd <dynref> and <dynset> to tree-il
2010-02-19 Andy Wingorename <control> to <abort>
2010-02-19 Andy Wingo<prompt> has no pre-unwind-handler, it's unnecessary
2010-02-18 Andy Wingoadd tree-il->glil compilation for dynlet
2010-02-18 Andy Wingoadd dynlet to tree-il
2010-02-18 Andy Wingorename <dynamic-wind> to <dynwind>
2010-02-18 Andy Wingodynwind is now a part of guile's primitive language
2010-02-08 Andy Wingopush a prompt handler value even in the inline-handler...
2010-02-02 Ludovic CourtèsUse vhashes in `unused-variable-analysis'.
2010-02-02 Ludovic CourtèsUse vhashes in `arity-analysis'.
2010-02-02 Ludovic CourtèsUse vhashes in `unbound-variable-analysis'.
2010-02-02 Ludovic CourtèsUse vhashes in `unused-toplevel-analysis'.
2010-01-31 Andy Wingoadd (ice-9 control)
2010-01-31 Andy Wingotree-il -> glil compilation of prompt, dynamic-wind...
2010-01-31 Andy Wingotree-il analyzer and inliner handle <prompt>
2010-01-31 Andy Wingodynamic-wind compilation to VM ops
2010-01-27 Andy Wingoinline calls to variable-bound?
2010-01-23 Ludovic CourtèsAdd `struct-ref' and `struct-set' VM opcodes.
2010-01-11 Ludovic CourtèsThe reference graph in `-Wunused-toplevel' may contain...
2010-01-11 Ludovic CourtèsAdd `-Wunused-toplevel' compiler warning.
2010-01-09 Andy Wingoallocate free variables inline to closures
2010-01-08 Ludovic CourtèsFactorize the location stack handling in warning analyses.
2010-01-07 Andy Wingoinline srfi-4 vector accessors
2010-01-03 Andy Wingorename goto/args and friends to tail-call, tail-apply...
2009-12-28 Andy Wingofix bug bindings lexical vars within optargs initializers
2009-12-11 Andy Wingolame tweak to the inliner
2009-12-11 Ludovic CourtèsFix expansion of `(+ 1 x)'.
2009-12-11 Ludovic CourtèsAdd opcodes for `struct?', `struct-vtable', and `make...
2009-12-11 Andy Wingoinline calls to (memv foo CONSTANT-LIST)
2009-12-11 Andy Wingorename <conditional> then and else to consequent and...
2009-12-11 Andy Wingorename lambda-case-else to lambda-case-alternate
2009-12-11 Andy Wingomerge from master to elisp
2009-12-01 Andy Wingowire through the existing vm ops for variable-ref and...
2009-12-01 Andy Wingogoops moving away from evaluator opcodes, and a primiti...
2009-11-15 Andy Wingoopcodes for bit twiddling (ash, logand, logior, logxor)
2009-11-15 Andy Wingoclass-of has an opcode
2009-11-15 Andy Wingofaster conditionals
2009-11-15 Andy Wingofix (apply f) -- without the args list
2009-11-15 Andy WingoRevert "implement #:predicate" and remove predicate...
2009-11-14 Andy Wingofix bugs in ecmascript compiler
2009-11-08 Ludovic CourtèsAdd support for multiple arities in `arity-mismatch...
2009-11-08 Ludovic CourtèsFix optional argument handling in `unused-variable...
2009-11-08 Ludovic CourtèsAdd support for keyword arguments in `arity-mismatch...
2009-11-07 Ludovic CourtèsAdd `arity-mismatch' warning type.
2009-11-06 Ludovic CourtèsCoalesce tree traversals made for warnings.
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-26 Andy Wingoimplement #:predicate
2009-10-23 Andy Wingoseparate "inits" field in <lambda-case>; compile fixes...
2009-10-23 Andy Wingomore work towards compiling and interpreting keyword...
2009-10-23 Andy Wingofinish support for optional & keyword args; update...
2009-10-23 Andy Wingofix brainfuck for new tree-il, and add tests
2009-10-23 Andy Wingotree-il support for case-lambda
2009-10-23 Andy Wingoflesh out glil support for optional and keyword arguments
2009-10-23 Andy Wingode-nargs struct scm_objcode; procedure-property refactor
2009-10-23 Andy Wingocallees reserve their own local vars
2009-10-23 Andy Wingosteps on the way to have the callee check the number...
2009-10-22 Ludovic CourtèsAdjust `unbound-variable' GOOPS heuristic for `goops...
2009-10-21 Ludovic CourtèsHave `-Wunbound-variable' account for GOOPS top-level...
2009-10-16 Andy Wingocomment fixups to tree-il/compile-glil.scm
2009-10-16 Andy Wingocompilation enviroments are always modules; simplificat...
2009-10-16 Andy Wingono more *compilation-environment* fluid
2009-10-16 Andy Wingolanguage-readers receive environment as an arg
2009-10-06 Ludovic CourtèsAdd compiler warning for possibly unbound variables.
2009-10-06 Ludovic Courtèstree-il: Pass the environment to warning passes.
2009-09-23 Ludovic CourtèsPartially revert e5f5113c21f396705d7479a570c96690135c9d36.
2009-09-20 Ludovic CourtèsRemove unused variables in system/language.
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-06 Andy Wingofix compile-time bug compiling (+ "foo" " bar")
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-09-01 Andy Wingofix nontail loops within loops
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-20 Andy Wingopush new frame on stack before procedure & args
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-12 Andy Wingo"fix" <let>-bound lambda expressions too
2009-08-12 Andy Wingorework the vm support for wide strings
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-07 Andy Wingolambda, the ultimate goto
2009-08-07 Andy Wingoimplement compilation of label-allocated lambda expressions
2009-08-07 Andy Wingoadd label alist to lambda allocations in tree-il->glil...
2009-08-06 Andy Wingoloop detection in the house
2009-08-06 Andy Wingoactually implement "fixing letrec"
2009-08-06 Andy Wingoactually inline call-with-values to tree-il's <let...
2009-08-05 Andy Wingolet-values in terms of syntax-case, add make-tree-il...
2009-08-05 Andy Wingoadd <fix> tree-il construct, and compile it
2009-08-05 Andy Wingoadd a brain-dead inliner
2009-08-05 Andy Wingoadd1 and sub1 instructions
2009-07-31 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-30 Ludovic CourtèsAdd unused variable analysis in the tree-il->glil compiler.
2009-07-23 Andy Wingoremove all mentions of "external" from the compiler...
2009-07-23 Andy Wingorename "closure-ref" to "free-ref"; s/vars/variables...
2009-07-23 Andy Wingocompile lexical variable access and closure creation...
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-26 Andy Wingobytevector ops now compile down to low-level VM ops
2009-06-26 Andy Wingovector-ref and vector-set! now have opcodes
2009-06-24 Andy Wingoallow primcall ops to push 0 values
2009-06-16 Neil JerramChange Guile license to LGPLv3+
next