Age | Commit message (Expand) | Author | Files | Lines |
2012-05-09 | re PR bootstrap/53249 (Bootstrap failure) | Richard Sandiford | 1 | -2/+2 |
2012-05-05 | rtl.h (plus_constant, [...]): Merge into a single plus_constant function. | Richard Sandiford | 1 | -2/+3 |
2012-04-11 | Check for incompatible pointer sign extension | H.J. Lu | 1 | -2/+18 |
2012-04-04 | rtl.texi (const_double): Document as sign-extending. | Mike Stump | 1 | -8/+8 |
2012-03-21 | Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies. | Richard Guenther | 1 | -19/+0 |
2012-03-06 | re PR middle-end/52372 (gcc.target/mips/mips16-attributes{,-4}.c SEGV in dwf_... | Richard Sandiford | 1 | -4/+11 |
2012-02-22 | re PR middle-end/51782 (-ftree-sra: Missing address-space information leads t... | Martin Jambor | 1 | -12/+27 |
2012-01-24 | rtl.texi (MEM_IN_STRUCT_P, [...]): Delete. | Richard Sandiford | 1 | -20/+0 |
2011-12-19 | emit-rtl.c (init_emit_once): Initialize const_tiny_rtx[3] for partial integer... | Bernd Schmidt | 1 | -0/+5 |
2011-12-09 | re PR middle-end/40154 (internal compiler error: in do_SUBST, at combine.c:681) | Joern Rennecke | 1 | -0/+11 |
2011-11-08 | Merge from transactional-memory branch. | Aldy Hernandez | 1 | -0/+1 |
2011-10-30 | Properly limit backwards label scanning in reorg. | David S. Miller | 1 | -15/+0 |
2011-10-13 | emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_READONLY_P for static c... | Tom de Vries | 1 | -0/+6 |
2011-09-27 | rtl.h (const_tiny_rtx): Change into array of 4 x MAX_MACHINE_MODE from 3 x MA... | Jakub Jelinek | 1 | -3/+14 |
2011-09-19 | * emit-rtl.c (copy_insn_1): Do not copy DEBUG_EXPRs. | Alexandre Oliva | 1 | -0/+1 |
2011-08-29 | re PR middle-end/48722 (ICE in df_refs_verify() with -mno-push-args) | Jakub Jelinek | 1 | -0/+11 |
2011-08-27 | rtl.texi (simple_return): Document. | Bernd Schmidt | 1 | -1/+6 |
2011-08-10 | tree.h (get_pointer_alignment): Remove max-align argument. | Richard Guenther | 1 | -3/+3 |
2011-08-03 | re PR rtl-optimization/49941 (segmentation fault in redirect_jump_2) | Alan Modra | 1 | -0/+3 |
2011-08-02 | re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439) | Richard Henderson | 1 | -0/+4 |
2011-07-28 | rtlanal.c (tablejump_p): False for returns. | Bernd Schmidt | 1 | -2/+5 |
2011-07-20 | emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting memory address ... | Ulrich Weigand | 1 | -0/+1 |
2011-07-19 | rtl.h (mem_attrs): Turn offset and size fields into HOST_WIDE_INTs. | Richard Sandiford | 1 | -49/+78 |
2011-07-19 | rtl.texi (MEM_OFFSET_KNOWN_P): Document. | Richard Sandiford | 1 | -12/+21 |
2011-07-19 | rtl.texi (MEM_SIZE_KNOWN_P): Document. | Richard Sandiford | 1 | -2/+14 |
2011-07-19 | emit-rtl.c (mem_attrs_eq_p): New function, split out from... | Richard Sandiford | 1 | -186/+193 |
2011-07-19 | gcc/ | Richard Sandiford | 1 | -40/+57 |
2011-07-12 | cse.c (insert_with_costs): Put semi-colon after empty loop body on the next l... | Eric Botcazou | 1 | -1/+2 |
2011-07-06 | emit-rtl.c (paradoxical_subreg_p): New function. | Bernd Schmidt | 1 | -0/+10 |
2011-06-14 | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 1 | -1/+1 |
2011-05-29 | emit-rtl.c (try_split): Use a loop to search for NOTE_INSN_CALL_ARG_LOCATIONs. | Richard Sandiford | 1 | -6/+5 |
2011-05-23 | re PR rtl-optimization/48826 (ICE in dwarf2out_var_location, at dwarf2out.c:2... | Richard Sandiford | 1 | -2/+25 |
2011-05-03 | gengenrtl.c (special_rtx): PC, CC0 and RETURN are special. | Bernd Schmidt | 1 | -2/+4 |
2011-04-01 | emit-rtl.c (emit_pattern_after_setloc): New function. | Nathan Froyd | 1 | -167/+102 |
2011-03-25 | dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing va_end. | Jeff Law | 1 | -1/+4 |
2011-03-23 | refactor emit_*_{after,before}_noloc using common functions | Nathan Froyd | 1 | -207/+34 |
2011-03-16 | emit-rtl.c (try_split): Don't call copy_call_info debug hook. | Jakub Jelinek | 1 | -5/+1 |
2011-01-24 | emit-rtl.c (reg_attrs_htab_hash): Replace long by intptr_t. | Kai Tietz | 1 | -1/+1 |
2011-01-18 | re PR rtl-optimization/47216 (gcc.dg/torture/pr43360.c FAILs with -O -fPIC -f... | Richard Guenther | 1 | -27/+5 |
2011-01-11 | re PR rtl-optimization/45235 (const volatile read moved out of order) | Richard Guenther | 1 | -1/+2 |
2010-12-30 | emit-rtl.c (set_mem_attributes_minus_bitpos): Explicitly derive default value... | Ulrich Weigand | 1 | -5/+33 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -1/+0 |
2010-11-17 | timevar.def (TV_IPA_OPT, [...]): New. | Michael Matz | 1 | -0/+4 |
2010-11-12 | re PR debug/46375 (-fcompare-debug failure (length) with -O -fgcse -fno-tree-... | Eric Botcazou | 1 | -1/+1 |
2010-11-04 | re PR middle-end/44765 (gen_rtx_REG can make out-of-bounds access for INVALID... | Joern Rennecke | 1 | -0/+1 |
2010-10-31 | emit-rtl.c (mark_used_flags): New function. | Nathan Froyd | 1 | -65/+16 |
2010-10-21 | basic-block.h (single_succ_edge): Use gcc_checking_assert. | Nathan Froyd | 1 | -3/+1 |
2010-10-11 | tree.h (TREE_THIS_NOTRAP): Use TREE_CHECK5. | Ian Lance Taylor | 1 | -2/+5 |
2010-09-29 | optc-gen.awk: Generate global_options initializer instead of individual varia... | Joseph Myers | 1 | -2/+2 |
2010-09-27 | emit-rtl.c (reorder_insns_nobb): Sanity-check that AFTER is not in the range ... | Hans-Peter Nilsson | 1 | -0/+7 |