aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/gimple-parser.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-2453/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-30Avoid some -Wunreachable-code-ctrlRichard Biener1-7/+1
2021-11-11Apply TLC to control dependence computeRichard Biener1-1/+1
2021-10-15c/102763 - fix ICE with invalid input to GIMPLE FERichard Biener1-0/+8
2021-10-05Allow more kinds of invariant addresses in GIMPLE FERichard Biener1-5/+9
2021-05-28c/100803 - diagnose invalid GIMPLE conditionRichard Biener1-0/+8
2021-05-18c/100522 - avoid invalid GIMPLE in GIMPLE parsingRichard Biener1-0/+11
2021-05-17c/100625 - avoid building invalid labels in the GIMPLE FERichard Biener1-1/+2
2021-05-10Come up with startswith function.Martin Liska1-1/+1
2021-01-07fix GIMPLE parser for loopsRichard Biener1-2/+3
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-09c/98200 - improve error recovery for GIMPLE FERichard Biener1-0/+2
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-2/+2
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener1-3/+0
2020-02-25typo fix: Fix probablity, becuse, sucessor and destinarion typos [PR93912]Jakub Jelinek1-3/+4
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