aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)Author
2021-06-18Disallow pointer and offset types on some gimpleAndrew Pinski
2021-06-17return auto_vec from more dominance functionsTrevor Saunders
2021-06-17make get_domminated_by_region return a auto_vecTrevor Saunders
2021-06-17return auto_vec from get_dominated_byTrevor Saunders
2021-05-19apply TLC to GIMPLE reference verificationRichard Biener
2021-04-26Move gimplify_buildN API local to only remaining userRichard Biener
2021-04-26Simplify {gimplify_and_,}update_call_from_tree APIRichard Biener
2021-04-21Support LABEL_DECL in %qD directive.Martin Liska
2021-04-14VEC_COND_EXPR verification adjustmentRichard Biener
2021-03-11tree-optimization/99523 - missing SSA decls in dumpsRichard Biener
2021-03-05openmp: Avoid ICEs due to orphaned labels in OpenMP regions [PR99322]Jakub Jelinek
2021-02-19tree-cfg: Fix up gimple_merge_blocks FORCED_LABEL handling [PR99034]Jakub Jelinek
2021-01-09tree-cfg: Allow enum types as result of POINTER_DIFF_EXPR [PR98556]Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-11-23Dump type attributes in dump_function_to_file.Martin Sebor
2020-11-19[2/3] [vect] Add widening add, subtract patternsJoel Hutton
2020-10-20Avoid changing PHIs in GIMPLE split_edgeRichard Biener
2020-10-19Simplify comparison GIMPLE IL verificationRichard Biener
2020-10-14[gimple] Move can_duplicate_bb_p to gimple_can_duplicate_bb_pTom de Vries
2020-10-08openmp: Set cfun->calls_alloca when needed in OpenMP outlined regions [PR97294]Jakub Jelinek
2020-09-01vec: use inexact growth where possible.Martin Liska
2020-08-31tree-cfg: Improve gimple switch verificationJakub Jelinek
2020-08-27vec: add exact argument for various grow functions.Martin Liska
2020-07-02tree-cfg: Fix ICE with switch stmt to unreachable opt and forced labels [PR95...Jakub Jelinek
2020-06-17Lower VEC_COND_EXPR into internal functions.Martin Liska
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener
2020-05-06Adjust integer <-> pointer conversion IL checkingRichard Biener
2020-05-05Remove __gcov_flush.Martin Liska
2020-04-02c/94392 - only enable -ffinite-loops for C++Richard Biener
2020-01-28tree-optimization/93439 move clique bookkeeping to OMP expansionRichard Biener
2020-01-01Update copyright years.Jakub Jelinek
2019-11-30Update max_bb_count in execute_fixup_cfgJan Hubicka
2019-11-14Vectorise conversions between differently-sized integer vectorsRichard Sandiford
2019-08-29re PR tree-optimization/91351 (-fstrict-enums generates incorrect code)Jakub Jelinek
2019-07-29Prevent -Og from deleting stores to write-only variablesRichard Sandiford
2019-07-23tree-cfg.c (label_for_bb): Remove global var.Richard Biener
2019-07-15re PR tree-optimization/91162 (ICE: tree check: expected class 'type', have '...Richard Biener
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-05tree-cfg.c (gimple_make_forwarder_block): Propagate location info on phi node...Eric Botcazou
2019-06-07re PR debug/90574 ([gdb] gdb wrongly stopped at a breakpoint in an unexecuted...Richard Biener
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor
2019-05-21Don't split non-critical edges in critedVladislav Ivanishin
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-05-16re PR target/90424 (memcpy into vector builtin not optimized)Richard Biener
2019-05-09Support profile (BB counts and edge probabilities) in GIMPLE FE.Martin Liska
2019-04-24re PR tree-optimization/90208 (error: EH landing pad label)Jakub Jelinek
2019-03-14c-tree.h (enum c_declspec_il): New.Richard Biener
2019-03-11Wrap apostrophes in gcc internal format with %'.Martin Liska
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska
2019-03-08re PR tree-optimization/89550 (Spurious array-bounds warning when using __PRE...Jakub Jelinek