summaryrefslogtreecommitdiff
path: root/gcc/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* re PR target/43636 (ICE in extract_insn, at recog.c:2103)Jakub Jelinek2010-05-281-4/+5
* diagnostic-core.h: New.Joseph Myers2010-05-271-2/+2
* real: Do not include gmp.h, mpfr.h, and mpc.h.Steven Bosscher2010-05-211-0/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* re PR middle-end/44204 (ICE in gimple_op_ptr, at gimple.h:167)Nathan Froyd2010-05-211-1/+3
* hooks.h (hook_tree_tree_tree_bool_null): Rename to...Nathan Froyd2010-05-191-14/+8
* tree.h (CALL_EXPR_ARGS): Delete.Nathan Froyd2010-05-171-2/+1
* target.h (struct calls): Add function_value_regno_p field.Anatoly Sokolov2010-05-021-1/+1
* builtins.c (fold_builtin_1): Delete free (0).Richard Guenther2010-04-301-1/+5
* builtins.c (fold_builtin_cproj): Fold more cases.Kaveh R. Ghazi2010-04-201-0/+27
* builtins.c (build_complex_cproj, [...]): New.Kaveh R. Ghazi2010-04-201-0/+47
* double-int.h (double_int_setbit): Declare.Anatoly Sokolov2010-04-201-12/+2
* PR 42694: Optimize pow (x, 0.25), pow (x, 0.75), pow (x, 1./6.)Michael Meissner2010-04-141-0/+96
* re PR middle-end/43730 (internal compiler error: in expand_builtin_interclass...Michael Matz2010-04-131-1/+2
* re PR bootstrap/43737 (Bootstrap broken at -O3)Richard Guenther2010-04-131-1/+1
* re PR middle-end/40106 (Weird interaction between optimize_insn_for_speed_p a...Richard Guenther2010-03-221-2/+8
* re PR target/43305 (ICE: in emit_unop_insn, at optabs.c:3838 with -Os -ffast-...Michael Matz2010-03-191-4/+10
* re PR middle-end/43419 (gcc replaces pow(x, 0.5) by sqrt(x), invalid when x i...Michael Matz2010-03-181-1/+4
* re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek2010-02-191-1/+3
* builtins.c (set_builtin_user_assembler_name): Also handle ffs if int is small...Jakub Jelinek2010-02-101-0/+8
* re PR c++/35652 (offset warning should be given in the front-end)Jason Merrill2010-02-031-2/+8
* re PR middle-end/42667 (internal compiler error: in insert_into_preds_of_bloc...Richard Guenther2010-01-101-9/+4
* Move 2009 ChangeLog to ChangeLog-2009.H.J. Lu2010-01-011-1/+1
* re PR middle-end/42559 (ice in emit_block_move_hints with -O2)Richard Guenther2010-01-011-1/+2
* re PR middle-end/42397 (FAIL: gfortran.dg/lto/20091028-2 f_lto_20091028-2_0.o...Richard Guenther2009-12-171-0/+2
* builtins.c (do_mpc_ckconv): Pass the component type to real_from_mpfr().David Edelsohn2009-12-091-2/+2
* re PR other/40302 (GCC must hard-require MPC before release)Kaveh R. Ghazi2009-12-071-23/+2
* builtins.c (expand_builtin_printf, [...]): Remove.Michael Matz2009-11-261-313/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-131/+131
* tree.h (union tree_ann_d): Don't declare.Michael Matz2009-11-241-8/+6
* builtins.c (apply_args_reg_offset): Remove commented out delaration.Paolo Carlini2009-11-081-6/+0
* builtins.c (apply_args_size, [...]): Remove some set but not used variables.David Binderman2009-11-071-14/+4
* re PR debug/41801 (VTA: ICE in loc_cmp.)Jakub Jelinek2009-10-281-1/+2
* builtins.c (fold_builtin_cabs): Use validate_arg().Kaveh R. Ghazi2009-10-231-3/+4
* builtins.c (fold_builtin_1): Support complex "arc" functions.Kaveh R. Ghazi2009-10-141-1/+39
* re PR middle-end/41573 (segfault in trunk related to strings)Michael Matz2009-10-081-5/+5
* Merge lto branch into trunk.Diego Novillo2009-10-031-0/+50
* builtins.c (interclass_mathfn_icode): New helper.Michael Matz2009-09-281-666/+311
* re PR target/41246 (should "sorry" when regparm=3 and nested functions are en...Richard Henderson2009-09-221-24/+37
* re PR middle-end/30789 (complex folding inexact)Kaveh R. Ghazi2009-09-201-16/+24
* builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson2009-09-141-2/+5
* Squash commit of EH in gimpleRichard Henderson2009-09-141-0/+6
* expr.h (emit_storent_insn, [...]): Declare.Michael Matz2009-09-021-5/+5
* revert: builtins.c (fold_builtin_memory_op): Use the alias oracle to query if...Richard Guenther2009-09-021-7/+51
* tree.c (tree_expr_size): New function.Richard Guenther2009-09-011-2/+2
* builtins.c (fold_builtin_memory_op): Use the alias oracle to query if the mem...Richard Guenther2009-08-311-51/+7
* re PR middle-end/41094 (Erroneous optimization of pow() with -ffast-math)Richard Guenther2009-08-181-4/+7
* re PR middle-end/30789 (complex folding inexact)Kaveh R. Ghazi2009-08-141-5/+2
* re PR bootstrap/40788 (ICE on sparc: tree check: expected class 'expression',...Richard Guenther2009-08-111-1/+0
* re PR bootstrap/40781 (Revision 149722 failed to bootstrap)H.J. Lu2009-07-161-2/+2