Merge branch 'bt/elisp'
[bpt/guile.git] / module / language / tree-il / compile-glil.scm
2012-03-05 BT TempletonMerge branch 'bt/elisp'
2012-03-04 Mark H WeaverMerge branch 'stable-2.0'
2012-03-03 Andy Wingooptimize dynamic-wind when we know winders are thunks
2012-03-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-23 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-02-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-02-15 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-15 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-12 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-03 BT Templetonadd `nil?' primitive
2012-01-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-01-30 Andy WingoMerge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
2012-01-30 Andy WingoMerge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'
2012-01-25 Andy Wingofix values miscompilation in push context with RA
2012-01-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-01-09 Andy WingoMerge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'
2012-01-09 Andy WingoMerge commit 'cc8afa2b361635953dfba7f10e4193b1f243a50f'
2011-12-19 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-13 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-01 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-09 Andy Wingowhen leaving a non-tail let, allow bound vals to be...
2011-11-09 Andy Wingoinline dynwind guards for normal control flow
2011-11-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-28 Andy Wingoadd string-length, string-ref, vector-length instructions
2011-10-27 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-29 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-28 Andy Wingoseparate peval and a new canonicalization pass into...
2011-08-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-07-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-06-30 Andy WingoMerge remote-tracking branch 'origin/lexical-literals'
2011-06-30 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-17 Andy Wingofix invalid transformation of (values x) -> x, (+ x...
2011-06-17 Andy Wingofix self tail recursion to different case-lambda clauses
2011-06-16 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-02 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-02 Andy Wingosequence of expressions -> seq of head and tail
2011-06-02 Andy Wingoadd <primcall> to tree-il
2011-06-02 Andy Wingorename <application> to <call>
2011-04-11 Andy WingoMerge remote branch 'origin/stable-2.0'
2011-03-27 Andy Wingofix prompt in fix in single-value context compilation
2010-12-10 Andy Wingoadd return/values hack to compile-glil for lua
2010-12-10 Andy Wingofix self-tail-calls for lexical procs with optional...
2010-12-09 Andy Wingoclarify compile-glil error messages
2010-10-08 Ludovic CourtèsAdd `-Wformat'.
2010-10-08 Andy Wingoinline symbol? and vector? to opcodes, and a psyntax...
2010-06-17 Andy Wingoresolve-primitives tweaks
2010-06-17 Andy Wingocompiler support for letrec*
2010-05-02 Andy Wingorename `vars' field in tree-il binding constructs to...
2010-04-30 Andy Wingooptimize and bugfix make-struct VM opcode
2010-04-27 Andy Wingofix bug in compile-glil.scm for return opcode-hack
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
next