Age | Commit message (Expand) | Author | Files | Lines |
2018-01-18 | Add ability to remap file names in __FILE__, etc (PR other/70268) | Boris Kolpackov | 1 | -0/+7 |
2018-01-14 | re PR other/83508 ([arm] c-c++-common/Wrestrict.c fails since r255836) | Martin Sebor | 1 | -0/+12 |
2018-01-10 | PR tree-optimization/83671 - Fix for false positive reported by -Wstringop-ov... | Martin Sebor | 1 | -1/+5 |
2018-01-03 | poly_int: GET_MODE_SIZE | Richard Sandiford | 1 | -1/+1 |
2018-01-03 | Add a fixed_size_mode_pod class | Richard Sandiford | 1 | -10/+8 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | poly_int: expand_ifn_atomic_compare_exchange_into_call | Richard Sandiford | 1 | -1/+4 |
2017-12-28 | builtins.def: (_Float<N> and _Float<N>X BUILT_IN_CEIL): Add _Float<N> and _Fl... | Michael Meissner | 1 | -6/+6 |
2017-12-21 | poly_int: MEM_REF offsets | Richard Sandiford | 1 | -1/+1 |
2017-12-21 | poly_int: REG_ARGS_SIZE | Richard Sandiford | 1 | -1/+1 |
2017-12-20 | PR testsuite/83131 - c-c++/common/attr-nonstring-3 failure for strcmp tests o... | Martin Sebor | 1 | -249/+251 |
2017-12-20 | poly_int: get_object_alignment_2 | Richard Sandiford | 1 | -2/+11 |
2017-12-20 | Don't call targetm.calls.static_chain in non-static function | Tom de Vries | 1 | -1/+1 |
2017-12-19 | PR middle-end/77608 - missing protection on trivially detectable runtime buff... | Martin Sebor | 1 | -10/+60 |
2017-12-16 | PR tree-optimization/78918 - missing -Wrestrict on memcpy copying over self | Martin Sebor | 1 | -160/+186 |
2017-12-06 | PR tree-optimization/82646 - bogus -Wstringop-overflow with -D_FORTIFY_SOURCE... | Martin Sebor | 1 | -2/+4 |
2017-11-30 | spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;. | Jakub Jelinek | 1 | -1/+1 |
2017-11-28 | Remove Cilk Plus support. | Julia Koval | 1 | -13/+0 |
2017-11-21 | PR tree-optimization/82945 - add warning for passing non-strings to functions... | Martin Sebor | 1 | -0/+5 |
2017-11-10 | PR c/81117 - Improve buffer overflow checking in strncpy | Martin Sebor | 1 | -13/+62 |
2017-10-27 | builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct... | Michael Meissner | 1 | -12/+53 |
2017-10-23 | Convert STARTING_FRAME_OFFSET to a hook | Richard Sandiford | 1 | -1/+1 |
2017-10-19 | asan.c (handle_builtin_alloca): Deal with all alloca variants. | Eric Botcazou | 1 | -18/+24 |
2017-10-17 | re PR middle-end/80295 (ICE in __builtin_update_setjmp_buf expander) | Qing Zhao | 1 | -0/+1 |
2017-09-25 | Turn CONSTANT_ALIGNMENT into a hook | Richard Sandiford | 1 | -2/+2 |
2017-09-05 | Make more use of int_mode_for_size | Richard Sandiford | 1 | -6/+9 |
2017-09-04 | PR82045: Avoid passing machine modes through "..." | Richard Sandiford | 1 | -3/+3 |
2017-08-30 | [62/77] Big machine_mode to scalar_int_mode replacement | Richard Sandiford | 1 | -9/+9 |
2017-08-30 | [34/77] Add a SCALAR_INT_TYPE_MODE macro | Richard Sandiford | 1 | -1/+1 |
2017-08-30 | [18/77] Make int_mode_for_mode return an opt_scalar_int_mode | Richard Sandiford | 1 | -2/+1 |
2017-08-30 | [17/77] Add an int_mode_for_size helper function | Richard Sandiford | 1 | -2/+2 |
2017-08-30 | [9/77] Add SCALAR_FLOAT_TYPE_MODE | Richard Sandiford | 1 | -2/+3 |
2017-08-30 | [4/77] Add FOR_EACH iterators for modes | Richard Sandiford | 1 | -4/+2 |
2017-08-08 | trans.c: Include header files. | Martin Liska | 1 | -0/+2 |
2017-08-01 | Make mempcpy more optimal (PR middle-end/70140). | Martin Liska | 1 | -167/+101 |
2017-08-01 | Revert r250771 | Martin Liska | 1 | -107/+165 |
2017-08-01 | Make mempcpy more optimal (PR middle-end/70140). | Martin Liska | 1 | -165/+107 |
2017-07-13 | ASAN: fix ICE in gcc.dg/asan/pr80168.c on aarch64 -mabi=ilp32 | Maxim Ostapenko | 1 | -5/+3 |
2017-07-06 | ASAN: Implement dynamic allocas/VLAs sanitization. | Maxim Ostapenko | 1 | -0/+23 |
2017-06-29 | builtins.c (fold_builtin_FUNCTION): Use lang_hooks.decl_printable_name. | Nathan Sidwell | 1 | -5/+4 |
2017-06-23 | Fix expand_builtin_atomic_fetch_op for pre-op (PR80902) | Segher Boessenkool | 1 | -0/+6 |
2017-06-16 | PR tree-optimization/80934 - bzero should be assumed not to escape pointer ar... | Martin Sebor | 1 | -1/+0 |
2017-06-09 | Reverted r249005 until PowerPC and AIX issues sorted. | Tamar Christina | 1 | -25/+349 |
2017-06-08 | re PR middle-end/77925 (Add __builtin_issubnormal) | Tamar Christina | 1 | -349/+25 |
2017-06-02 | * builtins. (expand_builtin_alloca): Remove second parameter and | Eric Botcazou | 1 | -10/+8 |
2017-05-14 | PR middle-end/80669 - Bad -Wstringop-overflow warnings for stpncpy | Martin Sebor | 1 | -17/+4 |
2017-05-05 | builtins.c (check_sizes, [...]): Fix typos introduced during merge conflict r... | Martin Sebor | 1 | -15/+15 |
2017-05-04 | builtins.c: Fix a trivial typo in a comment. | Martin Sebor | 1 | -1/+1 |
2017-05-04 | PR libstdc++/54924 - Warn for std::string constructor with wrong size | Martin Sebor | 1 | -112/+192 |
2017-05-04 | PR preprocessor/79214 - -Wno-system-header defeats strncat buffer overflow wa... | Martin Sebor | 1 | -7/+98 |