summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* re PR target/39323 (MAX_OFILE_ALIGNMENT in elfos.h is too big)H.J. Lu2009-03-271-1/+1
* emit-rtl.c (adjust_address_1): Reduce offset to a signed value that fits with...Joseph Myers2009-03-041-0/+11
* Revert last change.Richard Sandiford2009-02-211-11/+0
* loop-iv.c (truncate_value): New function.Richard Sandiford2009-02-211-0/+11
* re PR target/38868 (r143152 breaks output routines in xplor-nih)Paolo Bonzini2009-01-201-1/+6
* re PR target/38488 (x86_64 generates much larger and slightly slower code for...Jakub Jelinek2008-12-231-0/+84
* re PR rtl-optimization/38281 (segmentation fault with optimization enabled)Eric Botcazou2008-12-031-1/+2
* re PR middle-end/37815 (ICE in vt_add_function_parameters (bootstrap error))Richard Henderson2008-10-211-4/+4
* re PR middle-end/37447 (test pr28982b.c fails execution on power4 or later wi...Richard Henderson2008-10-121-0/+59
* re PR middle-end/37774 (Alignment information is lost for ARRAY_REFs)Jakub Jelinek2008-10-091-0/+11
* emit-rtl.c (set_reg_attrs_from_value): Fix invalid alignment information pass...Ulrich Weigand2008-09-121-1/+1
* emit-rtl.c (gen_rtvec): Rewrite not using gen_rtvec_v.Paolo Bonzini2008-09-051-17/+12
* sel-sched.h, [...]: New files.Andrey Belevantsev2008-09-011-0/+1
* [multiple changes]H.J. Lu2008-07-301-0/+9
* df-problems.c (df_set_note): Avoid C++ keywords.Kaveh R. Ghazi2008-07-151-70/+70
* * emit-rtl.c (set_mem_attributes_minus_bitpos): Improve comment.Ben Elliston2008-07-151-1/+1
* rtlanal.c (add_reg_note): New function.Ian Lance Taylor2008-07-021-30/+11
* c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi2008-06-271-1/+1
* dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi2008-06-261-10/+8
* re PR target/36533 (Incorrectly assumed aligned_operand)Jakub Jelinek2008-06-231-0/+6
* Remove libcall notes.Steven Bosscher2008-06-171-37/+2
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-4/+4
* rtl.h (emit_clobber, [...]): Declare.Richard Sandiford2008-06-011-0/+56
* pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily2008-05-091-2/+2
* [multiple changes]Kenneth Zadeck2008-05-071-1/+4
* re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka2008-04-251-1/+1
* tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.Tomas Bily2008-04-231-2/+0
* function.h (rtl): Rename to x_rtl.Jan Hubicka2008-04-071-15/+15
* PR middle-end/PR28690Peter Bergner2008-04-071-5/+26
* * emit-rtl.c (init_emit): xcalloc regno_pointer_align.Jan Hubicka2008-04-051-2/+2
* builtins.c (expand_builtin_setjmp_receiver): Update call of get_arg_pointer_s...Jan Hubicka2008-03-311-28/+33
* builtins.c (expand_builtin_pow, [...]): Remove uses of dconst3, dconstsqrt2, ...Kaveh R. Ghazi2008-03-261-20/+4
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* df-scan.c (df_ref_chain_change_bb): Simplify.Alexandre Oliva2008-03-011-4/+1
* system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey2008-02-261-5/+1
* re PR rtl-optimization/34808 (ICE in prescan_insns_for_dce)Kaz Kojima2008-01-211-1/+13
* re PR c/34601 (ICE with undefined enum)Richard Guenther2008-01-131-1/+1
* tree.h (set_decl_incoming_rtl): Add a by_reference_p parameter.Richard Sandiford2007-12-191-3/+4
* rtl.def (SUBREG): Update comments.Richard Sandiford2007-12-191-139/+74
* tree.h (struct tree_block): Move locus member next to flags.Richard Guenther2007-11-251-1/+1
* emit-rtl.c (set_reg_attrs_from_mem): Clarify function comment.Ben Elliston2007-11-011-2/+2
* Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET.Hans-Peter Nilsson2007-09-091-4/+6
* revert: regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis2007-09-091-2/+0
* regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis2007-09-071-0/+2
* regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka2007-09-051-1/+1
* c-common.c (const_strip_array_types): Delete.Kaveh R. Ghazi2007-09-011-182/+72
* Separate target-specific initialization from general back-end initialization.Sandra Loosemore2007-08-271-61/+68
* alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi2007-08-271-72/+182
* alpha.c (alpha_mangle_type, [...]): Constify.Kaveh R. Ghazi2007-08-241-2/+2
* rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu2007-08-231-2/+114