An error occurred fetching the project authors.
  1. 17 Jul, 2010 1 commit
  2. 27 Jan, 2010 1 commit
  3. 08 Dec, 2009 1 commit
  4. 04 Dec, 2009 1 commit
  5. 05 Nov, 2009 1 commit
  6. 07 Oct, 2009 1 commit
  7. 21 Aug, 2009 1 commit
    • Russ Cox's avatar
      symbol bugs. · 7b29dbb8
      Russ Cox authored
      do not emit unreachable data symbols.
      
      R=austin
      DELTA=103  (71 added, 4 deleted, 28 changed)
      OCL=33325
      CL=33622
      7b29dbb8
  8. 31 Mar, 2009 1 commit
    • Russ Cox's avatar
      * move go-specific loader code · b87e3e8b
      Russ Cox authored
      into gc directory, where it gets included as ../gc/ldbody
      this is similar to the assemblers including ../cc/lexbody
      and ../cc/macbody.
      
      * hook go-specific loader code into 8l.
      
      * make current 8.out.h and 6.out.h backward compatible
      with plan 9's versions.  i had added some constants in
      the middle of enums and have now moved them to the end.
      this keeps us from invalidating old .8 and .6 files.
      not sure how much it really matters, but easy to do.
      
      R=r
      DELTA=1314  (667 added, 623 deleted, 24 changed)
      OCL=26938
      CL=26941
      b87e3e8b
  9. 20 Mar, 2009 1 commit
    • Russ Cox's avatar
      update 8a, 8c, 8l to use new object format. · 2bd101c4
      Russ Cox authored
      add "extern register" support to 8c.
      extern register means allocate in the FS-relative segment.
      
      make 8l generate segmented stack checks.
      
      R=ken
      OCL=26600
      CL=26606
      2bd101c4
  10. 06 Jan, 2009 1 commit
  11. 20 Oct, 2008 1 commit
  12. 13 Jul, 2008 1 commit
    • Ken Thompson's avatar
      morestack magic number · 3f982aea
      Ken Thompson authored
      automatically generated in 6g and 6c,
      manually set in 6a. format is
      	TEXT	a(SB),, $a-b
      where a is auto size and b is parameter size
      
      SVN=126946
      3f982aea
  13. 04 Jun, 2008 1 commit