aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-03middle-end/103851 - ensure SSA names are released during OMP loweringRichard Biener1-12/+8
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-09pch: Add support for relocation of the PCH data [PR71934]Jakub Jelinek1-5/+5
2021-11-28Improve -fprofile-reportJan Hubicka1-8/+23
2021-11-19Revert "Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS."Martin Liska1-2/+2
2021-11-18Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS.Martin Liska1-2/+2
2021-11-01Rename duplicate_loop_to_header_edge to duplicate_loop_body_to_header_edgeXionghu Luo1-1/+1
2021-10-21Improve maybe_remove_writeonly_store to do a simple DCE for defining statementAndrew Pinski1-2/+16
2021-10-21Factor out removal of write only stores from execute_fixup_cfgAndrew Pinski1-25/+37
2021-10-21Remove outdated comment about execute_fixup_cfgAndrew Pinski1-4/+1
2021-10-21Add dump prints when execute_fixup_cfg removes a write only var store.Andrew Pinski1-0/+7
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