]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/go/gofrontend/expressions.cc
Fix double word typos.
[thirdparty/gcc.git] / gcc / go / gofrontend / expressions.cc
2015-07-13  Aldy HernandezFix double word typos.
2015-05-12  Ian Lance Taylorcompiler: If unary & does not escape, the var does...
2015-05-05  Ian Lance Taylorcompiler: Don't make temporaries for constant string...
2015-04-30  Chris Manghanecompiler: Use backend interface for stack allocation.
2015-04-17  Chris Manghanecompiler: Escape analysis.
2015-03-31  Ian Lance Taylorcompiler: Mark builtin calls with bad types as errors.
2015-02-03  Ian Lance Taylorre PR go/64836 (go.test/test/fixedbugs/issue4348.go...
2015-01-22  Ian Lance Taylorcompiler: Prohibit use of ellipsis operator on multi...
2015-01-16  Richard Hendersoncompiler, reflect, runtime: Use static chain for closures.
2015-01-15  Ian Lance Taylorlibgo, compiler: Upgrade libgo to Go 1.4, except for...
2015-01-07  Ian Lance Taylorcompiler: Don't assign to embedded builtins in imported...
2015-01-07  Ian Lance Taylorcompiler: Add explicit sign to exported complex constan...
2014-12-19  Ian Lance Taylorcompiler: Add temporaries required in cases of interfac...
2014-12-19  Ian Lance Taylorcompiler: More cases that need a temporary for interfac...
2014-12-19  Ian Lance Taylorcompiler: Avoid multiple evaluations in interface conve...
2014-12-17  Ian Lance Taylorcompiler: Don't crash on append with single argument.
2014-12-16  Ian Lance Taylorre PR go/61264 (gccgo: ICE in __normal_iterator [GoSmith])
2014-12-15  Ian Lance Taylorre PR go/61255 (gccgo: spurious "error: argument 2...
2014-12-15  Ian Lance Taylorre PR go/61248 (gccgo: spurious "error: too many argume...
2014-12-14  Ian Lance Taylorcompiler: Fix crash when tracked field used in global...
2014-12-14  Ian Lance Taylorre PR go/61244 (gccgo: ICE in write_specific_type_funct...
2014-12-10  Ian Lance Taylorre PR go/61316 (gccgo: spurious "incompatible types...
2014-12-10  Ian Lance Taylorcompiler: Don't track fields in compiler-generated...
2014-12-01  Ian Lance Taylorcompiler: Don't crash with self-referential types.
2014-11-13  Ian Lance Taylorcompiler: Do not count package uses from ambiguous...
2014-11-04  Ian Lance Taylorcompiler: Logical operators should yield untyped bool...
2014-10-24  Ian Lance Taylorcompiler: Use MPC library for complex numbers.
2014-10-24  Ian Lance Taylorcompiler: Simplify making integer expressions.
2014-10-21  Ian Lance Taylorcompiler: Remove obsolete hidden_fields_are_ok code.
2014-10-20  Ian Lance Taylorcompiler, runtime: Add type information to single objec...
2014-09-03  Chris Manghanecompiler: Add precise type information on the heap.
2014-08-29  Ian Lance Taylorcompiler: Fix comparison of struct/array with interface.
2014-08-13  Ian Lance Taylorcompiler, runtime: Fix unexpected GC interfering with...
2014-08-05  Ian Lance Taylorre PR go/61308 (gccgo: ICE in Expression::check_bounds...
2014-07-18  Ian Lance Taylorcompiler: fix test for mismatch between function result...
2014-07-08  Ian Lance Taylorre PR go/61308 (gccgo: ICE in Expression::check_bounds...
2014-06-04  Ian Lance Taylorlibgo: Merge from revision 18783:00cce3a34d7e of master...
2014-05-06  Chris Manghanecompiler: Use backend interface for expressions.
2014-05-06  Chris Manghanecompiler: Store flags for division checks in Gogo objec...
2014-05-06  Chris Manghanecompiler: Use backend interface for slice construction.
2014-05-05  Chris Manghanecompiler: Handle recursive pointer types for unary...
2014-05-05  Ian Lance Taylorcompiler: Use backend interface for type info expressions.
2014-05-05  Ian Lance Taylorcompiler: Use backend interface for sink expressions.
2014-05-05  Ian Lance Taylorcompiler: Use backend interface for set and use tempora...
2014-05-05  Ian Lance Taylorcompiler: Use backend interface for struct field offsets.
2014-05-05  Ian Lance Taylorcompiler: Use backend interface for bound method expres...
2014-05-01  Ian Lance Taylorcompiler: Use backend interface for heap expressions.
2014-04-26  Chris Manghanecompiler: Use backend interface for defining global...
2014-04-17  Chris Manghanecompiler: Use backend interface for constant expressions.
2014-04-17  Ian Lance Taylorre PR go/60870 (go interface methods broken on ppc64le...
2014-04-17  Ian Lance Taylorcompiler: Define immutability for numeric, constant...
2014-04-14  Chris ManghaneSync to current external repository.
2014-03-28  Ian Lance Taylorre PR other/59545 (Signed integer overflow issues)
2014-03-20  Ian Lance Taylorcompiler: Consider the depth of a nested composite...
2014-02-20  Ian Lance Taylorre PR go/60288 (gccgo crashes compiling '*func_ptr...
2014-01-31  Ian Lance Taylorcompiler: Use backend interface for conditional express...
2014-01-24  Chris Manghanecompiler: Use backend interface for unary expressions.
2014-01-17  Chris Manghanecompiler: Use backend interface for binary expressions.
2014-01-15  Chris Manghanecompiler: Use backend interface for interface info...
2014-01-10  Ian Lance Taylorcompiler: Use backend interface for slice info.
2013-12-17  Ian Lance Taylorcompiler: Use backend interface for runtime errors.
2013-12-16  Chris Manghanecompiler: Use backend interface for struct field expres...
2013-12-12  Ian Lance Taylorcompiler: Check for nil when slicing pointer to array.
2013-12-12  Ian Lance Taylorcompiler: Tweak untyped nil error message.
2013-11-23  Ian Lance Taylorcompiler: Fix backend representation of calls to interf...
2013-11-22  Ian Lance Taylorcompiler: Fixes for middle-end changes.
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18  Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18  Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
2013-11-14  Ian Lance Taylorcompiler: Use backend interface for comparisons.
2013-11-12  Ian Lance Taylorcompiler: Update for mainline changes.
2013-11-11  Ian Lance Taylorcompiler: Support Go 1.2 nil checks.
2013-11-08  Ian Lance Taylorcompiler: Fix bogus init loop error with struct composi...
2013-11-08  Ian Lance Taylorcompiler: Correct types when type conversion makes...
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-14  Chris Manghaneruntime: Don't clobber saved context when catching...
2013-10-11  Chris Manghanecompiler: Use backend interface for function code expre...
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  Chris Manghanecompiler: Use backend interface for function declarations.
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-19  Ian Lance Taylorcompiler: Fix inconsistent check for structs using...
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-06-26  Ian Lance Taylorcompiler: reject integer division by zero constant.
2013-06-25  Ian Lance Taylorcompiler: Fix type determination issues.
2013-06-24  Ian Lance Taylorcompiler: Add support for method values.
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.
next