Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / module / language / tree-il / compile-glil.scm
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-04 Andy Wingosome with-fluid* -> with-fluids
2010-03-03 Andy Wingouse anonymous mv-bind in compile-glil.scm; fix abort...
2010-02-22 Andy Wingoabort always dispatches to VM bytecode, to detect same...
2010-02-19 Andy Wingoadd scm_c_abort, wire it up to the abort opcode
2010-02-19 Andy Wingoprompt handlers are always inline
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 Wingorename <dynamic-wind> to <dynwind>
2010-02-08 Andy Wingopush a prompt handler value even in the inline-handler...
2010-01-31 Andy Wingotree-il -> glil compilation of prompt, dynamic-wind...
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èsAdd `-Wunused-toplevel' compiler warning.
2010-01-09 Andy Wingoallocate free variables inline to closures
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 Ludovic CourtèsAdd opcodes for `struct?', `struct-vtable', and `make...
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-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 WingoRevert "implement #:predicate" and remove predicate...
2009-11-14 Andy Wingofix bugs in ecmascript compiler
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 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-16 Andy Wingocomment fixups to tree-il/compile-glil.scm
2009-10-16 Andy Wingocompilation enviroments are always modules; simplificat...
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-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 inline call-with-values to tree-il's <let...
2009-08-05 Andy Wingoadd <fix> tree-il construct, and compile it
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+
2009-06-07 Andy Wingocall-with-values can make fewer closures
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-22 Andy Wingofix tree-il test to work if source info happens to...
2009-05-22 Andy Wingofix bad call to make-glil-src
2009-05-21 Andy Wingofix apply and call/cc in drop contexts
2009-05-21 Andy Wingoprocedures in "drop" contexts can return unspecified...
2009-05-20 Andy Wingoremove compile-time-environment
2009-05-20 Andy Wingofix @slot-ref / @slot-set! compilation
2009-05-20 Andy Wingocompile `list' and `vector' to their associated opcodes
2009-05-20 Andy Wingoa few fixups
2009-05-20 Andy Wingoand, or, cond etc use syntax-rules, compile scheme...
2009-05-17 Andy Wingospecial cases for more types of known applications
2009-05-17 Andy Wingoinline calls to some primitives
2009-05-17 Andy Wingodefine `delay' in terms of make-promise
2009-05-17 Andy Wingoand now, we residualize the original names into the...
2009-05-17 Andy Wingoactually pass original ids on to tree-il data types
2009-05-15 Andy Wingotree-il -> glil compiler works now, at least in initial...
2009-05-13 Andy Wingoadd lexical analyzer and allocator
2009-05-11 Andy Wingoadd tree-il optimizer
2009-05-08 Andy Wingomore work on tree-il compilation
2009-05-07 Andy Wingonew language: tree-il. psyntax generates it when run...