aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
AgeCommit message (Expand)AuthorFilesLines
2005-01-15explow.c (copy_all_reg, stabilize): Remove.Kazu Hirata1-8/+0
2005-01-11re PR target/18916 (mis-aligned vector code with copy memory (-maltivec))Alan Modra1-1/+4
2004-12-29target.h (targetm.calls.arg_partial_bytes): New.Richard Henderson1-4/+0
2004-12-14* expr.h (expand_modifier): Define EXPAND_STACK_PARM as 1.Kazu Hirata1-3/+2
2004-12-03alias.c (component_uses_parent_alias_set): Rename from can_address_p.Richard Henderson1-5/+0
2004-11-24optabs.h (force_expand_binop): Declare.Richard Sandiford1-0/+2
2004-11-17basic-block.h, [...]: Remove unused prototypes.Kazu Hirata1-3/+0
2004-11-13calls.c (precompute_register_parameters): Force all PARALLELs into pseudo reg...Richard Henderson1-0/+6
2004-11-11c-typeck.c (c_size_in_bytes, [...]): Make them static.Kazu Hirata1-4/+0
2004-11-11alias.c (record_alias_subset, [...]): Make them static.Kazu Hirata1-1/+0
2004-11-08calls.c (split_complex_values, [...]): Make them static.Kazu Hirata1-3/+0
2004-11-04builtins.c (expand_builtin_return_addr, [...]): Make them static.Kazu Hirata1-2/+0
2004-11-02cfgloop.h (struct loop): Update comment.Steven Bosscher1-13/+3
2004-10-19expr.c (expand_assignment): Remove the last argument.Kazu Hirata1-1/+1
2004-10-18re PR middle-end/17813 (ada bootstrap failure on i486-linux)Eric Botcazou1-0/+3
2004-09-08function.c (reference_callee_copied): New.Richard Henderson1-4/+0
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-5/+0
2004-07-27expr.h (canonicalize_condition, [...]): Add an int argument.Richard Sandiford1-2/+2
2004-07-23expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson1-4/+0
2004-07-16builtins.c (std_expand_builtin_va_arg): Remove.Richard Henderson1-2/+0
2004-07-14expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini1-34/+1
2004-07-13function.c (pass_by_reference): New.Richard Henderson1-4/+0
2004-07-13target-def.h (TARGET_MUST_PASS_IN_STACK): New.Richard Henderson1-6/+0
2004-07-10expr.h (store_bit_field, [...]): Remove last argument.Jakub Jelinek1-4/+2
2004-07-08builtins.c (fold_builtin_strcpy): Merge functionality from simplify_builtin_s...Roger Sayle1-3/+0
2004-07-08expr.h (FUNCTION_ARG_PARTIAL_NREGS): Default to 0.Alexandre Oliva1-0/+12
2004-07-07builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva1-4/+4
2004-06-24Add a blank.Richard Kenner1-1/+1
2004-06-02Makefile.in (EXPR_H): Add insn-config.h...Jerry Quinn1-29/+30
2004-05-15c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher1-4/+10
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-6/+11
2004-03-21alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner1-11/+0
2004-03-12re PR target/14547 (Passing _Complex long double does not follow the ABI)Richard Henderson1-5/+0
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-13lang.c (java_estimate_num_insns_1): Fix bug in MODIFY_EXPR cost estimation.Jan Hubicka1-0/+24
2004-01-09expr.h (expand_expr): Make it a macro, not a function.Mark Mitchell1-1/+4
2003-10-29builtins.c (std_build_builtin_va_list): New.Richard Henderson1-0/+1
2003-10-02target.h (init_libfuncs): New hook.Zack Weinberg1-1/+0
2003-09-15expr.h (DEFAULT_FUNCTION_ARG_PADDING): New.Kazu Hirata1-2/+5
2003-09-14re PR rtl-optimization/10914 (unswitch loops does not work on powerpc)Zdenek Dvorak1-2/+2
2003-09-03targhooks.c: New file.DJ Delorie1-23/+0
2003-07-15expr.c (expand_assignment): Remove an unused argument SUGGEST_REG.Kazu Hirata1-1/+1
2003-07-14tm.texi (BLOCK_REG_PADDING): Describe.Alan Modra1-18/+7
2003-06-29except.c: Convert prototypes to ISO C90.Andreas Jaeger1-180/+167
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-4/+4
2003-06-15alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger1-19/+17
2003-06-08expr.h (EXPAND_MEMORY): New.Richard Henderson1-2/+5
2003-06-03function.c (assign_parms): Split complex arguments.Aldy Hernandez1-0/+8
2003-06-03builtins.c (expand_builtin_memcpy): Remove endp argument and endp != 0 handling.Jakub Jelinek1-5/+11
2003-05-12Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>Jan Hubicka1-1/+1