index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
module
/
system
/
vm
/
assembler.scm
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-26
More precise stack marking via .guile.frame-maps section
Andy Wingo
1
-21
/
+97
2013-12-02
Rename "RTL" to "bytecode"
Andy Wingo
1
-25
/
+25
2013-11-19
(system vm instruction) rtl-instruction-list -> (language rtl) instruction-list
Andy Wingo
1
-4
/
+4
2013-11-19
Rename DT_GUILE_VM_VERSION.
Andy Wingo
1
-1
/
+1
2013-11-19
Rename scm_tc7_rtl_program to scm_tc7_program
Andy Wingo
1
-3
/
+3
2013-11-15
Remove MVRA from VM frames
Andy Wingo
1
-3
/
+1
2013-11-10
Add specialize-primcalls pass; bump objcode version.
Andy Wingo
1
-1
/
+6
2013-11-09
Fix RTL linking of procedure properties.
Andy Wingo
1
-1
/
+1
2013-11-09
Finding a procedure's arity uses binary search
Andy Wingo
1
-11
/
+15
2013-11-08
Move assemble-program to test cases.
Andy Wingo
1
-11
/
+1
2013-11-08
Fix case-lambda* dispatching to agree with manual.
Andy Wingo
1
-1
/
+4
2013-11-08
Fix reading and writing arities into DWARF.
Andy Wingo
1
-2
/
+2
2013-11-07
Fix line advance DWARF opcodes when line advance is exactly 128
Andy Wingo
1
-1
/
+1
2013-11-07
Write DWARF files list in correct order.
Andy Wingo
1
-9
/
+12
2013-11-05
fix docstring assembly and fetching
Andy Wingo
1
-4
/
+4
2013-11-05
asm-labels is a hash table
Andy Wingo
1
-15
/
+10
2013-11-03
RTL compiler supports static bitvectors
Andy Wingo
1
-9
/
+25
2013-10-31
Better range checks in the assembler
Andy Wingo
1
-6
/
+28
2013-10-31
static-patch! for pair and vector fields
Andy Wingo
1
-4
/
+4
2013-10-31
Better compiler support for bytevector ops
Andy Wingo
1
-2
/
+8
2013-10-31
Support serialization of uniform vector literals
Andy Wingo
1
-5
/
+55
2013-10-31
static-patch! replaces link-procedure!
Andy Wingo
1
-4
/
+2
2013-10-26
RTL compiler: Compile TC7 branches.
Andy Wingo
1
-0
/
+31
2013-10-22
Fix assembler for keyword args
Andy Wingo
1
-3
/
+3
2013-10-10
A couple of fixes when no source info is available
Andy Wingo
1
-3
/
+8
2013-10-03
Serialize source positions into .debug_line
Andy Wingo
1
-13
/
+96
2013-09-30
Emit a placeholder .debug_line section.
Andy Wingo
1
-11
/
+110
2013-09-30
Add new "source" macro instruction; compile-rtl emits it.
Andy Wingo
1
-3
/
+12
2013-09-28
DWARF linker: encode strings using the correct form
Andy Wingo
1
-2
/
+2
2013-09-28
Emit minimal DWARF information
Andy Wingo
1
-1
/
+175
2013-08-24
Export the assembler procedures
Andy Wingo
1
-8
/
+12
2013-08-24
assembler: give proper permissions to .data section
Andy Wingo
1
-3
/
+11
2013-08-11
Various RTL VM and calling convention tweaks
Andy Wingo
1
-25
/
+15
2013-07-21
RTL instructions have no rest args
Andy Wingo
1
-9
/
+0
2013-07-21
RTL: Local 0 is the procedure
Andy Wingo
1
-20
/
+23
2013-07-21
rtl: propagate OP_DST to scheme
Andy Wingo
1
-1
/
+1
2013-06-09
procedure-properties for RTL functions
Andy Wingo
1
-2
/
+63
2013-06-09
Write docstrings into RTL ELF images
Andy Wingo
1
-1
/
+52
2013-06-09
RTL assembler writes arities information into separate section.
Andy Wingo
1
-1
/
+198
2013-06-09
Beginnings of tracking of procedure arities in assembler
Andy Wingo
1
-4
/
+55
2013-06-09
add procedure prelude macro-instructions
Andy Wingo
1
-0
/
+48
2013-06-09
begin-program takes properties alist
Andy Wingo
1
-7
/
+22
2013-06-09
Add RTL assembler
Andy Wingo
1
-0
/
+1088