summaryrefslogtreecommitdiff
path: root/gcc/explow.c
Commit message (Expand)AuthorAgeFilesLines
* explow.c (set_stack_check_libfunc): Adjust to accept name as a string instead...Steven Bosscher2010-05-261-2/+4
* tm.texi (STACK_CHECK_PROBE_LOAD): Delete.Eric Botcazou2009-12-131-3/+0
* re PR target/10127 (-fstack-check let's program crash)Eric Botcazou2009-11-101-9/+15
* re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault)Eric Botcazou2009-11-101-1/+2
* re PR target/10127 (-fstack-check let's program crash)Eric Botcazou2009-11-031-82/+258
* tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston2009-10-261-17/+24
* extend.texi (Named Address Spaces): New section.Ben Elliston2009-10-261-13/+14
* tree.c (tree_expr_size): New function.Richard Guenther2009-09-011-2/+2
* tm.texi (TARGET_PROMOTE_FUNCTION_MODE): Add documentation for for_return == 2.Paolo Bonzini2009-08-121-5/+3
* Merge ARM/hard_vfp_branch to trunkRichard Earnshaw2009-08-061-2/+2
* explow.c (promote_mode): Mark TYPE and PUNSIGNEDP as possibly unused.Andreas Krebbel2009-08-031-1/+2
* 2009-08-02 Paolo Bonzini <bonzini@gnu.orgPaolo Bonzini2009-08-021-1/+0
* expr.c (store_constructor): Use promote_decl_mode.Paolo Bonzini2009-08-011-31/+64
* alias.c: Use REG_P...Shujing Zhao2009-06-221-13/+13
* tm.texi (LEGITIMIZE_ADDRESS): Revise documentation.Paolo Bonzini2009-05-041-1/+6
* c-common.c (c_expand_expr, c_staticp): Remove.Paolo Bonzini2009-03-291-1/+1
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* emit-rtl.c (set_reg_attrs_from_value): Fix invalid alignment information pass...Ulrich Weigand2008-09-121-3/+1
* re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault)Eric Botcazou2008-08-161-4/+8
* df-problems.c (df_set_note): Avoid C++ keywords.Kaveh R. Ghazi2008-07-151-6/+6
* rtl.h (emit_clobber, [...]): Declare.Richard Sandiford2008-06-011-5/+2
* re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka2008-04-251-3/+3
* except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka2008-04-181-1/+1
* PR middle-end/PR28690Peter Bergner2008-04-091-1/+1
* explow.c (memory_address): Assert that the generated address is valid.Joseph Myers2008-02-231-0/+1
* re PR middle-end/33713 (can't find a register in class 'GENERAL_REGS' while r...Steven Bosscher2007-12-031-30/+7
* arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi2007-08-231-3/+3
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* builtins.c (expand_builtin_mathfn): Use EXPAND_NORMAL instead of 0 in the cal...Uros Bizjak2007-05-141-1/+1
* explow.c (convert_memory_address): Fold memory reference when POINTERS_EXTEND...Steve Ellcey2007-03-211-3/+6
* cp-objcp-common.c (cp_expr_size): Return NULL in the case size is undefined.Jan Hubicka2006-12-041-2/+9
* Set REG_POINTER flag according to MEM_POINTER flag.Peter Bergner2006-09-221-0/+2
* tm.texi: Refer to SYMBOL_REF_HAS_BLOCK_INFO_P instead of SYMBOL_REF_IN_BLOCK_P.Richard Sandiford2006-03-031-1/+1
* tm.texi (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Document.Richard Sandiford2006-03-021-0/+1
* re PR target/9703 ([arm] Accessing data through constant pool more times coul...Richard Sandiford2006-02-181-0/+56
* tree.def (CHAR_TYPE): Remove.Roger Sayle2006-02-081-2/+3
* re PR target/23196 (ICE instantiate_virtual_regs_in_insn when -fforce-addr used)Richard Henderson2005-08-021-9/+3
* Makefile.in (explow.o, [...]): Depend on target.h.Richard Guenther2005-07-141-9/+5
* Update FSF address.Kelley Cook2005-06-251-2/+2
* * explow.c (convert_memory_address): Add gcc_assert.Steve Ellcey2005-04-271-0/+1
* explow.c (allocate_dynamic_stack_space SETJMP_VIA_SAVE_AREA): Kill setjmpless...David S. Miller2005-04-271-134/+39
* builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell2005-04-221-2/+2
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* explow.c (copy_all_reg, stabilize): Remove.Kazu Hirata2005-01-151-54/+0
* c-typeck.c (c_size_in_bytes, [...]): Make them static.Kazu Hirata2004-11-111-1/+1
* re PR middle-end/17813 (ada bootstrap failure on i486-linux)Eric Botcazou2004-10-181-0/+4
* emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-081-19/+12
* rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2004-08-181-28/+0
* explow.c (memory_address): Use memory_address_p.Zack Weinberg2004-08-091-1/+2