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
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR go/61880
ian
2014-10-02
1
-4
/
+1
*
compiler: Fix comparison of struct/array with interface.
ian
2014-08-29
1
-2
/
+5
*
PR go/61308
ian
2014-08-05
1
-1
/
+4
*
PR go/61746
ian
2014-07-08
1
-1
/
+1
*
compiler: Fix bug in embedded method handling.
ian
2014-05-06
2
-21
/
+26
*
compiler: Don't overwrite memory if an archive has a bad file name.
ian
2014-04-30
1
-1
/
+1
*
PR other/59545
ian
2014-03-28
1
-2
/
+6
*
compiler: Consider the depth of a nested composite literal during traversal.
ian
2014-03-20
1
-0
/
+14
*
PR go/60288
ian
2014-02-20
1
-1
/
+13
*
compiler: Use backend interface for conditional expressions.
ian
2014-01-31
2
-1
/
+103
*
compiler: Put nointerface methods in unique sections.
ian
2014-01-28
1
-2
/
+9
*
compiler: Use backend interface for unary expressions.
ian
2014-01-24
3
-134
/
+198
*
compiler: Convert named types before flattening.
ian
2014-01-24
2
-1
/
+3
*
compiler: Use backend interface for binary expressions.
ian
2014-01-17
3
-246
/
+212
*
compiler: Use backend interface for interface info and field expressions.
ian
2014-01-15
3
-141
/
+259
*
compiler: Add Backend Function type.
ian
2014-01-14
2
-0
/
+35
*
compiler: Use backend interface for slice info.
ian
2014-01-10
7
-138
/
+322
*
compiler: Add flattening pass
ian
2014-01-09
6
-5
/
+267
*
compiler: Use backend interface for runtime errors.
ian
2013-12-17
4
-34
/
+26
*
compiler: Use backend interface for struct field expressions.
ian
2013-12-16
2
-22
/
+10
*
compiler: Better error messages for { on line after if/for/switch.
ian
2013-12-12
1
-3
/
+22
*
compiler: Check for nil when slicing pointer to array.
ian
2013-12-12
1
-0
/
+8
*
compiler: Tweak untyped nil error message.
ian
2013-12-12
1
-2
/
+9
*
compiler: Don't permit importing a package as "init".
ian
2013-12-12
1
-0
/
+3
*
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
2
-20
/
+35
*
compiler: Minor fixes for recover thunks.
ian
2013-12-11
1
-2
/
+23
*
compiler: If type defined as type, forward hash/equal functions.
ian
2013-11-26
2
-2
/
+107
*
compiler: Fix backend representation of calls to interface methods.
ian
2013-11-23
4
-33
/
+192
*
compiler: Fixes for middle-end changes.
ian
2013-11-22
3
-5
/
+2
*
Factor unrelated declarations out of tree.h.
dnovillo
2013-11-19
2
-0
/
+5
*
gcc/c-family/
rsandifo
2013-11-18
1
-1
/
+1
*
gcc/ada/
rsandifo
2013-11-18
1
-1
/
+1
*
compiler: Use backend interface for comparisons.
ian
2013-11-14
2
-149
/
+110
*
compiler: Update for mainline changes.
ian
2013-11-12
3
-0
/
+3
*
compiler: Support Go 1.2 nil checks.
ian
2013-11-11
3
-6
/
+38
*
compiler: Fix bogus init loop error with struct composite literal.
ian
2013-11-08
1
-3
/
+45
*
compiler: Correct types when type conversion makes backend call.
ian
2013-11-08
1
-2
/
+5
*
compiler: Implement 3-index slicing.
ian
2013-10-24
5
-44
/
+171
*
compiler: use builtin runtime calls for integer to string and string to array...
ian
2013-10-23
1
-26
/
+11
*
compiler: Rework handling of imported anonymous builtin types again.
ian
2013-10-17
2
-37
/
+50
*
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
5
-30
/
+46
*
compiler: Fix handling of imported struct with embedded builtin type.
ian
2013-10-13
2
-0
/
+18
*
compiler: Fix handling of hidden methods for unnamed types.
ian
2013-10-11
4
-6
/
+23
*
compiler: Use backend interface for function code expressions.
ian
2013-10-11
6
-99
/
+103
*
compiler: Error if receiver and parameter have same name.
ian
2013-10-11
1
-0
/
+2
*
compiler: Better error message of unsafe.Offsetof(method value).
ian
2013-10-11
1
-1
/
+13
*
compiler: accept integral float constants as string indices.
ian
2013-10-11
1
-2
/
+11
*
compiler: Improve handling of invalid ASCII characters in identifiers.
ian
2013-10-11
1
-1
/
+22
[next]