summaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
Commit message (Expand)AuthorAgeFilesLines
* Rename .c files to .cc files.Martin Liska2022-01-171-5366/+0
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Avoid some -Wunreachable-code-ctrlRichard Biener2021-11-301-8/+2
* Improve -fprofile-reportJan Hubicka2021-11-281-5/+17
* Continue RTL verifying in rtl_verify_fallthruRichard Biener2021-11-251-3/+2
* Rename duplicate_loop_to_header_edge to duplicate_loop_body_to_header_edgeXionghu Luo2021-11-011-1/+1
* Remove CC0Segher Boessenkool2021-05-041-29/+4
* cfgrtl: Fix up fixup_partitions caused ICE [PR99085]Jakub Jelinek2021-03-031-5/+54
* rtl-optimization/99054 - fix leak in fixup_partitionsRichard Biener2021-02-101-4/+4
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Split update_cfg_for_uncondjump out of combineRichard Sandiford2020-12-171-0/+47
* cfgrtl: Add missing call to `onlyjump_p'Maciej W. Rozycki2020-12-051-1/+2
* rtl_dump_bb: fix segfault when reporting internal errorIlya Leoshkevich2020-11-301-1/+9
* vec: use inexact growth where possible.Martin Liska2020-09-011-6/+2
* rtl-optimization/96812 - remap dependence info on RTL loop unrollingRichard Biener2020-09-011-5/+55
* vec: add exact argument for various grow functions.Martin Liska2020-08-271-1/+1
* Fix -fcompare-debug issue in purge_dead_edges [PR95080]Jakub Jelinek2020-05-131-1/+1
* Fix -fcompare-debug issue in delete_insn_and_edges [PR94618]Jakub Jelinek2020-04-171-4/+14
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* find_partition_fixes: remove unused bbs_in_cold_partition variableIlya Leoshkevich2019-10-161-2/+0
* Handle casesi dispatch tablejumps in create_trace_edges (as well)Olivier Hainque2019-08-131-4/+1
* * cfgrtl.c (relink_block_chain): Add line returns in dump file.Eric Botcazou2019-08-011-3/+3
* Add hint if the fallthrough target of current BB isn't the oneKewen Lin2019-07-121-11/+34
* * cfgrtl.c (commit_edge_insertions): Rebuild jump labels chain.Eric Botcazou2019-07-021-1/+5
* cfgexpand.c (pass_expand::execute): Deal specially with instructions to be in...Eric Botcazou2019-07-021-1/+2
* Remove quite obvious dead assignments.Martin Liska2019-06-271-1/+0
* c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor2019-06-051-0/+10
* re PR rtl-optimization/90257 (8% degradation on cpu2006 403.gcc starting with...Jakub Jelinek2019-04-291-3/+7
* re PR tree-optimization/87609 (miscompilation with restrict and loop)Richard Biener2019-02-221-3/+3
* Remove a barrier when EDGE_CROSSING is removed (PR lto/88858).Martin Liska2019-02-131-19/+27
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* re PR rtl-optimization/87475 (ICE in patch_jump_insn, at cfgrtl.c:1275)Jakub Jelinek2018-11-161-2/+7
* re PR rtl-optimization/88018 (ICE in insert_insn_on_edge at cfgrtl.c:1952 sin...Jakub Jelinek2018-11-151-2/+9
* Improve -fprofile-report.Martin Liska2018-11-131-7/+5
* cfgrtl.c (fixup_reorder_chain): Do not emit NOPs in DECL_IGNORED_P functions.Eric Botcazou2018-06-211-17/+25
* cfgrtl.c (rtl_verify_edges): Formatting fix.Jakub Jelinek2018-06-201-9/+22
* re PR rtl-optimization/84058 (RTl partitioning fixup should drag very small b...Jan Hubicka2018-04-091-1/+14
* re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek2018-02-191-5/+0
* re PR rtl-optimization/83575 (ICE: verify_flow_info failed (error: multiple h...Jan Hubicka2018-01-111-2/+2
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR rtl-optimization/80747 (gcc.dg/tree-ssa/tailrecursion-4.c fails with IC...Jakub Jelinek2017-12-211-0/+3
* [SFN] debug markers before labels no moreAlexandre Oliva2017-12-201-3/+0
* [SFN] start rtl block with label, then markersAlexandre Oliva2017-12-191-1/+0
* read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek2017-12-191-1/+1
* [SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva2017-12-121-6/+12
* [SFN] adjust RTL insn-walking APIAlexandre Oliva2017-12-121-2/+2
* re PR rtl-optimization/83030 (ICE in create_pseudo_cfg, at dwarf2cfi.c:2840)Eric Botcazou2017-11-221-2/+1
* Don't split call from its call arg location.Claudiu Zissulescu2017-11-211-0/+5
* asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka2017-11-031-6/+18
* asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka2017-10-191-12/+1