aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-3145/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-06More consistently dump GIMPLE FE consumable stmtsRichard Biener1-5/+16
2021-09-10openmp: Implement OpenMP 5.1 atomics, so far for C onlyJakub Jelinek1-0/+4
2021-08-17openmp: Implement OpenMP 5.1 scope constructJakub Jelinek1-0/+33
2021-08-12openmp: Add support for OpenMP 5.1 masked constructJakub Jelinek1-0/+33
2021-07-15Change the type of return value of profile_count::value to uint64_tMartin Jambor1-1/+1
2021-07-06Remove support for %G and %K.Martin Sebor1-17/+0
2021-06-10OpenACC: Separate enter/exit data ABIsAndrew Stubbs1-2/+5
2021-05-26Convert remaining passes to get_range_query.Aldy Hernandez1-1/+11
2021-01-26Fix dumping of VEC_WIDEN_{PLUS,MINUS}_{LO,HI}_EXPRRichard Biener1-0/+4
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
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