Age | Commit message (Expand) | Author | Files | Lines |
2002-04-13 | stmt.c (check_unique_operand_names): Expect operand names to be strings rathe... | Richard Sandiford | 1 | -10/+10 |
2002-04-08 | Revert last patch from Richard Henderson. | Andreas Jaeger | 1 | -35/+12 |
2002-04-04 | re PR inline-asm/5099 (m68k-aout/3.0.2/cc1 aborts on asm("movw sr,%0":"=hd"(a... | Richard Henderson | 1 | -12/+35 |
2002-04-04 | c-common.c (truthvalue_conversion): Rename, update. | Neil Booth | 1 | -1/+1 |
2002-04-03 | re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par... | Jason Merrill | 1 | -1/+18 |
2002-04-02 | function.c (assign_temp): Accept either type or decl argument. | Eric Botcazou | 1 | -1/+1 |
2002-04-01 | c-decl.c (grokdeclarator): Update. | Neil Booth | 1 | -2/+2 |
2002-03-31 | builtins.c (expand_builtin_va_arg): Give warnings not errors for promoted arg... | Richard Henderson | 1 | -3/+1 |
2002-03-29 | Makefile.in (convert.o, [...]): Update. | Neil Booth | 1 | -2/+3 |
2002-03-26 | Add -Wswitch-enum. Document. | Andrew Cagney | 1 | -4/+4 |
2002-03-24 | stmt.c (check_for_full_enumeration_handling): Remove tests of warn_switch. | Andrew Cagney | 1 | -58/+62 |
2002-03-23 | [multiple changes] | Andrew Cagney | 1 | -0/+3 |
2002-03-21 | Makefile.in (fold-const.o, [...]): Update. | Neil Booth | 1 | -7/+8 |
2002-02-22 | re PR c++/5748 (g++ dies with optimization) | Jakub Jelinek | 1 | -0/+5 |
2002-02-21 | re PR c/4697 (Warning 'value computed is not used' missing) | Jakub Jelinek | 1 | -6/+6 |
2002-02-06 | re PR c/5609 (ICE on named operands in inline assembler) | Richard Henderson | 1 | -6/+14 |
2002-02-04 | PR c/4475, c++/3780: | Jakub Jelinek | 1 | -12/+17 |
2002-01-30 | rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New. | Richard Henderson | 1 | -265/+119 |
2002-01-22 | predict.c: Fix formatting. | Kazu Hirata | 1 | -1/+1 |
2002-01-04 | tree.h (expand_expr_stmt_value): Add maybe_last argument. | Jakub Jelinek | 1 | -5/+7 |
2002-01-02 | c-common.h (genrtl_expr_stmt_value): Declare. | Alexandre Oliva | 1 | -23/+44 |
2001-12-23 | stmt.c (resolve_operand_names): Handle operand modifiers. | Richard Henderson | 1 | -2/+10 |
2001-12-23 | stmt.c (parse_input_constraint): Break out from ... | Richard Henderson | 1 | -166/+214 |
2001-12-12 | stmt.c (expand_end_case): Do subtraction of lower bound as trees to avoid ove... | Olivier Hainque | 1 | -12/+14 |
2001-12-11 | tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): New. | Steve Ellcey | 1 | -1/+3 |
2001-12-05 | attribs.c (handle_no_check_memory_usage_atribute): Deleted. | Richard Kenner | 1 | -21/+2 |
2001-12-04 | stmt.c (expand_return): Clear destination instead of clobbering it when setti... | Andrew MacLeod | 1 | -2/+2 |
2001-12-04 | Revert previous patch | Alexandre Oliva | 1 | -15/+3 |
2001-12-04 | stmt.c (expand_expr_stmt): Keep last_expr_value non-NULL iff we're interested... | Alexandre Oliva | 1 | -3/+15 |
2001-12-01 | c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics. | Neil Booth | 1 | -1/+1 |
2001-11-27 | Makefile.in (c-lang.o): Depends on langhooks-def.h. | Richard Kenner | 1 | -15/+4 |
2001-11-23 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-11-21 | explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_libra... | Jakub Jelinek | 1 | -1/+1 |
2001-11-15 | expr.c (store_field): Pass tree instead of max size; callers changed. | Richard Kenner | 1 | -27/+21 |
2001-11-15 | jump.c (squeeze_notes): Return true if no real insns were found. | Jakub Jelinek | 1 | -1/+2 |
2001-11-11 | expmed.c (extract_bit_field): No longer pass in alignment. | Richard Kenner | 1 | -4/+3 |
2001-10-28 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-25 | * stmt.c (expand_end_case): Remove orig_minval and use tree_low_cst. | Richard Kenner | 1 | -6/+4 |
2001-10-24 | stmt.c (expand_end_case): Index jumptables from zero for suitably small value... | Roger Sayle | 1 | -1/+12 |
2001-10-23 | builtins.c (expand_builtin_setjmp): Only call convert_memory_address if needed. | Richard Kenner | 1 | -1/+2 |
2001-10-18 | emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array. | Richard Kenner | 1 | -3/+14 |
2001-10-16 | * stmt.c (expand_asm_operands): Update commentary. | Florian Weimer | 1 | -1/+3 |
2001-10-11 | c-parse.in (asm_operand): Allow named operands. | Richard Henderson | 1 | -92/+259 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -31/+31 |
2001-10-10 | calls.c: Fix formatting. | Kazu Hirata | 1 | -3/+3 |
2001-10-09 | c-common.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2001-10-07 | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-08-27 | function.c (expand_function_end): Don't init arg_pointer_save_area. | Richard Henderson | 1 | -9/+2 |
2001-08-22 | jump.c (squeeze_notes): Take parms by reference. | Jason Merrill | 1 | -3/+5 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |