summaryrefslogtreecommitdiff
path: root/gcc/gimple-pretty-print.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-12-19gimple const-correctness fixesDavid Malcolm
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki
2019-08-30PR middle-end/91599 - GCC does not say where warning is happeningMartin Sebor
2019-07-04introduce EH_ELSE_EXPR tree and gimplifierAlexandre Oliva
2019-07-03gimple-pretty-print.c (dump_ternary_rhs): Fix BIT_INSERT_EXPR dumping.Richard Biener
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor
2019-05-17gimple-parser.c (c_parser_gimple_statement): Handle __VEC_PERM.Richard Biener
2019-05-16gimple-parser.c (c_parser_gimple_statement): Handle __BIT_INSERT.Richard Biener
2019-05-09Support {MIN,MAX}_EXPR in GIMPLE FE.Martin Liska
2019-05-09Support profile (BB counts and edge probabilities) in GIMPLE FE.Martin Liska
2019-03-14c-tree.h (enum c_declspec_il): New.Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-12-06asm inlineSegher Boessenkool
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-08-27Add new gswitch related functions into tree-cfg.c.Martin Liska
2018-08-01PR tree-optimization/86650 - -Warray-bounds missing inlining contextMartin Sebor
2018-06-27gimple.h (gimple_return_retbnd): Delete.Eric Botcazou
2018-06-16re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....Kugan Vivekanandarajah
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm
2018-05-29re PR target/85918 (Conversions to/from [unsigned] long long are not vectoriz...Jakub Jelinek
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford
2018-05-17Gimple FE support for internal functionsRichard Sandiford
2018-02-09[IEPM] Introduce inline entry point markersAlexandre Oliva
2018-01-03Update copyright years.Jakub Jelinek
2017-12-16Add VEC_SERIES_EXPR and associated optabRichard Sandiford
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva
2017-11-28Remove Cilk Plus support.Julia Koval
2017-11-27[PR 81248] Fix ipa-sra size checkMartin Jambor
2017-11-07* gimple-pretty-print.c (dump_profile): Return "" instead of NULL.Eric Botcazou
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-08-14PR c/81117 - Improve buffer overflow checking in strncpy - part 1Martin Sebor
2017-08-08trans.c: Include header files.Martin Liska
2017-07-31Learn GIMPLE pretty printer to produce nicer dump output.Martin Liska
2017-07-25re PR lto/81487 ([mingw32] ld.exe: error: asprintf failed)Georg-Johann Lay
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-13Enhance dump_probability function.Martin Liska
2017-05-26Simplify usage of some TDF_* flags.Martin Liska
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska
2017-02-19gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format for FMA_E...Prathamesh Kulkarni
2017-02-14gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for ABS_EXPR for g...Prathamesh Kulkarni
2017-01-01Update copyright years.Jakub Jelinek
2016-12-14Print 2 digits after decimal delimiter for BB frequenciesMartin Liska
2016-12-13Add pretty printer for ASAN_MARK and add a helper fnMartin Liska
2016-11-24Dump probability for edges a frequency for BBsMartin Liska
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal