aarch64 - Set the mode for the unspec in speculation_tracker insn.
[platform/upstream/linaro-gcc.git] / gcc / go /
2018-10-18 matz * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted... 77/189277/2
2017-02-06 Yvan RouxMerge branches/gcc-6-branch rev 245201.
2017-01-09 Yvan RouxMerge branches/gcc-6-branch rev 244220.
2016-08-22 Yvan RouxMerge branches/gcc-6-branch rev 239654.
2016-04-27 gccadminUpdate ChangeLog and version files for release
2016-04-13 ian libgo: update to Go 1.6.1 release
2016-04-12 ian reflect: change Value.Call results to not be addres...
2016-04-02 ian runtime: Use atomic load for in entersyscall.
2016-02-26 ian PR go/69966
2016-02-24 ian runtime: lock M during cgo call
2016-02-18 ian libgo: Update to final Go 1.6 release.
2016-02-12 ian runtime: For c-archive/c-shared, install signal...
2016-02-11 jakub * cgraph.c: Spelling fixes - behaviour -> behavior and
2016-02-10 ian PR go/66904
2016-02-10 ian PR go/69511
2016-02-09 ian PR go/69537
2016-02-08 berndsRemove -fshort-double
2016-02-04 ian libgo: bump version number for upgrade to 1.6rc1
2016-02-03 ian compiler, runtime: mark stub methods, ignore them...
2016-02-03 ian compiler: Unpack method names when sorting them.
2016-01-27 ian compiler: Accept map composite literals with omitte...
2016-01-27 ian * go-lang.c (go_langhook_init_options_struct): Default to
2016-01-27 ian compiler: Don't crash on erroneous array return...
2016-01-26 ian compiler: Don't crash on invalid array type declara...
2016-01-26 ian compiler: Avoid knock-on errors with impossibly...
2016-01-04 jakub Update copyright years.
2016-01-04 jakubgcc/
2015-12-22 ian * go-gcc.cc (class Bvariable): Remove Gcc_tree parent...
2015-12-22 ian * go-gcc.cc (Gcc_backend::global_variable): If type...
2015-12-02 ian PR go/65717
2015-12-01 ian PR go/68477
2015-11-26 ian PR go/61303
2015-11-23 ian PR go/68496
2015-11-21 ian PR go/66378
2015-11-21 ian PR go/65785
2015-11-21 ian PR go/66574
2015-11-20 ian PR go/68141
2015-11-20 ian PR go/68072
2015-11-20 ian cmd: Use correct install tool dir with gccgo
2015-11-20 ian compiler: Use receiver name in hash/equal for type...
2015-11-11 amacleodada
2015-11-10 ian libgo: use Solaris sendfile lib, fix Solaris _in6_a...
2015-11-10 ian PR go/68255
2015-11-07 ian PR go/66138
2015-11-06 ian libgo: Solaris portability fixes.
2015-11-04 ian gotest: fix handling of --goarch option
2015-11-03 ian mksysinfo.sh: Make sure that CLONE_NEWUSER is defined.
2015-11-02 ian libgo: Bump version number.
2015-11-02 ian mksysinfo.sh: Handle TIOCGPGRP if too complex for...
2015-11-02 ian syscall: Change raw_ioctl cmd type to uintptr.
2015-11-01 ian mksysinfo.sh: Handle TIOCSPGRP if too complex for...
2015-11-01 ian PR go/67968
2015-10-31 ian runtime: If no split stacks, allocate stacks using...
2015-10-31 ian libgo: Update from Go 1.5 to Go 1.5.1.
2015-10-31 ian runtime: Remove now unnecessary pad field from...
2015-10-30 ian compiler: Create pointer type for all types with...
2015-10-29 ian compiler, reflect, runtime: remove zero field from...
2015-10-29 ian compiler, runtime: change type hash/equal to Go...
2015-10-29 amacleodada
2015-10-21 mseborImprove --help output to generate references to option...
2015-10-20 ian compiler: Report errors after evaluating invalid...
2015-10-20 ian compiler: Report errors for non-integral shift...
2015-10-19 amodraPR66870 PowerPC64 Enable gold linker with split stack
2015-10-07 ian compiler: Don't make temporaries for constant operands.
2015-10-07 ian PR go/67874
2015-10-06 ian compiler: Record each import as a distinct alias.
2015-10-05 ian lex: Update unicode letters table to Unicode 8...
2015-10-01 ian PR go/66870
2015-09-30 ian PR target/66870
2015-09-29 ian compiler: Accept untyped integral values as string...
2015-09-24 ian runtime: Fix recent lfstack change on Solaris.
2015-09-23 ian PR go/67695
2015-09-23 ian runtime: rewrite lfstack packing/unpacking to look...
2015-09-17 ian compiler: Issue channel type errors earlier.
2015-09-16 ian compiler: Don't crash on erroneous channel reads.
2015-09-16 ian compiler: Don't crash on malformed numeric constants.
2015-09-15 ian compiler: Report init dependency errors with builti...
2015-09-15 ian libgo: If compiler can split-stack and linker can...
2015-09-15 ian libgo: test linking split-stack and non-split-stack...
2015-09-15 ian runtime: Ignore stack sizes when deciding when...
2015-09-15 ian libgo: don't provide ustat on arm64 GNU/Linux
2015-09-14 ian compiler: Ignore result context in constant express...
2015-09-11 ian compiler: Avoid unsafe memcmp for nointerface comments.
2015-09-11 ian libgo/runtime: return 0, not NULL, from main
2015-09-10 ian libgo: Use stat_atim.go on Solaris 12+
2015-09-10 ian compiler: Report errors from very large types.
2015-09-10 ian compiler: Don't allow shifts with non-integers.
2015-09-03 ian compiler: Report invalid receiver types in function...
2015-09-02 ian compiler: Mark erroneous constants as invalid.
2015-09-02 ian compiler: Accept out of range integer -> unicode...
2015-08-31 ian compiler: Check for invalid UTF8 in Go comments.
2015-08-27 ian compiler: Report unused variables initialized to...
2015-08-27 ian compiler: Allow multiple blank label definitions.
2015-08-27 ian compiler: Don't record dependencies of invalid...
2015-08-27 ian compiler: Don't crash on invalid builtin calls.
2015-08-26 ian compiler: Don't crash on invalid arithmetic ops.
2015-08-25 ian compiler: Disallow use of unary ^ on booleans.
2015-08-25 ian compiler: Accept numeric literals with leading...
2015-08-25 ian compiler: Allow string slices with start index...
2015-08-25 ian compiler: Don't crash on erroneous array types.
next