aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-14Print 2 digits after decimal delimiter for BB frequenciesMartin Liska1-6/+27
2016-12-13Add pretty printer for ASAN_MARK and add a helper fnMartin Liska1-0/+9
2016-11-24Dump probability for edges a frequency for BBsMartin Liska1-9/+61
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal1-29/+77
2016-11-02re PR tree-optimization/78035 (Inconsistency between address comparison and a...Richard Biener1-0/+6
2016-09-28gimple-pretty-print.c (dump_gimple_call_args): Simplify "' " printing.Nathan Sidwell1-9/+4
2016-09-27internal-fn.h (IFN_UNIQUE_CODES, [...]): New.Nathan Sidwell1-2/+56
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+2
2016-05-20Implement CALL_EXPR_MUST_TAIL_CALLDavid Malcolm1-0/+2
2016-05-20re PR target/29756 (SSE intrinsics hard to use without redundant temporaries ...Richard Guenther1-0/+18
2016-05-12re PR middle-end/71062 (r235622 and restrict pointers)Richard Biener1-11/+31
2016-01-19Merge of HSAMartin Jambor1-0/+7
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-22re PR ipa/67811 ([TM] ICE with try-block in transaction)Richard Henderson1-17/+31
2015-12-14Dump default defs for arguments, static chain and decl-by-referenceTom de Vries1-0/+11
2015-12-01OpenACC host_data support.Julian Brown1-0/+3
2015-11-12c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris1-0/+3
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-4/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-3/+3
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-5/+47
2015-09-20switch from gimple to gimple*Trevor Saunders1-18/+18
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-14/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0