aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/go-gcc.cc
AgeCommit message (Expand)AuthorFilesLines
2011-06-11Use backend interface for type descriptors.Ian Lance Taylor1-0/+88
2011-06-09Use backend interface for zero initialization.Ian Lance Taylor1-0/+19
2011-05-13Fix bug with multiple results returning structs with invalid sizes.Ian Lance Taylor1-4/+8
2011-05-12Fix bug with taking address of a variable when address does not escape.Ian Lance Taylor1-4/+10
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd1-4/+2
2011-05-04Use backend interface for named types and array types.Ian Lance Taylor1-6/+228
2011-04-27Use backend interface for struct types.Ian Lance Taylor1-2/+27
2011-04-25Use backend interface for function types.Ian Lance Taylor1-30/+86
2011-04-25Use backend interface for basic typesEvan Shaw1-7/+113
2011-04-19Use backend interface for temporary variables.Ian Lance Taylor1-0/+66
2011-04-19Use backend interface for blocks.Ian Lance Taylor1-4/+145
2011-04-19Use backend interface for variables.Ian Lance Taylor1-0/+159
2011-04-15Add compound_list to backend interface.Ian Lance Taylor1-10/+30
2011-04-15Use the backend interface for select statements.Ian Lance Taylor1-0/+4
2011-04-06Use backend interface for constant switch statements.Ian Lance Taylor1-3/+90
2011-04-06Use backend interface for if statements.Ian Lance Taylor1-2/+31
2011-04-06Use backend interface for expression statements.Ian Lance Taylor1-0/+12
2011-04-05Use backend interface for labels and goto statements.Ian Lance Taylor1-2/+92
2011-04-04Use backend interface for return statements.Ian Lance Taylor1-6/+90
2011-04-03Start using backend interface separate from gofrontend.Ian Lance Taylor1-0/+199