aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/gimple-parser.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-08re PR tree-optimization/93199 (Compile time hog in sink_clobbers)Richard Biener1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-25Properly handle C2x attributes on types.Joseph Myers1-2/+2
2019-11-14Support UTF-8 character constants for C2x.Joseph Myers1-0/+1
2019-11-14Support C2x [[]] attributes for C.Joseph Myers1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-1/+1
2019-11-07Move string concatenation for C into the parser.Joseph Myers1-6/+3
2019-10-28re PR c/92249 (ICE in c_parser_gimple_compound_statement w/ GIMPLE testcases)Richard Biener1-1/+2
2019-07-23re PR tree-optimization/83518 (Missing optimization: useless instructions sho...Richard Biener1-0/+2
2019-07-12introduce try/finally/else in gimplefeAlexandre Oliva1-0/+61
2019-07-10gimple-parser.c (c_parser_gimple_postfix_expression): Support _Literal (int *...Richard Biener1-2/+4
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-2/+2
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-2/+4
2019-07-01gimple-parser.c (c_parser_gimple_postfix_expression): Handle _Literal (char *...Richard Biener1-2/+7
2019-05-17gimple-parser.c (c_parser_gimple_statement): Handle __VEC_PERM.Richard Biener1-1/+37
2019-05-16gimple-parser.c (c_parser_gimple_statement): Handle __BIT_INSERT.Richard Biener1-0/+32
2019-05-15gimple-parser.c (c_parser_gimple_postfix_expression): Handle __BIT_FIELD_REF.Richard Biener1-0/+37
2019-05-14gimple-parser.c (c_parser_gimple_statement): Remove questionable auto-promoti...Richard Biener1-28/+52
2019-05-09Support {MIN,MAX}_EXPR in GIMPLE FE.Martin Liska1-1/+37
2019-05-09Support profile (BB counts and edge probabilities) in GIMPLE FE.Martin Liska1-22/+161
2019-03-14c-tree.h (enum c_declspec_il): New.Richard Biener1-108/+424
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-30gimple-parser.c (c_parser_gimple_postfix_expression): Parse _Literal (type) {...Richard Biener1-13/+76
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-1/+1
2018-08-30gimplefe: expose MULT_HIGHPART_EXPRAlexander Monakov1-0/+11
2018-06-16re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....Kugan Vivekanandarajah1-1/+8
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford1-21/+0
2018-05-17Gimple FE support for internal functionsRichard Sandiford1-6/+55
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