decl.c (gnat_to_gnu_entity): Move down code applying atomic checks to the object.
[gcc.git] / libgo / go / reflect /
2015-04-17 Ian Lance Taylorre PR go/65755 (incorrect reflection of struct fields...
2015-03-06 Ian Lance Taylorlibgo: Upgrade to Go 1.4.2 release.
2015-01-19 Richard HendersonAdd attribute unused to dummy arguments in ffi stub
2015-01-19 Ian Lance Taylorreflect: Fix build for systems that do not define ffi_g...
2015-01-16 Richard Hendersoncompiler, reflect, runtime: Use static chain for closures.
2015-01-15 Ian Lance Taylorreflect: Correct error in conversion of s390x support...
2015-01-15 Ian Lance Taylorlibgo, compiler: Upgrade libgo to Go 1.4, except for...
2014-11-04 Ian Lance Taylorlibgo: add s390 support
2014-10-20 Ian Lance Taylorreflect: allocate correct type in assignTo and cvtT2I
2014-10-08 Ian Lance Taylorre PR go/60406 (recover.go: test13reflect2 test failure)
2014-10-03 Ian Lance Taylorre PR go/61877 (reflect: cannot use []string as type...
2014-09-03 Chris Manghanecompiler: Add precise type information on the heap.
2014-07-20 Ian Lance Taylorruntime: remove unused variable
2014-07-19 Ian Lance Taylorreflect, runtime: Use libffi closures to implement...
2014-07-19 Ian Lance Taylorlibgo: Update to Go 1.3 release.
2014-06-06 Ian Lance Taylorlibgo: Merge to master revision 19184.
2014-06-04 Ian Lance Taylorlibgo: Merge from revision 18783:00cce3a34d7e of master...
2013-12-12 Ian Lance Taylorreflect: Fix MakeFunc returning float32 or float64...
2013-12-12 Ian Lance Taylorcompiler, reflect, runtime: Implement method values...
2013-12-11 Ian Lance Taylorreflect, runtime: Let reflect.MakeFunc functions call...
2013-11-30 Ian Lance Taylorreflect: Rename struct field to be consistent in assemb...
2013-11-30 Ian Lance Taylorreflect: Fix MakeFunc for 386 when returning a struct.
2013-11-19 Ian Lance Taylorreflect: Handle calls to functions that take or return...
2013-11-06 Ian Lance Taylorlibgo: Update to October 24 version of master library.
2013-10-07 Ian Lance Taylorreflect: Use C style comments in 386 assembly for Solar...
2013-10-04 Ian Lance Taylorreflect: Fix calling Interface method on value created...
2013-10-02 Ian Lance Taylorreflect: Use hand-coded .eh_frame section rather than...
2013-10-01 Ian Lance Taylorreflect: Fix reflect.Call with function following non...
2013-09-27 Ian Lance Taylorreflect: Copy stack values onto heap in amd64 MakeFunc.
2013-09-27 Ian Lance Taylorreflect: Implement MakeFunc for 386.
2013-09-27 Ian Lance Taylorreflect: Implement MakeFunc for amd64.
2013-09-17 Ian Lance Taylorreflect: Fix bug calling method on indirect value.
2013-09-03 Ian Lance Taylorcompiler, runtime: Use runtime functions to pass closur...
2013-07-16 Ian Lance Taylorlibgo: Update to Go 1.1.1.
2013-06-18 Ian Lance Taylorcompiler, runtime: Use function descriptors.
2013-01-29 Ian Lance Taylorlibgo: Update Go library to master revision 15489/921e5...
2012-12-12 Ian Lance Taylorlibgo: Update to current master library sources.
2012-11-21 Ian Lance Taylorlibgo: Update to current version of master library.
2012-11-19 Ian Lance Taylorreflect: Fix invalid sharing in valueInterface.
2012-11-10 Ian Lance Taylorreflect: Fix bug comparing struct field types.
2012-10-23 Ian Lance Taylorlibgo: Update to current sources.
2012-10-03 Ian Lance Taylorlibgo: Update to Go 1.0.3.
2012-06-14 Ian Lance Taylorcompiler, reflect: Quote package path with tabs.
2012-06-12 Ian Lance Taylorcompiler, reflect: Handle package path like gc compiler.
2012-05-14 Ian Lance Taylorlibgo: Use -fgo-pkgpath.
2012-05-04 Ian Lance Taylorlibgo: Update to Go 1.0.1 release.
2012-03-30 Ian Lance Taylorlibgo: Update to weekly.2012-03-22.
2012-03-30 Ian Lance Taylorlibgo: Update to weekly.2012-03-13.
2012-03-06 Ian Lance Taylorlibgo: Update to weekly.2012-03-04 release.
2012-03-02 Ian Lance Taylorlibgo: Update to weekly.2012-02-14 release.
2012-02-09 Ian Lance Taylorlibgo: Update to weekly.2012-02-07.
2012-02-04 Ian Lance Taylorcompiler, reflect: Fix hash codes of named types, fix...
2012-01-25 Ian Lance Taylorlibgo: Update to weekly.2012-01-20.
2012-01-23 Ian Lance Taylorcompiler: Give an error if a variable is defined but...
2012-01-12 Ian Lance Taylorlibgo: Update to weekly.2011-12-14.
2011-12-14 Ian Lance Taylorlibgo: Update to weekly.2011-12-06.
2011-12-12 Ian Lance Taylorlibgo: Update to weekly.2011-11-18.
2011-12-03 Ian Lance Taylorlibgo: Update to weekly.2011-11-02.
2011-12-02 Ian Lance Taylorlibgo: Update to weekly.2011-11-01.
2011-10-26 Ian Lance TaylorUpdate Go library to last weekly.
2011-10-22 Ian Lance TaylorUpdate Go library to r60.3 release.
2011-09-22 Ian Lance TaylorUpdate Go library to release r60.1.
2011-09-16 Ian Lance TaylorUpdate Go library to r60.
2011-05-20 Ian Lance TaylorUpdate to current version of Go library.
2011-03-24 Ian Lance TaylorUpdate to current version of Go library.
2011-03-16 Ian Lance TaylorUpdate to current version of Go library (revision 94d65...
2011-01-21 Ian Lance TaylorRemove the types float and complex.
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.