aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)Author
2014-03-18re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek
2014-03-11builtins.c (expand_builtin_setjmp_receiver): Use and clobber hard_frame_point...Richard Sandiford
2014-02-25builtins.c (expand_builtin_thread_pointer): Create a new target when the targ...Andrew Pinski
2014-02-20re PR c++/60272 (atomic<>::compare_exchange_weak has spurious store and can c...Richard Henderson
2014-02-20re PR c++/60272 (atomic<>::compare_exchange_weak has spurious store and can c...Richard Henderson
2014-01-31re PR middle-end/59990 (incorrect memcpy optimization)Richard Biener
2014-01-29re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401)Jakub Jelinek
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer
2014-01-20re PR tree-optimization/59860 (ICE in compute_may_aliases, at tree-ssa-struct...Jakub Jelinek
2014-01-20re PR tree-optimization/59860 (ICE in compute_may_aliases, at tree-ssa-struct...Richard Biener
2014-01-19builtins.c (expand_movstr): Check movstr expand done or fail.Kito Cheng
2014-01-15re PR other/58712 (issues found by --enable-checking=valgrind)Jakub Jelinek
2014-01-13builtins.c (get_object_alignment_2): Minor tweak.Eric Botcazou
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-20ubsan.c: Include tree-ssanames.h, asan.h and gimplify-me.h.Jakub Jelinek
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2013-11-26re PR target/59229 (ICE in ix86_expand_set_or_movmem)Jakub Jelinek
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-19md.texi (setmem): Document new parameter.Jan Hubicka
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford
2013-11-17md.texi (setmem, movstr): Update documentation.Jan Hubicka
2013-11-08Re-factor tree.h - Part 1.Diego Novillo
2013-10-31tree.c (tree_ctz): New function.Jakub Jelinek
2013-10-30builtin-types.def (BT_FN_VOID_CONST_PTR): New.Ilya Enkovich
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer
2013-10-26Makefile.def (target_modules): Remove libmudflapJeff Law
2013-10-24builtins.c (dummy_object, [...]): Move to gimplify.c.Andrew MacLeod
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-10-10tree-flow.h: Move some prototypes to gimple.h.Andrew MacLeod
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-18re PR sanitizer/58411 (no_sanitize_undefined function attribute)Marek Polacek
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-09-09asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT.Richard Sandiford
2013-09-09asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford
2013-09-02Split all the structures, enums, typedefs and some fundamental declarations f...Diego Novillo
2013-09-01fork-instrumentation.c: New testcase.Jan Hubicka
2013-08-30Merge ubsan into trunk.Marek Polacek
2013-08-23re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...Marc Glisse
2013-08-19builtins.def (BUILT_IN_FABSD32): New DFP ABS builtin.Peter Bergner
2013-08-19target.def (TARGET_LIBC_HAS_FUNCTION): New target hook.Alexander Ivchenko
2013-07-06re PR target/29776 (result of ffs/clz/ctz/popcount/parity are already sign-ex...Jakub Jelinek