aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-25libsanitizer: Add hwasan pass and associated gimple changesMatthew Malcomson1-0/+1
2020-11-13Decompose OpenACC 'kernels' constructs into parts, a sequence of compute cons...Gergö Barany1-0/+9
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor1-7/+0
2020-06-18silence empty-body warningTobias Burnus1-1/+3
2020-06-16openmp: Initial part of OpenMP 5.0 non-rectangular loop supportJakub Jelinek1-4/+10
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-19gimple const-correctness fixesDavid Malcolm1-78/+81
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki1-0/+3
2019-08-30PR middle-end/91599 - GCC does not say where warning is happeningMartin Sebor1-1/+5
2019-07-04introduce EH_ELSE_EXPR tree and gimplifierAlexandre Oliva1-1/+19
2019-07-03gimple-pretty-print.c (dump_ternary_rhs): Fix BIT_INSERT_EXPR dumping.Richard Biener1-3/+7
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek1-3/+33
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-0/+11
2019-05-17gimple-parser.c (c_parser_gimple_statement): Handle __VEC_PERM.Richard Biener1-2/+8
2019-05-16gimple-parser.c (c_parser_gimple_statement): Handle __BIT_INSERT.Richard Biener1-14/+28
2019-05-09Support {MIN,MAX}_EXPR in GIMPLE FE.Martin Liska1-1/+14
2019-05-09Support profile (BB counts and edge probabilities) in GIMPLE FE.Martin Liska1-0/+13
2019-03-14c-tree.h (enum c_declspec_il): New.Richard Biener1-14/+13
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-06asm inlineSegher Boessenkool1-0/+2
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-7/+42
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez1-1/+1
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-2/+1
2018-08-27Add new gswitch related functions into tree-cfg.c.Martin Liska1-1/+1
2018-08-01PR tree-optimization/86650 - -Warray-bounds missing inlining contextMartin Sebor1-11/+4
2018-06-27gimple.h (gimple_return_retbnd): Delete.Eric Botcazou1-8/+2
2018-06-16re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....Kugan Vivekanandarajah1-2/+5
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm1-1/+1
2018-05-29re PR target/85918 (Conversions to/from [unsigned] long long are not vectoriz...Jakub Jelinek1-0/+1
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford1-21/+0
2018-05-17Gimple FE support for internal functionsRichard Sandiford1-2/+5
2018-02-09[IEPM] Introduce inline entry point markersAlexandre Oliva1-0/+13
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-16Add VEC_SERIES_EXPR and associated optabRichard Sandiford1-0/+1
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-0/+7
2017-11-28Remove Cilk Plus support.Julia Koval1-22/+3
2017-11-27[PR 81248] Fix ipa-sra size checkMartin Jambor1-1/+1
2017-11-07* gimple-pretty-print.c (dump_profile): Return "" instead of NULL.Eric Botcazou1-1/+1
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-14/+9
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-8/+5
2017-08-14PR c/81117 - Improve buffer overflow checking in strncpy - part 1Martin Sebor1-0/+19
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-31Learn GIMPLE pretty printer to produce nicer dump output.Martin Liska1-26/+7
2017-07-25re PR lto/81487 ([mingw32] ld.exe: error: asprintf failed)Georg-Johann Lay1-7/+7
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-4/+36
2017-06-13Enhance dump_probability function.Martin Liska1-8/+14
2017-05-26Simplify usage of some TDF_* flags.Martin Liska1-2/+1
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-51/+76
2017-02-19gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format for FMA_E...Prathamesh Kulkarni1-5/+18
2017-02-14gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for ABS_EXPR for g...Prathamesh Kulkarni1-3/+11