Write DWARF files list in correct order.
[bpt/guile.git] / module / system / vm / assembler.scm
2013-11-07 Andy WingoWrite DWARF files list in correct order.
2013-11-05 Andy Wingofix docstring assembly and fetching
2013-11-05 Andy Wingoasm-labels is a hash table
2013-11-03 Andy WingoRTL compiler supports static bitvectors
2013-10-31 Andy WingoBetter range checks in the assembler
2013-10-31 Andy Wingostatic-patch! for pair and vector fields
2013-10-31 Andy WingoBetter compiler support for bytevector ops
2013-10-31 Andy WingoSupport serialization of uniform vector literals
2013-10-31 Andy Wingostatic-patch! replaces link-procedure!
2013-10-26 Andy WingoRTL compiler: Compile TC7 branches.
2013-10-22 Andy WingoFix assembler for keyword args
2013-10-10 Andy WingoA couple of fixes when no source info is available
2013-10-03 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-10-03 Andy WingoSerialize source positions into .debug_line
2013-09-30 Andy WingoEmit a placeholder .debug_line section.
2013-09-30 Andy WingoAdd new "source" macro instruction; compile-rtl emits it.
2013-09-28 Andy WingoDWARF linker: encode strings using the correct form
2013-09-28 Andy WingoEmit minimal DWARF information
2013-09-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-24 Andy WingoExport the assembler procedures
2013-08-24 Andy Wingoassembler: give proper permissions to .data section
2013-08-24 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-17 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-15 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-12 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-11 Andy WingoVarious RTL VM and calling convention tweaks
2013-08-06 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-21 Andy WingoRTL instructions have no rest args
2013-07-21 Andy WingoRTL: Local 0 is the procedure
2013-07-21 Andy Wingortl: propagate OP_DST to scheme
2013-07-18 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-06-09 Andy Wingoprocedure-properties for RTL functions
2013-06-09 Andy WingoWrite docstrings into RTL ELF images
2013-06-09 Andy WingoRTL assembler writes arities information into separate...
2013-06-09 Andy WingoBeginnings of tracking of procedure arities in assembler
2013-06-09 Andy Wingoadd procedure prelude macro-instructions
2013-06-09 Andy Wingobegin-program takes properties alist
2013-06-09 Andy WingoAdd RTL assembler