Use Pmode with stack_pointer_rtx
[gcc.git] / gcc / go /
2013-11-06 Ian Lance Taylorgo-lang.c (go_langhook_post_options): If -fisolate...
2013-10-24 Ian Lance Taylorcompiler: Implement 3-index slicing.
2013-10-23 Ian Lance Taylorcompiler: use builtin runtime calls for integer to...
2013-10-17 Ian Lance Taylorcompiler: Rework handling of imported anonymous builtin...
2013-10-17 Ian Lance Taylorcompiler: Don't warn for unknown type when importing...
2013-10-14 Chris Manghaneruntime: Don't clobber saved context when catching...
2013-10-13 Ian Lance Taylorcompiler: Fix handling of imported struct with embedded...
2013-10-11 Ian Lance Taylorcompiler: Fix handling of hidden methods for unnamed...
2013-10-11 Chris Manghanecompiler: Use backend interface for function code expre...
2013-10-11 Ian Lance Taylorcompiler: Error if receiver and parameter have same...
2013-10-11 Ian Lance Taylorcompiler: Better error message of unsafe.Offsetof(metho...
2013-10-11 Ian Lance Taylorcompiler: accept integral float constants as string...
2013-10-11 Ian Lance Taylorcompiler: Improve handling of invalid ASCII characters...
2013-10-11 Chris Manghanecompiler: Use backend interface for function declarations.
2013-10-11 Ian Lance Taylorcompiler: Avoid extra error for anonymous embedded...
2013-10-10 Ian Lance Taylorcompiler: Fix test for constant argument too large...
2013-10-10 Ian Lance Taylorcompiler: Don't inherit logical operator operand type...
2013-10-10 Ian Lance Taylorcompiler: A type conversion of a constant is not always...
2013-10-09 Ian Lance Taylorcompiler, runtime: Fix complex division of NaN / 0.
2013-10-08 Ian Lance Taylorcompiler: Error for qualified ID as field name in struc...
2013-10-04 Chris Manghanecompiler: Use backend interface for temporary reference...
2013-10-02 Chris Manghanecompiler: Use backend interface for numeric expressions.
2013-09-30 Chris Manghanecompiler: Use backend interface for variable expressions.
2013-09-28 Ian Lance Taylorcompiler: Avoid knockon errors for invalid uses of _.
2013-09-25 Tom TromeyMake-lang.in (gospec.o): Remove.
2013-09-25 Tom TromeyMakefile.in (DRIVER_DEFINES): Use $(and), not shell...
2013-09-25 Ian Lance Taylorcompiler: don't permit nil assignment to blank identifier.
2013-09-19 Ian Lance Taylorcompiler: Fix inconsistent check for structs using...
2013-09-18 Ian Lance Taylorcompiler: Fix name of unexported method of embedded...
2013-09-18 Ian Lance Taylorcompiler: Correctly handle identical unnamed structs...
2013-09-18 Ian Lance Taylorcompiler: Fix type of result of shortcut calculation.
2013-09-04 Ian Lance Taylorcompiler: expand arguments with multiple results for...
2013-09-03 Ian Lance Taylorcompiler, runtime: Use runtime functions to pass closur...
2013-08-29 Ian Lance Taylorgo-gcc.cc (Gcc_backend::immutable_struct): Set TREE_PUB...
2013-08-23 Ian Lance Taylorcompiler: don't export embedded builtins.
2013-08-17 Ian Lance Taylorcompiler: Don't generate value reference in range claus...
2013-08-07 Ian Lance Taylorcompiler: Fix "missing return" error for case T1, T2...
2013-08-06 Ian Lance Taylorgo-gcc.cc (Gcc_backend::immutable_struct_set_init)...
2013-08-02 Ian Lance Taylorgo-gcc.cc (immutable_struct_set_init): Always call...
2013-08-02 Ian Lance Taylorcompiler: Always put descriptor wrappers in their own...
2013-07-24 Ian Lance Taylorgo-gcc.cc (Gcc_backend::non_zero_size_type): If a struc...
2013-07-23 Ian Lance Taylorgo-backend.c: Don't #include "rtl.h".
2013-07-23 Ian Lance Taylorgo-lang.c: Don't #include "except.h".
2013-07-16 Ian Lance Taylorcompiler: adjust closure field indexes
2013-06-27 Ian Lance Taylorcompiler: structs inherit all methods from embedded...
2013-06-27 Ian Lance Taylorcompiler: more consistent error message for [...]T(x)
2013-06-26 Ian Lance Taylorcompiler: disallow fallthrough in last case of switch.
2013-06-26 Ian Lance Taylorcompiler: reject integer division by zero constant.
2013-06-26 Ian Lance Taylorcompiler: forbid identifiers named "init" in package...
2013-06-25 Ian Lance Taylorcompiler: Fix type determination issues.
2013-06-24 Ian Lance Taylorcompiler: generate dummy names for blank-named constants.
2013-06-24 Ian Lance Taylorcompiler: Add support for method values.
2013-06-21 Ian Lance Taylorcompiler: do not skip compilation of blank-named functions.
2013-06-21 Ian Lance Taylorcompiler: Really only make descriptors when needed.
2013-06-21 Ian Lance Taylorcompiler: Only make function descriptors if needed.
2013-06-19 Ian Lance Taylorcompiler: reject incorrect unsafe.Offsetof expressions.
2013-06-18 Ian Lance Taylorcompiler, runtime: Use function descriptors.
2013-06-14 Ian Lance Taylorcompiler: fix computation of Offsetof.
2013-06-12 Ian Lance Taylorcompiler: implement Go 1.1 spec of terminating statements.
2013-05-16 Jason MerrillMakefile.in (LLINKER): New variable.
2013-02-10 Ian Lance Taylorcompiler, libgo: Permit testing package when test impor...
2013-02-05 Ian Lance Taylorre PR bootstrap/56198 (Go profiledbootstrap error)
2013-02-01 Ian Lance Taylorcompiler: Don't emit multiple methods for identical...
2013-01-29 Ian Lance Taylorcompiler: Correct initialization order determination.
2013-01-17 Ian Lance Taylorcompiler: Provide location for initialization function.
2013-01-16 Shenghou Ma* gospec.c: pass -u pthread_create to linker when stati...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-04 Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-12-21 Ian Lance Taylorcompiler: Error if name defined in both package and...
2012-12-21 Ian Lance Taylorre PR bootstrap/54659 (Bootstrap with --disable-nls...
2012-12-18 Ian Lance Taylorlibgo: Link against libatomic_convenience.la.
2012-12-18 Andreas Schwablibgo: Link against libatomic.
2012-12-14 Ian Lance Taylorcompiler: Better error message for invalid shift operat...
2012-12-13 Ian Lance Taylorcompiler: Accept trailing comma after varargs parameter.
2012-12-06 Ian Lance Taylorcompiler: Correct test for whether go/defer arg is...
2012-12-05 Ian Lance Taylorcompiler: Accept trailing comma after expression in...
2012-12-05 Ian Lance Taylorcompiler: Make sure we produce an error for a call...
2012-12-05 Ian Lance Taylorcompiler: Check for negative or inverted arguments...
2012-12-04 Ian Lance Taylorcompiler: Give error for constant inverted slice range.
2012-12-04 Ian Lance Taylorcompiler: Reject invalid nil == nil comparisons.
2012-12-04 Ian Lance Taylorcompiler: Fix crash in go/defer of some builtin functions.
2012-12-04 Ian Lance Taylorcompiler: Don't permit go/defer argument to be parenthe...
2012-12-03 Ian Lance Taylorcompiler: Fix field tracking for references in global...
2012-12-03 Ian Lance Taylorcompiler: Don't encode non-ASCII characters in identifiers.
2012-12-03 Ian Lance Taylorcompiler: Fix nil func panics, constant type conversions.
2012-12-01 Ian Lance Taylorcompiler: Fix bug converting unnamed types with placeho...
2012-11-30 Ian Lance Taylorcompiler: Fix fieldtrack info for unexported type.
2012-11-29 Ian Lance Taylorcompiler, runtime: Track fields with tag go:"track".
2012-11-28 Ian Lance Taylorcompiler: Implement //go:nointerface comments.
2012-11-25 Ian Lance Taylorcompiler: Don't use memcmp for equality if struct has...
2012-11-19 Ian Lance Taylorre PR translation/53764 (Typo in translatable string...
2012-11-18 Ian Lance Taylorcompiler: Adjust for vec changes.
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-16 Ian Lance Taylorcompiler: don't remove floating point conversion of...
2012-11-16 Ian Lance TaylorMake-lang.in (gccgo$(exeext)): Add + at start of command.
2012-11-06 Ian Lance Taylorcompiler, runtime: Size of int is now 64 bits on x86_64.
2012-11-06 Ian Lance Taylorcompiler, libgo: Fixes to prepare for 64-bit int.
2012-11-06 Ian Lance Taylorcompiler, runtime: Memcmp routine returns intgo.
2012-11-01 Ian Lance Taylorcompiler, runtime: More steps toward separating int...
2012-10-31 Ian Lance Taylorcompiler: Add -fgo-relative-import-path.
next