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