aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
AgeCommit message (Expand)Author
2019-03-132019-03-14 Richard Biener <rguenther@suse.de>rguenth
2019-01-01 Update copyright years.jakub
2018-12-03Fix infinite recursion in OMP clause pretty-printing, default labeljules
2018-11-08 * builtin-types.def (BT_FN_VOID_BOOL, BT_FN_VOID_SIZE_SIZE_PTR,jakub
2018-10-052018-10-05 Richard Biener <rguenther@suse.de>rguenth
2018-09-282018-09-28 Richard Biener <rguenther@suse.de>rguenth
2018-09-12[debug] Add -gdescribe-diesvries
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)dmalcolm
2018-08-22PR middle-end/87052 - STRING_CST printing incomplete in Gimple dumpsmsebor
2018-08-01PR tree-optimization/86650 - -Warray-bounds missing inlining contextmsebor
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorcesar
2018-06-16gcc/ChangeLog:kugan
2018-06-08Convert dump and optgroup flags to enumsdmalcolm
2018-06-08Come up with cgraph_node::get_uid and make cgraph_node::uid private.marxin
2018-06-08Remove MPXmarxin
2018-05-29 PR target/85918jakub
2018-05-18Replace FMA_EXPR with one internal fn per optabrsandifo
2018-05-17Gimple FE support for internal functionsrsandifo
2018-03-07 PR c++/84704jakub
2018-01-31 PR lto/84105aldyh
2018-01-152018-01-15 Richard Biener <rguenther@suse.de>rguenth
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSrsandifo
2018-01-03 Update copyright years.jakub
2017-12-20poly_int: tree constantsrsandifo
2017-12-16Add VEC_SERIES_EXPR and associated optabrsandifo
2017-12-16Add VEC_DUPLICATE_EXPR and associated optabrsandifo
2017-12-12[SFN] introduce statement frontier notes, still disabledaoliva
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersaoliva
2017-11-28Remove Cilk Plus support.jkoval
2017-11-28 * tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.jakub
2017-11-23 * doc/generic.texi (ANNOTATE_EXPR): Document 3rd operand.ebotcazou
2017-11-22Replace REDUC_*_EXPRs with internal functions.rsandifo
2017-11-21New POINTER_DIFF_EXPRglisse
2017-11-172017-11-17 Richard Biener <rguenther@suse.de>rguenth
2017-11-15introduce TDF_compare_debug, omit OBJ_TYPE_REF casts with itaoliva
2017-10-11[PATCH] DECL_ASSEMBLER_NAME and friendsnathan
2017-10-112017-10-11 Richard Biener <rguenther@suse.de>rguenth
2017-10-10Require wi::to_wide for treesrsandifo
2017-08-232017-08-23 Richard Biener <rguenther@suse.de>rguenth
2017-08-14PR c/81117 - Improve buffer overflow checking in strncpy - part 1msebor
2017-07-21 gcc/nathan
2017-05-19OpenACC 2.5 default (present) clausetschwinge
2017-05-17Introduce dump_flags_t type and use it instead of int type.marxin
2017-01-132017-01-13 Richard Biener <rguenther@suse.de>rguenth
2017-01-132017-01-13 Richard Biener <rguenther@suse.de>rguenth
2017-01-122017-01-12 Richard Biener <rguenther@suse.de>rguenth
2017-01-01 Update copyright years.jakub
2016-12-222016-12-22 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh3492
2016-12-09Escape non-printable chars in strings.marxin
2016-11-22OpenMP loop cloning for SIMT executionamonakov