Age | Commit message (Expand) | Author | Files | Lines |
2020-11-21 | Daily bump. | GCC Administrator | 1 | -0/+7 |
2020-11-19 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2020-11-12 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2020-11-07 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2020-11-05 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2020-09-15 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2020-08-11 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2020-04-15 | Go Gcc_backend class: mark prefetch as novops | Ian Lance Taylor | 1 | -0/+9 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+3 |
2020-01-01 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -0/+4 |
2019-11-12 | Use more SET_OPTION_IF_UNSET. | Martin Liska | 1 | -0/+5 |
2019-09-05 | re PR tree-optimization/91663 (split function can be re-inlined, leaving bad ... | Ian Lance Taylor | 1 | -0/+6 |
2019-08-23 | re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs) | Jakub Jelinek | 1 | -0/+6 |
2019-08-10 | Assorted ChangeLog cleanups. | Jakub Jelinek | 1 | -5/+5 |
2019-07-02 | compiler: use builtin memset for non-pointer memclr | Cherry Zhang | 1 | -0/+4 |
2019-06-21 | compiler: intrinsify some math/bits functions | Cherry Zhang | 1 | -0/+5 |
2019-05-30 | Fix RISC-V build failure for go language. | Jim Wilson | 1 | -0/+5 |
2019-05-17 | compiler: intrinsify runtime/internal/atomic functions | Cherry Zhang | 1 | -0/+4 |
2019-05-08 | runtime: use builtin memmove directly | Cherry Zhang | 1 | -0/+4 |
2019-05-08 | compiler: add an option to emit optimization diagnostics | Cherry Zhang | 1 | -0/+8 |
2019-03-07 | re PR go/89227 (gotools test cmd/go fails with link error "call lacks nop, ca... | Ian Lance Taylor | 1 | -0/+6 |
2019-02-15 | compiler,runtime: use __builtin_dwarf_cfa for getcallersp | Cherry Zhang | 1 | -0/+5 |
2019-02-15 | go-backend.c (go_imported_unsafe): Update optimization_default_node. | Ian Lance Taylor | 1 | -0/+5 |
2019-02-14 | go-gcc.cc: #include "opts.h". | Ian Lance Taylor | 1 | -0/+5 |
2019-02-06 | re PR go/89019 (LTO and gccgo cause ICE during free_lang_data) | Nikhil Benesch | 1 | -0/+9 |
2019-01-09 | re PR go/86343 (types built by GO share TYPE_FIELDS in unsupported way) | Ian Lance Taylor | 1 | -0/+7 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -0/+7 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+3 |
2019-01-01 | gcc.c (process_command): Update copyright notice dates. | Jakub Jelinek | 1 | -0/+4 |
2018-11-27 | compiler: import inlinable functions from package data | Ian Lance Taylor | 1 | -0/+5 |
2018-11-13 | Eliminate source_location in favor of location_t | David Malcolm | 1 | -0/+8 |
2018-11-01 | go-gcc.cc (Gcc_backend::write_global_definitions): Don't call gimplify_functi... | Ian Lance Taylor | 1 | -0/+6 |
2018-10-29 | compiler: pass a single flags argument to Backend::function | Ian Lance Taylor | 1 | -0/+5 |
2018-10-29 | compiler: add location_file | Ian Lance Taylor | 1 | -0/+4 |
2018-10-18 | Remove ChangeLog entry for changes in gofrontend that were reverted. | Ian Lance Taylor | 1 | -15/+0 |
2018-10-17 | Run selftests for C++ as well as C | David Malcolm | 1 | -0/+4 |
2018-09-25 | Remove unused functions and fields. | Martin Liska | 1 | -0/+15 |
2018-09-20 | Fix and document -r option | Allan Sandfeld Jensen | 1 | -0/+4 |
2018-08-27 | Replace 8 spaces with a tabular in ChangeLog files. | Martin Liska | 1 | -3/+3 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -0/+6 |
2018-07-20 | PR middle-end/82063 - issues with arguments enabled by -Wall | Martin Sebor | 1 | -0/+6 |
2018-06-28 | re PR go/86343 (types built by GO share TYPE_FIELDS in unsupported way) | Ian Lance Taylor | 1 | -0/+6 |
2018-06-08 | compiler: remove stack_allocation_expression | Cherry Zhang | 1 | -0/+5 |
2018-02-03 | go-gcc.cc (Gcc_backend::fill_in_struct): Mark struct types as using structura... | Ian Lance Taylor | 1 | -0/+5 |
2018-02-02 | go-gcc.cc (Gcc_backend::type_size): Return 0 for void_type_node. | Ian Lance Taylor | 1 | -0/+15 |
2018-02-02 | compiler: turn on escape analysis by default | Cherry Zhang | 1 | -0/+9 |
2018-01-31 | go-gcc.cc (Gcc_backend::convert_tree): New private method. | Ian Lance Taylor | 1 | -0/+7 |
2018-01-09 | compiler: make top-level decl for address-taken non-escaping locals | Cherry Zhang | 1 | -0/+4 |
2018-01-09 | compiler: add escape analysis debug hash | Cherry Zhang | 1 | -0/+8 |
2018-01-06 | go-gcc.cc (Gcc_backend::Gcc_backend): Correct math_function_type_long to take... | Ian Lance Taylor | 1 | -0/+5 |