aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)AuthorFilesLines
2015-08-12compiler: Don't make gc symbol for bad array type.Ian Lance Taylor2-2/+5
2015-08-11compiler: Check for EOF in malformed signatures.Ian Lance Taylor2-2/+3
2015-08-11compiler: Handle newlines in general comments.Ian Lance Taylor3-4/+13
2015-08-11compiler: Don't make void-typed temporaries.Ian Lance Taylor2-2/+10
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-31go-lang.c (go_langhook_init_options_struct): Don't set x_flag_split_stack.Andreas Schwab2-4/+11
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 Hernandez4-3/+9
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod4-5/+8
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2-2/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod5-7/+7
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-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod4-7/+6
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez3-16/+14
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod5-11/+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 Manghane5-27/+29
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-27Makefile-lan.in (ada.mostlyclean): Remove gnatbind and gnat1.Jim Wilson2-0/+5