aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-21Don't split non-critical edges in critedVladislav Ivanishin1-6/+8
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-89/+122
2019-05-16re PR target/90424 (memcpy into vector builtin not optimized)Richard Biener1-1/+10
2019-05-09Support profile (BB counts and edge probabilities) in GIMPLE FE.Martin Liska1-3/+23
2019-04-24re PR tree-optimization/90208 (error: EH landing pad label)Jakub Jelinek1-1/+1
2019-03-14c-tree.h (enum c_declspec_il): New.Richard Biener1-49/+5
2019-03-11Wrap apostrophes in gcc internal format with %'.Martin Liska1-1/+1
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-2/+2
2019-03-08re PR tree-optimization/89550 (Spurious array-bounds warning when using __PRE...Jakub Jelinek1-6/+6
2019-03-08re PR target/89578 (5% runtime regression for 481.wrf at -Ofast -flto)Richard Biener1-1/+2
2019-02-22re PR tree-optimization/87609 (miscompilation with restrict and loop)Richard Biener1-1/+3
2019-02-22re PR tree-optimization/87609 (miscompilation with restrict and loop)Richard Biener1-1/+31
2019-02-01re PR tree-optimization/88107 (ICE in find_outermost_region_in_block, at tree...Jakub Jelinek1-5/+17
2019-01-28re PR tree-optimization/88739 (Big-endian union bug)Richard Biener1-0/+12