| Commit message (Expand) | Author | Age | Files | Lines |
* | * rtl.h (emit_line_note): Take a location_t. | nathan | 2003-07-07 | 1 | -6/+4 |
* | * stmt.c: Convert remaining prototypes to ISO C90. | aj | 2003-07-06 | 1 | -4/+4 |
* | * sbitmap.c: Convert prototypes to ISO C90. | aj | 2003-07-06 | 1 | -282/+148 |
* | * stmt.c (any_pending_cleanups): Further simplification. | law | 2003-07-01 | 1 | -2/+2 |
* | * stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it | law | 2003-07-01 | 1 | -5/+4 |
* | * alloc-pool.c: Fix comment formatting. | kazu | 2003-06-29 | 1 | -1/+1 |
* | * dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X, | kazu | 2003-06-29 | 1 | -1/+1 |
* | * rtl.h (emit_note): Remove FILE parameter. | nathan | 2003-06-27 | 1 | -16/+16 |
* | * stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and | kazu | 2003-06-27 | 1 | -1/+1 |
* | PR 10178 | zack | 2003-06-25 | 1 | -0/+3 |
* | * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c, | neroden | 2003-06-16 | 1 | -1/+1 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2003-06-12 | 1 | -1/+1 |
* | * stmt.c (expand_asm_operands): Don't warn for memories with | rth | 2003-06-12 | 1 | -3/+4 |
* | * stmt.c (expand_asm_operands): Re-word warning. | rth | 2003-06-09 | 1 | -2/+2 |
* | * expr.h (EXPAND_MEMORY): New. | rth | 2003-06-09 | 1 | -27/+26 |
* | * stmt.c (resolve_asm_operand_names): Rename from | jason | 2003-06-06 | 1 | -35/+35 |
* | * stmt.c (emit_locus): New macro. | gdr | 2003-05-08 | 1 | -16/+15 |
* | * stmt.c (force_label_rtx): New function, based on logic | zack | 2003-05-07 | 1 | -0/+23 |
* | PR c/10604 | zack | 2003-05-03 | 1 | -1/+1 |
* | * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to | zack | 2003-04-20 | 1 | -45/+32 |
* | PR optimization/7675 | ebotcazou | 2003-04-18 | 1 | -0/+1 |
* | PR c++/7086 | mmitchel | 2003-03-24 | 1 | -1/+1 |
* | PR c/10178 | sayle | 2003-03-23 | 1 | -0/+1 |
* | * stmt.c (tail_recursion_args): Call promote_mode to set | sje | 2003-03-17 | 1 | -5/+5 |
* | * stmt.c (expand_start_case): Call emit_queue (). | jakub | 2003-03-14 | 1 | -0/+1 |
* | Fix PR target/9797 and PR c/9853. | drow | 2003-03-12 | 1 | -0/+3 |
* | * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN. | kenner | 2003-03-05 | 1 | -8/+11 |
* | * i386.c (builtin_description): Add __builtin_ia32_paddq and | hubicka | 2003-02-22 | 1 | -3/+7 |
* | * bb-reorder.c (find_traces_1_round): Don't connect easy to copy | rth | 2003-02-15 | 1 | -3/+16 |
* | * stmt.c (emit_case_bit_tests): New routine to implement suitable | sayle | 2003-01-25 | 1 | -3/+192 |
* | * emit-rtl.c (reg_attrs_htab): New static variable. | hubicka | 2003-01-24 | 1 | -8/+0 |
* | 2003-01-24 Phil Edwards <pme@gcc.gnu.org> | pme | 2003-01-24 | 1 | -1/+1 |
* | * stmt.c (same_case_target_p): New function to determine whether | sayle | 2003-01-21 | 1 | -13/+65 |
* | PR opt/7507 | rth | 2003-01-21 | 1 | -11/+21 |
* | * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned | ghazi | 2003-01-16 | 1 | -1/+1 |
* | Add 2003 copyright notices for constraints string patch, also 2002 notice | amylaar | 2003-01-13 | 1 | -1/+1 |
* | * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument. | amylaar | 2003-01-09 | 1 | -10/+17 |
* | PR inline-asm/8832 | ebotcazou | 2003-01-09 | 1 | -8/+16 |
* | * regmove.c: Fix comment typos. | kazu | 2002-12-24 | 1 | -2/+2 |
* | PR target/8340 | ebotcazou | 2002-12-19 | 1 | -1/+10 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-12-19 | 1 | -1/+1 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -88/+26 |
* | * c-decl.c: Fix a comment typo. | kazu | 2002-12-13 | 1 | -1/+1 |
* | * doc/tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition. | sje | 2002-12-09 | 1 | -1/+0 |
* | 2002-11-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | sirl | 2002-11-11 | 1 | -2/+12 |
* | * stmt.c (decl_conflicts_with_clobbers_p): Add REG_P check. | grahams | 2002-10-14 | 1 | -0/+1 |
* | * stmt.c: Fix typo in comment. | aldyh | 2002-10-14 | 1 | -1/+1 |
* | * LANGUAGES: Follow spelling conventions. | kazu | 2002-09-27 | 1 | -3/+3 |
* | * doc/extend.texi (Extended Asm): Clarify that overlap between | hp | 2002-09-23 | 1 | -1/+73 |
* | * reload.c (find_reloads): Handle constraint letters marked by | uweigand | 2002-08-14 | 1 | -0/+8 |