aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/backend.h
AgeCommit message (Expand)AuthorFilesLines
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