summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* Finish conversion of uses of double_int to the new API.Lawrence Crowl2012-09-241-10/+8
* Integrate lexical block into source_location.Dehao Chen2012-09-191-225/+41
* re PR rtl-optimization/44194 (struct returned by value generates useless stores)Eric Botcazou2012-09-141-10/+38
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-1/+1
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-1/+1
* alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck2012-08-231-16/+4
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-1/+1
* cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck2012-08-021-2/+2
* gengtype.c (adjust_field_type): Diagnose duplicate "length" option applicatio...Laurynas Biveinis2012-07-301-2/+2
* emit-rtl.c (emit_label_before): Do not allow the same label to be emitted twice.Steven Bosscher2012-07-161-25/+9
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* emit-rtl.c (make_debug_insn_raw, [...]): Make static.Steven Bosscher2012-07-131-3/+2
* emit-rtl.c (need_atomic_barrier_p): New function.Maxim Kuvyrkov2012-06-201-0/+25
* cfglayout.h: Remove.Steven Bosscher2012-06-171-12/+244
* emit-rtl.c (set_mem_attributes_minus_bitpos): Remove dead code.Richard Guenther2012-06-121-9/+0
* emit-rtl.c (init_emit_once): Iterate through the MODE_PARTIAL_INT modes with ...Mike Stump2012-06-111-6/+6
* 2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck2012-06-021-5/+5
* re PR bootstrap/53249 (Bootstrap failure)Richard Sandiford2012-05-091-2/+2
* rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2012-05-051-2/+3
* Check for incompatible pointer sign extensionH.J. Lu2012-04-111-2/+18
* rtl.texi (const_double): Document as sign-extending.Mike Stump2012-04-041-8/+8
* Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies.Richard Guenther2012-03-211-19/+0
* re PR middle-end/52372 (gcc.target/mips/mips16-attributes{,-4}.c SEGV in dwf_...Richard Sandiford2012-03-061-4/+11
* re PR middle-end/51782 (-ftree-sra: Missing address-space information leads t...Martin Jambor2012-02-221-12/+27
* rtl.texi (MEM_IN_STRUCT_P, [...]): Delete.Richard Sandiford2012-01-241-20/+0
* emit-rtl.c (init_emit_once): Initialize const_tiny_rtx[3] for partial integer...Bernd Schmidt2011-12-191-0/+5
* re PR middle-end/40154 (internal compiler error: in do_SUBST, at combine.c:681)Joern Rennecke2011-12-091-0/+11
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+1
* Properly limit backwards label scanning in reorg.David S. Miller2011-10-301-15/+0
* emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_READONLY_P for static c...Tom de Vries2011-10-131-0/+6
* rtl.h (const_tiny_rtx): Change into array of 4 x MAX_MACHINE_MODE from 3 x MA...Jakub Jelinek2011-09-271-3/+14
* * emit-rtl.c (copy_insn_1): Do not copy DEBUG_EXPRs.Alexandre Oliva2011-09-191-0/+1
* re PR middle-end/48722 (ICE in df_refs_verify() with -mno-push-args)Jakub Jelinek2011-08-291-0/+11
* rtl.texi (simple_return): Document.Bernd Schmidt2011-08-271-1/+6
* tree.h (get_pointer_alignment): Remove max-align argument.Richard Guenther2011-08-101-3/+3
* re PR rtl-optimization/49941 (segmentation fault in redirect_jump_2)Alan Modra2011-08-031-0/+3
* re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)Richard Henderson2011-08-021-0/+4
* rtlanal.c (tablejump_p): False for returns.Bernd Schmidt2011-07-281-2/+5
* emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting memory address ...Ulrich Weigand2011-07-201-0/+1
* rtl.h (mem_attrs): Turn offset and size fields into HOST_WIDE_INTs.Richard Sandiford2011-07-191-49/+78
* rtl.texi (MEM_OFFSET_KNOWN_P): Document.Richard Sandiford2011-07-191-12/+21
* rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford2011-07-191-2/+14
* emit-rtl.c (mem_attrs_eq_p): New function, split out from...Richard Sandiford2011-07-191-186/+193
* gcc/Richard Sandiford2011-07-191-40/+57
* cse.c (insert_with_costs): Put semi-colon after empty loop body on the next l...Eric Botcazou2011-07-121-1/+2
* emit-rtl.c (paradoxical_subreg_p): New function.Bernd Schmidt2011-07-061-0/+10
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-1/+1
* emit-rtl.c (try_split): Use a loop to search for NOTE_INSN_CALL_ARG_LOCATIONs.Richard Sandiford2011-05-291-6/+5
* re PR rtl-optimization/48826 (ICE in dwarf2out_var_location, at dwarf2out.c:2...Richard Sandiford2011-05-231-2/+25
* gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.Bernd Schmidt2011-05-031-2/+4