Skip to content
  1. Oct 27, 2012
  2. Sep 26, 2012
  3. Sep 05, 2012
  4. Sep 04, 2012
  5. Sep 03, 2012
  6. Sep 01, 2012
  7. Aug 28, 2012
  8. Aug 27, 2012
  9. Aug 25, 2012
  10. Aug 23, 2012
  11. Aug 19, 2012
  12. Aug 11, 2012
    • Raymond Toy's avatar
      Move the FPU save/restore stuff from os.h to arch.h · 441a76a6
      Raymond Toy authored
       * src/lisp/os.h
         * Move macros and definitions for FPU save/restore from here.
       * src/lisp/arch.h
         * Put architecture neutral stuff from os.h here.
       * src/lisp/ppc-arch.h
       * src/lisp/sparc-arch.h
       * src/lisp/x86-arch.h
         * Implement the FPU save/restore macros here for each supported
           architecture.
      441a76a6
  13. Aug 10, 2012
  14. Aug 05, 2012
  15. Aug 04, 2012
  16. Aug 03, 2012
  17. Jul 18, 2012
  18. Jul 17, 2012
  19. Jul 13, 2012
  20. Jul 12, 2012
    • Raymond Toy's avatar
      Clean up alloc overflow routine. Cross-compile needed. · 2e95a0bb
      Raymond Toy authored
      src/bootfiles/20c/boot-2012-07-1-x86-cross.lisp:
      o X86 cross-compile script
      
      src/compiler/x86/macros.lisp:
      o New inline-allocation to call our new overflow routine.
      
      src/lisp/x86-assem.S:
      o New alloc_overflow routine.
      
      src/tools/cross-scripts/cross-x86-x86.lisp:
      o Export all symbols in VM that are external symbols in OLD-VM with
        the corresponding symbol name.
      2e95a0bb