Age | Commit message (Expand) | Author | Files | Lines |
2012-01-24 | rtl.texi (MEM_IN_STRUCT_P, [...]): Delete. | Richard Sandiford | 1 | -19/+5 |
2012-01-24 | rtl.h (true_dependence, [...]): Remove varies parameter. | Richard Sandiford | 1 | -3/+3 |
2011-12-09 | re PR middle-end/40154 (internal compiler error: in do_SUBST, at combine.c:681) | Joern Rennecke | 1 | -0/+1 |
2011-11-06 | regset.h (fixed_reg_set_regset): Declare. | Joern Rennecke | 1 | -1/+1 |
2011-10-30 | Properly limit backwards label scanning in reorg. | David S. Miller | 1 | -1/+0 |
2011-10-21 | reg-notes.def (DEP_CONTROL): New. | Bernd Schmidt | 1 | -6/+13 |
2011-10-19 | re PR middle-end/49310 (Compile time hog in var-tracking emit) | Alexandre Oliva | 1 | -6/+15 |
2011-10-15 | re PR rtl-optimization/49941 (segmentation fault in redirect_jump_2) | Alan Modra | 1 | -0/+1 |
2011-09-27 | rtl.h (const_tiny_rtx): Change into array of 4 x MAX_MACHINE_MODE from 3 x MA... | Jakub Jelinek | 1 | -2/+3 |
2011-08-27 | rtl.texi (simple_return): Document. | Bernd Schmidt | 1 | -2/+5 |
2011-08-25 | re PR debug/50132 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2234 with... | Richard Henderson | 1 | -0/+1 |
2011-08-21 | rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN. | Richard Henderson | 1 | -2/+2 |
2011-08-18 | tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter. | Richard Sandiford | 1 | -6/+7 |
2011-08-18 | rtl.h (set_src_cost, [...]): New functions. | Richard Sandiford | 1 | -0/+18 |
2011-08-18 | rtl.h (set_rtx_cost, [...]): New functions. | Richard Sandiford | 1 | -0/+18 |
2011-08-02 | re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439) | Richard Henderson | 1 | -0/+1 |
2011-07-28 | rtlanal.c (tablejump_p): False for returns. | Bernd Schmidt | 1 | -0/+4 |
2011-07-19 | rtl.h (mem_attrs): Turn offset and size fields into HOST_WIDE_INTs. | Richard Sandiford | 1 | -15/+34 |
2011-07-19 | rtl.texi (MEM_OFFSET_KNOWN_P): Document. | Richard Sandiford | 1 | -3/+5 |
2011-07-19 | rtl.texi (MEM_SIZE_KNOWN_P): Document. | Richard Sandiford | 1 | -3/+5 |
2011-07-19 | gcc/ | Richard Sandiford | 1 | -13/+29 |
2011-07-07 | dwarf2out: Move insn scanning out of final.c. | Bernd Schmidt | 1 | -0/+5 |
2011-07-07 | dwarf2out: Split CFI construction routines into a new file. | Richard Henderson | 1 | -10/+0 |
2011-07-06 | emit-rtl.c (paradoxical_subreg_p): New function. | Bernd Schmidt | 1 | -0/+1 |
2011-07-06 | cse.c (find_comparison_args): Use val_mode_signbit_set_p. | Bernd Schmidt | 1 | -0/+5 |
2011-06-22 | re PR debug/47858 (IPA-SRA decreases quality of debug info) | Jakub Jelinek | 1 | -0/+3 |
2011-06-09 | Print location for conflicting global regs. | Andi Kleen | 1 | -1/+1 |
2011-05-03 | function.c (init_function_start): Call decide_function_section. | Bernd Schmidt | 1 | -0/+1 |
2011-05-03 | gengenrtl.c (special_rtx): PC, CC0 and RETURN are special. | Bernd Schmidt | 1 | -0/+2 |
2011-04-08 | re PR rtl-optimization/48389 (ICE: in make_edges, at cfgbuild.c:319 with -mtu... | Michael Matz | 1 | -0/+1 |
2011-03-29 | [multiple changes] | Vladimir Makarov | 1 | -1/+1 |
2011-03-28 | re PR bootstrap/48307 (Bootstrap failure) | Vladimir Makarov | 1 | -1/+1 |
2011-03-27 | [multiple changes] | Vladimir Makarov | 1 | -1/+1 |
2011-03-16 | re PR debug/45882 (No debug info for vars depending on unused parameter) | Jakub Jelinek | 1 | -0/+4 |
2011-03-09 | re PR rtl-optimization/47866 (gcc.dg/torture/vector-2.c fails on IA64) | Jakub Jelinek | 1 | -18/+0 |
2011-02-28 | re PR middle-end/47893 (4.6 miscompiles mesa on i686) | Jakub Jelinek | 1 | -2/+4 |
2011-02-11 | re PR rtl-optimization/47614 (cpu2000 benchmark 301.apsi fails with revision ... | Pat Haugen | 1 | -0/+3 |
2011-02-03 | re PR debug/43092 (Wrong debuginfo with VTA and -fomit-frame-pointer/-mno-acc... | Alexandre Oliva | 1 | -0/+11 |
2010-12-09 | rtl.h (invalid_mode_change_p): Adjust prototype. | Richard Guenther | 1 | -2/+1 |
2010-11-24 | common.opt (initial_max_fld_align, [...]): New Variable entries. | Joseph Myers | 1 | -3/+0 |
2010-11-22 | re PR rtl-optimization/45652 (gcc.dg/compat/scalar-by-value-3 FAILs with -O2 ... | Alexander Monakov | 1 | -0/+1 |
2010-11-18 | re PR middle-end/46515 (Many libjava failures) | Richard Henderson | 1 | -1/+1 |
2010-11-16 | re PR rtl-optimization/46315 (-O2 -fno-strict-overflow causes wrong code gene... | Eric Botcazou | 1 | -0/+1 |
2010-11-15 | re PR debug/46387 (ICE in add_stores, at var-tracking.c:5415) | Jakub Jelinek | 1 | -0/+1 |
2010-10-12 | rtl.h: Include hashtab.h. | Jakub Jelinek | 1 | -0/+2 |
2010-09-29 | re PR target/40457 (use stm and ldm to access consecutive memory words) | Bernd Schmidt | 1 | -0/+48 |
2010-09-29 | optc-gen.awk: Generate global_options initializer instead of individual varia... | Joseph Myers | 1 | -2/+12 |
2010-09-24 | re PR middle-end/45234 (ICE in expand_call, at calls.c:2845 when passing alig... | Jakub Jelinek | 1 | -2/+14 |
2010-09-09 | rtl.def (DEBUG_IMPLICIT_PTR): New rtl code. | Jakub Jelinek | 1 | -0/+3 |
2010-08-15 | reload.h (register_move_cost, [...]): Adjust prototype. | Anatoly Sokolov | 1 | -1/+1 |