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
/
gogo-tree.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler: Convert named types before flattening.
ian
2014-01-24
1
-1
/
+0
*
compiler: Use backend interface for runtime errors.
ian
2013-12-17
1
-24
/
+0
*
compiler: Fixes for middle-end changes.
ian
2013-11-22
1
-1
/
+1
*
Factor unrelated declarations out of tree.h.
dnovillo
2013-11-19
1
-0
/
+3
*
compiler: Update for mainline changes.
ian
2013-11-12
1
-0
/
+1
*
runtime: Don't clobber saved context when catching signal.
ian
2013-10-14
1
-2
/
+4
*
compiler: Fix handling of hidden methods for unnamed types.
ian
2013-10-11
1
-4
/
+5
*
compiler: Use backend interface for function code expressions.
ian
2013-10-11
1
-83
/
+9
*
compiler: Use backend interface for function declarations.
ian
2013-10-11
1
-233
/
+108
*
compiler: Avoid knockon errors for invalid uses of _.
ian
2013-09-28
1
-0
/
+6
*
compiler: Fix name of unexported method of embedded imported type.
ian
2013-09-18
1
-1
/
+25
*
compiler, runtime: Use runtime functions to pass closure value.
ian
2013-09-03
1
-63
/
+24
*
compiler: generate dummy names for blank-named constants.
ian
2013-06-24
1
-8
/
+9
*
compiler: do not skip compilation of blank-named functions.
ian
2013-06-21
1
-0
/
+8
*
compiler, runtime: Use function descriptors.
ian
2013-06-18
1
-101
/
+131
*
compiler: Correct initialization order determination.
ian
2013-01-29
1
-30
/
+43
*
compiler: Provide location for initialization function.
ian
2013-01-17
1
-5
/
+7
*
PR bootstrap/54659
ian
2012-12-21
1
-2
/
+0
*
compiler, runtime: Track fields with tag go:"track".
ian
2012-11-29
1
-0
/
+3
*
compiler: Adjust for vec changes.
ian
2012-11-18
1
-24
/
+29
*
compiler, runtime: More steps toward separating int and intgo.
ian
2012-11-01
1
-2
/
+5
*
compiler: Fix unnamed struct type converted to interface type.
ian
2012-09-22
1
-4
/
+12
*
compiler: Update for GCC push_cfun changes.
ian
2012-09-20
1
-9
/
+0
*
compiler: Fix multiple types with same name in function.
ian
2012-09-19
1
-2
/
+12
*
Remove unnecessary VEC function overloads.
dnovillo
2012-09-11
1
-15
/
+20
*
compiler: Adjust for GCC always being built with C++.
ian
2012-08-15
1
-10
/
+1
*
compiler: Fix erroneous use of VEC.
ian
2012-05-18
1
-1
/
+1
*
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
-9
/
+19
*
compiler: Fix order of initialization bug with global var a, b = f().
ian
2012-05-03
1
-15
/
+39
*
* cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.c
hubicka
2012-04-30
1
-1
/
+1
*
compiler: Don't call cgraph_mark_needed_node.
ian
2012-04-20
1
-1
/
+0
*
compiler: Don't initialize zero sized variables.
ian
2012-03-08
1
-1
/
+3
*
compiler: Check for initialization loop in constant initializer.
ian
2012-02-17
1
-2
/
+9
*
compiler: Use new __builtin_init_heap_trampoline.
ian
2012-01-27
1
-2
/
+2
*
compiler: Better handling of erroneous function signatures.
ian
2012-01-24
1
-0
/
+4
*
libgo: Update to weekly.2011-12-14.
ian
2012-01-12
1
-3
/
+94
*
compiler, runtime: Implement struct and array comparisons.
ian
2012-01-06
1
-5
/
+10
*
compiler/runtime: Copy channel implementation from master library.
ian
2011-12-01
1
-16
/
+11
*
compiler: Define and use backend-independent Location class.
ian
2011-11-29
1
-52
/
+69
*
Remove incorrect ChangeLog entry, correct spacing.
ian
2011-10-11
1
-1
/
+1
*
Convert standard builtin functions from being arrays to using a functional in...
meissner
2011-10-11
1
-5
/
+3
*
Fix defer when not calling recover in function with named results.
ian
2011-09-16
1
-4
/
+14
*
Fix defer/recover at high optimization levels.
ian
2011-09-14
1
-2
/
+5
*
Always dereference nil receiver passed to value method.
ian
2011-09-13
1
-21
/
+3
*
* gogo-tree.cc (Gogo::define_builtin_function_trees): Change
amacleod
2011-06-21
1
-4
/
+4
*
Use backend interface for map descriptors.
ian
2011-06-11
1
-135
/
+0
*
Use backend interface for type descriptors.
ian
2011-06-11
1
-189
/
+5
*
Use backend interface for zero initialization.
ian
2011-06-09
1
-19
/
+11
*
Use backend types for all type conversions.
ian
2011-05-07
1
-15
/
+22
[next]