Age | Commit message (Expand) | Author | Files | Lines |
2020-12-03 | Add support for detecting mismatched allocation/deallocation calls. | Martin Sebor | 1 | -0/+4 |
2020-11-06 | core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN | Nathan Sidwell | 1 | -1/+1 |
2020-11-03 | can_implement_as_sibling_call_p REG_PARM_STACK_SPACE check | Alan Modra | 1 | -17/+1 |
2020-10-26 | Extend builtin fnspecs | Jan Hubicka | 1 | -10/+21 |
2020-10-24 | Handle undefined ranges in get_size_range. | Aldy Hernandez | 1 | -6/+4 |
2020-10-20 | Convert -Wrestrict pass to ranger. | Aldy Hernandez | 1 | -2/+24 |
2020-10-12 | Generalize compute_objsize to return maximum size/offset instead of failing (... | Martin Sebor | 1 | -21/+48 |
2020-10-02 | Commonize handling of attr-fnspec | Jan Hubicka | 1 | -17/+8 |
2020-09-29 | Correct and improve -Wnonnull for calls to functions with VLA arguments (PR m... | Martin Sebor | 1 | -35/+80 |
2020-09-19 | Extend -Wstringop-overflow to detect out-of-bounds accesses to array parameters. | Martin Sebor | 1 | -93/+121 |
2020-09-19 | Infrastructure & C front end changes for array parameter checking (PR c/50584). | Martin Sebor | 1 | -4/+4 |
2020-08-28 | Add -Wstringop-overread for reading past the end by string functions. | Martin Sebor | 1 | -32/+47 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -1/+1 |
2020-07-28 | expander: Fix ICE in maybe_warn_rdwr_sizes [PR96335] | Jakub Jelinek | 1 | -18/+2 |
2020-06-28 | Underline argument in -Wnonnull and in C++ extend warning to the this pointer... | Martin Sebor | 1 | -1/+3 |
2020-06-04 | Implement a solution for PR middle-end/10138 and PR middle-end/95136. | Martin Sebor | 1 | -72/+11 |
2020-04-29 | calls: Remove FIXME for cxx17_empty_base_field_p | Richard Sandiford | 1 | -0/+15 |
2020-04-29 | c++, middle-end, rs6000: Fix C++17 ABI incompatibilities during class layout ... | Jakub Jelinek | 1 | -18/+0 |
2020-04-22 | calls: Introduce cxx17_empty_base_field_p [PR94383] | Jakub Jelinek | 1 | -0/+18 |
2020-03-27 | PR c++/94098 - ICE on attribute access redeclaration | Martin Sebor | 1 | -43/+39 |
2020-03-01 | PR middle-end/92721 - checking ICE on attribute access redeclaration | Martin Sebor | 1 | -0/+5 |
2020-01-31 | calls.c: refactor special_function_p for use by analyzer (v2) | David Malcolm | 1 | -12/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-22 | PR middle-end/83859 - attributes to associate pointer arguments and sizes | Martin Sebor | 1 | -0/+332 |
2019-11-06 | introduce -fcallgraph-info option | Eric Botcazou | 1 | -0/+6 |
2019-10-29 | [AArch64] Add support for the SVE PCS | Richard Sandiford | 1 | -2/+2 |
2019-10-09 | PR tree-optimization/90879 - fold zero-equality of strcmp between a longer st... | Martin Sebor | 1 | -0/+8 |
2019-09-06 | function.c (assign_parm_find_data_types): Use RECORD_OR_UNION_TYPE_P before t... | Jakub Jelinek | 1 | -5/+2 |
2019-09-05 | re PR middle-end/91001 (internal compiler error: in extract_insn, at recog.c:... | Jakub Jelinek | 1 | -4/+8 |
2019-08-20 | Add a pass_by_reference flag to function_arg_info | Richard Sandiford | 1 | -0/+3 |
2019-08-20 | Make calls.c use function_arg_info internally | Richard Sandiford | 1 | -29/+31 |
2019-08-20 | Add a apply_pass_by_reference_rules helper | Richard Sandiford | 1 | -0/+16 |
2019-08-20 | Use function_arg_info for TARGET_MUST_PASS_IN_STACK | Richard Sandiford | 1 | -16/+16 |
2019-08-20 | Use function_arg_info for TARGET_CALLEE_COPIES | Richard Sandiford | 1 | -11/+6 |
2019-08-20 | Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCE | Richard Sandiford | 1 | -4/+9 |
2019-08-20 | Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARG | Richard Sandiford | 1 | -18/+12 |
2019-08-20 | Use function_arg_info for TARGET_PASS_BY_REFERENCE | Richard Sandiford | 1 | -12/+11 |
2019-08-20 | Use function_arg_info for TARGET_ARG_PARTIAL_BYTES | Richard Sandiford | 1 | -6/+6 |
2019-08-20 | Add must_pass_va_arg_in_stack | Richard Sandiford | 1 | -0/+9 |
2019-08-20 | Add pass_va_arg_by_reference | Richard Sandiford | 1 | -0/+9 |
2019-08-13 | Protect some checks of DECL_FUNCTION_CODE | Richard Sandiford | 1 | -6/+4 |
2019-07-25 | Come up with function_decl_type and use it in tree_function_decl. | Martin Liska | 1 | -1/+1 |
2019-06-14 | Update preferred_stack_boundary only when expanding function call | H.J. Lu | 1 | -0/+25 |
2019-05-16 | re PR fortran/90329 (Incompatibility between gfortran and C lapack calls) | Jakub Jelinek | 1 | -0/+22 |
2019-04-04 | PR middle-end/89957 - ICE calling strnlen with an int128_t bound in a known r... | Martin Sebor | 1 | -0/+3 |
2019-02-13 | Clean up MPX-related stuff. | Martin Liska | 1 | -13/+1 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -2/+2 |
2019-01-03 | PR tree-optimization/88659 - ICE in maybe_warn_nonstring_arg | Martin Sebor | 1 | -1/+1 |
2019-01-01 | gimple-fold.h (get_range_strlen): Update prototype. | Martin Sebor | 1 | -16/+25 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |