2018-01-10 |
ian | runtime: noescape some functions/variables
|
commit | commitdiff | tree |
2018-01-10 |
ian | cmd/go: add AIX support
|
commit | commitdiff | tree |
2018-01-10 |
ian | libgo: add aix build tags
|
commit | commitdiff | tree |
2018-01-09 |
ian | compiler: use temporary variable for stack allocation
|
commit | commitdiff | tree |
2018-01-09 |
ian | compiler: set captured variable address to nonescape...
|
commit | commitdiff | tree |
2018-01-09 |
ian | compiler: stack allocate defer thunk
|
commit | commitdiff | tree |
2018-01-09 |
ian | compiler: make non-escaping Bound_method_expression...
|
commit | commitdiff | tree |
2018-01-09 |
ian | compiler: move some escape check to Mark_address_taken
|
commit | commitdiff | tree |
2018-01-09 |
ian | compiler: support go:noescape cross package
|
commit | commitdiff | tree |
2018-01-09 |
ian | compiler: stack allocate non-escaping makeslice
|
commit | commitdiff | tree |
2018-01-09 |
ian | compiler: delay escaping sliced arrays
|
commit | commitdiff | tree |
2018-01-09 |
ian | os/signal/internal/pty: build on Solaris
|
commit | commitdiff | tree |
2018-01-09 |
ian | compiler: make top-level decl for address-taken...
|
commit | commitdiff | tree |
2018-01-09 |
ian | compiler: add escape analysis debug hash
|
commit | commitdiff | tree |
2018-01-09 |
ian | compiler: use macro Unordered_map instead of std...
|
commit | commitdiff | tree |
2018-01-09 |
ian | libgo: update to Go1.10beta1
|
commit | commitdiff | tree |
2018-01-06 |
ian | libgo: fix GOARCH_CACHELINESIZE on ia64
|
commit | commitdiff | tree |
2018-01-06 |
ian | * go-gcc.cc (Gcc_backend::Gcc_backend): Correct
|
commit | commitdiff | tree |
2017-12-22 |
ian | compiler: do not propagate address-taken of a slice...
|
commit | commitdiff | tree |
2017-12-22 |
ian | compiler: bring escape analysis mostly in line...
|
commit | commitdiff | tree |
2017-12-22 |
ian | compiler: improve escape analysis diagnostics
|
commit | commitdiff | tree |
2017-12-16 |
ian | os: pass -s to hostname on AIX
|
commit | commitdiff | tree |
2017-12-16 |
ian | syscall: emulate Flock on AIX
|
commit | commitdiff | tree |
2017-12-12 |
ian | * go-lang.c (TARGET_AIX): Define if not defined.
|
commit | commitdiff | tree |
2017-12-06 |
ian | libgo: remove -fplan9-extensions from CFLAGS
|
commit | commitdiff | tree |
2017-12-06 |
ian | compiler: handle set-and-use-temp in nilcheck code
|
commit | commitdiff | tree |
2017-12-05 |
ian | compiler: no nil check needed for closure var dereferences
|
commit | commitdiff | tree |
2017-12-02 |
ian | runtime: export cgoCheck functions
|
commit | commitdiff | tree |
2017-12-02 |
ian | compiler: avoid GCC middle-end control warnings
|
commit | commitdiff | tree |
2017-12-01 |
ian | compiler: introduce size threshold for nil checks
|
commit | commitdiff | tree |
2017-11-30 |
ian | compiler: don't make map zero value constant
|
commit | commitdiff | tree |
2017-11-23 |
ian | cmd/go, go/internal/gccgoimporter: pass -X to ar...
|
commit | commitdiff | tree |
2017-11-22 |
ian | compiler: make comparison operator() methods const
|
commit | commitdiff | tree |
2017-11-22 |
ian | libgo: don't use grep -q in mksigtab.sh
|
commit | commitdiff | tree |
2017-11-21 |
ian | libgo: fix makefile buglet
|
commit | commitdiff | tree |
2017-11-21 |
ian | compiler: report error for ++/-- applied to a non...
|
commit | commitdiff | tree |
2017-11-15 |
ian | compiler: remove LHS/RHS context determination...
|
commit | commitdiff | tree |
2017-11-14 |
ian | libgo: adapt Solaris 12 references
|
commit | commitdiff | tree |
2017-11-09 |
ian | sync/atomic, runtime/internal/atomic: don't assume...
|
commit | commitdiff | tree |
2017-11-07 |
ian | compiler: don't double count "." in nested_function_num
|
commit | commitdiff | tree |
2017-11-06 |
ian | compiler: disable escape analysis for runtime
|
commit | commitdiff | tree |
2017-11-06 |
ian | libgo: pass flags to recursive make
|
commit | commitdiff | tree |
2017-10-26 |
ian | compiler: explicitly convert between type aliases
|
commit | commitdiff | tree |
2017-10-25 |
ian | * Makefile.am (check-go-tool): Output colon after...
|
commit | commitdiff | tree |
2017-10-20 |
ian | debug/dwarf: support 64-bit DWARF in byte order...
|
commit | commitdiff | tree |
2017-10-12 |
ian | compiler: fix import of indirectly imported type...
|
commit | commitdiff | tree |
2017-10-11 |
ian | * go-system.h (__STDC_FORMAT_MACROS): Define before...
|
commit | commitdiff | tree |
2017-10-11 |
ian | runtime: fix issues on AIX about uintptr(_t)
|
commit | commitdiff | tree |
2017-10-06 |
ian | * ztest.c (test_large): Pass unsigned long *, not...
|
commit | commitdiff | tree |
2017-10-05 |
ian | compiler: drop special handling of unexported func...
|
commit | commitdiff | tree |
2017-10-05 |
ian | compiler: centralize all symbol name handling
|
commit | commitdiff | tree |
2017-10-05 |
ian | * elf.c (elf_zlib_fetch): Change pval argument to...
|
commit | commitdiff | tree |
2017-10-03 |
ian | * ztest.c: #include <errno.h>.
|
commit | commitdiff | tree |
2017-09-29 |
ian | * xcoff.c: Initial support for DWARF debug sections...
|
commit | commitdiff | tree |
2017-09-29 |
ian | debug/elf: support 32-bit SPARC relocs
|
commit | commitdiff | tree |
2017-09-29 |
ian | mksysinfo: strip locale structs
|
commit | commitdiff | tree |
2017-09-29 |
ian | PR other/67165
|
commit | commitdiff | tree |
2017-09-27 |
ian | compiler: fix crash on struct that embeds pointer...
|
commit | commitdiff | tree |
2017-09-27 |
ian | net: check Getsockname error return
|
commit | commitdiff | tree |
2017-09-22 |
ian | debug/xcoff,cmd: add XCOFF support
|
commit | commitdiff | tree |
2017-09-22 |
ian | PR sanitizer/77631
|
commit | commitdiff | tree |
2017-09-21 |
ian | PR go/82284
|
commit | commitdiff | tree |
2017-09-20 |
ian | libgo: fix build when using -enable-static=no
|
commit | commitdiff | tree |
2017-09-20 |
ian | PR sanitizer/77631
|
commit | commitdiff | tree |
2017-09-20 |
ian | syscall: enable ParseDirent for AIX
|
commit | commitdiff | tree |
2017-09-20 |
ian | syscall: workaround for getsockname bug in AIX
|
commit | commitdiff | tree |
2017-09-20 |
ian | internal,net,os,runtime,syscall: fixes for AIX...
|
commit | commitdiff | tree |
2017-09-20 |
ian | runtime: restore "goroutine in C code" message
|
commit | commitdiff | tree |
2017-09-18 |
ian | runtime: always initialize str field in __go_string_slic...
|
commit | commitdiff | tree |
2017-09-15 |
ian | syscall: fixes for Solaris
|
commit | commitdiff | tree |
2017-09-15 |
ian | compiler: call error_statement for fallthrough...
|
commit | commitdiff | tree |
2017-09-15 |
ian | compiler: check error expression in Array_type...
|
commit | commitdiff | tree |
2017-09-14 |
ian | libgo: update to go1.9
|
commit | commitdiff | tree |
2017-09-14 |
ian | compiler, runtime: simplify select and channel...
|
commit | commitdiff | tree |
2017-09-14 |
ian | compiler: avoid compiler crash on invalid program
|
commit | commitdiff | tree |
2017-09-14 |
ian | compiler: emit type specific functions for aliases
|
commit | commitdiff | tree |
2017-09-14 |
ian | compiler, reflect: fix struct field names for embedded...
|
commit | commitdiff | tree |
2017-09-14 |
ian | compiler: fix check for notinheap conversion
|
commit | commitdiff | tree |
2017-09-09 |
ian | compiler: guard against implicit double pointer...
|
commit | commitdiff | tree |
2017-08-31 |
ian | mksysinfo: fix in6_addr in mld_hdr_t for Solaris
|
commit | commitdiff | tree |
2017-08-30 |
ian | Fix e-mail address.
|
commit | commitdiff | tree |
2017-08-30 |
ian | * configure.ac: Substitute GOC_FOR_TARGET and GCC_FOR_TARGET.
|
commit | commitdiff | tree |
2017-08-30 |
ian | * simple-object-xcoff.c (simple_object_xcoff_find_sections):
|
commit | commitdiff | tree |
2017-08-29 |
ian | net/internal/socktest: build sys_unix.go on AIX
|
commit | commitdiff | tree |
2017-08-29 |
ian | libgo: netinet/icmp6.h require netinet/in.h on AIX
|
commit | commitdiff | tree |
2017-08-29 |
ian | libgo: fix Stat_t on AIX
|
commit | commitdiff | tree |
2017-08-29 |
ian | runtime: make go-nosys.c compile with !HAVE_SYSCALL
|
commit | commitdiff | tree |
2017-08-29 |
ian | runtime: fix lfstack for 64-bit AIX
|
commit | commitdiff | tree |
2017-08-18 |
ian | PR go/81893 ...Linux register code on little endian ...current code builds on little endian but not big endian.
|
commit | commitdiff | tree |
2017-08-18 |
ian | misc/cgo/test: make cgo tests run on AIX
|
commit | commitdiff | tree |
2017-08-18 |
ian | cmd/go: pass -funwind-tables when compiling C code
|
commit | commitdiff | tree |
2017-08-16 |
ian | runtime: better implementation of netpoll for AIX
|
commit | commitdiff | tree |
2017-08-16 |
ian | runtime: improvements for signal registers
|
commit | commitdiff | tree |
2017-08-09 |
ian | compiler: fix buglet in lshift type determination
|
commit | commitdiff | tree |
2017-08-09 |
ian | compiler: handle >32bit exponent in Ldexp
|
commit | commitdiff | tree |
2017-08-04 |
ian | runtime: dump registers for Alpha
|
commit | commitdiff | tree |
2017-08-03 |
ian | PR go/81617
|
commit | commitdiff | tree |
2017-08-02 |
ian | compiler: only finalize embedded fields before...
|
commit | commitdiff | tree |
2017-07-28 |
ian | compiler: add backend type conversion
|
commit | commitdiff | tree |
2017-07-28 |
ian | * xcoff.c: Don't leak a file descriptor if an archive...
|
commit | commitdiff | tree |