aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-05Amend function names with UID when dumping with TDF_UIDRichard Biener1-3/+11
2021-09-09Add -ftrivial-auto-var-init option and uninitialized variable attribute.qing zhao1-1/+46
2021-08-17don't access cfun in dump_function_to_fileAlexandre Oliva1-5/+5
2021-08-02tree-cfg: Fix typos on dloop in move_sese_region_to_fnKewen Lin1-6/+4
2021-07-29Use range-based for loops for traversing loopsKewen Lin1-9/+4
2021-07-15Change the type of return value of profile_count::value to uint64_tMartin Jambor1-1/+1
2021-07-14Vect: Add support for dot-product where the sign for the multiplicant changes.Tamar Christina1-1/+2
2021-07-13adjust landing pads when changing main labelAlexandre Oliva1-1/+5
2021-06-24middle-end: add support for per-location warning groups.Martin Sebor1-5/+5
2021-06-18Disallow pointer and offset types on some gimpleAndrew Pinski1-0/+22
2021-06-17return auto_vec from more dominance functionsTrevor Saunders1-2/+1
2021-06-17make get_domminated_by_region return a auto_vecTrevor Saunders1-11/+7
2021-06-17return auto_vec from get_dominated_byTrevor Saunders1-8/+6
2021-05-19apply TLC to GIMPLE reference verificationRichard Biener1-39/+41
2021-04-26Move gimplify_buildN API local to only remaining userRichard Biener1-43/+0
2021-04-26Simplify {gimplify_and_,}update_call_from_tree APIRichard Biener1-1/+1
2021-04-21Support LABEL_DECL in %qD directive.Martin Liska1-19/+10
2021-04-14VEC_COND_EXPR verification adjustmentRichard Biener1-0/+2
2021-03-11tree-optimization/99523 - missing SSA decls in dumpsRichard Biener1-1/+6
2021-03-05openmp: Avoid ICEs due to orphaned labels in OpenMP regions [PR99322]Jakub Jelinek1-20/+48
2021-02-19tree-cfg: Fix up gimple_merge_blocks FORCED_LABEL handling [PR99034]Jakub Jelinek1-1/+11
2021-01-09tree-cfg: Allow enum types as result of POINTER_DIFF_EXPR [PR98556]Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-23Dump type attributes in dump_function_to_file.Martin Sebor1-4/+13
2020-11-19[2/3] [vect] Add widening add, subtract patternsJoel Hutton1-0/+6
2020-10-20Avoid changing PHIs in GIMPLE split_edgeRichard Biener1-33/+17
2020-10-19Simplify comparison GIMPLE IL verificationRichard Biener1-7/+2
2020-10-14[gimple] Move can_duplicate_bb_p to gimple_can_duplicate_bb_pTom de Vries1-1/+37
2020-10-08openmp: Set cfun->calls_alloca when needed in OpenMP outlined regions [PR97294]Jakub Jelinek1-0/+2
2020-09-01vec: use inexact growth where possible.Martin Liska1-18/+7
2020-08-31tree-cfg: Improve gimple switch verificationJakub Jelinek1-11/+8
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-6/+6
2020-07-02tree-cfg: Fix ICE with switch stmt to unreachable opt and forced labels [PR95...Jakub Jelinek1-5/+35
2020-06-17Lower VEC_COND_EXPR into internal functions.Martin Liska1-1/+1
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener1-9/+0
2020-05-06Adjust integer <-> pointer conversion IL checkingRichard Biener1-2/+10
2020-05-05Remove __gcov_flush.Martin Liska1-2/+2
2020-04-02c/94392 - only enable -ffinite-loops for C++Richard Biener1-0/+3
2020-01-28tree-optimization/93439 move clique bookkeeping to OMP expansionRichard Biener1-0/+17
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-30Update max_bb_count in execute_fixup_cfgJan Hubicka1-1/+5
2019-11-14Vectorise conversions between differently-sized integer vectorsRichard Sandiford1-0/+18
2019-08-29re PR tree-optimization/91351 (-fstrict-enums generates incorrect code)Jakub Jelinek1-1/+1
2019-07-29Prevent -Og from deleting stores to write-only variablesRichard Sandiford1-1/+2
2019-07-23tree-cfg.c (label_for_bb): Remove global var.Richard Biener1-17/+18
2019-07-15re PR tree-optimization/91162 (ICE: tree check: expected class 'type', have '...Richard Biener1-1/+8
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-26/+26
2019-07-05tree-cfg.c (gimple_make_forwarder_block): Propagate location info on phi node...Eric Botcazou1-1/+6
2019-06-07re PR debug/90574 ([gdb] gdb wrongly stopped at a breakpoint in an unexecuted...Richard Biener1-3/+3
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-2/+2