OSDN Git Service

compiler: Use backend interface for type sizes and alignments.
[pf3gnuchains/gcc-fork.git] / gcc / go / Make-lang.in
2011-11-29 iancompiler: Define and use backend-independent Location...
2011-11-02 roMove shlib support to toplevel libgcc
2011-08-24 iangccgo: fixes to ast-dump, refactoring of export and...
2011-08-24 jsm28 * Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family...
2011-08-08 ro gcc:
2011-08-03 iangccgo: Added code to dump the AST tree. The AST dump is
2011-06-14 jsm28 * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to
2011-06-14 ianChange builtin make to runtime call at lowering time.
2011-06-11 ianUse backend interface for type descriptors.
2011-05-27 ianChange export code to use the backend interface.
2011-05-24 jsm28 * Makefile.in (GCC_OBJS): Remove opts-common.o and...
2011-05-20 jsm28 * Makefile.in (LIBDEPS): Add libcommon.a.
2011-04-25 ianUse backend interface for function types.
2011-04-19 ianstatement.cc no longer includes gcc headers.
2011-04-19 ianUse backend interface for variables.
2011-04-13 ianUse backend interface for go and defer statements.
2011-04-13 ianUnify handling of runtime support functions.
2011-04-05 ianUse backend interface for labels and goto statements.
2011-04-04 ianUse backend interface for return statements.
2011-04-03 ianStart using backend interface separate from gofrontend.
2011-01-14 ianMove clearing of flag_strict_aliasing to gcc interface.
2010-12-21 ian * Make-lang.in (check-go): Remove.
2010-12-07 ian PR other/46789
2010-12-04 ian PR bootstrap/46776
2010-12-03 ianAdd Go frontend, libgo library, and Go testsuite.