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
/
statements.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler: Add flattening pass
ian
2014-01-09
1
-0
/
+19
*
compiler, runtime: Use runtime functions to pass closure value.
ian
2013-09-03
1
-0
/
+46
*
compiler: Add support for method values.
ian
2013-06-24
1
-0
/
+7
*
compiler: implement Go 1.1 spec of terminating statements.
ian
2013-06-12
1
-2
/
+21
*
compiler: Correct initialization order determination.
ian
2013-01-29
1
-0
/
+5
*
compiler: Error if type switch case can not implement switch value.
ian
2012-01-24
1
-2
/
+2
*
compiler: Rework range over slice.
ian
2011-12-28
1
-0
/
+5
*
compiler/runtime: Copy channel implementation from master library.
ian
2011-12-01
1
-30
/
+53
*
compiler: Define and use backend-independent Location class.
ian
2011-11-29
1
-56
/
+56
*
Emit compiler errors for unused values.
ian
2011-09-20
1
-2
/
+4
*
Fix inheriting hidden methods with arguments of hidden type.
ian
2011-09-13
1
-4
/
+3
*
Fix inherited hidden methods that return hidden types.
ian
2011-09-13
1
-3
/
+22
*
Change Bound_method_expression to refer to a constant method.
ian
2011-08-25
1
-9
/
+5
*
gccgo: Added code to dump the AST tree. The AST dump is
ian
2011-08-03
1
-1
/
+70
*
Use temporary variables for calls with multiple results.
ian
2011-08-01
1
-9
/
+15
*
Define go_unreachable to replace gcc_unreachable.
ian
2011-04-23
1
-6
/
+6
*
Define go_assert to replace gcc_assert
ian
2011-04-21
1
-8
/
+8
*
statement.cc no longer includes gcc headers.
ian
2011-04-19
1
-14
/
+4
*
Change general statement method to always use backend interface.
ian
2011-04-19
1
-30
/
+30
*
Use backend interface for temporary variables.
ian
2011-04-19
1
-12
/
+8
*
Use the backend interface for select statements.
ian
2011-04-15
1
-7
/
+9
*
Use backend interface for go and defer statements.
ian
2011-04-13
1
-3
/
+3
*
Use backend interface for constant switch statements.
ian
2011-04-06
1
-8
/
+15
*
Use backend interface for return statements.
ian
2011-04-04
1
-15
/
+5
*
Remove closed function. Fix tuple receive in select.
ian
2011-03-25
1
-2
/
+4
*
Tuple receives indicate whether channel is closed.
ian
2011-03-24
1
-45
/
+44
*
Change c <- v from an expression to a statement.
ian
2011-03-24
1
-0
/
+44
*
Don't crash if a temporary is not defined due to errors.
ian
2010-12-22
1
-5
/
+1
*
Add Go frontend, libgo library, and Go testsuite.
ian
2010-12-03
1
-0
/
+1420