Age | Commit message (Expand) | Author | Files | Lines |
2007-06-19 | df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed. | Kenneth Zadeck | 1 | -4/+4 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -230/+60 |
2007-05-21 | gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER... | Jan Hubicka | 1 | -3/+2 |
2007-05-04 | sched-ebb.c (debug_ebb_dependencies): New static function. | Maxim Kuvyrkov | 1 | -49/+61 |
2007-04-16 | re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp... | Maxim Kuvyrkov | 1 | -1/+4 |
2007-02-02 | re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp... | Maxim Kuvyrkov | 1 | -33/+35 |
2006-12-07 | re PR target/29794 (cc1 segfaults with -O3 -msched-control-spec) | Maxim Kuvyrkov | 1 | -1/+7 |
2006-11-29 | haifa-sched.c: Remove define LINE_NOTE(INSN). | Tehila Meyzels | 1 | -23/+0 |
2006-11-11 | tree-pass.h (pass_purge_lineno_notes): Remove declaration. | Jan Hubicka | 1 | -5/+0 |
2006-10-06 | sched-int.h (IS_SPECULATION_CHECK_P, [...]): New macros. | Maxim Kuvyrkov | 1 | -1/+1 |
2006-04-08 | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -6/+6 |
2006-03-23 | haifa-sched.c (choose_ready): Fix type of the local variable. | Maxim Kuvyrkov | 1 | -2/+3 |
2006-03-16 | target.h (struct spec_info_def): New opaque declaration. | Maxim Kuvyrkov | 1 | -134/+450 |
2006-03-16 | sched-int.h (struct haifa_insn_data): New fields: resolved_deps, inter_tick, ... | Maxim Kuvyrkov | 1 | -33/+10 |
2006-03-16 | sched-rgn.c (extend_rgns): New static function. | Maxim Kuvyrkov | 1 | -2/+357 |
2006-03-16 | ddg.c (build_intra_loop_deps): Adjust add_forward_dependence call. | Maxim Kuvyrkov | 1 | -2/+8 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -2/+4 |
2006-02-07 | sched-rgn.c (compute_dom_prob_ps, [...]): Eradicate use of float in probabili... | Pete Steinmetz | 1 | -42/+29 |
2006-02-06 | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 1 | -7/+6 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -15/+15 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -9/+5 |
2005-08-24 | params.def (PARAM_MIN_SPEC_PROB): New. | Pete Steinmetz | 1 | -5/+1 |
2005-07-29 | re PR rtl-optimization/23117 (ICE on valid code while building libgcc) | Richard Earnshaw | 1 | -5/+5 |
2005-07-27 | re PR rtl-optimization/17808 (Scheduler overly conservative in sched-deps) | Steven Bosscher | 1 | -2/+57 |
2005-07-19 | bt-load.c (link_btr_uses): Fix uninitialised warnings. | Ben Elliston | 1 | -1/+1 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -0/+94 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-16 | basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo... | Jan Hubicka | 1 | -4/+6 |
2005-06-07 | sbitmap.h (sbitmap_iterator, [...]): New. | Kazu Hirata | 1 | -6/+7 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -6/+6 |
2005-01-26 | re PR middle-end/16585 (current_function_has_computed_jump incorrectly change... | Steven Bosscher | 1 | -14/+7 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-17 | basic-block.h: Document BB_* flags. | Steven Bosscher | 1 | -5/+10 |
2005-01-05 | combine.c (expand_compound_operation): Add comment that we fall through after... | Steven Bosscher | 1 | -4/+4 |
2004-12-04 | PR middle end/18718 | Alan Modra | 1 | -5/+1 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -1/+0 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -1/+1 |
2004-10-18 | basic-block.h (reg_set_iterator): New. | Kazu Hirata | 1 | -2/+3 |
2004-09-29 | sched-rgn.c (haifa_edge, [...]): Remove. | Ulrich Weigand | 1 | -402/+234 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -13/+11 |
2004-09-18 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-09 | ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o... | Nathan Sidwell | 1 | -14/+6 |
2004-08-24 | basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ... | Zack Weinberg | 1 | -19/+2 |
2004-08-18 | insn-notes.def, [...]: New files. | Zack Weinberg | 1 | -1/+1 |
2004-08-08 | common.opt (freschedule-modulo-scheduled-loops): New flag. | Mostafa Hagog | 1 | -0/+37 |
2004-07-20 | genattr.c (struct range, [...]): Remove them. | Paolo Bonzini | 1 | -108/+57 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -10/+10 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -2/+6 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -2/+2 |
2004-03-22 | params.def (PARAM_MAX_SCHED_REGION_BLOCKS): New. | David Edelsohn | 1 | -13/+10 |