index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
go
/
gofrontend
/
types.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler: Fix bug in embedded method handling.
ian
2014-05-06
1
-15
/
+22
*
compiler: Add Backend Function type.
ian
2014-01-14
1
-0
/
+11
*
compiler: Use backend interface for slice info.
ian
2014-01-10
1
-56
/
+25
*
compiler: Don't compare structs with blank non-comparable fields.
ian
2013-12-12
1
-3
/
+0
*
compiler, reflect, runtime: Implement method values in reflect.
ian
2013-12-12
1
-20
/
+29
*
compiler: If type defined as type, forward hash/equal functions.
ian
2013-11-26
1
-2
/
+100
*
compiler: Fix backend representation of calls to interface methods.
ian
2013-11-23
1
-24
/
+140
*
compiler: Fixes for middle-end changes.
ian
2013-11-22
1
-2
/
+0
*
compiler: Update for mainline changes.
ian
2013-11-12
1
-0
/
+1
*
compiler: Support Go 1.2 nil checks.
ian
2013-11-11
1
-2
/
+1
*
compiler: Implement 3-index slicing.
ian
2013-10-24
1
-2
/
+2
*
compiler: Rework handling of imported anonymous builtin types again.
ian
2013-10-17
1
-36
/
+38
*
compiler: Don't warn for unknown type when importing anonymous field.
ian
2013-10-17
1
-4
/
+18
*
runtime: Don't clobber saved context when catching signal.
ian
2013-10-14
1
-10
/
+7
*
compiler: Fix handling of imported struct with embedded builtin type.
ian
2013-10-13
1
-0
/
+13
*
compiler: Fix handling of hidden methods for unnamed types.
ian
2013-10-11
1
-0
/
+2
*
compiler: Use backend interface for function declarations.
ian
2013-10-11
1
-49
/
+63
*
compiler: Avoid extra error for anonymous embedded type.
ian
2013-10-11
1
-6
/
+1
*
compiler: Use backend interface for numeric expressions.
ian
2013-10-02
1
-2
/
+4
*
compiler: Avoid knockon errors for invalid uses of _.
ian
2013-09-28
1
-1
/
+5
*
compiler: Fix inconsistent check for structs using memcmp for ==.
ian
2013-09-19
1
-3
/
+1
*
compiler: Correctly handle identical unnamed structs with methods.
ian
2013-09-18
1
-2
/
+22
*
compiler, runtime: Use runtime functions to pass closure value.
ian
2013-09-03
1
-20
/
+5
*
compiler: don't export embedded builtins.
ian
2013-08-23
1
-3
/
+24
*
compiler: structs inherit all methods from embedded pointer fields.
ian
2013-06-27
1
-1
/
+6
*
compiler: Add support for method values.
ian
2013-06-24
1
-21
/
+53
*
compiler, runtime: Use function descriptors.
ian
2013-06-18
1
-35
/
+45
*
compiler: fix computation of Offsetof.
ian
2013-06-14
1
-0
/
+1
*
compiler: Don't emit multiple methods for identical unnamed structs.
ian
2013-02-01
1
-0
/
+20
*
PR bootstrap/54659
ian
2012-12-21
1
-2
/
+0
*
compiler: Accept trailing comma after varargs parameter.
ian
2012-12-13
1
-0
/
+31
*
compiler: Fix bug converting unnamed types with placeholders.
ian
2012-12-01
1
-50
/
+86
*
compiler: Implement //go:nointerface comments.
ian
2012-11-28
1
-0
/
+37
*
compiler: Don't use memcmp for equality if struct has trailing padding.
ian
2012-11-25
1
-9
/
+19
*
compiler, libgo: Fixes to prepare for 64-bit int.
ian
2012-11-06
1
-2
/
+6
*
compiler, runtime: More steps toward separating int and intgo.
ian
2012-11-01
1
-7
/
+13
*
compiler: Fix a couple of type reflection strings.
ian
2012-10-02
1
-3
/
+9
*
compiler: Fix unnamed struct type converted to interface type.
ian
2012-09-22
1
-27
/
+64
*
compiler: Better error messages for single- and multiple- value.
ian
2012-09-21
1
-3
/
+3
*
compiler: Better error message if method requires pointer receiver.
ian
2012-09-21
1
-2
/
+3
*
compiler: Fix struct hash and equality with _ fields.
ian
2012-09-20
1
-0
/
+12
*
compiler: Fix multiple types with same name in function.
ian
2012-09-19
1
-5
/
+46
*
compiler: Adjust for GCC always being built with C++.
ian
2012-08-15
1
-9
/
+0
*
compiler, reflect: Quote package path with tabs.
ian
2012-06-14
1
-4
/
+4
*
compiler, reflect: Handle package path like gc compiler.
ian
2012-06-12
1
-6
/
+15
*
compiler: Fix unsafe.Sizeof for named structs with named struct fields.
ian
2012-06-07
1
-0
/
+9
*
compiler: Fix assembler names of types defined in functions.
ian
2012-05-16
1
-1
/
+1
*
compiler: Add -fgo-pkgpath option.
ian
2012-05-09
1
-48
/
+50
*
compiler: Fix some crashes on invalid code.
ian
2012-04-28
1
-1
/
+10
*
compiler: Rewrite handling of untyped numeric constants.
ian
2012-03-28
1
-85
/
+60
[next]