2012-02-10 |
ian | runtime: For g0 set stack_size to 0 when not -fsplit...
|
commit | commitdiff | tree |
2012-02-10 |
ian | runtime: Save all registers on stack for GC scan.
|
commit | commitdiff | tree |
2012-02-10 |
ian | libgo/configure: Fixes for Solaris 8 and cross-compilation.
|
commit | commitdiff | tree |
2012-02-10 |
ian | runtime: Use __builtin_{inf,nan} rather than INFINITY...
|
commit | commitdiff | tree |
2012-02-09 |
ian | os: Fix Solaris stat functions.
|
commit | commitdiff | tree |
2012-02-09 |
ian | * go.test/go-test.exp (go-gc-tests): Don't run stack...
|
commit | commitdiff | tree |
2012-02-09 |
ian | libgo: Update to weekly.2012-02-07.
|
commit | commitdiff | tree |
2012-02-09 |
ian | * go.test/go-test.exp (go-gc-tests): Don't run chan...
|
commit | commitdiff | tree |
2012-02-08 |
ian | runtime: Add matherr function when appropriate.
|
commit | commitdiff | tree |
2012-02-08 |
ian | os: Fix typo in //extern comment.
|
commit | commitdiff | tree |
2012-02-08 |
ian | math: Compile with -mfancy-math-387 -funsafe-optimizations...
|
commit | commitdiff | tree |
2012-02-08 |
ian | compiler, runtime: Check make int64 args for overflow.
|
commit | commitdiff | tree |
2012-02-08 |
ian | runtime: System-specific hack fix for x86_64 Solaris 10.
|
commit | commitdiff | tree |
2012-02-07 |
ian | compiler, libgo: Use //extern comments rather than...
|
commit | commitdiff | tree |
2012-02-04 |
ian | compiler, reflect: Fix hash codes of named types, fix...
|
commit | commitdiff | tree |
2012-02-03 |
ian | mksysinfo: Fix type of last field of Cmsghdr.
|
commit | commitdiff | tree |
2012-02-02 |
ian | runtime: Correct ENOSYS functions.
|
commit | commitdiff | tree |
2012-02-02 |
ian | compiler: Compare slice start and end with cap, not...
|
commit | commitdiff | tree |
2012-02-02 |
ian | compiler: Permit importing a method to a type being...
|
commit | commitdiff | tree |
2012-02-02 |
ian | syscall: Add syscall.Times.
|
commit | commitdiff | tree |
2012-02-02 |
ian | compiler: Fix parameter references in method expressions.
|
commit | commitdiff | tree |
2012-02-01 |
ian | compiler: Fix type checking for append.
|
commit | commitdiff | tree |
2012-02-01 |
ian | os/exec: Make sure file descriptor is not closed early.
|
commit | commitdiff | tree |
2012-02-01 |
ian | compiler: Don't crash on switch _ := v.(type).
|
commit | commitdiff | tree |
2012-02-01 |
ian | libgo: Update to weekly.2012-01-27.
|
commit | commitdiff | tree |
2012-02-01 |
ian | compiler: Permit a general expression in case x :=...
|
commit | commitdiff | tree |
2012-02-01 |
ian | compiler: Don't crash on type switch case nil with...
|
commit | commitdiff | tree |
2012-01-31 |
ian | syscall: Add Gettid on GNU/Linux systems.
|
commit | commitdiff | tree |
2012-01-31 |
ian | syscall: Don't use PtraceRegs if it is not defined.
|
commit | commitdiff | tree |
2012-01-30 |
ian | syscall: Support socket control messages.
|
commit | commitdiff | tree |
2012-01-27 |
ian | syscall: Define IPV6 constants for Irix.
|
commit | commitdiff | tree |
2012-01-27 |
ian | libgo: Fix merge errors shown on Solaris.
|
commit | commitdiff | tree |
2012-01-27 |
ian | compiler: Use new __builtin_init_heap_trampoline.
|
commit | commitdiff | tree |
2012-01-27 |
ian | Remove empty directories from SVN.
|
commit | commitdiff | tree |
2012-01-26 |
ian | compiler: Don't make type fns for private fields in...
|
commit | commitdiff | tree |
2012-01-26 |
ian | libgo: Build stubs for some syscall functions not on...
|
commit | commitdiff | tree |
2012-01-26 |
ian | libgo/mksysinfo: Always define IPV6_TCLASS.
|
commit | commitdiff | tree |
2012-01-26 |
ian | libgo/mksysinfo: Correct typo.
|
commit | commitdiff | tree |
2012-01-25 |
ian | Remove a couple of object files committed by accident.
|
commit | commitdiff | tree |
2012-01-25 |
ian | libgo: Update to weekly.2012-01-20.
|
commit | commitdiff | tree |
2012-01-25 |
ian | libgo: Update to weekly.2012-01-15.
|
commit | commitdiff | tree |
2012-01-25 |
ian | * go.test/go-test.exp (go-gc-tests): Handle a few...
|
commit | commitdiff | tree |
2012-01-25 |
ian | compiler: Always re-lower lowered expressions.
|
commit | commitdiff | tree |
2012-01-25 |
ian | Update to current Go testsuite.
|
commit | commitdiff | tree |
2012-01-24 |
ian | compiler: Error if type switch case can not implement...
|
commit | commitdiff | tree |
2012-01-24 |
ian | compiler: Do not allow slice of array literal.
|
commit | commitdiff | tree |
2012-01-24 |
ian | compiler: Simple statement in type switch is in different...
|
commit | commitdiff | tree |
2012-01-24 |
ian | compiler: Correct type of expressions involving character...
|
commit | commitdiff | tree |
2012-01-24 |
ian | compiler: Verify types of sink variables.
|
commit | commitdiff | tree |
2012-01-24 |
ian | compiler: Better handling of erroneous function signatures.
|
commit | commitdiff | tree |
2012-01-24 |
ian | compiler: Better error message for invalid use of predeclare...
|
commit | commitdiff | tree |
2012-01-23 |
ian | compiler: Give an error if a variable is defined but...
|
commit | commitdiff | tree |
2012-01-21 |
ian | compiler: The type descriptor of an undefined forward...
|
commit | commitdiff | tree |
2012-01-21 |
ian | compiler: Check for calling value method with dereferenced...
|
commit | commitdiff | tree |
2012-01-21 |
ian | runtime: Make builtin print exactly match gc builtin...
|
commit | commitdiff | tree |
2012-01-21 |
ian | compiler: Change alias handling, change rune alias...
|
commit | commitdiff | tree |
2012-01-20 |
ian | compiler: Don't crash if receiver name is _.
|
commit | commitdiff | tree |
2012-01-20 |
ian | compiler: Handle _ with explicit type correctly.
|
commit | commitdiff | tree |
2012-01-20 |
ian | compiler: Handle recursive interfaces.
|
commit | commitdiff | tree |
2012-01-18 |
ian | * config/i386/morestack.S: Simplify CFI opcodes throughout.
|
commit | commitdiff | tree |
2012-01-18 |
ian | PR go/50656
|
commit | commitdiff | tree |
2012-01-17 |
ian | compiler: Don't use import path for ./ or ../ imports.
|
commit | commitdiff | tree |
2012-01-17 |
ian | * gospec.c (lang_specific_driver): If we see -S without...
|
commit | commitdiff | tree |
2012-01-17 |
ian | libgo: Solaris and Irix compatibility patches.
|
commit | commitdiff | tree |
2012-01-17 |
ian | mksysinfo: Fix Alpha GNU/Linux compatibility patch.
|
commit | commitdiff | tree |
2012-01-14 |
ian | gcc/:
|
commit | commitdiff | tree |
2012-01-13 |
ian | libgo: Only build iopl and ioperm on 386, amd64, alpha...
|
commit | commitdiff | tree |
2012-01-13 |
ian | mksysinfo: Pick up TIOCGWINSZ even if expression is...
|
commit | commitdiff | tree |
2012-01-13 |
ian | mksysinfo: Make sure EPOLL_CLOEXEC is defined.
|
commit | commitdiff | tree |
2012-01-13 |
ian | Update copyright year.
|
commit | commitdiff | tree |
2012-01-13 |
ian | * ipa-cp.c (ipa_get_indirect_edge_target): Add typecasts...
|
commit | commitdiff | tree |
2012-01-13 |
ian | libgo: Update to weekly.2011-12-22.
|
commit | commitdiff | tree |
2012-01-12 |
ian | * go-lang.c (go_langhook_init): Initialize void_list_node...
|
commit | commitdiff | tree |
2012-01-12 |
ian | libgo: Update to weekly.2011-12-14.
|
commit | commitdiff | tree |
2012-01-11 |
ian | compiler: Permit type B byte; type S []B; var v = S...
|
commit | commitdiff | tree |
2012-01-11 |
ian | compiler: Don't use memcmp for structs/arrays with...
|
commit | commitdiff | tree |
2012-01-11 |
ian | compiler: Fix names for hash/equality functions for...
|
commit | commitdiff | tree |
2012-01-11 |
ian | compiler: Use backend interface for type sizes and...
|
commit | commitdiff | tree |
2012-01-06 |
ian | compiler, runtime: Implement struct and array comparisons.
|
commit | commitdiff | tree |
2011-12-29 |
ian | * dwarf2out.c (gen_compile_unit_die): Use DW_LANG_Go...
|
commit | commitdiff | tree |
2011-12-28 |
ian | compiler: Prohibit comparisons of funcs, maps, and...
|
commit | commitdiff | tree |
2011-12-28 |
ian | * go-gcc.cc (Gcc_backend::set_placeholder_struct_type... ...distinct_type_copy rather than build_variant_type_copy.
|
commit | commitdiff | tree |
2011-12-28 |
ian | compiler: Rework range over slice.
|
commit | commitdiff | tree |
2011-12-22 |
ian | * go-gcc.cc (set_placeholder_pointer_type): Arrange...
|
commit | commitdiff | tree |
2011-12-22 |
ian | libgo: Use -std=gnu99 on Solaris 10.
|
commit | commitdiff | tree |
2011-12-22 |
ian | runtime: Fix missing USING_SPLIT_STACK ifdef.
|
commit | commitdiff | tree |
2011-12-22 |
ian | * config/i386/morestack.S: Simplify CFI opcodes throughout.
|
commit | commitdiff | tree |
2011-12-21 |
ian | runtime: Catch signals on altstack, disable splitstack...
|
commit | commitdiff | tree |
2011-12-20 |
ian | * config/i386/morestack.S (__morestack_non_split)...
|
commit | commitdiff | tree |
2011-12-20 |
ian | libgo/runtime: Don't define _GNU_SOURCE in source code.
|
commit | commitdiff | tree |
2011-12-20 |
ian | syscall: Don't define IPMreq in socket_irix.go.
|
commit | commitdiff | tree |
2011-12-20 |
ian | libgo: Fix use of -D_GNU_SOURCE and friends when building...
|
commit | commitdiff | tree |
2011-12-16 |
ian | PR middle-end/51592
|
commit | commitdiff | tree |
2011-12-16 |
ian | os: Fix fileInfoFromStat for Solaris.
|
commit | commitdiff | tree |
2011-12-15 |
ian | syscall: Move Errno into its own file, for RTEMS.
|
commit | commitdiff | tree |
2011-12-14 |
ian | libgo: Update to weekly.2011-12-06.
|
commit | commitdiff | tree |
2011-12-14 |
ian | libgo: Update to weekly.2011-12-06.
|
commit | commitdiff | tree |
2011-12-14 |
ian | runtime: Bump memory limit in gc_test.
|
commit | commitdiff | tree |
2011-12-14 |
ian | compiler: Permit omitting &T in composite literal.
|
commit | commitdiff | tree |
2011-12-14 |
ian | compiler: Move import of Go export data to gcc side...
|
commit | commitdiff | tree |
next |