Age | Commit message (Expand) | Author | Files | Lines |
2004-01-20 | emit-rtl.c (verify_rtx_sharing, [...]): Clobbers containing hard regs are sha... | Jan Hubicka | 1 | -0/+1 |
2004-01-17 | * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc) | Daniel Jacobowitz | 1 | -0/+13 |
2004-01-12 | real.c: Update copyright date. | Geoffrey Keating | 1 | -1/+1 |
2004-01-12 | re PR rtl-optimization/12826 (Optimizer removes reference through volatile po... | Jan Hubicka | 1 | -0/+1 |
2004-01-06 | emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg for constants. | Geoffrey Keating | 1 | -3/+2 |
2004-01-06 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-12-21 | Patch from Dan Nicolaescu | Dan Nicolaescu | 1 | -0/+1 |
2003-12-17 | emit-rtl.c (set_new_first_and_last_label_num): Remove function. | Per Bothner | 1 | -1/+0 |
2003-12-05 | re PR middle-end/11151 (__builtin_return(__builtin_apply(...)) gives wrong re... | Eric Botcazou | 1 | -0/+1 |
2003-12-02 | rtl.h (PUT_CODE, PUT_MODE): Remove ENUM_BITFIELD cast. | Richard Henderson | 1 | -2/+2 |
2003-12-01 | function.c (update_epilogue_consts): Don't use PARAMS. | Steven Bosscher | 1 | -1/+1 |
2003-11-29 | emit-rtl.c (set_used_flags): New. | Jan Hubicka | 1 | -0/+3 |
2003-11-21 | ChangeLog.7: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-10-18 | rtl.h (rtl_size): Declare. | Richard Sandiford | 1 | -15/+43 |
2003-10-11 | Makefile.in (web.o): New. | Jan Hubicka | 1 | -0/+2 |
2003-09-12 | re PR rtl-optimization/8967 (Making class data members `const' pessimizes code) | Roger Sayle | 1 | -0/+1 |
2003-09-03 | targhooks.c: New file. | DJ Delorie | 1 | -2/+0 |
2003-08-13 | regclass.c (init_reg_modes): Make non-static. | Per Bothner | 1 | -0/+1 |
2003-08-01 | system.h: Poison ASM_SIMPLIFY_DWARF_ADDR. | Richard Henderson | 1 | -0/+1 |
2003-07-30 | combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes. | Zdenek Dvorak | 1 | -0/+5 |
2003-07-14 | cfglayout.c (locator_file): Break out from .... | Jan Hubicka | 1 | -0/+2 |
2003-07-11 | regclass.c (choose_hard_reg_mode): Add third argument. | J"orn Rennecke | 1 | -1/+2 |
2003-07-07 | rtl.h (emit_line_note): Take a location_t. | Nathan Sidwell | 1 | -3/+2 |
2003-07-06 | re PR rtl-optimization/9812 ([m68k] ICE in extract_insn, at recog.c:2148) | James E Wilson | 1 | -1/+0 |
2003-07-06 | jump.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -486/+439 |
2003-07-03 | rtl.h (ECF_*, [...]): Move from here... | Steven Bosscher | 1 | -33/+0 |
2003-07-03 | rtl.h (NOTE_DATA): Refer to whole union. | Nathan Sidwell | 1 | -1/+1 |
2003-07-01 | rtl.h (emit_line_note_after): Remove. | Nathan Sidwell | 1 | -2/+3 |
2003-07-01 | combine.c (distribute_notes): Don't bother REG_WAS_0. | Kazu Hirata | 1 | -6/+0 |
2003-06-28 | explow.c (find_next_ref): Remove. | Kazu Hirata | 1 | -2/+0 |
2003-06-27 | rtl.h (emit_note): Remove FILE parameter. | Nathan Sidwell | 1 | -1/+1 |
2003-06-25 | jump.c (next_nondeleted_insn): Remove. | Kazu Hirata | 1 | -1/+0 |
2003-06-19 | c-tree.h: Remove declaration of poplevel. | Andreas Jaeger | 1 | -30/+0 |
2003-06-18 | bt-load.c: New file. | Stephen Clarke | 1 | -0/+4 |
2003-06-17 | rtl.h: Remove declarations from coverage.h. | Andreas Jaeger | 1 | -5/+0 |
2003-06-16 | convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co... | Nathanael Nerode | 1 | -1/+1 |
2003-06-16 | function.h (struct emit_status): Remove x_last_linenum, x_last_filename. | Nathan Sidwell | 1 | -0/+4 |
2003-06-15 | alloc-pool.c: Convert to ISO C90 prototypes. | Andreas Jaeger | 1 | -21/+20 |
2003-06-14 | rtl.h (STORE_FLAG_VALUE): Remove default definition from here. | Roger Sayle | 1 | -6/+0 |
2003-06-12 | gcse.c (fis_get_condition): Make it a global function. | Kazu Hirata | 1 | -0/+1 |
2003-06-08 | cfglayout.c (insn_scope): New static function | Jan Hubicka | 1 | -7/+10 |
2003-06-08 | predict.h: Convert to ISO C90 prototypes. | Andreas Jaeger | 1 | -5/+5 |
2003-06-06 | function.c (FLOOR_ROUND, CEIL_ROUND): Fix. | Jan Hubicka | 1 | -0/+1 |
2003-06-03 | builtins.c (expand_builtin_memcpy): Remove endp argument and endp != 0 handling. | Jakub Jelinek | 1 | -2/+2 |
2003-06-01 | genrecog.c: Use ISO C90 prototypes. | Andreas Jaeger | 1 | -39/+39 |
2003-05-14 | rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from DEFERRED_CONSTANT_P. | Richard Henderson | 1 | -6/+7 |
2003-05-13 | varasm.c (notice_rtl_inlining_of_deferred_constant): New function. | Zack Weinberg | 1 | -0/+3 |
2003-05-05 | rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P. | Zack Weinberg | 1 | -4/+5 |
2003-05-03 | emit-rtl.c (last_call_insn, [...]): New functions. | Olivier Hainque | 1 | -0/+2 |
2003-04-27 | varasm.c (const_str_htab_hash, [...]): Kill. | Zack Weinberg | 1 | -1/+1 |