| Commit message (Expand) | Author | Age | Files | Lines |
* | * passes.c (rest_of_handle_cfg): Disable const/pure function | hubicka | 2004-09-25 | 1 | -2/+9 |
* | * cfgexpand.c (add_reg_br_prob_note): New function. | hubicka | 2004-09-23 | 1 | -0/+1 |
* | * unroll.c: Removed. | rakdver | 2004-09-14 | 1 | -9/+3 |
* | * bb-reorder.c, c-common.c, c-incpath.c, c-typeck.c, | kazu | 2004-09-10 | 1 | -2/+2 |
* | Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org> | nathan | 2004-09-10 | 1 | -4/+6 |
* | * c-common.c, c-pch.c, defaults.h, lambda-code.c, passes.c, | kazu | 2004-09-10 | 1 | -1/+1 |
* | * lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert | nathan | 2004-09-10 | 1 | -6/+4 |
* | 2004-09-06 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-09-06 | 1 | -239/+43 |
* | * passes.c (rest_of_clean_state): Fix merge conflict made during | hubicka | 2004-09-04 | 1 | -1/+1 |
* | * passes.c (rest_of_clean_state): Decompose the instruction stream. | hubicka | 2004-09-04 | 1 | -0/+12 |
* | 2004-09-04 Jan Hubicka <jh@suse.cz> | hubicka | 2004-09-03 | 1 | -0/+1 |
* | * Makefile.in (rtl-profile.o, value-prof.o): Add GCC_H dependency. | rakdver | 2004-09-01 | 1 | -1/+2 |
* | Add more details to hot/cold partitioning comments and documentation. | ctice | 2004-08-25 | 1 | -2/+3 |
* | * cse.c (cse_around_loop, cse_check_loop_start, | steven | 2004-08-25 | 1 | -4/+4 |
* | * Makefile.in (OBJS-common): Add postreload-gcse.c. | steven | 2004-08-18 | 1 | -3/+3 |
* | Hot/cold partitioning update patch. The problems that this patch | ctice | 2004-08-18 | 1 | -1/+5 |
* | 2004-08-04 Geoffrey Keating <geoffk@apple.com> | geoffk | 2004-08-05 | 1 | -26/+10 |
* | * cfgexpand.c (tree_expand_cfg): Fix comment. | steven | 2004-07-27 | 1 | -22/+14 |
* | PR rtl-optimization/16643 | rsandifo | 2004-07-26 | 1 | -11/+10 |
* | * rtl.h (insn_note): Remove NOTE_INSN_PREDICTION. | steven | 2004-07-21 | 1 | -13/+0 |
* | * loop-init.c (loop_optimizer_init, loop_optimizer_finalize): Do not | rakdver | 2004-07-17 | 1 | -0/+2 |
* | * dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO | pbrook | 2004-07-15 | 1 | -2/+2 |
* | * passes.c (rest_of_decl_compilation): Don't defer call of | aoliva | 2004-07-12 | 1 | -1/+8 |
* | 2004-07-08 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-08 | 1 | -381/+465 |
* | * rtl.def (ADDRESSOF): Remove. | rth | 2004-07-04 | 1 | -19/+1 |
* | 2004-07-01 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-01 | 1 | -1/+1 |
* | * function.h (struct function): Remove dont_emit_block_notes. | rth | 2004-07-01 | 1 | -10/+1 |
* | * function.h (struct function): Remove x_whole_function_mode_p. | rth | 2004-07-01 | 1 | -7/+1 |
* | RTL prologue/epilogue for SPARC | ebotcazou | 2004-06-30 | 1 | -14/+29 |
* | * c-typeck.c, cfgexpand.c, ddg.c, ddg.h, df.c, fold-const.c, | kazu | 2004-06-26 | 1 | -1/+1 |
* | * loop-invariant.c: New file. | rakdver | 2004-06-20 | 1 | -2/+7 |
* | CFG transparent RTL expansion: | hubicka | 2004-06-19 | 1 | -8/+14 |
* | 2004-06-18 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-06-18 | 1 | -304/+209 |
* | gcc/ChangeLog: | bonzini | 2004-06-16 | 1 | -6/+108 |
* | gcc/ChangeLog: | bonzini | 2004-06-15 | 1 | -13/+7 |
* | * bb-reorder.c, builtins.c, c-common.c, c-gimplify.c, | kazu | 2004-05-30 | 1 | -1/+1 |
* | * ddg.h, ddg.c, modulo-sched.c: New files. | hagog | 2004-05-25 | 1 | -1/+26 |
* | * Makefile.in (GTFILES): Add $(srcdir)/reload.h. | amylaar | 2004-05-20 | 1 | -1/+2 |
* | * basic-block.h (life_analysis, delete_noop_moves): | steven | 2004-05-15 | 1 | -5/+5 |
* | * passes.c (rest_of_handle_null_pointer): Remove. | steven | 2004-05-14 | 1 | -30/+0 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -217/+39 |
* | * basic-block.h (free_basic_block_vars): Update prototype. | steven | 2004-05-05 | 1 | -2/+2 |
* | 2004-04-09 Caroline Tice <ctice@apple.com> | ctice | 2004-04-09 | 1 | -3/+17 |
* | * cgraph.c: Add overall comment. | hubicka | 2004-04-01 | 1 | -6/+0 |
* | * toplev.c (backend_init): Add missing call to inint_optimization_passes. | hubicka | 2004-03-29 | 1 | -12/+6 |
* | * c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty-print.c, | kazu | 2004-03-20 | 1 | -1/+1 |
* | * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c, | kazu | 2004-03-20 | 1 | -2/+2 |
* | * doloop.c: Removed. | rakdver | 2004-03-18 | 1 | -5/+13 |
* | * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () | sayle | 2004-03-14 | 1 | -1/+1 |
* | 2004-03-03 Mostafa Hagog <mustafa@il.ibm.com> | dje | 2004-03-03 | 1 | -1/+23 |