]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-pretty-print.c
Fix bits/bytes confusion in latest change to expand_unop
[thirdparty/gcc.git] / gcc / tree-pretty-print.c
2020-06-02  Eric BotcazouFix bits/bytes confusion in latest change to expand_unop
2020-05-11  Richard Sandifordtree-pretty-print: Handle boolean types
2020-03-05  Jakub Jelinekprint-rtl: Fix printing of CONST_STRING in DEBUG_INSNs...
2020-01-30  Richard Bienerdump CTORs properly wrapped with _Literal with -gimple
2020-01-10  Thomas SchwingeFurther changes for the OpenACC 'if_present' clause...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-20  Julian BrownOpenACC 2.6 deep copy: middle-end parts
2019-12-18  Julian BrownAdd OpenACC 2.6's no_create
2019-11-12  Maciej W. RozyckiAdd OpenACC 2.6 `serial' construct support
2019-08-10  Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVI...
2019-08-07  Jakub Jelinektree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_U...
2019-07-20  Jakub Jelinektree.def (OMP_LOOP): New tree code.
2019-07-12  Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.
2019-07-04  Alexandre Olivaintroduce EH_ELSE_EXPR tree and gimplifier
2019-07-03  Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCA...
2019-06-12  Martin SeborPR middle-end/90676 - default GIMPLE dumps lack information
2019-06-10  Jakub Jelinektree.def (OMP_SCAN): New tree code.
2019-06-05  Martin Seborc-decl.c (start_decl): Adjust quoting and hyphenation...
2019-06-01  Martin SeborPR middle-end/90694 - incorrect representation of ADDR_...
2019-05-24  Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CON...
2019-05-15  Richard Bienergimple-parser.c (c_parser_gimple_postfix_expression...
2019-05-15  Richard Bienergimple-parser.c (c_parser_gimple_statement): Remove...
2019-03-13  Richard Bienertree-pretty-print.c (dump_generic_node): For -gimple...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-03  Julian BrownFix infinite recursion in OMP clause pretty-printing...
2018-11-08  Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-10-05  Richard Bienertree-core.h (tree_block::abstract_flag): Remove.
2018-09-28  Richard Bienertree.h (BLOCK_ORIGIN): New.
2018-09-12  Tom de Vries[debug] Add -gdescribe-dies
2018-08-27  David MalcolmLess verbose fix-it hints for missing header files...
2018-08-22  Martin SeborPR middle-end/87052 - STRING_CST printing incomplete...
2018-08-01  Martin SeborPR tree-optimization/86650 - -Warray-bounds missing...
2018-06-20  Chung-Lin TangUpdate OpenACC data clause semantics to the 2.5 behavior
2018-06-16  Kugan Vivekanandarajahre PR tree-optimization/64946 ([AArch64] gcc.target...
2018-06-08  David MalcolmConvert dump and optgroup flags to enums
2018-06-08  Martin LiskaCome up with cgraph_node::get_uid and make cgraph_node...
2018-06-08  Martin LiskaRemove MPX
2018-05-29  Jakub Jelinekre PR target/85918 (Conversions to/from [unsigned]...
2018-05-18  Richard SandifordReplace FMA_EXPR with one internal fn per optab
2018-05-17  Richard SandifordGimple FE support for internal functions
2018-03-07  Jakub Jelinekre PR c++/84704 (internal compiler error: gimplificatio...
2018-01-31  Aldy Hernandezre PR lto/84105 (Segmentation fault in pp_tree_identifi...
2018-01-15  Richard Bienerre PR lto/83804 ([meta] LTO memory consumption)
2018-01-03  Richard Sandifordpoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-20  Richard Sandifordpoly_int: tree constants
2017-12-16  Richard SandifordAdd VEC_SERIES_EXPR and associated optab
2017-12-16  Richard SandifordAdd VEC_DUPLICATE_EXPR and associated optab
2017-12-12  Alexandre Oliva[SFN] introduce statement frontier notes, still disabled
2017-12-12  Alexandre Oliva[SFN] not-quite-boilerplate changes in preparation...
2017-11-28  Julia KovalRemove Cilk Plus support.
2017-11-28  Jakub Jelinektree.def (SWITCH_EXPR): Change from 3 operand to 2...
2017-11-23  Eric Botcazougeneric.texi (ANNOTATE_EXPR): Document 3rd operand.
2017-11-22  Richard SandifordReplace REDUC_*_EXPRs with internal functions.
2017-11-21  Marc GlisseNew POINTER_DIFF_EXPR
2017-11-17  Richard Bienerre PR fortran/83017 (DO CONCURRENT not parallelizing)
2017-11-15  Alexandre Olivaintroduce TDF_compare_debug, omit OBJ_TYPE_REF casts...
2017-10-11  Nathan Sidwell[PATCH] DECL_ASSEMBLER_NAME and friends
2017-10-11  Richard Bienertree.def (POLYNOMIAL_CHREC): Remove CHREC_VARIABLE...
2017-10-10  Richard SandifordRequire wi::to_wide for trees
2017-08-23  Richard Bienerfunction.c (fndecl_name): Use verbosity 1 (no arguments...
2017-08-14  Martin SeborPR c/81117 - Improve buffer overflow checking in strncp...
2017-07-21  Nathan SidwellRemove TYPE_METHODS.
2017-05-19  Thomas SchwingeOpenACC 2.5 default (present) clause
2017-05-17  Martin LiskaIntroduce dump_flags_t type and use it instead of int...
2017-01-13  Richard Bienertree-pretty-print.c (dump_generic_node): Fix inverted...
2017-01-13  Richard Bienergimple-parser.c (c_parser_gimple_postfix_expression...
2017-01-12  Richard Bienertree-pretty-print.c (dump_generic_node): Provide -gimpl...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-22  Prathamesh Kulkarnitree-pretty-print.c (dump_generic_node): Change dump...
2016-12-09  Martin LiskaEscape non-printable chars in strings.
2016-11-22  Jakub JelinekOpenMP loop cloning for SIMT execution
2016-11-14  Prasad GhangalMake-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.
2016-10-09  Jakub Jelinektree-ssa.c (target_for_debug_bind, [...]): Use VAR_P...
2016-09-23  Jakub Jelinek* hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR...
2016-09-16  Jason MerrillAdd inline functions for various bitwise operations.
2016-06-01  Thomas SchwingeRemove the unused OMP_CLAUSE_DEVICE_RESIDENT
2016-05-20  Richard Guentherre PR target/29756 (SSE intrinsics hard to use without...
2016-04-15  Jakub Jelinekre PR c++/70675 (compare-debug failure building LLVM)
2016-04-13  Jakub Jelinekre PR c++/70594 (-fcompare-debug failure)
2016-03-17  Thomas SchwingeRename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE
2016-01-19  Martin JamborMerge of HSA
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-23  Thomas SchwingeMerge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTR
2015-11-12  James Norrisc-pragma.c (oacc_pragmas): Add entry for declare directive.
2015-11-06  David MalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-11-06  Cesar Philippidisgimplify.c (gimplify_scan_omp_clauses): Add support...
2015-11-05  Jakub Jelinekgcc/
2015-10-30  Andrew MacLeodalias.c: Remove unused headers.
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-27  Thomas Schwinge[PR c/64765, c/64880] Support OpenACC Combined Directiv...
2015-10-13  Jakub Jelinekbuiltin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONG...
2015-10-05  Richard SandifordRemove remaining uses of REAL_ARITHMETIC
2015-07-10  Andrew MacLeodgimple-predict.h: New file.
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-16  Manuel López-Ibáñezre PR fortran/44054 (Handle -Werror, -Werror=, -fdiagno...
next