]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/go/gofrontend/expressions.cc
Remove unnecessary VEC function overloads.
[thirdparty/gcc.git] / gcc / go / gofrontend / expressions.cc
2012-09-11  Diego NovilloRemove unnecessary VEC function overloads.
2012-08-23  Ian Lance Taylorcompiler: Comparisons return untyped boolean value.
2012-08-23  Ian Lance Taylorcompiler: Remove old handling of unsafe.Pointer in...
2012-08-15  Ian Lance Taylorcompiler: Adjust for GCC always being built with C++.
2012-06-14  Ian Lance Taylorcompiler: Avoid unnecessary interface conversions.
2012-05-30  Ian Lance Taylorcompiler: Don't crash for invalid constant types for...
2012-05-25  Ian Lance Taylorcompiler: Don't create a closure if not needed.
2012-05-15  Ian Lance Taylorcompiler: Fix taking address of constant outside of...
2012-05-15  Ian Lance Taylorcompiler: Sort array constructors by index.
2012-05-15  Ian Lance Taylorcompiler: Don't try to take the address of a constant.
2012-05-07  Ian Lance Taylorcompiler: fix ICE in handling of rune constants.
2012-05-07  Ian Lance Taylorcompiler: reject NOT operator on integer types.
2012-04-28  Ian Lance Taylorcompiler: Fix some crashes on invalid code.
2012-04-28  Ian Lance Taylorcompiler: Use less memory for array/slice literals.
2012-04-24  Ian Lance Taylorcompiler: Error for invalid use of ... in call.
2012-04-23  Ian Lance Taylorcompiler: Correct handling of negative zero floating...
2012-04-20  Ian Lance Taylorcompiler, runtime: Add explicit checks for zero and...
2012-04-16  Ian Lance Taylorcompiler: fix infinite recursion in string constant...
2012-03-30  Ian Lance Taylorcompiler: Fix order of evaluation of struct composite...
2012-03-29  Ian Lance Taylorcompiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} retur...
2012-03-28  Ian Lance Taylorcompiler: fix null-dereference on invalid len() arg.
2012-03-28  Ian Lance Taylorcompiler: avoid an ICE on bound interface methods used...
2012-03-28  Ian Lance Taylorcompiler: fix crashes.
2012-03-28  Ian Lance Taylorcompiler: Rewrite handling of untyped numeric constants.
2012-03-09  Ian Lance Taylorcompiler: Be more careful to follow GENERIC type rules.
2012-03-08  Ian Lance Taylorcompiler: Don't crash on array assignment.
2012-03-01  Ian Lance Taylorcompiler: Fix handling of indirection of circular types.
2012-03-01  Ian Lance Taylorcompiler: Avoid some compiler crashes on invalid code.
2012-03-01  Ian Lance Taylorcompiler: Fix unary ^ applied to typed signed integer...
2012-02-29  Ian Lance Taylorcompiler: Avoid various crashes on error conditions.
2012-02-17  Ian Lance Taylorcompiler: Add parameter names to export information.
2012-02-17  Ian Lance Taylorcompiler: Don't lower binary expressions with mismatche...
2012-02-16  Ian Lance Taylorcompiler: Lower constant string comparisons.
2012-02-16  Ian Lance Taylorcompiler: Fix crash: type T1 struct { F *[1]T2 } where...
2012-02-08  Ian Lance Taylormath: Compile with -mfancy-math-387 -funsafe-optimizati...
2012-02-08  Ian Lance Taylorcompiler, runtime: Check make int64 args for overflow.
2012-02-02  Ian Lance Taylorcompiler: Compare slice start and end with cap, not...
2012-02-02  Ian Lance Taylorcompiler: Fix parameter references in method expressions.
2012-02-01  Ian Lance Taylorcompiler: Fix type checking for append.
2012-01-24  Ian Lance Taylorcompiler: Do not allow slice of array literal.
2012-01-24  Ian Lance Taylorcompiler: Correct type of expressions involving charact...
2012-01-24  Ian Lance Taylorcompiler: Better handling of erroneous function signatures.
2012-01-24  Ian Lance Taylorcompiler: Better error message for invalid use of prede...
2012-01-23  Ian Lance Taylorcompiler: Give an error if a variable is defined but...
2012-01-21  Ian Lance Taylorcompiler: Change alias handling, change rune alias...
2012-01-20  Ian Lance Taylorcompiler: Handle recursive interfaces.
2012-01-12  Ian Lance Taylorlibgo: Update to weekly.2011-12-14.
2012-01-11  Ian Lance Taylorcompiler: Permit type B byte; type S []B; var v = S...
2012-01-11  Ian Lance Taylorcompiler: Don't use memcmp for structs/arrays with...
2012-01-11  Ian Lance Taylorcompiler: Use backend interface for type sizes and...
2012-01-06  Ian Lance Taylorcompiler, runtime: Implement struct and array comparisons.
2011-12-28  Ian Lance Taylorcompiler: Prohibit comparisons of funcs, maps, and...
2011-12-14  Ian Lance Taylorcompiler: Permit omitting &T in composite literal.
2011-12-13  Ian Lance Taylorcompiler: Fix multiple conversions to different named...
2011-12-13  Ian Lance Taylorcompiler: Permit converting between string and named...
2011-12-09  Ian Lance Taylorcompiler: Another correction to hidden fields in compos...
2011-12-09  Ian Lance Taylorcompiler: It's OK to assign a struct with hidden fields...
2011-12-08  Ian Lance Taylorcompiler: Don't check for hidden fields on struct assig...
2011-12-01  Ian Lance Taylorcompiler/runtime: Copy channel implementation from...
2011-11-29  Sanjoy Dascompiler: Define and use backend-independent Location...
2011-10-25  Ian Lance TaylorImplement predeclared delete function.
2011-10-25  Ian Lance TaylorDon't permit close of receive-only channel.
2011-10-25  Ian Lance TaylorImplement new order of assignment rules.
2011-10-24  Ian Lance TaylorImplement append([]byte, string...).
2011-10-24  Ian Lance TaylorRename is_open_array_type to is_slice_type.
2011-09-21  Ian Lance TaylorBetter error message for shift context types.
2011-09-20  Ian Lance TaylorImprove error for undefined name in imported package.
2011-09-20  Ian Lance TaylorEmit compiler errors for unused values.
2011-09-17  Ian Lance TaylorImprove errors for invalid use of [...]type.
2011-09-14  Ian Lance TaylorFix handling of structs with embedded global types.
2011-09-13  Ian Lance TaylorFix inheriting hidden methods with arguments of hidden...
2011-09-10  Ian Lance TaylorFix using package name as composite literal struct...
2011-08-29  Ian Lance TaylorLower calls to bound method expressions.
2011-08-25  Ian Lance TaylorChange Bound_method_expression to refer to a constant...
2011-08-24  Roberto Lublinermangccgo...
2011-08-04  Ian Lance Taylorre PR go/49889 (Calling a function whose name is obscur...
2011-08-03  Roberto Lublinermangccgo: Added code to dump the AST tree.
2011-08-01  Ian Lance TaylorUse temporary variables for calls with multiple results.
2011-06-14  Ian Lance TaylorChange builtin make to runtime call at lowering time.
2011-06-11  Ian Lance TaylorUse backend interface for map descriptors.
2011-06-11  Ian Lance TaylorUse backend interface for type descriptors.
2011-06-09  Ian Lance TaylorUse backend interface for zero initialization.
2011-06-08  Ian Lance TaylorCorrect type size comparison.
2011-05-12  Ian Lance TaylorFix bug with taking address of a variable when address...
2011-05-11  Ian Lance TaylorPermit new of a function type.
2011-05-11  Ian Lance TaylorDon't crash ranging over call to builtin function.
2011-05-07  Ian Lance TaylorUse backend types for all type conversions.
2011-04-23  Ian Lance TaylorDefine go_unreachable to replace gcc_unreachable.
2011-04-21  Ian Lance TaylorDefine go_assert to replace gcc_assert
2011-04-21  Ian Lance TaylorUse mpfr_prec_round, not real_convert, to constraint...
2011-04-19  Ian Lance TaylorUse backend interface for temporary variables.
2011-04-19  Ian Lance TaylorUse backend interface for variables.
2011-04-15  Ian Lance TaylorUse backend interface for send statement.
2011-04-15  Ian Lance TaylorUse the backend interface for select statements.
2011-04-13  Ian Lance TaylorUnify handling of runtime support functions.
2011-04-06  Ian Lance TaylorUse backend interface for if statements.
2011-04-05  Ian Lance TaylorUse backend interface for labels and goto statements.
2011-04-04  Ian Lance TaylorUse backend interface for return statements.
2011-03-31  Ian Lance TaylorTaking a slice of an array requires moving the array...
2011-03-28  Ian Lance TaylorPermit copying hidden fields when passing method receiver.
next