compiler: Store flags for division checks in Gogo object instead of using global...
[platform/upstream/gcc.git] / gcc / go / gofrontend / go.cc
2014-05-06 Chris Manghanecompiler: Store flags for division checks in Gogo objec...
2014-04-30 Chris Manghanego-gcc.cc: #include "langhooks.h".
2014-01-24 Ian Lance Taylorcompiler: Convert named types before flattening.
2014-01-09 Ian Lance Taylorcompiler: Add flattening pass
2013-06-21 Ian Lance Taylorcompiler: Only make function descriptors if needed.
2013-06-12 Ian Lance Taylorcompiler: implement Go 1.1 spec of terminating statements.
2012-10-31 Ian Lance Taylorcompiler: Add -fgo-relative-import-path.
2012-05-09 Ian Lance Taylorcompiler: Add -fgo-pkgpath option.
2012-01-06 Ian Lance Taylorcompiler, runtime: Implement struct and array comparisons.
2011-11-29 Sanjoy Dascompiler: Define and use backend-independent Location...
2011-08-03 Roberto Lublinermangccgo: Added code to dump the AST tree.
2011-04-25 Ian Lance TaylorUse backend interface for function types.
2011-04-21 Ian Lance TaylorDefine go_assert to replace gcc_assert
2011-04-03 Ian Lance TaylorStart using backend interface separate from gofrontend.
2011-03-03 Ian Lance TaylorRewrite conversion of named types to backend representa...
2011-01-21 Ian Lance TaylorRemove the types float and complex.
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.