Age | Commit message (Expand) | Author | Files | Lines |
2008-12-23 | re PR target/38488 (x86_64 generates much larger and slightly slower code for... | Jakub Jelinek | 1 | -0/+84 |
2008-12-03 | re PR rtl-optimization/38281 (segmentation fault with optimization enabled) | Eric Botcazou | 1 | -1/+2 |
2008-10-21 | re PR middle-end/37815 (ICE in vt_add_function_parameters (bootstrap error)) | Richard Henderson | 1 | -4/+4 |
2008-10-12 | re PR middle-end/37447 (test pr28982b.c fails execution on power4 or later wi... | Richard Henderson | 1 | -0/+59 |
2008-10-09 | re PR middle-end/37774 (Alignment information is lost for ARRAY_REFs) | Jakub Jelinek | 1 | -0/+11 |
2008-09-12 | emit-rtl.c (set_reg_attrs_from_value): Fix invalid alignment information pass... | Ulrich Weigand | 1 | -1/+1 |
2008-09-05 | emit-rtl.c (gen_rtvec): Rewrite not using gen_rtvec_v. | Paolo Bonzini | 1 | -17/+12 |
2008-09-01 | sel-sched.h, [...]: New files. | Andrey Belevantsev | 1 | -0/+1 |
2008-07-30 | [multiple changes] | H.J. Lu | 1 | -0/+9 |
2008-07-15 | df-problems.c (df_set_note): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -70/+70 |
2008-07-15 | * emit-rtl.c (set_mem_attributes_minus_bitpos): Improve comment. | Ben Elliston | 1 | -1/+1 |
2008-07-02 | rtlanal.c (add_reg_note): New function. | Ian Lance Taylor | 1 | -30/+11 |
2008-06-27 | c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 1 | -1/+1 |
2008-06-26 | dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. | Kaveh R. Ghazi | 1 | -10/+8 |
2008-06-23 | re PR target/36533 (Incorrectly assumed aligned_operand) | Jakub Jelinek | 1 | -0/+6 |
2008-06-17 | Remove libcall notes. | Steven Bosscher | 1 | -37/+2 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -4/+4 |
2008-06-01 | rtl.h (emit_clobber, [...]): Declare. | Richard Sandiford | 1 | -0/+56 |
2008-05-09 | pa.c (reloc_needed): Use CASE_CONVERT. | Tomas Bily | 1 | -2/+2 |
2008-05-07 | [multiple changes] | Kenneth Zadeck | 1 | -1/+4 |
2008-04-25 | re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore) | Jan Hubicka | 1 | -1/+1 |
2008-04-23 | tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case. | Tomas Bily | 1 | -2/+0 |
2008-04-07 | function.h (rtl): Rename to x_rtl. | Jan Hubicka | 1 | -15/+15 |
2008-04-07 | PR middle-end/PR28690 | Peter Bergner | 1 | -5/+26 |
2008-04-05 | * emit-rtl.c (init_emit): xcalloc regno_pointer_align. | Jan Hubicka | 1 | -2/+2 |
2008-03-31 | builtins.c (expand_builtin_setjmp_receiver): Update call of get_arg_pointer_s... | Jan Hubicka | 1 | -28/+33 |
2008-03-26 | builtins.c (expand_builtin_pow, [...]): Remove uses of dconst3, dconstsqrt2, ... | Kaveh R. Ghazi | 1 | -20/+4 |
2008-03-19 | re PR other/35094 (RTL dump file letters hosed and partly undocumented) | Jan Hubicka | 1 | -3/+5 |
2008-03-01 | df-scan.c (df_ref_chain_change_bb): Simplify. | Alexandre Oliva | 1 | -4/+1 |
2008-02-26 | system.h (USE_MAPPED_LOCATION): Poison. | Tom Tromey | 1 | -5/+1 |
2008-01-21 | re PR rtl-optimization/34808 (ICE in prescan_insns_for_dce) | Kaz Kojima | 1 | -1/+13 |
2008-01-13 | re PR c/34601 (ICE with undefined enum) | Richard Guenther | 1 | -1/+1 |
2007-12-19 | tree.h (set_decl_incoming_rtl): Add a by_reference_p parameter. | Richard Sandiford | 1 | -3/+4 |
2007-12-19 | rtl.def (SUBREG): Update comments. | Richard Sandiford | 1 | -139/+74 |
2007-11-25 | tree.h (struct tree_block): Move locus member next to flags. | Richard Guenther | 1 | -1/+1 |
2007-11-01 | emit-rtl.c (set_reg_attrs_from_mem): Clarify function comment. | Ben Elliston | 1 | -2/+2 |
2007-09-09 | Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET. | Hans-Peter Nilsson | 1 | -4/+6 |
2007-09-09 | revert: regrename.c (copyprop_hardreg_forward_1): New variable next. | Laurynas Biveinis | 1 | -2/+0 |
2007-09-07 | regrename.c (copyprop_hardreg_forward_1): New variable next. | Laurynas Biveinis | 1 | -0/+2 |
2007-09-05 | regrename.c (pass_regrename, [...]): Add RTL sharing verifier. | Jan Hubicka | 1 | -1/+1 |
2007-09-01 | c-common.c (const_strip_array_types): Delete. | Kaveh R. Ghazi | 1 | -182/+72 |
2007-08-27 | Separate target-specific initialization from general back-end initialization. | Sandra Loosemore | 1 | -61/+68 |
2007-08-27 | alias.c (memory_modified_1, [...]): Constify. | Kaveh R. Ghazi | 1 | -72/+182 |
2007-08-24 | alpha.c (alpha_mangle_type, [...]): Constify. | Kaveh R. Ghazi | 1 | -2/+2 |
2007-08-23 | rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT... | Chao-ying Fu | 1 | -2/+114 |
2007-08-15 | re PR middle-end/33074 (ICE in copy_insn_1, at emit-rtl.c:4925) | Jakub Jelinek | 1 | -1/+1 |
2007-08-14 | alias.c (rtx_equal_for_memref_p): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-08-12 | emit-rtl.c (try_split): Relink the insns with REG_LIBCALL note and with REG_R... | Sa Liu | 1 | -1/+13 |
2007-08-11 | alias.h (alias_set_type): Define new type. | Ian Lance Taylor | 1 | -4/+4 |
2007-08-08 | tree.def (FIXED_POINT_TYPE): New type. | Chao-ying Fu | 1 | -0/+61 |