Don't allow latch with phi in try_transform_to_exit_first_loop_alt
[gcc.git] / gcc / go /
2016-01-04 Jakub JelinekUpdate copyright years.
2016-01-04 Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2015-12-22 Ian Lance Taylorgo-gcc.cc (class Bvariable): Remove Gcc_tree parent...
2015-12-22 Ian Lance Taylorgo-gcc.cc (Gcc_backend::global_variable): If type is...
2015-12-02 Ian Lance Taylorre PR go/65717 (64-bit runtime FAILs with 32-bit compiler)
2015-12-01 Ian Lance Taylorre PR go/68477 (error: type variant differs by TYPE_STR...
2015-11-26 Ian Lance Taylorre PR go/61303 (gccgo: segfault, regression since 4...
2015-11-23 Ian Lance Taylorre PR go/68496 ([libgo] reflect test fails on Linux...
2015-11-21 Ian Lance Taylorre PR go/66378 (libgo syscall.Sendfile() does not honor...
2015-11-21 Ian Lance Taylorre PR go/65785 (libgo TestIPv4MulticastListener test...
2015-11-21 Ian Lance Taylorre PR go/66574 (Time is provided in millisecond precisi...
2015-11-20 Ian Lance Taylorre PR go/68141 (go/gofrontend/import-archive.cc: 2...
2015-11-20 Ian Lance Taylorre PR go/68072 (malformed DWARF TagVariable entry)
2015-11-20 Ian Lance Taylorcmd: Use correct install tool dir with gccgo
2015-11-20 Ian Lance Taylorcompiler: Use receiver name in hash/equal for type...
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-11-10 Ian Lance Taylorlibgo: use Solaris sendfile lib, fix Solaris _in6_addr_...
2015-11-10 Ian Lance Taylorre PR go/68255 (cgo-generated constructor not being...
2015-11-07 Ian Lance Taylorre PR go/66138 (json decoder Decode function fails...
2015-11-06 Ian Lance Taylorlibgo: Solaris portability fixes.
2015-11-04 Ian Lance Taylorgotest: fix handling of --goarch option
2015-11-03 Ian Lance Taylormksysinfo.sh: Make sure that CLONE_NEWUSER is defined.
2015-11-02 Ian Lance Taylorlibgo: Bump version number.
2015-11-02 Ian Lance Taylormksysinfo.sh: Handle TIOCGPGRP if too complex for ...
2015-11-02 Ian Lance Taylorsyscall: Change raw_ioctl cmd type to uintptr.
2015-11-01 Ian Lance Taylormksysinfo.sh: Handle TIOCSPGRP if too complex for ...
2015-11-01 Ian Lance Taylorre PR go/67968 (go1: internal compiler error: in write_...
2015-10-31 Ian Lance Taylorruntime: If no split stacks, allocate stacks using...
2015-10-31 Ian Lance Taylorlibgo: Update from Go 1.5 to Go 1.5.1.
2015-10-31 Ian Lance Taylorruntime: Remove now unnecessary pad field from ParFor.
2015-10-30 Ian Lance Taylorcompiler: Create pointer type for all types with methods.
2015-10-29 Ian Lance Taylorcompiler, reflect, runtime: remove zero field from...
2015-10-29 Ian Lance Taylorcompiler, runtime: change type hash/equal to Go funcs
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-21 Martin SeborImprove --help output to generate references to option...
2015-10-20 Ian Lance Taylorcompiler: Report errors after evaluating invalid constant.
2015-10-20 Ian Lance Taylorcompiler: Report errors for non-integral shift counts.
2015-10-19 Alan ModraPR66870 PowerPC64 Enable gold linker with split stack
2015-10-07 Ian Lance Taylorcompiler: Don't make temporaries for constant operands.
2015-10-07 Ian Lance Taylorre PR go/67874 (fd_unix.go does not build when there...
2015-10-06 Ian Lance Taylorcompiler: Record each import as a distinct alias.
2015-10-05 Ian Lance Taylorlex: Update unicode letters table to Unicode 8.0.0.
2015-10-01 Ian Lance Taylorre PR go/66870 (split stack issues on ppc64le and ppc64)
2015-09-30 Lynn Bogerre PR go/66870 (split stack issues on ppc64le and ppc64)
2015-09-29 Ian Lance Taylorcompiler: Accept untyped integral values as string...
2015-09-24 Ian Lance Taylorruntime: Fix recent lfstack change on Solaris.
2015-09-23 Ian Lance Taylorre PR go/67695 (Please improve POSIX shell compatibilit...
2015-09-23 Ian Lance Taylorruntime: rewrite lfstack packing/unpacking to look...
2015-09-17 Ian Lance Taylorcompiler: Issue channel type errors earlier.
2015-09-16 Ian Lance Taylorcompiler: Don't crash on erroneous channel reads.
2015-09-16 Ian Lance Taylorcompiler: Don't crash on malformed numeric constants.
2015-09-15 Ian Lance Taylorcompiler: Report init dependency errors with builtin...
2015-09-15 Ian Lance Taylorlibgo: If compiler can split-stack and linker can not...
2015-09-15 Ian Lance Taylorlibgo: test linking split-stack and non-split-stack...
2015-09-15 Ian Lance Taylorruntime: Ignore stack sizes when deciding when to GC.
2015-09-15 Ian Lance Taylorlibgo: don't provide ustat on arm64 GNU/Linux
2015-09-14 Ian Lance Taylorcompiler: Ignore result context in constant expressions.
2015-09-11 Ian Lance Taylorcompiler: Avoid unsafe memcmp for nointerface comments.
2015-09-11 Ian Lance Taylorlibgo/runtime: return 0, not NULL, from main
2015-09-10 Ian Lance Taylorlibgo: Use stat_atim.go on Solaris 12+
2015-09-10 Chris Manghanecompiler: Report errors from very large types.
2015-09-10 Ian Lance Taylorcompiler: Don't allow shifts with non-integers.
2015-09-03 Ian Lance Taylorcompiler: Report invalid receiver types in function...
2015-09-02 Ian Lance Taylorcompiler: Mark erroneous constants as invalid.
2015-09-02 Ian Lance Taylorcompiler: Accept out of range integer -> unicode conver...
2015-08-31 Ian Lance Taylorcompiler: Check for invalid UTF8 in Go comments.
2015-08-27 Ian Lance Taylorcompiler: Report unused variables initialized to functi...
2015-08-27 Ian Lance Taylorcompiler: Allow multiple blank label definitions.
2015-08-27 Ian Lance Taylorcompiler: Don't record dependencies of invalid redefini...
2015-08-27 Ian Lance Taylorcompiler: Don't crash on invalid builtin calls.
2015-08-26 Ian Lance Taylorcompiler: Don't crash on invalid arithmetic ops.
2015-08-25 Ian Lance Taylorcompiler: Disallow use of unary ^ on booleans.
2015-08-25 Ian Lance Taylorcompiler: Accept numeric literals with leading zeroes.
2015-08-25 Ian Lance Taylorcompiler: Allow string slices with start index == length.
2015-08-25 Ian Lance Taylorcompiler: Don't crash on erroneous array types.
2015-08-25 Ian Lance Taylorcompiler: Type check params in sink function decl.
2015-08-24 Marek Polacekre PR tree-optimization/67284 (libgo fails to build...
2015-08-20 Ian Lance Taylorcompiler: Don't crash on invalid print call.
2015-08-20 Ian Lance Taylorlibgo/testsuite: another fix for killing the sleep...
2015-08-14 Ian Lance Taylorcompiler: Report unnamed receiver types.
2015-08-13 Ian Lance Taylorcompiler: Flatten erroneous subtrees into errors.
2015-08-12 Ian Lance Taylorcompiler: Don't make gc symbol for bad array type.
2015-08-11 Ian Lance Taylorcompiler: Check for EOF in malformed signatures.
2015-08-11 Ian Lance Taylorcompiler: Handle newlines in general comments.
2015-08-11 Ian Lance Taylorcompiler: Don't make void-typed temporaries.
2015-08-07 Ian Lance Taylorlibgo/testsuite: don't call kill without args
2015-08-04 Ian Lance Taylorcompiler: Verify pointer type's underlying type.
2015-08-04 Ian Lance Taylorcompiler: Use context to determine types of complex...
2015-08-04 Ian Lance Taylorruntime: initialize variable to avoid compiler warning
2015-08-03 Ian Lance Taylorsyscall: RawSockaddr fix for ppc64, ppc64le
2015-08-03 Ian Lance Taylorcompiler: Don't allow multiple function declarations.
2015-08-03 Ian Lance Taylorcompiler: Don't make erroneous type descriptors.
2015-08-03 Ian Lance Taylorlibgo/testsuite: kill sleep process in gotest
2015-08-03 Ian Lance Taylorre PR go/67101 (mprof.goc:408:5: error: calling ‘__buil...
2015-07-31 Ian Lance Taylorcompiler: Report errors for malformed builtin calls.
2015-07-31 Ian Lance Taylorcompiler: Check the type in function declarations.
2015-07-31 Ian Lance Taylorcompiler: Update unicode tables.
2015-07-31 Ian Lance Taylorcompiler: Don't allow builtin function values.
2015-07-31 Andreas Schwabgo-lang.c (go_langhook_init_options_struct): Don't...
2015-07-29 Ian Lance Taylorsyscall: Fix to libgo/mksysinfo.sh
next