summaryrefslogtreecommitdiff
path: root/gcc/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* * builtin-types.def (BT_FN_INT_INT_INT_INT_INT_INT_VAR): New.ghazi2008-05-231-0/+69
* PR middle-end/35509ghazi2008-05-181-6/+54
* 2008-05-14 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2008-05-141-2/+2
* * config/pa/pa.c (reloc_needed): Use CASE_CONVERT.tomby2008-05-091-7/+4
* 2008-05-07 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2008-05-071-1/+1
* 2008-04-30 Rafael Espindola <espindola@google.com>espindola2008-04-301-0/+1
* PR c/35652simonb2008-04-261-1/+6
* PR testsuite/35843hubicka2008-04-251-4/+4
* 2008-04-24 Richard Guenther <rguenther@suse.de>rguenth2008-04-241-67/+1
* 2008-04-23 Paolo Bonzini <bonzini@gnu.org>bonzini2008-04-231-2/+1
* * tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR astomby2008-04-231-6/+1
* PR rtl-optimization/36017jakub2008-04-221-0/+3
* * function.h (incomming_args): Break out of struct function.hubicka2008-04-081-4/+4
* * builtins.c (expand_builtin_setjmp_receiver): Update call ofhubicka2008-03-311-1/+1
* * builtins.c (expand_builtin_pow, fold_builtin_cabs,ghazi2008-03-261-13/+26
* 2008-02-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>manu2008-02-261-1/+0
* 2008-02-20 Richard Guenther <rguenther@suse.de>rguenth2008-02-201-0/+3
* PR middle-end/20983jakub2007-12-061-5/+4
* gcc/rsandifo2007-11-281-0/+14
* 2007-11-27 Richard Guenther <rguenther@suse.de>rguenth2007-11-271-0/+57
* 2007-11-26 Richard Guenther <rguenther@suse.de>rguenth2007-11-261-1/+3
* 2007-10-17 Manuel Lopez-Ibanez <manu@gcc.gnu.org>manu2007-10-171-1/+1
* * builtins.c (expand_builtin, expand_builtin_object_size,jakub2007-09-271-20/+14
* PR middle-end/33423jakub2007-09-171-0/+14
* * builtins.def (BUILT_IN_VA_ARG_PACK_LEN): New builtin.jakub2007-09-111-0/+6
* 2007-09-06 Richard Guenther <rguenther@suse.de>rguenth2007-09-061-7/+7
* * builtins.def (BUILT_IN_VA_ARG_PACK): New built-in.jakub2007-09-051-3/+38
* PR tree-optimization/21513nemet2007-09-051-13/+72
* * optabs.c (debug_optab_libfunc): Update; make available to gdb.hubicka2007-09-041-1/+1
* 2007-08-24 Sandra Loosemore <sandra@codesourcery.com>sandra2007-08-241-12/+14
* * expr.c (store_expr): Optimize initialization of an arrayjakub2007-08-241-2/+1
* 2007-08-23 Richard Guenther <rguenther@suse.de>rguenth2007-08-231-40/+11
* 2007-08-22 Richard Guenther <rguenther@suse.de>rguenth2007-08-221-14/+4
* ./:ian2007-08-111-1/+1
* * optabs.c (expand_widen_pattern_expr): Use optabs accestors.hubicka2007-08-091-9/+9
* * attribs.c (hash_attr, eq_attr, init_attributes): Constify.ghazi2007-07-291-16/+16
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-4/+3
* * optabs.h (enum optab_index): Add new OTI_signbit.uros2007-07-211-9/+4
* PR target/30652ghazi2007-07-181-0/+24
* PR target/30652ghazi2007-07-181-5/+29
* PR target/30652ghazi2007-07-181-0/+24
* * builtins.c (get_pointer_alignment): Honor DECL_ALIGN on ageoffk2007-07-121-3/+1
* 2007-07-10 David Daney <ddaney@avtrex.com>daney2007-07-111-0/+59
* 2007-07-09 Wolfgang Gellerich <gellerich@de.ibm.com>uweigand2007-07-091-7/+30
* 2007-07-06 Ian Lance Taylor <iant@google.com>zack2007-07-061-8/+2
* 2007-07-02 Richard Guenther <rguenther@suse.de>rguenth2007-07-021-1/+1
* * builtins.c (expand_builtin_next_arg): Change Pmode to ptr_mode.sje2007-06-261-1/+1
* PR middle-end/31959jakub2007-06-201-1/+3
* 2007-06-15 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-06-161-30/+27
* * real.c (real_isfinite): New.ghazi2007-06-121-17/+11