Age | Commit message (Expand) | Author | Files | Lines |
2011-09-14 | re PR middle-end/50251 (Revision 178353 caused many test failures) | Tom de Vries | 1 | -0/+14 |
2011-08-19 | Permute conversion and addition of constant for zero-extend. | H.J. Lu | 1 | -7/+12 |
2011-08-15 | re PR debug/50006 (ICE in in connect_traces, at dwarf2cfi.c:2677) | Richard Henderson | 1 | -2/+5 |
2011-08-02 | re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439) | Richard Henderson | 1 | -26/+39 |
2011-07-06 | explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION instead of GET_MODE_BIT... | Bernd Schmidt | 1 | -1/+1 |
2011-07-01 | Use proper mode for stack save area. | H.J. Lu | 1 | -1/+3 |
2011-06-15 | target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h. | Joseph Myers | 1 | -0/+1 |
2011-06-02 | function.h (struct stack_usage): Remove dynamic_alloc_count field. | Eric Botcazou | 1 | -34/+2 |
2011-05-25 | common.opt (flag_stack_usage_info): New variable. | Eric Botcazou | 1 | -5/+5 |
2011-05-04 | explow.c (promote_mode): Move variable declarations before code. | Richard Guenther | 1 | -2/+7 |
2011-05-04 | calls.c (emit_library_call_value_1): Invoke promote_function_mode hook on lib... | Andreas Krebbel | 1 | -0/+17 |
2011-03-23 | optabs.h (emit_unop_insn, [...]): Change insn code parameter from "int" to "e... | Richard Sandiford | 1 | -19/+11 |
2011-03-03 | explow.c (emit_stack_save): Remove 'after' parameter. | Richard Henderson | 1 | -45/+10 |
2011-01-18 | re PR middle-end/46894 (vector tests fail on powerpc 32-bit) | Eric Botcazou | 1 | -7/+12 |
2010-11-30 | hwint.c: New. | Joseph Myers | 1 | -1/+0 |
2010-11-06 | explow.c (allocate_dynamic_stack_space): Check MALLOC_ABI_ALIGNMENT. | Ian Lance Taylor | 1 | -7/+12 |
2010-11-05 | re PR target/46084 (gcc.dg/split-4.c failed with -mavx -m32) | Ian Lance Taylor | 1 | -2/+11 |
2010-10-09 | re PR rtl-optimization/33721 ([meta-bug] Gcc can't properly align stack varia... | Richard Henderson | 1 | -43/+68 |
2010-09-27 | common.opt (fsplit-stack): New option. | Ian Lance Taylor | 1 | -9/+65 |
2010-09-24 | re PR middle-end/45234 (ICE in expand_call, at calls.c:2845 when passing alig... | Jakub Jelinek | 1 | -26/+51 |
2010-08-30 | Stack usage support | Eric Botcazou | 1 | -38/+85 |
2010-08-05 | Replace exact_log2(x & -x) in favor of more direct computation. | Richard Henderson | 1 | -3/+7 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -0/+1 |
2010-07-02 | expr.h (emit_stack_probe): Declare. | Eric Botcazou | 1 | -10/+9 |
2010-05-26 | explow.c (set_stack_check_libfunc): Adjust to accept name as a string instead... | Steven Bosscher | 1 | -2/+4 |
2009-12-13 | tm.texi (STACK_CHECK_PROBE_LOAD): Delete. | Eric Botcazou | 1 | -3/+0 |
2009-11-10 | re PR target/10127 (-fstack-check let's program crash) | Eric Botcazou | 1 | -9/+15 |
2009-11-10 | re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault) | Eric Botcazou | 1 | -1/+2 |
2009-11-03 | re PR target/10127 (-fstack-check let's program crash) | Eric Botcazou | 1 | -82/+258 |
2009-10-26 | tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document. | Ben Elliston | 1 | -17/+24 |
2009-10-26 | extend.texi (Named Address Spaces): New section. | Ben Elliston | 1 | -13/+14 |
2009-09-01 | tree.c (tree_expr_size): New function. | Richard Guenther | 1 | -2/+2 |
2009-08-12 | tm.texi (TARGET_PROMOTE_FUNCTION_MODE): Add documentation for for_return == 2. | Paolo Bonzini | 1 | -5/+3 |
2009-08-06 | Merge ARM/hard_vfp_branch to trunk | Richard Earnshaw | 1 | -2/+2 |
2009-08-03 | explow.c (promote_mode): Mark TYPE and PUNSIGNEDP as possibly unused. | Andreas Krebbel | 1 | -1/+2 |
2009-08-02 | 2009-08-02 Paolo Bonzini <bonzini@gnu.org | Paolo Bonzini | 1 | -1/+0 |
2009-08-01 | expr.c (store_constructor): Use promote_decl_mode. | Paolo Bonzini | 1 | -31/+64 |
2009-06-22 | alias.c: Use REG_P... | Shujing Zhao | 1 | -13/+13 |
2009-05-04 | tm.texi (LEGITIMIZE_ADDRESS): Revise documentation. | Paolo Bonzini | 1 | -1/+6 |
2009-03-29 | c-common.c (c_expand_expr, c_staticp): Remove. | Paolo Bonzini | 1 | -1/+1 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2008-09-12 | emit-rtl.c (set_reg_attrs_from_value): Fix invalid alignment information pass... | Ulrich Weigand | 1 | -3/+1 |
2008-08-16 | re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault) | Eric Botcazou | 1 | -4/+8 |
2008-07-15 | df-problems.c (df_set_note): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -6/+6 |
2008-06-01 | rtl.h (emit_clobber, [...]): Declare. | Richard Sandiford | 1 | -5/+2 |
2008-04-25 | re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore) | Jan Hubicka | 1 | -3/+3 |
2008-04-18 | except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r... | Jan Hubicka | 1 | -1/+1 |
2008-04-09 | PR middle-end/PR28690 | Peter Bergner | 1 | -1/+1 |
2008-02-23 | explow.c (memory_address): Assert that the generated address is valid. | Joseph Myers | 1 | -0/+1 |
2007-12-03 | re PR middle-end/33713 (can't find a register in class 'GENERAL_REGS' while r... | Steven Bosscher | 1 | -30/+7 |