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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler: Fix bug in embedded method handling.
ian
2014-05-06
1
-6
/
+4
*
compiler: Add Backend Function type.
ian
2014-01-14
1
-0
/
+24
*
compiler: Use backend interface for slice info.
ian
2014-01-10
1
-9
/
+9
*
compiler, reflect, runtime: Implement method values in reflect.
ian
2013-12-12
1
-0
/
+6
*
compiler: If type defined as type, forward hash/equal functions.
ian
2013-11-26
1
-0
/
+7
*
compiler: Fix backend representation of calls to interface methods.
ian
2013-11-23
1
-2
/
+37
*
compiler: Rework handling of imported anonymous builtin types again.
ian
2013-10-17
1
-1
/
+12
*
runtime: Don't clobber saved context when catching signal.
ian
2013-10-14
1
-2
/
+2
*
compiler: Use backend interface for function declarations.
ian
2013-10-11
1
-1
/
+10
*
compiler: Correctly handle identical unnamed structs with methods.
ian
2013-09-18
1
-9
/
+11
*
compiler, runtime: Use runtime functions to pass closure value.
ian
2013-09-03
1
-4
/
+4
*
compiler: don't export embedded builtins.
ian
2013-08-23
1
-0
/
+4
*
compiler: Add support for method values.
ian
2013-06-24
1
-0
/
+6
*
compiler, runtime: Use function descriptors.
ian
2013-06-18
1
-9
/
+9
*
compiler: Don't emit multiple methods for identical unnamed structs.
ian
2013-02-01
1
-0
/
+6
*
compiler: Accept trailing comma after varargs parameter.
ian
2012-12-13
1
-10
/
+5
*
compiler: Fix bug converting unnamed types with placeholders.
ian
2012-12-01
1
-7
/
+12
*
compiler: Implement //go:nointerface comments.
ian
2012-11-28
1
-0
/
+19
*
compiler: Don't use memcmp for equality if struct has trailing padding.
ian
2012-11-25
1
-16
/
+16
*
compiler: Fix unnamed struct type converted to interface type.
ian
2012-09-22
1
-6
/
+30
*
compiler: Fix multiple types with same name in function.
ian
2012-09-19
1
-6
/
+14
*
compiler: Fix unsafe.Sizeof for named structs with named struct fields.
ian
2012-06-07
1
-2
/
+5
*
compiler: Rewrite handling of untyped numeric constants.
ian
2012-03-28
1
-0
/
+8
*
compiler: Fix handling of invalid types within invalid types.
ian
2012-02-29
1
-1
/
+2
*
compiler: Fix crash: type T1 struct { F *[1]T2 } where T2 is a struct.
ian
2012-02-16
1
-15
/
+26
*
compiler: Permit importing a method to a type being defined.
ian
2012-02-02
1
-1
/
+1
*
compiler: Change alias handling, change rune alias to int32.
ian
2012-01-21
1
-0
/
+13
*
compiler: Handle recursive interfaces.
ian
2012-01-20
1
-8
/
+57
*
compiler: Permit type B byte; type S []B; var v = S("x").
ian
2012-01-11
1
-3
/
+27
*
compiler: Don't use memcmp for structs/arrays with padding.
ian
2012-01-11
1
-28
/
+22
*
compiler: Use backend interface for type sizes and alignments.
ian
2012-01-11
1
-3
/
+41
*
compiler, runtime: Implement struct and array comparisons.
ian
2012-01-06
1
-9
/
+139
*
compiler: Define and use backend-independent Location class.
ian
2011-11-29
1
-45
/
+48
*
Rename is_open_array_type to is_slice_type.
ian
2011-10-24
1
-2
/
+2
*
Fix handling of mutually recursive named types.
ian
2011-09-19
1
-2
/
+4
*
Fix handling of structs with embedded global types.
ian
2011-09-14
1
-0
/
+4
*
Change builtin make to runtime call at lowering time.
ian
2011-06-14
1
-63
/
+2
*
Use backend interface for map descriptors.
ian
2011-06-11
1
-0
/
+17
*
Use backend interface for type descriptors.
ian
2011-06-11
1
-5
/
+26
*
Use backend interface for zero initialization.
ian
2011-06-09
1
-57
/
+0
*
Update to current version of Go library.
ian
2011-05-20
1
-1
/
+1
*
Fix bug with multiple results returning structs with invalid sizes.
ian
2011-05-13
1
-0
/
+14
*
Use backend types for all type conversions.
ian
2011-05-07
1
-38
/
+38
*
More uses of backend interface for types.
ian
2011-05-06
1
-5
/
+0
*
Use backend interface for interface types.
ian
2011-05-06
1
-10
/
+2
*
Use backend interface for slice types.
ian
2011-05-05
1
-4
/
+0
*
Use backend interface for named types and array types.
ian
2011-05-04
1
-15
/
+24
*
Use backend interface for function types.
ian
2011-04-25
1
-8
/
+0
*
Define go_unreachable to replace gcc_unreachable.
ian
2011-04-23
1
-1
/
+1
*
Define go_assert to replace gcc_assert
ian
2011-04-21
1
-8
/
+8
[next]