Age | Commit message (Expand) | Author | Files | Lines |
2004-07-07 | builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ... | Alexandre Oliva | 1 | -1/+1 |
2004-07-05 | langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg. | Richard Kenner | 1 | -4/+3 |
2004-07-04 | rtl.def (ADDRESSOF): Remove. | Richard Henderson | 1 | -35/+0 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -3/+3 |
2004-07-01 | function.h (struct function): Remove x_function_call_count. | Richard Henderson | 1 | -7/+0 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -0/+5 |
2004-06-20 | re PR middle-end/16089 (unwind-dw2.c:1311: error: insn outside basic block) | Andrew Pinski | 1 | -1/+1 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -8/+8 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -1827/+20 |
2004-04-29 | combine.c (combine_simplify_rtx): Adjust call to use simplify_relational_oper... | Paolo Bonzini | 1 | -8/+12 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -1/+1 |
2004-03-22 | bt-load.c, [...]: Remove unnecessary casts. | Kazu Hirata | 1 | -5/+5 |
2004-03-20 | alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 1 | -1/+1 |
2004-03-14 | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 1 | -2/+2 |
2004-03-09 | simplify-rtx.c (simplify_const_relational_operation): New function renamed fr... | Roger Sayle | 1 | -21/+5 |
2004-03-03 | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 1 | -8/+13 |
2004-02-17 | (c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION. | Steven Bosscher | 1 | -12/+14 |
2004-02-02 | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 1 | -1/+1 |
2004-01-25 | c-common.h: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-16 | c-common.h: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-01-14 | system.h: Poison PROMOTED_MODE | Steven Bosscher | 1 | -1/+1 |
2004-01-06 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-12-15 | tree.c (initializer_zerop): Add test for empty set. | Waldek Hebisch | 1 | -0/+3 |
2003-10-18 | * integrate.c (copy_decl_for_inlining): Revert previous patch. | Jan Hubicka | 1 | -4/+1 |
2003-10-18 | rtl.h (rtl_size): Declare. | Richard Sandiford | 1 | -2/+1 |
2003-10-18 | * integrate.c (copy_decl_for_inlining): Fix copying of copies. | Jan Hubicka | 1 | -1/+4 |
2003-09-21 | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | Richard Henderson | 1 | -2/+2 |
2003-09-21 | tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. | Richard Henderson | 1 | -2/+2 |
2003-09-18 | re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc) | Mark Mitchell | 1 | -5/+1 |
2003-09-03 | targhooks.c: New file. | DJ Delorie | 1 | -2/+2 |
2003-08-29 | function.h (struct function): Add rtl_inline_init, saved_for_inline. | Richard Henderson | 1 | -1/+1 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -17/+15 |
2003-07-15 | re PR debug/11098 ([dwarf2] g++ doesn't emit complete debugging information f... | Mark Mitchell | 1 | -0/+2 |
2003-07-07 | rtl.h (emit_line_note): Take a location_t. | Nathan Sidwell | 1 | -3/+3 |
2003-07-06 | gcc.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -132/+59 |
2003-07-01 | rtl.h (emit_line_note_after): Remove. | Nathan Sidwell | 1 | -11/+9 |
2003-06-27 | rtl.h (emit_note): Remove FILE parameter. | Nathan Sidwell | 1 | -3/+3 |
2003-06-16 | decl.c, [...]: Don't use the PTR macro. | Kaveh R. Ghazi | 1 | -6/+6 |
2003-06-16 | tracer.c: Remove duplication declaration. | Andreas Jaeger | 1 | -1/+0 |
2003-06-16 | function.h (struct emit_status): Remove x_last_linenum, x_last_filename. | Nathan Sidwell | 1 | -13/+14 |
2003-06-08 | cfglayout.c (insn_scope): New static function | Jan Hubicka | 1 | -3/+3 |
2003-05-14 | rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from DEFERRED_CONSTANT_P. | Richard Henderson | 1 | -1/+1 |
2003-05-13 | varasm.c (notice_rtl_inlining_of_deferred_constant): New function. | Zack Weinberg | 1 | -0/+2 |
2003-05-03 | emit-rtl.c (last_call_insn, [...]): New functions. | Olivier Hainque | 1 | -0/+8 |
2003-05-03 | c-decl.c (pending_invalid_xref_file): Remove. | Nathan Sidwell | 1 | -2/+1 |
2003-05-01 | input.h (lineno): Rename to ... | Nathan Sidwell | 1 | -2/+2 |
2003-04-18 | integrate.c (expand_inline_function): Ensure non-const actuals don't end up c... | Olivier Hainque | 1 | -0/+8 |
2003-04-14 | integrate.c (expand_inline_function): Don't inline if would lose /u on a BLKm... | Richard Kenner | 1 | -0/+8 |
2003-03-02 | params.def: Introduce parameter max-inline-insns-rtl for a separate limit for... | Kurt Garloff | 1 | -3/+5 |