| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 1 | -3/+1 |
* | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 2013-01-04 | 1 | -1/+1 |
* | Finish conversion of uses of double_int to the new API. | Lawrence Crowl | 2012-09-24 | 1 | -18/+15 |
* | alias.c (rtx_equal_for_memref_p): Convert constant cases. | Kenneth Zadeck | 2012-08-23 | 1 | -2/+1 |
* | Revert "PR 34548" | Richard Henderson | 2012-08-02 | 1 | -18/+37 |
* | re PR middle-end/34548 (GCC generates too many alignment adds for alloca) | Richard Henderson | 2012-08-01 | 1 | -37/+18 |
* | 2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com> | Kenneth Zadeck | 2012-06-02 | 1 | -1/+1 |
* | explow.c (probe_stack_range): Restore simple control flow and stop again when... | Eric Botcazou | 2012-05-30 | 1 | -5/+4 |
* | md.texi (Standard Names): Document probe_stack_address. | Eric Botcazou | 2012-05-10 | 1 | -7/+14 |
* | rtl.h (plus_constant, [...]): Merge into a single plus_constant function. | Richard Sandiford | 2012-05-05 | 1 | -31/+25 |
* | rtl.texi (const_double): Document as sign-extending. | Mike Stump | 2012-04-04 | 1 | -31/+46 |
* | re PR middle-end/50251 (Revision 178353 caused many test failures) | Tom de Vries | 2011-09-14 | 1 | -0/+14 |
* | Permute conversion and addition of constant for zero-extend. | H.J. Lu | 2011-08-19 | 1 | -7/+12 |
* | re PR debug/50006 (ICE in in connect_traces, at dwarf2cfi.c:2677) | Richard Henderson | 2011-08-15 | 1 | -2/+5 |
* | re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439) | Richard Henderson | 2011-08-02 | 1 | -26/+39 |
* | explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION instead of GET_MODE_BIT... | Bernd Schmidt | 2011-07-06 | 1 | -1/+1 |
* | Use proper mode for stack save area. | H.J. Lu | 2011-07-01 | 1 | -1/+3 |
* | target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h. | Joseph Myers | 2011-06-15 | 1 | -0/+1 |
* | function.h (struct stack_usage): Remove dynamic_alloc_count field. | Eric Botcazou | 2011-06-02 | 1 | -34/+2 |
* | common.opt (flag_stack_usage_info): New variable. | Eric Botcazou | 2011-05-25 | 1 | -5/+5 |
* | explow.c (promote_mode): Move variable declarations before code. | Richard Guenther | 2011-05-04 | 1 | -2/+7 |
* | calls.c (emit_library_call_value_1): Invoke promote_function_mode hook on lib... | Andreas Krebbel | 2011-05-04 | 1 | -0/+17 |
* | optabs.h (emit_unop_insn, [...]): Change insn code parameter from "int" to "e... | Richard Sandiford | 2011-03-23 | 1 | -19/+11 |
* | explow.c (emit_stack_save): Remove 'after' parameter. | Richard Henderson | 2011-03-03 | 1 | -45/+10 |
* | re PR middle-end/46894 (vector tests fail on powerpc 32-bit) | Eric Botcazou | 2011-01-18 | 1 | -7/+12 |
* | hwint.c: New. | Joseph Myers | 2010-11-30 | 1 | -1/+0 |
* | explow.c (allocate_dynamic_stack_space): Check MALLOC_ABI_ALIGNMENT. | Ian Lance Taylor | 2010-11-06 | 1 | -7/+12 |
* | re PR target/46084 (gcc.dg/split-4.c failed with -mavx -m32) | Ian Lance Taylor | 2010-11-05 | 1 | -2/+11 |
* | re PR rtl-optimization/33721 ([meta-bug] Gcc can't properly align stack varia... | Richard Henderson | 2010-10-09 | 1 | -43/+68 |
* | common.opt (fsplit-stack): New option. | Ian Lance Taylor | 2010-09-27 | 1 | -9/+65 |
* | re PR middle-end/45234 (ICE in expand_call, at calls.c:2845 when passing alig... | Jakub Jelinek | 2010-09-24 | 1 | -26/+51 |
* | Stack usage support | Eric Botcazou | 2010-08-30 | 1 | -38/+85 |
* | Replace exact_log2(x & -x) in favor of more direct computation. | Richard Henderson | 2010-08-05 | 1 | -3/+7 |
* | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 2010-07-08 | 1 | -0/+1 |
* | expr.h (emit_stack_probe): Declare. | Eric Botcazou | 2010-07-02 | 1 | -10/+9 |
* | explow.c (set_stack_check_libfunc): Adjust to accept name as a string instead... | Steven Bosscher | 2010-05-26 | 1 | -2/+4 |
* | tm.texi (STACK_CHECK_PROBE_LOAD): Delete. | Eric Botcazou | 2009-12-13 | 1 | -3/+0 |
* | re PR target/10127 (-fstack-check let's program crash) | Eric Botcazou | 2009-11-10 | 1 | -9/+15 |
* | re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault) | Eric Botcazou | 2009-11-10 | 1 | -1/+2 |
* | re PR target/10127 (-fstack-check let's program crash) | Eric Botcazou | 2009-11-03 | 1 | -82/+258 |
* | tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document. | Ben Elliston | 2009-10-26 | 1 | -17/+24 |
* | extend.texi (Named Address Spaces): New section. | Ben Elliston | 2009-10-26 | 1 | -13/+14 |
* | tree.c (tree_expr_size): New function. | Richard Guenther | 2009-09-01 | 1 | -2/+2 |
* | tm.texi (TARGET_PROMOTE_FUNCTION_MODE): Add documentation for for_return == 2. | Paolo Bonzini | 2009-08-12 | 1 | -5/+3 |
* | Merge ARM/hard_vfp_branch to trunk | Richard Earnshaw | 2009-08-06 | 1 | -2/+2 |
* | explow.c (promote_mode): Mark TYPE and PUNSIGNEDP as possibly unused. | Andreas Krebbel | 2009-08-03 | 1 | -1/+2 |
* | 2009-08-02 Paolo Bonzini <bonzini@gnu.org | Paolo Bonzini | 2009-08-02 | 1 | -1/+0 |
* | expr.c (store_constructor): Use promote_decl_mode. | Paolo Bonzini | 2009-08-01 | 1 | -31/+64 |
* | alias.c: Use REG_P... | Shujing Zhao | 2009-06-22 | 1 | -13/+13 |
* | tm.texi (LEGITIMIZE_ADDRESS): Revise documentation. | Paolo Bonzini | 2009-05-04 | 1 | -1/+6 |