aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-09re PR middle-end/61141 (c-common.c:1502:1: ICE: in reset_insn_used_flags, at ...John David Anglin1-2/+10
2014-06-06rtl.h (insn_location): Declare.Eric Botcazou1-0/+7
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-28rtl.h (set_for_reg_notes): Declare.Richard Sandiford1-24/+50
2014-05-20re PR middle-end/61243 (verify_flow_info failed: No region crossing jump at s...Richard Sandiford1-0/+1
2014-05-19reg-notes.def (CROSSING_JUMP): Likewise.Richard Sandiford1-2/+3
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-5/+5
2014-05-17emit-rtl.h (replace_equiv_address, [...]): Add an inplace argument.Richard Sandiford1-13/+24
2014-05-13rtl.def (VAR_LOCATION): Remove "i" field.Richard Sandiford1-0/+9
2014-05-13gcc/Richard Sandiford1-1/+1
2014-05-06emit-rtl.c (init_derived_machine_modes): New functionm, split out from...Richard Sandiford1-30/+26
2014-05-06Merge in wide-int.Kenneth Zadeck1-11/+115
2014-04-24-fuse-caller-save - Add new reg-note REG_CALL_DECLRadovan Obradovic1-0/+9
2014-02-25re PR middle-end/60291 (slow compile times for any mode (-O0/-O1/-O2) on larg...Richard Biener1-40/+4
2014-02-20emit-rtl.c (gen_reg_rtx): Assert that crtl->emit.regno_pointer_align_length i...Uros Bizjak1-0/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-16re PR rtl-optimization/59466 (Slow code generation by LRA for memory addresse...Vladimir Makarov1-1/+3
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-4/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-6/+6
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-5/+5
2013-10-08tree-flow.h: Remove some prototypes.Andrew MacLeod1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-24/+24
2013-09-26alias.h (component_uses_parent_alias_set): Rename to ...Richard Biener1-1/+1
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-3/+3
2013-06-06re PR c++/53743 (ICE when compiling firefox with PGO and LTO)Teresa Johnson1-0/+1
2013-05-14rtl.h (next_label, [...]): Remove prototypes.Steven Bosscher1-48/+0
2013-04-18emit-rtl.c (reset_insn_used_flags): New function.Steven Bosscher1-21/+37
2013-04-17emit-rtl.c (link_insn_into_chain): Handle chaining of SEQUENCEs.Steven Bosscher1-0/+7
2013-04-16re PR middle-end/43631 (var-tracking inserts notes with non-NULL BLOCK_FOR_IN...Steven Bosscher1-115/+170
2013-04-15emit-rtl.c (reset_all_used_flags): New function.Andreas Krebbel1-6/+18
2013-04-13emit-rtl.c (remove_insn): Do not call df_insn_delete here.Steven Bosscher1-6/+15
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-2/+21
2013-03-26emit-rtl.c (set_mem_attributes_minus_bitpos): Remove alignment computations a...Richard Biener1-81/+17
2013-03-22df.h (df_insn_delete): Adjust prototype.Steven Bosscher1-6/+8
2013-03-12re PR rtl-optimization/56571 (ICE in copyprop_hardreg_forward_1, at regcprop....Jan Hubicka1-4/+16
2013-02-08re PR debug/53948 (Assignment line missing for -O0 -g)Jeff Law1-0/+12
2013-01-16emit-rtl.c (need_atomic_barrier_p): Mask memory model argument with MEMMODEL_...Uros Bizjak1-1/+1
2013-01-15re PR middle-end/55882 (unaligned load/store : incorrect struct offset)Richard Biener1-1/+6
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-11-27ipa-prop.c (ipa_modify_call_arguments): Set loc correctly.Dehao Chen1-2/+1
2012-11-26re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution...Hans-Peter Nilsson1-2/+2
2012-11-23re PR rtl-optimization/55388 (ICE in int_mode_for_mode at stor-layout.c:423)Eric Botcazou1-0/+4
2012-11-18expr.h (adjust_address_1): Add a size parameter.Richard Sandiford1-11/+19
2012-11-18expr.c (expand_assignment): Don't set MEM_KEEP_ALIAS_SET_P here.Richard Sandiford1-20/+12
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-1/+0
2012-11-11re PR rtl-optimization/55247 (internal compiler error: Max. number of generat...Eric Botcazou1-3/+17
2012-11-09rtl.h (CONST_SCALAR_INT_P): New macro.Kenneth Zadeck1-1/+1
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-3/+11
2012-10-20emit-rtl.c (copy_delay_slot_insn): New function.Joern Rennecke1-4/+13