summaryrefslogtreecommitdiff
path: root/gcc/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * builtins.c (type_to_class): Fix typo in last change.ghazi2001-08-221-1/+1
* * stmt.c: Don't include insn-codes.h.zack2001-08-211-45/+48
* * optabs.h (OTI_flodiv, flodiv_optab): Kill.zack2001-08-181-6/+4
* * expr.h: Split out optab- and libfunc-related code to...zack2001-08-131-0/+2
* * builtins.c (fold_builtin_constant_p): Return integer_zero_nodezack2001-08-041-2/+6
* * alias.c: Fix comment formatting.kazu2001-08-011-7/+7
* 2001-07-25 Andrew MacLeod <amacleod@redhat.com>amacleod2001-07-251-1/+1
* * stor-layout.c (get_mode_alignment): make it work whenrth2001-07-251-2/+2
* * calls.c (prepare_call_address): New parameter SIBCALLP. If true,rth2001-07-181-1/+1
* * alias.c (set_mem_alias_set): New function.kenner2001-07-111-12/+12
* * target.h (struct gcc_target): New fields init_builtins andshebs2001-07-101-3/+22
* * emit-rtl.c (adjust_address): New function.kenner2001-07-021-26/+8
* * builtins.c (expand_builtin_expect_jump): Disable if therth2001-06-241-0/+16
* Fix __builtin_expect on PowerPCsmeissner2001-06-201-2/+113
* * builtins.def: Encode additional information, such as names andmmitchel2001-05-251-11/+30
* 2001-05-22 Andrew MacLeod <amacleod@redhat.com>amacleod2001-05-221-6/+11
* IA-64 ABI Exception Handling.rth2001-03-281-2/+5
* * system.h: Include symcat.h.ghazi2001-03-271-1/+1
* * mkconfig.sh: Include insn-flags.h.rth2001-03-221-2/+0
* Brad's -ffast-math breakup.rth2001-03-071-5/+6
* Avoid scheduling builtin setjmp receiversbernds2001-02-071-0/+7
* * builtins.c (expand_builtin_alloca): allocate_dynamic_stack_spacekenner2001-02-011-1/+11
* * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi2001-01-281-1/+0
* * builtins.c (expand_builtin_fputs): Use size_one_node whenghazi2001-01-281-1/+1
* *** empty log message ***alehotsky2001-01-111-1/+6
* * builtins.def (BUILT_IN_CONJ, BUILT_IN_CREAL, BUILT_IN_CIMAG):jsm282001-01-051-0/+7
* update copyrightsghazi2001-01-031-1/+1
* * builtins.c (expand_builtin_strncmp): Use host_integerp andghazi2001-01-031-33/+42
* Don't use MEM_ALIAS_SET on a REGbernds2001-01-031-1/+2
* Oops, fix style nit.ghazi2000-12-301-1/+1
* * builtins.c (validate_arglist): New function, use it.ghazi2000-12-301-141/+86
* * builtins.c (build_function_call_expr): New function. Use itghazi2000-12-281-41/+32
* * builtins.def (BUILT_IN_LABS, BUILT_IN_LLABS, BUILT_IN_IMAXABS):jsm282000-12-231-3/+0
* * rtl.h (REG_NON_LOCAL_GOTO): New.rth2000-12-211-1/+13
* * builtins.c (expand_builtin_setjmp_setup): Setlaw2000-12-061-0/+4
* * builtins.c (expand_builtin_strspn, expand_builtin_strcspn):ghazi2000-12-041-3/+13
* * bb-reorder.c (reorder_basic_blocks): Don't check for EH edgesrth2000-12-031-57/+78
* * builtins.c (expand_builtin_strcat, expand_builtin_strncat,ghazi2000-12-031-0/+234
* * builtins.c (expand_builtin_strcmp): Use const*_rtx whenghazi2000-12-031-24/+64
* * builtins.def (BUILT_IN_IMAXABS): Add.jsm282000-12-011-0/+1
* * builtins.c (target_char_cast): New function.jakub2000-12-011-11/+86
* * expr.h (store_by_pieces): Add prototype.jakub2000-11-291-8/+128
* * builtins.c (expand_builtin_strncmp, expand_builtin_strncpy): Newghazi2000-11-271-0/+151
* Warning fixes:ghazi2000-11-191-2/+2
* * stringpool.c: New file.zack2000-11-171-1/+1
* * builtins.c (expand_builtin_setjmp): Setjakub2000-11-141-0/+3
* * builtins.c (expand_builtin): Handle BUILT_IN_INDEX andghazi2000-11-131-0/+4
* * builtins.c (std_expand_builtin_va_start): Take PARM_BOUNDARYaoliva2000-11-111-3/+7
* * builtins.c (c_strlen): Use TREE_STRING_LENGTH - 1 for max.jakub2000-11-091-129/+282