Age | Commit message (Expand) | Author | Files | Lines |
2013-10-31 | tree.c (tree_ctz): New function. | Jakub Jelinek | 1 | -41/+7 |
2013-10-30 | builtin-types.def (BT_FN_VOID_CONST_PTR): New. | Ilya Enkovich | 1 | -1/+57 |
2013-10-29 | Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C. | Balaji V. Iyer | 1 | -0/+13 |
2013-10-26 | Makefile.def (target_modules): Remove libmudflap | Jeff Law | 1 | -4/+0 |
2013-10-24 | builtins.c (dummy_object, [...]): Move to gimplify.c. | Andrew MacLeod | 1 | -104/+0 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+2 |
2013-10-10 | tree-flow.h: Move some prototypes to gimple.h. | Andrew MacLeod | 1 | -113/+0 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -23/+23 |
2013-09-18 | re PR sanitizer/58411 (no_sanitize_undefined function attribute) | Marek Polacek | 1 | -1/+4 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-09 | asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT. | Richard Sandiford | 1 | -1/+2 |
2013-09-09 | asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ... | Richard Sandiford | 1 | -2/+2 |
2013-09-02 | Split all the structures, enums, typedefs and some fundamental declarations f... | Diego Novillo | 1 | -1/+1 |
2013-09-01 | fork-instrumentation.c: New testcase. | Jan Hubicka | 1 | -0/+7 |
2013-08-30 | Merge ubsan into trunk. | Marek Polacek | 1 | -0/+6 |
2013-08-23 | re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un... | Marc Glisse | 1 | -5/+4 |
2013-08-19 | builtins.def (BUILT_IN_FABSD32): New DFP ABS builtin. | Peter Bergner | 1 | -0/+6 |
2013-08-19 | target.def (TARGET_LIBC_HAS_FUNCTION): New target hook. | Alexander Ivchenko | 1 | -3/+27 |
2013-07-06 | re PR target/29776 (result of ffs/clz/ctz/popcount/parity are already sign-ex... | Jakub Jelinek | 1 | -6/+2 |
2013-07-03 | re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution... | Hans-Peter Nilsson | 1 | -9/+21 |
2013-05-28 | invoke.texi (SPARC Options): Document -mfix-ut699. | Eric Botcazou | 1 | -2/+6 |
2013-04-25 | re PR tree-optimization/57066 (std::logb(-inf) returns wrong value) | Marek Polacek | 1 | -1/+10 |
2013-04-03 | re PR c/19449 (__builtin_constant_p cannot resolve to const when optimizing) | Jakub Jelinek | 1 | -1/+5 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2013-01-10 | builtins.c (expand_builtin_init_trampoline): Use set_mem_attributes. | Richard Biener | 1 | -2/+1 |
2013-01-09 | re PR middle-end/55114 (gcc.dg/builtins-53.c ICEs on mips64 soft-float) | Richard Sandiford | 1 | -0/+2 |
2013-01-02 | gcc/ | Richard Sandiford | 1 | -45/+39 |
2012-11-26 | re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution... | Hans-Peter Nilsson | 1 | -1/+2 |
2012-11-20 | re PR debug/55094 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2224) | Jakub Jelinek | 1 | -1/+8 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -7/+7 |
2012-10-23 | re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution... | Hans-Peter Nilsson | 1 | -21/+9 |
2012-10-22 | stmt.c (expand_nl_goto_receiver): Remove almost-copy of expand_builtin_setjmp... | Hans-Peter Nilsson | 1 | -9/+21 |
2012-10-13 | builtins.c (expand_builtin_set_thread_pointer): Use create_input_operand() in... | Chung-Lin Tang | 1 | -1/+1 |
2012-10-11 | builtins.c (expand_builtin_thread_pointer): New. | Chung-Lin Tang | 1 | -0/+46 |
2012-09-07 | Modify gcc/*.[hc] double_int call sites to use the new interface. | Lawrence Crowl | 1 | -9/+9 |
2012-09-05 | re PR middle-end/54486 (Spurious printf format warning mentions nonexistent t... | Jakub Jelinek | 1 | -2/+2 |
2012-08-08 | builtins.c (expand_builtin_atomic_compare_exchange): Pass old value operand a... | Ulrich Weigand | 1 | -3/+5 |
2012-07-24 | Introduce and use unknown_optab | Richard Henderson | 1 | -1/+1 |
2012-07-20 | builtins.c (get_object_alignment_2): Correct offset handling when using type ... | Richard Guenther | 1 | -7/+15 |
2012-07-18 | tree.h (get_object_or_type_alignment): Remove. | Richard Guenther | 1 | -119/+86 |
2012-07-13 | re PR c/53937 (Pack'ing struct causes gcc to not recognize that an field's ad... | Richard Guenther | 1 | -0/+7 |
2012-06-21 | re PR middle-end/53688 (191.fma3d in SPEC CPU 2000 miscompiled) | Michael Matz | 1 | -109/+26 |
2012-06-02 | 2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com> | Kenneth Zadeck | 1 | -2/+2 |
2012-05-29 | rtl.h (assign_stack_temp, [...]): Remove 'keep' argument. | Michael Matz | 1 | -2/+2 |
2012-05-05 | rtl.h (plus_constant, [...]): Merge into a single plus_constant function. | Richard Sandiford | 1 | -11/+15 |
2012-05-03 | builtins.c (get_object_alignment_1): Return whether we can determine the alig... | Martin Jambor | 1 | -59/+95 |
2012-05-02 | ChangeLog entry: | Kirill Yukhin | 1 | -10/+25 |
2012-04-30 | Add -Wvarargs option | Dodji Seketeli | 1 | -4/+4 |
2012-04-30 | Fix va_start related location | Dodji Seketeli | 1 | -4/+19 |
2012-04-11 | re PR target/52624 (missing __builtin_bswap16) | Eric Botcazou | 1 | -15/+23 |