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
/
expressions.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler: Use backend interface for conditional expressions.
ian
2014-01-31
1
-1
/
+6
*
compiler: Use backend interface for unary expressions.
ian
2014-01-24
1
-0
/
+14
*
compiler: Use backend interface for binary expressions.
ian
2014-01-17
1
-4
/
+7
*
compiler: Use backend interface for interface info and field expressions.
ian
2014-01-15
1
-13
/
+26
*
compiler: Use backend interface for slice info.
ian
2014-01-10
1
-0
/
+21
*
compiler: Add flattening pass
ian
2014-01-09
1
-0
/
+18
*
compiler: Use backend interface for comparisons.
ian
2013-11-14
1
-3
/
+5
*
compiler: Support Go 1.2 nil checks.
ian
2013-11-11
1
-0
/
+17
*
compiler: Implement 3-index slicing.
ian
2013-10-24
1
-11
/
+21
*
compiler: Use backend interface for function code expressions.
ian
2013-10-11
1
-2
/
+2
*
compiler: Error for qualified ID as field name in struct literal.
ian
2013-10-08
1
-2
/
+5
*
compiler: Use backend interface for numeric expressions.
ian
2013-10-02
1
-11
/
+4
*
compiler, runtime: Use runtime functions to pass closure value.
ian
2013-09-03
1
-11
/
+2
*
compiler: Add support for method values.
ian
2013-06-24
1
-13
/
+52
*
compiler: Really only make descriptors when needed.
ian
2013-06-21
1
-3
/
+0
*
compiler: Only make function descriptors if needed.
ian
2013-06-21
1
-4
/
+61
*
compiler: reject incorrect unsafe.Offsetof expressions.
ian
2013-06-19
1
-1
/
+1
*
compiler, runtime: Use function descriptors.
ian
2013-06-18
1
-7
/
+32
*
compiler: fix computation of Offsetof.
ian
2013-06-14
1
-0
/
+12
*
compiler: Correct initialization order determination.
ian
2013-01-29
1
-0
/
+5
*
PR bootstrap/54659
ian
2012-12-21
1
-1
/
+0
*
compiler: Fix crash in go/defer of some builtin functions.
ian
2012-12-04
1
-9
/
+10
*
compiler: Fix nil func panics, constant type conversions.
ian
2012-12-03
1
-2
/
+2
*
compiler, runtime: Track fields with tag go:"track".
ian
2012-11-29
1
-1
/
+6
*
compiler: Comparisons return untyped boolean value.
ian
2012-08-23
1
-4
/
+6
*
compiler: Fix taking address of field of local variable.
ian
2012-06-07
1
-0
/
+4
*
compiler: Fix order of evaluation of struct composite literals.
ian
2012-03-30
1
-0
/
+5
*
compiler: Rewrite handling of untyped numeric constants.
ian
2012-03-28
1
-78
/
+221
*
compiler: Fix varargs functions that call recover.
ian
2012-03-01
1
-0
/
+4
*
compiler: Better handling of erroneous function signatures.
ian
2012-01-24
1
-2
/
+13
*
compiler: Change alias handling, change rune alias to int32.
ian
2012-01-21
1
-0
/
+5
*
compiler, runtime: Implement struct and array comparisons.
ian
2012-01-06
1
-0
/
+86
*
compiler: Prohibit comparisons of funcs, maps, and slices to non-nil.
ian
2011-12-28
1
-2
/
+2
*
compiler/runtime: Copy channel implementation from master library.
ian
2011-12-01
1
-8
/
+1
*
compiler: Define and use backend-independent Location class.
ian
2011-11-29
1
-67
/
+67
*
Implement new order of assignment rules.
ian
2011-10-25
1
-0
/
+33
*
Emit compiler errors for unused values.
ian
2011-09-20
1
-5
/
+5
*
Fix inheriting hidden methods with arguments of hidden type.
ian
2011-09-13
1
-2
/
+12
*
Lower calls to bound method expressions.
ian
2011-08-29
1
-4
/
+6
*
Change Bound_method_expression to refer to a constant method.
ian
2011-08-25
1
-8
/
+7
*
gccgo: fixes to ast-dump, refactoring of export and ast-dump
ian
2011-08-24
1
-0
/
+5
*
gccgo: Added code to dump the AST tree. The AST dump is
ian
2011-08-03
1
-0
/
+57
*
Use temporary variables for calls with multiple results.
ian
2011-08-01
1
-20
/
+56
*
Change builtin make to runtime call at lowering time.
ian
2011-06-14
1
-7
/
+8
*
Define go_unreachable to replace gcc_unreachable.
ian
2011-04-23
1
-3
/
+3
*
Define go_assert to replace gcc_assert
ian
2011-04-21
1
-1
/
+1
*
Unify handling of runtime support functions.
ian
2011-04-13
1
-0
/
+7
*
Change c <- v from an expression to a statement.
ian
2011-03-24
1
-71
/
+3
*
Handle predeclared names used as fields in struct composite literals.
ian
2011-03-07
1
-8
/
+0
*
Make sure variable type is determined when var initialized to var.
ian
2011-03-03
1
-2
/
+1
[next]