Age | Commit message (Expand) | Author | Files | Lines |
2015-11-06 | Reimplement diagnostic_show_locus, introducing rich_location classes | David Malcolm | 1 | -1/+1 |
2015-11-05 | gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE. | Cesar Philippidis | 1 | -0/+6 |
2015-11-05 | gcc/ | Jakub Jelinek | 1 | -11/+38 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -14/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -9/+8 |
2015-10-27 | [PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++ | Thomas Schwinge | 1 | -4/+7 |
2015-10-13 | builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New. | Jakub Jelinek | 1 | -2/+159 |
2015-10-05 | Remove remaining uses of REAL_ARITHMETIC | Richard Sandiford | 1 | -10/+0 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -5/+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 | -2/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -6/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-05-16 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -2/+1 |
2015-01-15 | Merge current set of OpenACC changes from gomp-4_0-branch. | Thomas Schwinge | 1 | -8/+187 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -3/+16 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+9 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-04 | Avoid overuse of name "buffer" in tree-pretty-print.c | David Malcolm | 1 | -977/+977 |
2014-12-04 | PR jit/63854: Fix double-initialization within tree-pretty-print.c | David Malcolm | 1 | -19/+15 |
2014-11-24 | re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization)) | Richard Biener | 1 | -2/+13 |
2014-11-13 | Remove VEC_RSHIFT_EXPR tree code, now unused | Alan Lawrence | 1 | -5/+0 |
2014-11-05 | ipa-chkp.c: New. | Ilya Enkovich | 1 | -0/+1 |
2014-10-31 | builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER... | Richard Biener | 1 | -2/+2 |
2014-10-28 | cgraph.h: Flatten. | Andrew MacLeod | 1 | -0/+9 |
2014-10-28 | Remove VEC_LSHIFT_EXPR and vec_shl_optab | Alan Lawrence | 1 | -5/+0 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -1/+1 |
2014-10-03 | tree-pretty-print.c (dump_location): Make it extern. | Manuel López-Ibáñez | 1 | -2/+4 |
2014-09-02 | cilk-builtins.def (__cilkrts_cilk_for_32): New. | Jakub Jelinek | 1 | -4/+30 |
2014-08-02 | add a hash_set based on hash_table | Trevor Saunders | 1 | -5/+3 |
2014-07-24 | IPA C++ refactoring 1/N | Martin Liska | 1 | -1/+1 |
2014-06-20 | asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS. | Marek Polacek | 1 | -1/+5 |
2014-06-18 | gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT... | Jakub Jelinek | 1 | -0/+4 |
2014-06-17 | Fix dot dump bug | Xinliang David Li | 1 | -0/+1 |
2014-05-26 | system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. | Richard Biener | 1 | -6/+0 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -8/+22 |
2014-04-15 | cfgloop.h (struct loop): Move force_vectorize down. | Eric Botcazou | 1 | -2/+10 |
2014-04-08 | re PR libfortran/60706 (FAIL: gfortran.dg/size_kind_2.f90 -O scan-tree-dum... | Richard Biener | 1 | -0/+6 |
2014-03-26 | tree-pretty-print.c (percent_K_format): Implement special case for LTO and it... | Richard Biener | 1 | -0/+19 |
2014-02-28 | re PR middle-end/60147 (ICE with -fdump-tree-original and NAMELIST) | Tobias Burnus | 1 | -0/+9 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-29 | revert: cgraph.h (varpool_node): Add need_bounds_init field. | Ilya Enkovich | 1 | -1/+0 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -1/+2 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -1/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+2 |
2013-11-19 | tree-pretty-print.c (dump_generic_node): Print class type of OBJ_TYPE_REF. | Jan Hubicka | 1 | -0/+6 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-15 | Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o. | Aldy Hernandez | 1 | -0/+4 |
2013-11-07 | tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC. | Joseph Myers | 1 | -0/+4 |