aboutsummaryrefslogtreecommitdiff
path: root/gcc/wide-int.h
AgeCommit message (Expand)AuthorFilesLines
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-1/+1
2016-05-17* wide-int.h: Change fixed_wide_int_storage from class to struct.Gerald Pfeifer1-1/+1
2016-05-02Support << and >> for offset_int and widest_intRichard Sandiford1-2/+34
2016-05-02Support <, <=, > and >= for offset_int and widest_intRichard Sandiford1-20/+48
2016-01-27re PR tree-optimization/69399 (wrong code with -O and int128)Jakub Jelinek1-1/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-0/+22
2015-07-20Fix partial specialization syntax of wide int traits.Mikhail Maltsev1-10/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-12re PR middle-end/64182 (wide-int rounding division is broken)Richard Sandiford1-6/+6
2014-11-11system.h: Include algorithm and utility.Uros Bizjak1-2/+0
2014-11-11re PR bootstrap/63699 (Bootstrap fails in libcc1 on darwin14)Francois-Xavier Coudert1-4/+4
2014-08-16* wide-int.h (generic_wide_int): Declare as class instead of struct.Gerald Pfeifer1-1/+1
2014-07-05wide-int.h (wide_int_storage): Change declaration from struct to class.Gerald Pfeifer1-1/+1
2014-05-26wide-int.h (wi::int_traits <long>, [...]): Provide specializations.Richard Biener1-4/+14
2014-05-11re PR c/61136 (ice in tree_nop_conversion)Richard Sandiford1-0/+12
2014-05-06* wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define.Mike Stump1-2/+0
2014-05-06Merge in wide-int.Kenneth Zadeck1-0/+3175