aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend
AgeCommit message (Expand)AuthorFilesLines
2015-08-07libgo/testsuite: don't call kill without argsIan Lance Taylor1-1/+1
2015-08-04compiler: Verify pointer type's underlying type.Ian Lance Taylor2-1/+5
2015-08-04compiler: Use context to determine types of complex expressions.Ian Lance Taylor2-4/+3
2015-08-04runtime: initialize variable to avoid compiler warningIan Lance Taylor1-1/+1
2015-08-03syscall: RawSockaddr fix for ppc64, ppc64leIan Lance Taylor1-1/+1
2015-08-03compiler: Don't allow multiple function declarations.Ian Lance Taylor3-10/+7
2015-08-03compiler: Don't make erroneous type descriptors.Ian Lance Taylor2-2/+2
2015-08-03libgo/testsuite: kill sleep process in gotestIan Lance Taylor1-1/+1
2015-08-03re PR go/67101 (mprof.goc:408:5: error: calling ‘__builtin_frame_address’...Ian Lance Taylor1-1/+1
2015-07-31compiler: Report errors for malformed builtin calls.Ian Lance Taylor2-2/+3
2015-07-31compiler: Check the type in function declarations.Ian Lance Taylor3-1/+36
2015-07-31compiler: Update unicode tables.Ian Lance Taylor2-176/+313
2015-07-31compiler: Don't allow builtin function values.Ian Lance Taylor2-1/+23
2015-07-29syscall: Fix to libgo/mksysinfo.shIan Lance Taylor1-1/+1
2015-07-25syscall: Add ioctl consts from if_tun.hIan Lance Taylor1-1/+1
2015-07-24compiler: Don't parse malformed receiver/parameters.Ian Lance Taylor2-4/+6
2015-07-24compiler: Disallow rune literals with '\X'.Ian Lance Taylor2-2/+1
2015-07-24compiler: Don't make temporaries for constant expressions.Ian Lance Taylor2-2/+3
2015-07-23compiler: Make empty interface types for vars during parse time.Ian Lance Taylor2-2/+6
2015-07-23compiler: Check for errors in the underlying types of unary expressions.Ian Lance Taylor2-1/+3
2015-07-20compiler: Create dummy labels for blank labels.Ian Lance Taylor3-6/+26
2015-07-20compiler: Remove unnecessary check for GCC-specific issue.Ian Lance Taylor2-13/+2
2015-07-14compiler,runtime: Determine if allocations need new pointers in runtime.Ian Lance Taylor3-14/+2
2015-07-14compiler: Improve location info for function parameters.Ian Lance Taylor2-2/+2
2015-07-14Update to patch that Aldy committed directly here.Ian Lance Taylor1-1/+1
2015-07-14escape: Analyze multiple result type assertions.Ian Lance Taylor4-47/+102
2015-07-13Fix double word typos.Aldy Hernandez2-2/+2
2015-06-15escape: Analyze binary expressions.Ian Lance Taylor2-17/+34
2015-06-15Add MERGE file to track the git revision of the most recent change inIan Lance Taylor1-0/+4
2015-06-15compiler: Don't crash when dumping ast of empty block.Ian Lance Taylor1-1/+7
2015-05-12compiler: If unary & does not escape, the var does not escape.Ian Lance Taylor1-1/+6
2015-05-06compiler: Analyze escape information of interface parameters.Ian Lance Taylor1-12/+16
2015-05-05compiler: Don't make temporaries for constant string concatentation.Ian Lance Taylor1-2/+4
2015-04-30compiler: Use backend interface for stack allocation.Chris Manghane3-27/+10
2015-04-30escape: Analyze function values and conversions.Ian Lance Taylor1-7/+12
2015-04-30compiler: Mark non-escaping variables that aren't addressed.Ian Lance Taylor1-5/+1
2015-04-29compiler: Consider multi-result calls in escape analysis.Ian Lance Taylor1-30/+132
2015-04-29compiler: Propagate escape info from closures to enclosed variables.Ian Lance Taylor2-7/+41
2015-04-17re PR go/65755 (incorrect reflection of struct fields with gccgo)Ian Lance Taylor1-31/+19
2015-04-17compiler: Escape analysis.Chris Manghane15-766/+3278
2015-04-11compiler: discard carriage returns in raw string literalsIan Lance Taylor1-1/+4
2015-03-31compiler: Mark builtin calls with bad types as errors.Ian Lance Taylor1-2/+8
2015-03-30compiler: implement Go 1 unsafe.Pointer conversion rulesIan Lance Taylor1-3/+3
2015-03-13compiler: Permit label on fallthrough statement.Ian Lance Taylor1-0/+11
2015-03-06compiler: Do not declare type switch variable outside case statements.Ian Lance Taylor5-80/+79
2015-02-03re PR go/64836 (go.test/test/fixedbugs/issue4348.go FAILs)Ian Lance Taylor7-86/+132
2015-01-31compiler: Treat map index expressions as lvalues in range expressions.Ian Lance Taylor1-8/+11
2015-01-30compiler: Pass location to fatal_error.Ian Lance Taylor1-1/+2
2015-01-30compiler: Add pkgpath symbol information to export data.Ian Lance Taylor5-6/+79
2015-01-30compiler: Fix -fgo-prefix handling.Ian Lance Taylor6-25/+103