Age | Commit message (Expand) | Author | Files | Lines |
2020-11-03 | libcpp: dependency emission tidying | Nathan Sidwell | 1 | -4/+6 |
2020-02-03 | [OpenACC] bump version for 2.6 plus libgomp.texi update | Tobias Burnus | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-29 | cpp.c (gfc_cpp_init): Add pre-defined macros for INTEGER(1) INTEGER(2)... | Steven G. Kargl | 1 | -0/+22 |
2018-11-13 | Eliminate source_location in favor of location_t | David Malcolm | 1 | -20/+20 |
2018-10-31 | [6/6] Preprocessor forced macro location | Nathan Sidwell | 1 | -2/+1 |
2018-10-09 | Cleanup of libcpp diagnostic callbacks | David Malcolm | 1 | -6/+9 |
2018-08-16 | [PATCH] CPP Macro predicates | Nathan Sidwell | 1 | -1/+1 |
2018-08-08 | [PATCH] line-map include-from representation | Nathan Sidwell | 1 | -4/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-10-11 | [PATCH] Include path enumeration | Nathan Sidwell | 1 | -2/+2 |
2017-05-05 | Eliminate report_diagnostic macro | David Malcolm | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-10 | cpp.c (cpp_define_builtins): Define _OPENMP to 201511 instead of 201307. | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -5/+0 |
2015-11-06 | Reimplement diagnostic_show_locus, introducing rich_location classes | David Malcolm | 1 | -8/+5 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -7/+5 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-05-19 | Replace line_map union with C++ class hierarchy | David Malcolm | 1 | -5/+7 |
2015-01-15 | Merge current set of OpenACC changes from gomp-4_0-branch. | Thomas Schwinge | 1 | -0/+3 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+9 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-16 | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 1 | -2/+2 |
2014-11-15 | error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error. | Tobias Burnus | 1 | -4/+4 |
2014-06-18 | gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT... | Jakub Jelinek | 1 | -1/+1 |
2014-03-22 | re PR debug/60603 (.debug_macinfo/.debug_macro has wrong line numbers for bui... | Jakub Jelinek | 1 | -0/+1 |
2014-01-09 | cpp.c (gfc_cpp_handle_option): Add missing break. | Tobias Burnus | 1 | -0/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-05 | c.opt (-Wdate-time): New option | Tobias Burnus | 1 | -0/+6 |
2013-04-11 | Replace enum gfc_try with bool type. | Janne Blomqvist | 1 | -3/+3 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-10-21 | re PR fortran/54725 (cross gfortran always searches host paths (e.g. /usr/inc... | Tobias Burnus | 1 | -1/+5 |
2012-09-20 | re PR fortran/54599 (Issues found in gfortran by the Coverity Scan) | Tobias Burnus | 1 | -2/+4 |
2011-10-17 | Linemap infrastructure for virtual locations | Tom Tromey | 1 | -10/+12 |
2011-08-22 | Add ability to force lexed tokens' source_locations. | Gabriel Charette | 1 | -2/+10 |
2011-08-02 | backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable... | Jakub Jelinek | 1 | -2/+2 |
2011-04-18 | convert each use of gfc_free (p) to free (p) | Jim Meyering | 1 | -4/+4 |
2010-11-10 | common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations. | Joseph Myers | 1 | -6/+0 |
2010-10-06 | cpp.c (gfc_cpp_post_options): Don't create a cpp reader if preprocessing is d... | Mikael Morin | 1 | -1/+1 |
2010-10-03 | cppbuiltin.c: New file. | François-Xavier Coudert | 1 | -68/+6 |
2010-09-29 | optc-gen.awk: Generate global_options initializer instead of individual varia... | Joseph Myers | 1 | -5/+5 |
2010-08-16 | options.texi (NoDriverArg): Document. | Joseph Myers | 1 | -2/+2 |
2010-08-12 | gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and -MMD. | Joseph Myers | 1 | -2/+2 |
2010-07-29 | lang.opt (cpp): Remove Joined and Separate markers. | Joseph Myers | 1 | -1/+1 |