aboutsummaryrefslogtreecommitdiff
path: root/gcc/convert.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-22convert.c (convert_to_integer, [...]): Include the types in the error message.Marc Glisse1-2/+6
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+12
2015-01-08ubsan.c (do_ubsan_in_current_function): New.Jason Merrill1-3/+1
2015-01-05re PR sanitizer/64344 ([UBSAN] ICE with -fsanitize=float-cast-overflow [ICE i...Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-04re PR c++/56493 (Performance regression in google dense hashmap)Jakub Jelinek1-0/+26
2014-10-30genmatch.c (capture_info::walk_c_expr): Ignore capture uses inside TREE_TYPE ().Richard Biener1-1/+1
2014-10-03convert.c (convert_to_integer): Do not introduce useless conversions between ...Eric Botcazou1-5/+24
2014-08-05[convert.c] PR 61876: Guard transformation to lrint by -fno-math-errno.Kyrylo Tkachov1-2/+2
2014-07-24PR 61876: Do not convert cast + __builtin_round into __builtin_lround unless ...Kyrylo Tkachov1-2/+2
2014-06-30convert.c (convert_to_integer): Don't instrument conversions if the function ...Marek Polacek1-1/+4
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-23builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.Marek Polacek1-1/+13
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-10-24convert.c (convert_to_real): Guard those unsafe math function convertions wit...Cong Hou1-4/+38
2013-08-19target.def (TARGET_LIBC_HAS_FUNCTION): New target hook.Alexander Ivchenko1-4/+5
2013-07-12re PR middle-end/55771 (Negation and type conversion incorrectly exchanged)Michael Matz1-2/+3
2013-05-10stor-layout.c (element_precision): New function.Marc Glisse1-2/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-04-19Fix #52283 error: case label does not reduce to an integer constantChristian Bruel1-8/+1
2012-04-13re PR c/52862 (ICE convert_to_pointer, at convert.c:50)Richard Guenther1-5/+0
2012-03-07convert.c (strip_float_extensions): Move ...Richard Guenther1-46/+0
2012-01-16re PR c/12245 (Uses lots of memory when compiling large initialized arrays)Jan Hubicka1-0/+4
2011-10-12re PR c/50565 (initializer element is not computable at load time)Joseph Myers1-0/+9
2011-08-26re PR middle-end/50083 (All 32-bit fortran tests fail on 32-bit Solaris)Uros Bizjak1-1/+7
2011-08-12builtins.def (BUILT_IN_ICEIL{,F,L}, [...]): New builtin definitions.Uros Bizjak1-8/+20
2011-07-08optabs.c (expand_binop): Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE w...Bernd Schmidt1-2/+2
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-3/+3
2010-07-29re PR tree-optimization/45034 ("safe" conversion from unsigned to signed char...Richard Guenther1-8/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-06re PR c/44828 (possible integer wrong code bug)Richard Guenther1-3/+9
2010-06-28double-int.h (force_fit_type_double): Remove declaration.Anatoly Sokolov1-1/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-02-10re PR c/43007 (No longer folds (unsigned int) ((long long unsigned int) spi_b...Richard Guenther1-0/+25
2009-11-25Remove trailing white spaces.H.J. Lu1-3/+3
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-1/+11
2009-08-24convert.c (convert_to_integer): Don't assume an input pointer is POINTER_SIZE...Olivier Hainque1-3/+6
2009-07-27convert.c (convert_to_pointer): Don't assume the target pointer type is POINT...Olivier Hainque1-5/+14
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-3/+4
2009-07-01re PR c++/40566 (rejects promoted throw)Jakub Jelinek1-3/+9
2009-06-18convert.c (convert_to_integer): Convert (int)logb() into ilogb().Uros Bizjak1-0/+31
2009-03-30re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers1-1/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-09re PR tree-optimization/35202 (exp->expf transformation incorrect with -fmath...Richard Guenther1-21/+26
2009-02-03re PR c++/36607 (Incorrect type diagnostic on substracting casted char pointers)Andrew Pinski1-0/+1
2008-10-29re PR middle-end/36578 (cast to long double not taken into account when resul...Joseph Myers1-5/+34