summaryrefslogtreecommitdiff
path: root/gcc/convert.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-07-26Add rules to strip away unneeded type casts in expressionsTamar Christina
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-02-28re PR c/89520 (ICE tree check: accessed operand 4 of call_expr with 3 operand...Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-12-19C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm
2018-04-16re PR c++/85112 (ICE with invalid constexpr)Paolo Carlini
2018-01-08re PR c++/83713 (ICE in do_narrow at gcc/convert.c:474)Richard Biener
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford
2018-01-03poly_int: GET_MODE_PRECISIONRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2017-12-28builtins.def: (_Float<N> and _Float<N>X BUILT_IN_CEIL): Add _Float<N> and _Fl...Michael Meissner
2017-12-21re PR c++/82872 (ICE in ignore_overflows on __PTRDIFF_MAX__ index)Eric Botcazou
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford
2017-09-05re PR sanitizer/82072 (sanitizer does not detect an overflow from LLONG_MIN)Marek Polacek
2017-09-04re PR sanitizer/82072 (sanitizer does not detect an overflow from LLONG_MIN)Marek Polacek
2017-08-21Add a type_has_mode_precision_p helper functionRichard Sandiford
2017-08-08trans.c: Include header files.Martin Liska
2017-07-31Do UBSAN sanitization just when current_function_decl != NULL_TREE (PR saniti...Martin Liska
2017-06-13Implement no_sanitize function attributeMartin Liska
2017-04-07re PR middle-end/80341 (gcc miscompiles division of signed char)Richard Biener
2017-01-01Update copyright years.Jakub Jelinek
2016-12-09re PR c++/78550 (bit field and std::initializer_list)Nathan Sidwell
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-02-08* convert.c (convert_to_integer_1): Re-indent.Jason Merrill
2016-02-08re PR c++/69631 (Bogus overflow in constant expression error)Jason Merrill
2016-01-06re PR sanitizer/69099 (ICE when compiling gcc.dg/atomic/c11-atomic-exec-2.c w...Marek Polacek
2016-01-04Update copyright years.Jakub Jelinek
2015-12-04C++ FE: expression rangesDavid Malcolm
2015-11-13Add non-folding variants for convert_to_*.Kai Tietz
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-23Move fold_trunc_transparent_mathfn to match.pdRichard Sandiford
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-22convert.c (convert_to_integer, [...]): Include the types in the error message.Marc Glisse
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-08ubsan.c (do_ubsan_in_current_function): New.Jason Merrill
2015-01-05re PR sanitizer/64344 ([UBSAN] ICE with -fsanitize=float-cast-overflow [ICE i...Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-12-04re PR c++/56493 (Performance regression in google dense hashmap)Jakub Jelinek
2014-10-30genmatch.c (capture_info::walk_c_expr): Ignore capture uses inside TREE_TYPE ().Richard Biener
2014-10-03convert.c (convert_to_integer): Do not introduce useless conversions between ...Eric Botcazou
2014-08-05[convert.c] PR 61876: Guard transformation to lrint by -fno-math-errno.Kyrylo Tkachov
2014-07-24PR 61876: Do not convert cast + __builtin_round into __builtin_lround unless ...Kyrylo Tkachov
2014-06-30convert.c (convert_to_integer): Don't instrument conversions if the function ...Marek Polacek
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod