aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-22Makefile.in (OBJS): Add gimple-match.o and generic-match.o.Richard Biener1-2/+1
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+4
2014-10-16re PR c/63554 (ice in "execute_todo, at passes.c:1797" with -O3)Richard Biener1-56/+0
2014-08-28Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm1-1/+1
2014-08-27re PR lto/62239 (ICE: in execute_todo, at passes.c:1795 with LTO)Richard Biener1-35/+0
2014-08-26Strengthen various insn emission functionsDavid Malcolm1-1/+1
2014-08-21builtins.c: strengthen various rtx to rtx_insn * and other subclassesDavid Malcolm1-16/+29
2014-08-18re PR middle-end/62090 (ice in compute_may_aliases)Richard Biener1-127/+0
2014-08-14re PR middle-end/62090 (ice in compute_may_aliases)Richard Biener1-95/+0
2014-08-08builtins.c (c_getstr, [...]): Export.Richard Biener1-1290/+5
2014-07-14builtins.c (c_strlen): Make only_value == 2 really only affect warning genera...Richard Biener1-3/+3
2014-07-11re PR middle-end/61473 (register sized memmove not inlined)Richard Biener1-8/+56
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-110/+2
2014-05-06Merge in wide-int.Kenneth Zadeck1-136/+58
2014-04-22machmode.h (bitwise_mode_for_mode): Declare.Richard Sandiford1-20/+2
2014-03-18re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek1-8/+12
2014-03-11builtins.c (expand_builtin_setjmp_receiver): Use and clobber hard_frame_point...Richard Sandiford1-14/+22
2014-02-25builtins.c (expand_builtin_thread_pointer): Create a new target when the targ...Andrew Pinski1-1/+4
2014-02-20re PR c++/60272 (atomic<>::compare_exchange_weak has spurious store and can c...Richard Henderson1-2/+5
2014-02-20re PR c++/60272 (atomic<>::compare_exchange_weak has spurious store and can c...Richard Henderson1-5/+14
2014-01-31re PR middle-end/59990 (incorrect memcpy optimization)Richard Biener1-23/+41
2014-01-29re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401)Jakub Jelinek1-14/+0
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer1-1/+1
2014-01-20re PR tree-optimization/59860 (ICE in compute_may_aliases, at tree-ssa-struct...Jakub Jelinek1-9/+14
2014-01-20re PR tree-optimization/59860 (ICE in compute_may_aliases, at tree-ssa-struct...Richard Biener1-11/+5
2014-01-19builtins.c (expand_movstr): Check movstr expand done or fail.Kito Cheng1-1/+2
2014-01-15re PR other/58712 (issues found by --enable-checking=valgrind)Jakub Jelinek1-2/+3
2014-01-13builtins.c (get_object_alignment_2): Minor tweak.Eric Botcazou1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20ubsan.c: Include tree-ssanames.h, asan.h and gimplify-me.h.Jakub Jelinek1-0/+23
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-57/+1
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-1/+5
2013-11-26re PR target/59229 (ICE in ix86_expand_set_or_movmem)Jakub Jelinek1-2/+2
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger1-5/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+5
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-1/+1
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+5
2013-11-19md.texi (setmem): Document new parameter.Jan Hubicka1-26/+55
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-20/+20
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-6/+6
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-46/+46
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-6/+6
2013-11-17md.texi (setmem, movstr): Update documentation.Jan Hubicka1-4/+57
2013-11-08Re-factor tree.h - Part 1.Diego Novillo1-132/+165
2013-10-31tree.c (tree_ctz): New function.Jakub Jelinek1-41/+7
2013-10-30builtin-types.def (BT_FN_VOID_CONST_PTR): New.Ilya Enkovich1-1/+57
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-0/+13
2013-10-26Makefile.def (target_modules): Remove libmudflapJeff Law1-4/+0