aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-24Finish conversion of uses of double_int to the new API.Lawrence Crowl1-10/+8
2012-09-19Integrate lexical block into source_location.Dehao Chen1-225/+41
2012-09-14re PR rtl-optimization/44194 (struct returned by value generates useless stores)Eric Botcazou1-10/+38
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-1/+1
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-1/+1
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-16/+4
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-1/+1
2012-08-02cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck1-2/+2
2012-07-30gengtype.c (adjust_field_type): Diagnose duplicate "length" option applicatio...Laurynas Biveinis1-2/+2
2012-07-16emit-rtl.c (emit_label_before): Do not allow the same label to be emitted twice.Steven Bosscher1-25/+9
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-07-13emit-rtl.c (make_debug_insn_raw, [...]): Make static.Steven Bosscher1-3/+2
2012-06-20emit-rtl.c (need_atomic_barrier_p): New function.Maxim Kuvyrkov1-0/+25
2012-06-17cfglayout.h: Remove.Steven Bosscher1-12/+244
2012-06-12emit-rtl.c (set_mem_attributes_minus_bitpos): Remove dead code.Richard Guenther1-9/+0
2012-06-11emit-rtl.c (init_emit_once): Iterate through the MODE_PARTIAL_INT modes with ...Mike Stump1-6/+6
2012-06-022012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck1-5/+5
2012-05-09re PR bootstrap/53249 (Bootstrap failure)Richard Sandiford1-2/+2
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-2/+3
2012-04-11Check for incompatible pointer sign extensionH.J. Lu1-2/+18
2012-04-04rtl.texi (const_double): Document as sign-extending.Mike Stump1-8/+8
2012-03-21Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies.Richard Guenther1-19/+0
2012-03-06re PR middle-end/52372 (gcc.target/mips/mips16-attributes{,-4}.c SEGV in dwf_...Richard Sandiford1-4/+11
2012-02-22re PR middle-end/51782 (-ftree-sra: Missing address-space information leads t...Martin Jambor1-12/+27
2012-01-24rtl.texi (MEM_IN_STRUCT_P, [...]): Delete.Richard Sandiford1-20/+0