aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/backend.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-18compiler, runtime: Use function descriptors.Ian Lance Taylor1-14/+21
2012-11-29compiler, runtime: Track fields with tag go:"track".Ian Lance Taylor1-2/+6
2012-05-09compiler: Add -fgo-pkgpath option.Ian Lance Taylor1-8/+8
2012-02-15compiler: Avoid crashes on erroneous input.Ian Lance Taylor1-1/+3
2012-01-20compiler: Handle recursive interfaces.Ian Lance Taylor1-1/+2
2012-01-11compiler: Use backend interface for type sizes and alignments.Ian Lance Taylor1-0/+19
2012-01-06compiler, runtime: Implement struct and array comparisons.Ian Lance Taylor1-5/+5
2011-11-29compiler: Define and use backend-independent Location class.Sanjoy Das1-22/+22
2011-06-11Use backend interface for type descriptors.Ian Lance Taylor1-0/+46
2011-06-09Use backend interface for zero initialization.Ian Lance Taylor1-0/+8
2011-05-13Fix bug with multiple results returning structs with invalid sizes.Ian Lance Taylor1-1/+3
2011-05-12Fix bug with taking address of a variable when address does not escape.Ian Lance Taylor1-5/+9
2011-05-04Use backend interface for named types and array types.Ian Lance Taylor1-1/+87
2011-04-25Use backend interface for function types.Ian Lance Taylor1-37/+28
2011-04-25Use backend interface for basic typesEvan Shaw1-0/+9
2011-04-19Use backend interface for temporary variables.Ian Lance Taylor1-0/+16
2011-04-19Use backend interface for blocks.Ian Lance Taylor1-2/+36
2011-04-19Use backend interface for variables.Ian Lance Taylor1-0/+62
2011-04-15Add compound_list to backend interface.Ian Lance Taylor1-0/+4
2011-04-15Use the backend interface for select statements.Ian Lance Taylor1-0/+6
2011-04-06Use backend interface for constant switch statements.Ian Lance Taylor1-0/+17
2011-04-06Use backend interface for if statements.Ian Lance Taylor1-2/+8
2011-04-06Use backend interface for expression statements.Ian Lance Taylor1-0/+4
2011-04-05Use backend interface for labels and goto statements.Ian Lance Taylor1-0/+28
2011-04-04Use backend interface for return statements.Ian Lance Taylor1-1/+12
2011-04-03Start using backend interface separate from gofrontend.Ian Lance Taylor1-0/+119