summaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
Commit message (Expand)AuthorAgeFilesLines
* Add more details to hot/cold partitioning comments and documentation.ctice2004-08-251-10/+18
* 2004-04-25 Paolo Bonzini <bonzini@gnu.org>bonzini2004-08-251-10/+0
* * basic-block.h (struct basic_block_def): Reorder fields tozack2004-08-241-23/+27
* * basic-block.h (struct edge_def): Remove crossing_edge.steven2004-08-191-4/+4
* Hot/cold partitioning update patch. The problems that this patchctice2004-08-181-10/+19
* Fix -fprofile-use ICE.wilson2004-08-111-0/+12
* * rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.steven2004-07-211-6/+3
* 2004-07-08 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-07-091-70/+70
* Conditionally compile support for --enable-mapped_location.bothner2004-06-301-1/+1
* 2004-06-20 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-06-201-0/+7
* * basic-block.h (could_fall_through): Declare.amylaar2004-06-141-1/+13
* * cfgrtl.c (try_redirect_by_replacing_jump): Fix return value.law2004-06-041-1/+1
* * basic-block.c (tail_recursion_label_list): Don't declare.steven2004-06-031-1/+0
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-57/+251
* 2004-04-11 Andreas Tobler <a.tobler@schweiz.ch>andreast2004-04-111-7/+3
* 2004-04-09 Caroline Tice <ctice@apple.com>ctice2004-04-091-1/+110
* gcc/kazu2004-03-251-1/+1
* * bt-load.c, builtins.c, cfghooks.c, cfgrtl.c, gcse.c,kazu2004-03-221-2/+2
* * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Print the debugzlomek2004-03-211-1/+2
* * cfgrtl.c (rtl_create_basic_block): Pre-allocate basic_block_infohubicka2004-03-171-2/+6
* * reload.c (find_reloads): Reorganize if seqeunce to switch.hubicka2004-03-041-2/+14
* PR optimization/14229rakdver2004-02-281-5/+0
* * toplev.c (dump_file_tbl): Rename from dump_file.rth2004-02-241-20/+20
* * alias.c (record_set): Use hard_regno_nregs.hubicka2004-02-021-1/+1
* * Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.rakdver2004-01-291-127/+81
* * alias.c, basic-block.h, c-common.c, c-common.h,kazu2004-01-211-1/+1
* * basic-block.h (try_redirect_by_replacing_jump): Declare.hubicka2004-01-181-13/+11
* * cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumpsgeoffk2004-01-171-2/+2
* PR opt/11350rth2004-01-161-3/+3
* PR opt/12826hubicka2004-01-121-2/+10
* 2003-12-11 Steven Bosscher <steven@gcc.gnu.org>steven2003-12-111-138/+140
* PR/10239zlomek2003-10-311-3/+9
* PR/11640zlomek2003-10-311-0/+24
* PR optimization/11646ebotcazou2003-09-171-2/+6
* * c-decl.c: Fix comment formatting.kazu2003-08-221-1/+1
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-7/+4
* * Makefile.in (ifcvt.o): Add cfgloop.h.rakdver2003-07-181-1/+4
* * cfgrtl.c (force_nonfallthru_and_redirect): Use tablejump_prth2003-07-181-10/+7
* 2003-07-07 Andreas Jaeger <aj@suse.de>aj2003-07-071-3/+1
* * bt-load.c: Fix comment typos.kazu2003-07-051-1/+1
* * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.hubicka2003-07-031-91/+325
* * c-semantics.c (genrtl_case_label): Fix format specifier bug.ghazi2003-07-011-1/+1
* * basic-block.h: Fix comment typos.kazu2003-07-011-3/+3
* * cfgrtl.c (mark_killed_regs): Cast HARD_REGNO_NREGS to int.ro2003-06-301-1/+1
* * cfgrtl.c (verify_flow_info): Accept degenerated condjumpshubicka2003-06-301-3/+3
* * alloc-pool.c: Fix comment formatting.kazu2003-06-291-1/+1
* * c-format.c (check_format_string, get_constant)zack2003-06-281-1/+1
* * Makefile.in (cfgrtl.o): Add expr.h dependency.rakdver2003-06-261-0/+97
* * ChangeLog.1: Fix a typo.kazu2003-06-231-1/+1
* * caller-save.c: Convert to ISO C90.aj2003-06-221-111/+63