aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-11builtins.c (c_strlen): Treat an offset too large for a HOST_WIDE_INT as out o...Matt Kraai1-1/+3
2001-09-10builtins.c (c_getstr): Correct thinko in last change and further cleanup.Richard Kenner1-14/+7
2001-09-10alias.c (clear_reg_alias_info): Use K&R format definition.Richard Kenner1-57/+66
2001-08-27function.c (expand_function_end): Don't init arg_pointer_save_area.Richard Henderson1-7/+2
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-17/+15
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-22* builtins.c (type_to_class): Fix typo in last change.Kaveh R. Ghazi1-1/+1
2001-08-21stmt.c: Don't include insn-codes.h.Zack Weinberg1-45/+48
2001-08-18optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg1-6/+4
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+2
2001-08-04builtins.c (fold_builtin_constant_p): Return integer_zero_node for complex ex...Zack Weinberg1-2/+6
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-7/+7
2001-07-25stmt.c (expand_goto): A nonlocal goto can be a call too.Andrew MacLeod1-1/+1
2001-07-24stor-layout.c (get_mode_alignment): make it work when BITS_PER_UNIT is not a ...Lars Brinkhoff1-2/+2
2001-07-17calls.c (prepare_call_address): New parameter SIBCALLP.Richard Henderson1-1/+1
2001-07-11alias.c (set_mem_alias_set): New function.Richard Kenner1-12/+12
2001-07-10target.h (struct gcc_target): New fields init_builtins and expand_builtin.Stan Shebs1-3/+22
2001-07-02emit-rtl.c (adjust_address): New function.Richard Kenner1-26/+8
2001-06-24builtins.c (expand_builtin_expect_jump): Disable if the expression can't be r...Richard Henderson1-0/+16
2001-06-20Fix __builtin_expect on PowerPCsMichael Meissner1-2/+113
2001-05-25builtins.def: Encode additional information, such as names and types, here.Mark Mitchell1-11/+30
2001-05-22builtins.c (expand_builtin_longjmp): A longjmp can be a call too.Andrew MacLeod1-6/+11
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-2/+5
2001-03-27system.h: Include symcat.h.Kaveh R. Ghazi1-1/+1
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-2/+0
2001-03-07Brad's -ffast-math breakup.Brad Lucier1-5/+6
2001-02-07Avoid scheduling builtin setjmp receiversBernd Schmidt1-0/+7
2001-02-01builtins.c (expand_builtin_alloca): allocate_dynamic_stack_space returns Pmod...Richard Kenner1-1/+11
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
2001-01-28builtins.c (expand_builtin_fputs): Use size_one_node when transforming into f...Kaveh R. Ghazi1-1/+1
2001-01-11*** empty log message ***Alan Lehotsky1-1/+6
2001-01-05builtins.def (BUILT_IN_CONJ, [...]): Define.Joseph Myers1-0/+7
2001-01-03update copyrightsKaveh Ghazi1-1/+1
2001-01-03builtins.c (expand_builtin_strncmp): Use host_integerp and tree_low_cst.Kaveh R. Ghazi1-33/+42
2001-01-03Don't use MEM_ALIAS_SET on a REGBernd Schmidt1-1/+2
2000-12-30Oops, fix style nit.Kaveh Ghazi1-1/+1
2000-12-30* builtins.c (validate_arglist): New function, use it.Kaveh R. Ghazi1-141/+86
2000-12-28builtins.c (build_function_call_expr): New function.Kaveh R. Ghazi1-41/+32
2000-12-23builtins.def (BUILT_IN_LABS, [...]): Don't define.Joseph Myers1-3/+0
2000-12-20rtl.h (REG_NON_LOCAL_GOTO): New.Richard Henderson1-1/+13
2000-12-05builtins.c (expand_builtin_setjmp_setup): Set current_function_has_nonlocal_l...Jeffrey A Law1-0/+4
2000-12-04builtins.c (expand_builtin_strspn, [...]): Handle another transformation.Kaveh R. Ghazi1-3/+13
2000-12-03bb-reorder.c (reorder_basic_blocks): Don't check for EH edges unless exceptio...Richard Henderson1-57/+78
2000-12-03builtins.c (expand_builtin_strcat, [...]): New functions.Kaveh R. Ghazi1-0/+234
2000-12-03builtins.c (expand_builtin_strcmp): Use const*_rtx when expanding strcmp at c...Kaveh R. Ghazi1-24/+64
2000-12-01builtins.def (BUILT_IN_IMAXABS): Add.Joseph Myers1-0/+1
2000-12-01builtins.c (target_char_cast): New function.Jakub Jelinek1-11/+86
2000-11-29expr.h (store_by_pieces): Add prototype.Jakub Jelinek1-8/+128
2000-11-27builtins.c (expand_builtin_strncmp, [...]): New functions.Kaveh R. Ghazi1-0/+151
2000-11-19Warning fixes:Kaveh R. Ghazi1-2/+2