aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/gogo.cc
AgeCommit message (Expand)Author
2017-08-12Merged revisions r232323 through r251067 to the branchtr29124Edward Smith-Rowland
2017-07-20Merged revisions r232323 through r250392 to the branchEdward Smith-Rowland
2017-04-13Merged revisions through r246916 to the branchEdward Smith-Rowland
2016-10-12Merged from trunk to the branch.Edward Smith-Rowland
2016-08-24Merge trunk up through 239504 into the branch.Edward Smith-Rowland
2016-08-13Merged revisions r232323 through r239446 to the branchEdward Smith-Rowland
2016-07-22Merged revisions r232323 through r238652 to the branchEdward Smith-Rowland
2016-05-02Merged revisions r232323 through r235758 to the branch.Edward Smith-Rowland
2016-02-18Merging r232742 through r233528...Edward Smith-Rowland
2015-10-29 compiler, reflect, runtime: remove zero field from type descriptorIan Lance Taylor
2015-10-06 compiler: Record each import as a distinct alias.Ian Lance Taylor
2015-09-03 compiler: Report invalid receiver types in function definitions.Ian Lance Taylor
2015-08-27 compiler: Report unused variables initialized to function literals.Ian Lance Taylor
2015-08-27 compiler: Don't record dependencies of invalid redefinitions.Ian Lance Taylor
2015-08-14 compiler: Report unnamed receiver types.Ian Lance Taylor
2015-08-03 compiler: Don't allow multiple function declarations.Ian Lance Taylor
2015-08-03 compiler: Don't make erroneous type descriptors.Ian Lance Taylor
2015-07-31 compiler: Check the type in function declarations.Ian Lance Taylor
2015-07-31 compiler: Don't allow builtin function values.Ian Lance Taylor
2015-07-20 compiler: Create dummy labels for blank labels.Ian Lance Taylor
2015-07-14 compiler,runtime: Determine if allocations need new pointers in runtime.Ian Lance Taylor
2015-07-14 compiler: Improve location info for function parameters.Ian Lance Taylor
2015-04-17compiler: Escape analysis.Chris Manghane
2015-03-06compiler: Do not declare type switch variable outside case statements.Ian Lance Taylor
2015-02-03 PR go/64836Ian Lance Taylor
2015-01-30compiler: Add pkgpath symbol information to export data.Ian Lance Taylor
2015-01-30compiler: Fix -fgo-prefix handling.Ian Lance Taylor
2015-01-22compiler: Avoid infinite recursion when describing initialization loops.Ian Lance Taylor
2015-01-16compiler, reflect, runtime: Use static chain for closures.Richard Henderson
2014-12-19compiler: Avoid multiple evaluations in interface conversions.Ian Lance Taylor
2014-12-10compiler: Don't track fields in compiler-generated hash and eq funcs.Ian Lance Taylor
2014-11-18compiler: Initialize variables in declaration order.Ian Lance Taylor
2014-11-13compiler: Do not count package uses from ambiguous lookups.Ian Lance Taylor
2014-10-24compiler: Simplify making integer expressions.Ian Lance Taylor
2014-10-20compiler, runtime: Add type information to single object allocation.Ian Lance Taylor
2014-10-16compiler: Check for initialization cycles in bound method expressions.Ian Lance Taylor
2014-10-16 PR go/63560Ian Lance Taylor
2014-10-02 PR go/61880Ian Lance Taylor
2014-09-03compiler: Add precise type information on the heap.Chris Manghane
2014-08-16compiler: Pass initialization of frame temporary to backend.Ian Lance Taylor
2014-07-20compiler: Don't let dot-import names match names from previous files.Ian Lance Taylor
2014-06-04libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor
2014-05-06compiler: Use backend interface for expressions.Chris Manghane
2014-05-05compiler: Handle recursive pointer types for unary indirection.Chris Manghane
2014-05-01compiler: Use backend interface for heap expressions.Ian Lance Taylor
2014-04-30 * go-gcc.cc: #include "langhooks.h".Chris Manghane
2014-04-26compiler: Use backend interface for defining global declarations.Chris Manghane
2014-04-22compiler: Use backend interface for initialization functions.Chris Manghane
2014-04-14Sync to current external repository.Chris Manghane
2014-01-28compiler: Put nointerface methods in unique sections.Ian Lance Taylor