1. 15 Jan, 2015 1 commit
    • libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. · f8d9fa9e
      This upgrades all of libgo other than the runtime package to
      the Go 1.4 release.  In Go 1.4 much of the runtime was
      rewritten into Go.  Merging that code will take more time and
      will not change the API, so I'm putting it off for now.
      
      There are a few runtime changes anyhow, to accomodate other
      packages that rely on minor modifications to the runtime
      support.
      
      The compiler changes slightly to add a one-bit flag to each
      type descriptor kind that is stored directly in an interface,
      which for gccgo is currently only pointer types.  Another
      one-bit flag (gcprog) is reserved because it is used by the gc
      compiler, but gccgo does not currently use it.
      
      There is another error check in the compiler since I ran
      across it during testing.
      
      gotools/:
      	* Makefile.am (go_cmd_go_files): Sort entries.  Add generate.go.
      	* Makefile.in: Rebuild.
      
      From-SVN: r219627
      Ian Lance Taylor committed
  2. 27 Oct, 2014 1 commit
  3. 19 Jul, 2014 1 commit
  4. 06 Jun, 2014 1 commit
  5. 04 Jun, 2014 1 commit
    • libgo: Merge from revision 18783:00cce3a34d7e of master library. · bae90c98
      This revision was committed January 7, 2014.  The next
      revision deleted runtime/mfinal.c.  That will be done in a
      subsequent merge.
      
      This merge changes type descriptors to add a zero field,
      pointing to a zero value for that type.  This is implemented
      as a common variable.
      
      	* go-gcc.cc (Gcc_backend::implicit_variable): Add is_common and
      	alignment parameters.  Permit init parameter to be NULL.
      
      From-SVN: r211249
      Ian Lance Taylor committed
  6. 27 Nov, 2013 1 commit
  7. 06 Nov, 2013 1 commit
  8. 16 Jul, 2013 1 commit
  9. 29 Jan, 2013 1 commit
  10. 22 Dec, 2012 1 commit
  11. 12 Dec, 2012 1 commit
  12. 21 Nov, 2012 1 commit
  13. 23 Oct, 2012 1 commit
  14. 03 Oct, 2012 1 commit
  15. 25 Jun, 2012 1 commit
  16. 04 May, 2012 1 commit
  17. 23 Apr, 2012 1 commit
  18. 30 Mar, 2012 1 commit
  19. 06 Mar, 2012 1 commit
  20. 02 Mar, 2012 2 commits
  21. 25 Jan, 2012 2 commits
  22. 13 Jan, 2012 1 commit
  23. 12 Jan, 2012 1 commit
  24. 14 Dec, 2011 1 commit
  25. 13 Dec, 2011 1 commit
  26. 12 Dec, 2011 1 commit
  27. 07 Dec, 2011 1 commit
  28. 03 Dec, 2011 1 commit
  29. 02 Dec, 2011 1 commit
  30. 26 Oct, 2011 1 commit
  31. 16 Sep, 2011 1 commit
  32. 20 May, 2011 1 commit
  33. 25 Apr, 2011 1 commit
  34. 30 Mar, 2011 1 commit
  35. 24 Mar, 2011 1 commit
  36. 16 Mar, 2011 1 commit
  37. 29 Jan, 2011 1 commit
  38. 21 Jan, 2011 1 commit