aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/gimple-parser.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-30gimple-parser.c (c_parser_gimple_statement): Parse conditional stmts.Richard Biener1-0/+17
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist1-2/+2
2017-06-19re PR bootstrap/80887 (gnat bootstrap fails at s-regpat.o: raised STORAGE_ERR...Richard Biener1-2/+14
2017-06-07dumpfile.h (enum tree_dump_index): Rename TDI_generic to TDI_gimple.Jakub Jelinek1-1/+1
2017-05-31GIMPLEFE: Handle missing labels in goto statementsMikhail Maltsev1-1/+11
2017-05-11dumpfle.h (dump_function): Declare here ...Nathan Sidwell1-1/+0
2017-05-11GIMPLEFE: Handle invalid SSA namesMikhail Maltsev1-0/+7
2017-05-11GIMPLEFE: handle invalid __MEMMikhail Maltsev1-0/+10
2017-05-11GIMPLEFE: Handle invalid unary "*" operand typeMikhail Maltsev1-0/+5
2017-02-23re PR c/79684 (Conditional jump or move depends on uninitialised value in GIM...Richard Biener1-8/+5
2017-02-19gimple-parser.c (c_parser_gimple_postfix_expression): Check return value of c...Prathamesh Kulkarni1-0/+9
2017-02-19gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format for FMA_E...Prathamesh Kulkarni1-0/+22
2017-02-14gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for ABS_EXPR for g...Prathamesh Kulkarni1-1/+21
2017-02-13re PR c/79478 (possible gimple error with gcc.dg/gimplefe-16.c)Prathamesh Kulkarni1-0/+1
2017-02-10gimple-parser.c (c_parser_gimple_binary_expression): Avoid building IL when a...Prasad Ghangal1-15/+23
2017-02-07gimple-parser.c (c_parser_gimple_expr_list): Simplify.Richard Biener1-56/+11
2017-01-24Add "__RTL" to cc1David Malcolm1-4/+4
2017-01-13gimple-parser.c (c_parser_gimple_compound_statement): Handle nops.Richard Biener1-0/+11
2017-01-13gimple-parser.c (c_parser_gimple_postfix_expression): Parse _Literal ( type-n...Richard Biener1-0/+26
2017-01-12tree-pretty-print.c (dump_generic_node): Provide -gimple variant for MEM_REF.Richard Biener1-0/+73
2017-01-11re PR bootstrap/79052 (bootstrap-ubsan failures due to warnings)Richard Biener1-85/+87
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-20gimple-parser.c (c_parser_gimple_compound_statement): Improve error recovery.Richard Biener1-9/+18
2016-12-14Split omp-low into multiple filesMartin Jambor1-1/+0
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal1-0/+1435