aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-28* builtins.c (SLOW_UNALIGNED_ACCESS): Remove.Jie Zhang1-3/+0
2010-12-08PR 42694: add checks to make sure sqrt is supportedMichael Meissner1-2/+4
2010-12-01tree.c (build_common_builtin_nodes): Do not initialize BUILT_IN_PROFILE_FUNC_...Jan Hubicka1-29/+0
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-11-26re PR middle-end/46647 (Can't inline memset with -1)Jakub Jelinek1-2/+2
2010-11-25Properly cast integer constant char. H.J. Lu1-2/+2
2010-11-18re PR middle-end/46534 (ICE optimizing printf ("...>10MBstring\n") into puts)Jakub Jelinek1-6/+19
2010-11-17builtins.c (expand_builtin_mathfn_2, [...]): Do not expand errno setting vari...Jan Hubicka1-1/+5
2010-11-16builtins.c (std_gimplify_va_arg_expr): Use targetm.calls.function_arg_boundary.Nathan Froyd1-1/+1
2010-11-04tree.def (FMA_EXPR): New tree code.Richard Guenther1-4/+35
2010-11-03re PR middle-end/46251 (ICE: in expand_expr_real_2, at expr.c:7276 with -funs...Richard Guenther1-2/+7
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-4/+3
2010-10-31tree.h (EXPR_LOC_OR_HERE): New macro.Jason Merrill1-4/+1
2010-10-27tm.texi.in (TARGET_GET_RAW_RESULT_MODE): New.Steve Ellcey1-2/+2
2010-10-18Fix PR 46041Michael Meissner1-8/+0
2010-10-15Add fma supportMichael Meissner1-0/+87
2010-10-09re PR rtl-optimization/33721 ([meta-bug] Gcc can't properly align stack varia...Richard Henderson1-8/+7
2010-10-09builtins.c (fold_call_stmt): Don't copy gimple call arguments into a temporar...Nathan Froyd1-11/+5
2010-10-08builtins.c (rewrite_call_expr): Move code to...Nathan Froyd1-220/+107
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-1/+1
2010-09-17re PR rtl-optimization/45678 (crash on vector code with -m32 -msse)Richard Guenther1-14/+35
2010-09-14re PR middle-end/45567 (__builtin_popcountl ICEs with -ftree-ter)Jakub Jelinek1-17/+18
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