aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-24builtins.c (dummy_object, [...]): Move to gimplify.c.Andrew MacLeod1-104/+0
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+2
2013-10-10tree-flow.h: Move some prototypes to gimple.h.Andrew MacLeod1-113/+0
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-23/+23
2013-09-18re PR sanitizer/58411 (no_sanitize_undefined function attribute)Marek Polacek1-1/+4
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-09asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT.Richard Sandiford1-1/+2
2013-09-09asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford1-2/+2
2013-09-02Split all the structures, enums, typedefs and some fundamental declarations f...Diego Novillo1-1/+1
2013-09-01fork-instrumentation.c: New testcase.Jan Hubicka1-0/+7
2013-08-30Merge ubsan into trunk.Marek Polacek1-0/+6
2013-08-23re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...Marc Glisse1-5/+4
2013-08-19builtins.def (BUILT_IN_FABSD32): New DFP ABS builtin.Peter Bergner1-0/+6
2013-08-19target.def (TARGET_LIBC_HAS_FUNCTION): New target hook.Alexander Ivchenko1-3/+27
2013-07-06re PR target/29776 (result of ffs/clz/ctz/popcount/parity are already sign-ex...Jakub Jelinek1-6/+2
2013-07-03re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution...Hans-Peter Nilsson1-9/+21
2013-05-28invoke.texi (SPARC Options): Document -mfix-ut699.Eric Botcazou1-2/+6
2013-04-25re PR tree-optimization/57066 (std::logb(-inf) returns wrong value)Marek Polacek1-1/+10
2013-04-03re PR c/19449 (__builtin_constant_p cannot resolve to const when optimizing)Jakub Jelinek1-1/+5
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-10builtins.c (expand_builtin_init_trampoline): Use set_mem_attributes.Richard Biener1-2/+1
2013-01-09re PR middle-end/55114 (gcc.dg/builtins-53.c ICEs on mips64 soft-float)Richard Sandiford1-0/+2
2013-01-02gcc/Richard Sandiford1-45/+39
2012-11-26re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution...Hans-Peter Nilsson1-1/+2
2012-11-20re PR debug/55094 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2224)Jakub Jelinek1-1/+8
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-7/+7
2012-10-23re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution...Hans-Peter Nilsson1-21/+9
2012-10-22stmt.c (expand_nl_goto_receiver): Remove almost-copy of expand_builtin_setjmp...Hans-Peter Nilsson1-9/+21
2012-10-13builtins.c (expand_builtin_set_thread_pointer): Use create_input_operand() in...Chung-Lin Tang1-1/+1
2012-10-11builtins.c (expand_builtin_thread_pointer): New.Chung-Lin Tang1-0/+46
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-9/+9
2012-09-05re PR middle-end/54486 (Spurious printf format warning mentions nonexistent t...Jakub Jelinek1-2/+2
2012-08-08builtins.c (expand_builtin_atomic_compare_exchange): Pass old value operand a...Ulrich Weigand1-3/+5
2012-07-24Introduce and use unknown_optabRichard Henderson1-1/+1
2012-07-20builtins.c (get_object_alignment_2): Correct offset handling when using type ...Richard Guenther1-7/+15
2012-07-18tree.h (get_object_or_type_alignment): Remove.Richard Guenther1-119/+86
2012-07-13re PR c/53937 (Pack'ing struct causes gcc to not recognize that an field's ad...Richard Guenther1-0/+7
2012-06-21re PR middle-end/53688 (191.fma3d in SPEC CPU 2000 miscompiled)Michael Matz1-109/+26
2012-06-022012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck1-2/+2
2012-05-29rtl.h (assign_stack_temp, [...]): Remove 'keep' argument.Michael Matz1-2/+2
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-11/+15
2012-05-03builtins.c (get_object_alignment_1): Return whether we can determine the alig...Martin Jambor1-59/+95
2012-05-02ChangeLog entry:Kirill Yukhin1-10/+25
2012-04-30Add -Wvarargs optionDodji Seketeli1-4/+4
2012-04-30Fix va_start related locationDodji Seketeli1-4/+19
2012-04-11re PR target/52624 (missing __builtin_bswap16)Eric Botcazou1-15/+23