summaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)Author
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
2019-03-08re PR target/89578 (5% runtime regression for 481.wrf at -Ofast -flto)Richard Biener
2019-02-22re PR tree-optimization/87609 (miscompilation with restrict and loop)Richard Biener
2019-02-22re PR tree-optimization/87609 (miscompilation with restrict and loop)Richard Biener
2019-02-01re PR tree-optimization/88107 (ICE in find_outermost_region_in_block, at tree...Jakub Jelinek
2019-01-28re PR tree-optimization/88739 (Big-endian union bug)Richard Biener
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-11-16Don't use %z printf length specifierMichael Matz
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-11-13Improve -fprofile-report.Martin Liska
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska
2018-10-23re PR tree-optimization/87105 (Autovectorization [X86, SSE2, AVX2, DoublePrec...Richard Biener
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor
2018-09-03Make __builtin_expect effective in switch statements (PR middle-end/PR59521).Martin Liska
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-08-27Add new gswitch related functions into tree-cfg.c.Martin Liska
2018-08-22re PR tree-optimization/86945 (BUG with optimisation of select case statement...Richard Biener
2018-06-28tree-cfg.c (verify_gimple_in_cfg): Call verify_location on the goto_locus of ...Eric Botcazou
2018-06-16re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....Kugan Vivekanandarajah
2018-06-15re PR tree-optimization/86159 (g++ ICE at -O1 and above on valid code: incorr...Richard Biener
2018-06-15re PR tree-optimization/86076 (ICE: verify_gimple failed (error: location ref...Richard Biener
2018-06-05tree-cfg.c (struct locus_discrim_map): Store line, not location.Richard Biener
2018-05-29tree-cfg.c (verify_gimple_assign_unary): Add checking for VEC_UNPACK_*_EXPR.Jakub Jelinek
2018-05-29re PR target/85918 (Conversions to/from [unsigned] long long are not vectoriz...Jakub Jelinek
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford