| Commit message (Expand) | Author | Age | Files | Lines |
* | * targhooks.c: New file. | dj | 2003-09-04 | 1 | -22/+7 |
* | * gcse.c (insert_store): Ignore fake edges. | hubicka | 2003-07-30 | 1 | -3/+0 |
* | * alias.c: Fix comment formatting. | kazu | 2003-07-22 | 1 | -1/+1 |
* | * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c | ghazi | 2003-07-19 | 1 | -12/+12 |
* | * cfglayout.c (locator_file): Break out from .... | hubicka | 2003-07-14 | 1 | -2/+3 |
* | * final.c: Convert prototypes to ISO C90. | aj | 2003-07-01 | 1 | -124/+73 |
* | * combine.c (distribute_notes): Don't bother REG_WAS_0. | kazu | 2003-07-01 | 1 | -3/+3 |
* | * alloc-pool.c: Fix comment formatting. | kazu | 2003-06-29 | 1 | -1/+1 |
* | * final.c (debug_flush_symbol_queue): New function. | dpatel | 2003-06-27 | 1 | -0/+86 |
* | * hwint.h (HOST_WIDE_INT_PRINT, HOST_WIDE_INT_PRINT_C): New macros. | ghazi | 2003-06-25 | 1 | -11/+2 |
* | * cfglayout.c (insn_scope): New static function | hubicka | 2003-06-08 | 1 | -56/+23 |
* | * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1. | jakub | 2003-06-04 | 1 | -7/+9 |
* | * final.c (asm_fprintf): Update comments, accept "-+ #0" flags, | ghazi | 2003-06-04 | 1 | -19/+30 |
* | gcc: | ghazi | 2003-05-17 | 1 | -10/+10 |
* | * final.c (final_scan_insn): Apply the effects of frame-related | rsandifo | 2003-05-13 | 1 | -7/+16 |
* | * final.c (shorten_branches): Align the address of code label | kkojima | 2003-01-25 | 1 | -1/+1 |
* | * emit-rtl.c (reg_attrs_htab): New static variable. | hubicka | 2003-01-24 | 1 | -14/+12 |
* | * params.def (tracer-min-branch-probability-feedback): Fix default. | hubicka | 2002-12-22 | 1 | -1/+3 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -307/+6 |
* | * c-decl.c: Fix a comment typo. | kazu | 2002-12-13 | 1 | -2/+2 |
* | * i386.md (movv2di_internal): New pattern. | hubicka | 2002-10-15 | 1 | -1/+1 |
* | * final.c (final): Use symbol name as function name for profiling. | hubicka | 2002-10-03 | 1 | -1/+2 |
* | Sam Figueroa's change to add ASM_OUTPUT_ALIGN_WITH_NOP. | dalej | 2002-09-17 | 1 | -0/+4 |
* | * alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk. | ghazi | 2002-08-21 | 1 | -1/+1 |
* | * dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue. | rupp | 2002-08-15 | 1 | -9/+3 |
* | * gcc.c (cc1_options): Pass output file as auxbase when | nathan | 2002-08-04 | 1 | -1/+0 |
* | * final.c (output_alternate_entry_point): | zack | 2002-08-01 | 1 | -1/+3 |
* | * rtl.def (CODE_LABEL): Remove slot 8. | zack | 2002-07-19 | 1 | -6/+35 |
* | * function.h (struct function) [funcdef_no]: Rename profile_label_no. | rth | 2002-06-17 | 1 | -2/+2 |
* | Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz> | hubicka | 2002-06-04 | 1 | -3/+0 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -2/+0 |
* | * final.c (final): Allow notes to not have computed addresses; | hubicka | 2002-06-02 | 1 | -8/+4 |
* | * loop.c (emit_prefetch_instructions): Properly place the address computation. | hubicka | 2002-06-02 | 1 | -1/+2 |
* | PR other/6782 | jakub | 2002-05-24 | 1 | -0/+3 |
* | * bb-reorder.c (make_reorder_chain, make_reorder_chain_1): | rakdver | 2002-05-23 | 1 | -3/+2 |
* | * bb-reorder.c (make_reorder_chain_1): Modified. | rakdver | 2002-05-21 | 1 | -2/+2 |
* | * final.c (HAVE_READONLY_DATA_SECTION): New. | rth | 2002-05-18 | 1 | -15/+9 |
* | * final.c: Fix formatting. | kazu | 2002-05-17 | 1 | -12/+12 |
* | Revert "Basic block renumbering removal", and two followup patches. | rth | 2002-05-17 | 1 | -5/+6 |
* | Basic block renumbering removal. | rth | 2002-05-16 | 1 | -6/+5 |
* | * final.c (end_final): Do not output profile_arcs constructor, when | hubicka | 2002-05-14 | 1 | -1/+1 |
* | * final.c (end_final): Tidy whitespace. Don't honor flag_pack_struct. | rth | 2002-05-11 | 1 | -119/+109 |
* | * final.c (end_final): Use C trees to output data structures for profiling. | hubicka | 2002-05-09 | 1 | -108/+275 |
* | PR target/6413 | amodra | 2002-04-23 | 1 | -8/+2 |
* | * rtl.h (RTX_FLAG): New macro. | janis | 2002-04-22 | 1 | -1/+1 |
* | PR c++/6119 | jakub | 2002-04-04 | 1 | -2/+2 |
* | PR opt/190 | rth | 2002-04-02 | 1 | -1/+1 |
* | * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c, | zack | 2002-03-03 | 1 | -25/+0 |
* | * final.c (output_operand_lossage): Constify PFX_STR. | grahams | 2002-02-27 | 1 | -1/+1 |
* | 2002-02-17 Philipp Thomas <pthomas@suse.de> | pthomas | 2002-02-17 | 1 | -6/+19 |