summaryrefslogtreecommitdiff
path: root/gcc/expr.h
Commit message (Expand)AuthorAgeFilesLines
...
* basic-block.h, [...]: Remove unused prototypes.Kazu Hirata2004-11-171-3/+0
* calls.c (precompute_register_parameters): Force all PARALLELs into pseudo reg...Richard Henderson2004-11-131-0/+6
* c-typeck.c (c_size_in_bytes, [...]): Make them static.Kazu Hirata2004-11-111-4/+0
* alias.c (record_alias_subset, [...]): Make them static.Kazu Hirata2004-11-111-1/+0
* calls.c (split_complex_values, [...]): Make them static.Kazu Hirata2004-11-081-3/+0
* builtins.c (expand_builtin_return_addr, [...]): Make them static.Kazu Hirata2004-11-041-2/+0
* cfgloop.h (struct loop): Update comment.Steven Bosscher2004-11-021-13/+3
* expr.c (expand_assignment): Remove the last argument.Kazu Hirata2004-10-191-1/+1
* re PR middle-end/17813 (ada bootstrap failure on i486-linux)Eric Botcazou2004-10-181-0/+3
* function.c (reference_callee_copied): New.Richard Henderson2004-09-081-4/+0
* rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2004-08-181-5/+0
* expr.h (canonicalize_condition, [...]): Add an int argument.Richard Sandiford2004-07-271-2/+2
* expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson2004-07-231-4/+0
* builtins.c (std_expand_builtin_va_arg): Remove.Richard Henderson2004-07-161-2/+0
* expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini2004-07-141-34/+1
* function.c (pass_by_reference): New.Richard Henderson2004-07-131-4/+0
* target-def.h (TARGET_MUST_PASS_IN_STACK): New.Richard Henderson2004-07-131-6/+0
* expr.h (store_bit_field, [...]): Remove last argument.Jakub Jelinek2004-07-101-4/+2
* builtins.c (fold_builtin_strcpy): Merge functionality from simplify_builtin_s...Roger Sayle2004-07-081-3/+0
* expr.h (FUNCTION_ARG_PARTIAL_NREGS): Default to 0.Alexandre Oliva2004-07-081-0/+12
* builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva2004-07-071-4/+4
* Add a blank.Richard Kenner2004-06-241-1/+1
* Makefile.in (EXPR_H): Add insn-config.h...Jerry Quinn2004-06-021-29/+30
* c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher2004-05-151-4/+10
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-6/+11
* alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner2004-03-211-11/+0
* re PR target/14547 (Passing _Complex long double does not follow the ABI)Richard Henderson2004-03-121-5/+0
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* lang.c (java_estimate_num_insns_1): Fix bug in MODIFY_EXPR cost estimation.Jan Hubicka2004-01-131-0/+24
* expr.h (expand_expr): Make it a macro, not a function.Mark Mitchell2004-01-091-1/+4
* builtins.c (std_build_builtin_va_list): New.Richard Henderson2003-10-291-0/+1
* target.h (init_libfuncs): New hook.Zack Weinberg2003-10-021-1/+0
* expr.h (DEFAULT_FUNCTION_ARG_PADDING): New.Kazu Hirata2003-09-151-2/+5
* re PR rtl-optimization/10914 (unswitch loops does not work on powerpc)Zdenek Dvorak2003-09-141-2/+2
* targhooks.c: New file.DJ Delorie2003-09-031-23/+0
* expr.c (expand_assignment): Remove an unused argument SUGGEST_REG.Kazu Hirata2003-07-151-1/+1
* tm.texi (BLOCK_REG_PADDING): Describe.Alan Modra2003-07-141-18/+7
* except.c: Convert prototypes to ISO C90.Andreas Jaeger2003-06-291-180/+167
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-4/+4
* alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger2003-06-151-19/+17
* expr.h (EXPAND_MEMORY): New.Richard Henderson2003-06-081-2/+5
* function.c (assign_parms): Split complex arguments.Aldy Hernandez2003-06-031-0/+8
* builtins.c (expand_builtin_memcpy): Remove endp argument and endp != 0 handling.Jakub Jelinek2003-06-031-5/+11
* Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>Jan Hubicka2003-05-121-1/+1
* expr.c (move_block_from_reg): Remove "size" parm.Alan Modra2003-05-091-2/+2
* stmt.c (force_label_rtx): New function, based on logic formerly found in expa...Zack Weinberg2003-05-071-0/+5
* calls.c (struct arg_data): Move offset, slot_offset, size and alignment_pad t...Alan Modra2003-05-021-7/+23
* c-decl.c (finish_decl): When prototype with asmspec is found for built-in...Jakub Jelinek2003-04-281-0/+3
* expr.c (highest_pow2_factor): Return unsigned.Olivier Hainque2003-04-141-1/+1
* Makefile.in (dojump.o): New target.Ansgar Esztermann2003-03-131-0/+2