aboutsummaryrefslogtreecommitdiff
path: root/gcc/coretypes.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-13diagnostics: add highlight-a vs highlight-b in colorization and pp_markupDavid Malcolm1-0/+2
2024-06-25Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook mode_for_floating_typeKewen Lin1-0/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-19libcpp: split decls out to rich-location.hDavid Malcolm1-0/+1
2023-11-07c: Refer more consistently to C23 not C2XJoseph Myers1-1/+1
2023-11-03diagnostics: convert diagnostic_context to a classDavid Malcolm1-1/+1
2023-10-22core: Support heap-based trampolinesAndrew Burgess1-0/+6
2023-08-23rtl: Forward declare rtx_codeRichard Earnshaw1-0/+4
2023-08-09targhooks: Extend legitimate_address_p with code_helper [PR110248]Kewen Lin1-0/+1
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-10Properly enable -freorder-blocks-and-partition on 64-bit WindowsEric Botcazou1-3/+5
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-09pch: Add support for relocation of the PCH data [PR71934]Jakub Jelinek1-2/+4
2021-09-08Support -fexcess-precision=16 which will enable FLT_EVAL_METHOD_PROMOTE_TO_FL...liuhongt1-1/+2
2021-08-25diagnostics: Support for -finput-charset [PR93067]Lewis Hyatt1-0/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-13Move iterator_range to a new iterator-utils.h fileRichard Sandiford1-17/+1
2020-10-26Implement three-level optimize_for_size predicatesJan Hubicka1-0/+12
2020-10-22Come up with stack_protector enum.Martin Liska1-0/+8
2020-06-22recog: Restore builds with ClangRichard Sandiford1-4/+0
2020-06-18vectorizer: add _bb_vec_info::region_stmts and reverse_region_stmtsMartin Liska1-0/+17
2020-06-17recog: Tweak insn_gen_fn::operator() definitionRichard Sandiford1-0/+4
2020-02-18Introduce -fprofile-reproducibility and support it with TOP N.Martin Liska1-0/+7
2020-01-10Add diagnostic pathsDavid Malcolm1-0/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-29Add a simulate_enum_decl langhookRichard Sandiford1-0/+1
2019-10-04Mark C2x built-in functions as such.Joseph Myers1-1/+2
2019-09-20New IPA-SRAMartin Jambor1-0/+1
2019-09-09Add "fast" conversions from arrays to bitmapsRichard Sandiford1-0/+8
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-23/+23
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez1-0/+1
2018-07-20Add "-fsave-optimization-record"David Malcolm1-0/+8
2018-07-19Add "optinfo" frameworkDavid Malcolm1-0/+7
2018-07-17Clean up of new format of -falign-FOO.Martin Liska1-0/+1
2018-01-03Add a fixed_size_mode_pod classRichard Sandiford1-0/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-14poly_int: add poly-int.hRichard Sandiford1-0/+15
2017-09-04Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford1-0/+16
2017-08-30[77/77] Add a complex_mode classRichard Sandiford1-0/+2
2017-08-30[76/77] Add a scalar_mode_pod classRichard Sandiford1-0/+1
2017-08-30[71/77] Use opt_scalar_mode for mode iteratorsRichard Sandiford1-0/+1
2017-08-30[64/77] Add a scalar_mode classRichard Sandiford1-0/+2
2017-08-30[16/77] Add scalar_int_mode_podRichard Sandiford1-0/+2
2017-08-30[15/77] Add scalar_int_modeRichard Sandiford1-0/+3
2017-08-30[11/77] Add a float_mode_for_size helper functionRichard Sandiford1-0/+1
2017-08-30[7/77] Add scalar_float_modeRichard Sandiford1-0/+3
2017-08-30[6/77] Make GET_MODE_WIDER return an opt_modeRichard Sandiford1-0/+1
2017-07-02Reorganise machmode.h headersRichard Sandiford1-3/+9