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