Skip to content
  1. Sep 07, 2013
  2. Aug 22, 2013
    • Raymond Toy's avatar
      Allow disasembler to work for any value of *print-base*. · 0331b892
      Raymond Toy authored
      With these changes, you can bind *print-base* to 16 and *print-case*
      to :downcase to get correctly printed disassembly in lower case with
      all numerical values in hex.  If you want the radix marker as well,
      bind *print-radix* to T; the disassembly is still correct.
      
      src/compiler/disassem.lisp:
      o When printing out the source code, bind *print-base* to 10 so that
        the code is printed "naturally".
      
      src/compiler/x86/insts.lisp:
      o Use Carl's much cleaned-up print-mem-access
      o Update print-imm-data to use princ for all values, removing the
        special casing for NIL
      o When printing out xmm registers, honor *print-case*.
      
      src/general-info/release-20e.txt:
      o Update
      0331b892
  3. Aug 03, 2013
  4. Jul 04, 2013
  5. May 26, 2013
  6. May 24, 2013
  7. May 21, 2013
  8. May 19, 2013
  9. Apr 14, 2013
  10. Apr 13, 2013
  11. Apr 08, 2013
  12. Mar 25, 2013
  13. Mar 24, 2013
  14. Mar 23, 2013
  15. Mar 07, 2013
  16. Mar 06, 2013
  17. Mar 05, 2013
  18. Mar 04, 2013
  19. Feb 24, 2013
  20. Feb 23, 2013
  21. Feb 22, 2013
  22. Feb 19, 2013
  23. Feb 18, 2013
  24. Feb 02, 2013
  25. Jan 24, 2013
  26. Jan 17, 2013
  27. Dec 27, 2012
  28. Nov 19, 2012
  29. Nov 18, 2012
  30. Nov 17, 2012