Age | Commit message (Expand) | Author | Files | Lines |
2016-11-22 | runtime: rewrite panic/defer code from C to Go | Ian Lance Taylor | 1 | -0/+9 |
2016-10-11 | compiler: move Backend/Linemap creation out of front end. | Than McIntosh | 1 | -0/+1 |
2016-10-06 | go-gcc.cc (Gcc_backend::stack_allocation_expression): Clear the returned memory. | Chris Manghane | 1 | -0/+3 |
2016-09-23 | re PR go/77701 (suspicious code in go/go-gcc.cc) | Chris Manghane | 1 | -4/+4 |
2016-09-22 | compiler: compile runtime.getcaller{pc,sp} into builtin functions | Ian Lance Taylor | 1 | -6/+7 |
2016-09-11 | runtime/internal/sys: new package, API copied from Go 1.7 | Ian Lance Taylor | 1 | -0/+22 |
2016-08-08 | re PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC: SIGILL) | Ian Lance Taylor | 1 | -0/+29 |
2016-08-05 | re PR go/72812 (reflect FAILs with Solaris as) | Ian Lance Taylor | 1 | -1/+113 |
2016-04-18 | tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount. | Michael Matz | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-22 | go-gcc.cc (class Bvariable): Remove Gcc_tree parent class. | Ian Lance Taylor | 1 | -29/+60 |
2015-12-22 | go-gcc.cc (Gcc_backend::global_variable): If type is zero-sized, add a VIEW_C... | Ian Lance Taylor | 1 | -1/+15 |
2015-12-01 | re PR go/68477 (error: type variant differs by TYPE_STRING_FLAG.) | Ian Lance Taylor | 1 | -1/+0 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -6/+0 |
2015-09-10 | compiler: Report errors from very large types. | Chris Manghane | 1 | -1/+2 |
2015-08-24 | re PR tree-optimization/67284 (libgo fails to build on trunk r227015 / *-linu... | Marek Polacek | 1 | -50/+56 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -2/+1 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -2/+0 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -1/+0 |
2015-06-05 | Merge debug-early branch into mainline. | Aldy Hernandez | 1 | -6/+2 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -4/+0 |
2015-04-30 | compiler: Use backend interface for stack allocation. | Chris Manghane | 1 | -0/+14 |
2015-02-03 | re PR go/64836 (go.test/test/fixedbugs/issue4348.go FAILs) | Ian Lance Taylor | 1 | -15/+14 |
2015-01-16 | compiler, reflect, runtime: Use static chain for closures. | Richard Henderson | 1 | -2/+42 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+11 |
2015-01-07 | re PR go/61204 (gccgo: ICE in in fold_convert_loc [GoSmith]) | Chris Manghane | 1 | -1/+8 |
2015-01-06 | go-gcc.cc (constructor_expression): Don't initialize zero-sized fields, just ... | Chris Manghane | 1 | -1/+15 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-19 | go-gcc.cc (array_constructor_expression): Don't construct arrays of zero-size... | Chris Manghane | 1 | -2/+19 |
2014-10-28 | cgraph.h: Flatten. | Andrew MacLeod | 1 | -2/+6 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -1/+8 |
2014-10-24 | compiler: Use MPC library for complex numbers. | Ian Lance Taylor | 1 | -4/+4 |
2014-09-03 | compiler: Add precise type information on the heap. | Chris Manghane | 1 | -14/+77 |
2014-08-25 | IPA C++ refactoring 4/N | Martin Liska | 1 | -2/+2 |
2014-08-08 | go-gcc.cc (Gcc_backend::compound_statement): Don't return NULL_TREE. | Ian Lance Taylor | 1 | -0/+6 |
2014-07-24 | go-gcc.cc (Gcc_backend::global_variable_set_init): Rename symtab_get_node to ... | Uros Bizjak | 1 | -2/+2 |
2014-06-11 | varasm.c (set_implicit_section): New function. | Jan Hubicka | 1 | -1/+2 |
2014-06-09 | symtab.c (dump_symtab_base): Update dumping. | Jan Hubicka | 1 | -1/+1 |
2014-06-04 | libgo: Merge from revision 18783:00cce3a34d7e of master library. | Ian Lance Taylor | 1 | -4/+23 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -0/+1 |
2014-05-06 | compiler: Use backend interface for expressions. | Chris Manghane | 1 | -76/+22 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -2/+1 |
2014-05-06 | compiler: Use backend interface for slice construction. | Chris Manghane | 1 | -4/+11 |
2014-05-05 | compiler: Handle recursive pointer types for unary indirection. | Chris Manghane | 1 | -9/+22 |
2014-04-30 | go-gcc.cc: #include "langhooks.h". | Chris Manghane | 1 | -3/+216 |
2014-04-26 | compiler: Use backend interface for defining global declarations. | Chris Manghane | 1 | -13/+155 |
2014-04-22 | compiler: Use backend interface for initialization functions. | Chris Manghane | 1 | -11/+13 |
2014-04-17 | compiler: Use backend interface for constant expressions. | Chris Manghane | 1 | -0/+27 |
2014-04-14 | Sync to current external repository. | Chris Manghane | 1 | -4/+443 |