aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/unsafe.cc
AgeCommit message (Expand)AuthorFilesLines
2015-10-06compiler: Record each import as a distinct alias.Ian Lance Taylor1-2/+0
2015-01-30compiler: Fix -fgo-prefix handling.Ian Lance Taylor1-1/+1
2014-07-20compiler: Don't let dot-import names match names from previous files.Ian Lance Taylor1-3/+3
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor1-2/+2
2012-05-09compiler: Add -fgo-pkgpath option.Ian Lance Taylor1-1/+1
2012-03-29compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr.Ian Lance Taylor1-4/+4
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor1-54/+0
2012-02-17compiler: List imported packages in export information.Ian Lance Taylor1-0/+2
2012-01-20compiler: Handle recursive interfaces.Ian Lance Taylor1-1/+1
2011-11-29compiler: Define and use backend-independent Location class.Sanjoy Das1-3/+4
2011-09-26Fix location of error about unused import "unsafe".Ian Lance Taylor1-0/+1
2011-04-21Define go_assert to replace gcc_assertIan Lance Taylor1-4/+4
2011-02-22Don't crash import unsafe if "unsafe" was already defined.Ian Lance Taylor1-0/+7
2011-01-14Move clearing of flag_strict_aliasing to gcc interface.Ian Lance Taylor1-1/+6
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+134