aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-5/+0
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-19/+2
2010-09-01alias.c (ao_ref_from_mem): Adjust.Richard Guenther1-1/+4
2010-08-31re PR middle-end/45461 (ICE: verify_gimple failed: INDIRECT_REF in gimple IL ...Jakub Jelinek1-1/+1
2010-08-30Stack usage supportEric Botcazou1-9/+15
2010-08-30re PR middle-end/21602 (builtin memmove could be memcpy if src and dst don't ...Richard Guenther1-0/+21
2010-08-26re PR tree-optimization/44485 (ICE in get_expr_operands, at tree-ssa-operands...Jakub Jelinek1-2/+3
2010-08-20re PR middle-end/44974 (Function with attribute noreturn omits a call to anot...Jakub Jelinek1-1/+2
2010-08-12builtins.c (fold_builtin_memory_op): Avoid -Wsign-compare warning.Jakub Jelinek1-1/+1
2010-08-12tree-flow.h (struct ptr_info_def): Add align and misalign fields.Richard Guenther1-62/+78
2010-08-10tree.h (get_object_alignment): Adjust prototype.Richard Guenther1-65/+119
2010-08-09builtins.c (fold_builtin_next_arg): Use stdarg_p.Nathan Froyd1-3/+1
2010-08-05Replace exact_log2(x & -x) in favor of more direct computation.Richard Henderson1-6/+6
2010-07-28re PR target/44903 (FAIL: gcc.dg/pr35258.c execution test)Richard Guenther1-1/+10
2010-07-23builtins.def (BUILT_IN_ARGS_INFO): Remove.Nathan Froyd1-36/+0
2010-07-15tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov1-1/+1
2010-07-15builtins.c (expand_builtin_init_trampoline): If -Wtrampolines make a warning.Magnus Granberg1-0/+4
2010-07-13tree.h (build_function_call_expr): Delete.Nathan Froyd1-17/+20
2010-07-12Makefile.in (target-globals.o): Depend on builtins.h.Richard Sandiford1-13/+10
2010-07-10re PR middle-end/42505 (loop canonicalization causes a lot of unnecessary tem...Sandra Loosemore1-0/+120
2010-07-05double-int.h (fit_double_type): Remove declaration.Anatoly Sokolov1-23/+16
2010-07-04gcc/Richard Sandiford1-3/+3
2010-07-04optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford1-11/+10
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-116/+68
2010-06-23re PR other/44644 (type/data name clash makes --enable-build-with-cxx cc1 har...Joern Rennecke1-1/+1
2010-06-14re PR bootstrap/44426 (gcc 4.5.0 requires c9x compiler to build)Jakub Jelinek1-13/+38
2010-05-28re PR target/43636 (ICE in extract_insn, at recog.c:2103)Jakub Jelinek1-4/+5
2010-05-27diagnostic-core.h: New.Joseph Myers1-2/+2
2010-05-21real: Do not include gmp.h, mpfr.h, and mpc.h.Steven Bosscher1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-21re PR middle-end/44204 (ICE in gimple_op_ptr, at gimple.h:167)Nathan Froyd1-1/+3
2010-05-19hooks.h (hook_tree_tree_tree_bool_null): Rename to...Nathan Froyd1-14/+8
2010-05-17tree.h (CALL_EXPR_ARGS): Delete.Nathan Froyd1-2/+1
2010-05-02target.h (struct calls): Add function_value_regno_p field.Anatoly Sokolov1-1/+1
2010-04-30builtins.c (fold_builtin_1): Delete free (0).Richard Guenther1-1/+5
2010-04-20builtins.c (fold_builtin_cproj): Fold more cases.Kaveh R. Ghazi1-0/+27
2010-04-20builtins.c (build_complex_cproj, [...]): New.Kaveh R. Ghazi1-0/+47
2010-04-20double-int.h (double_int_setbit): Declare.Anatoly Sokolov1-12/+2
2010-04-14PR 42694: Optimize pow (x, 0.25), pow (x, 0.75), pow (x, 1./6.)Michael Meissner1-0/+96
2010-04-13re PR middle-end/43730 (internal compiler error: in expand_builtin_interclass...Michael Matz1-1/+2
2010-04-13re PR bootstrap/43737 (Bootstrap broken at -O3)Richard Guenther1-1/+1
2010-03-22re PR middle-end/40106 (Weird interaction between optimize_insn_for_speed_p a...Richard Guenther1-2/+8
2010-03-19re PR target/43305 (ICE: in emit_unop_insn, at optabs.c:3838 with -Os -ffast-...Michael Matz1-4/+10
2010-03-18re PR middle-end/43419 (gcc replaces pow(x, 0.5) by sqrt(x), invalid when x i...Michael Matz1-1/+4
2010-02-19re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek1-1/+3
2010-02-10builtins.c (set_builtin_user_assembler_name): Also handle ffs if int is small...Jakub Jelinek1-0/+8
2010-02-03re PR c++/35652 (offset warning should be given in the front-end)Jason Merrill1-2/+8
2010-01-10re PR middle-end/42667 (internal compiler error: in insert_into_preds_of_bloc...Richard Guenther1-9/+4
2010-01-01Move 2009 ChangeLog to ChangeLog-2009.H.J. Lu1-1/+1
2010-01-01re PR middle-end/42559 (ice in emit_block_move_hints with -O2)Richard Guenther1-1/+2