aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-01-25Update ChangeLog and version files for releasegcc_7_3_0_releaseRichard Biener
2017-08-14Update ChangeLog and version files for releasegcc_7_2_0_releaseRichard Biener
2017-05-02Update ChangeLog and version files for releasegcc_7_1_0_releaseGCC Administrator
2017-04-04 * ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment.Jonathan Wakely
2017-03-08Fix PR demangler/70909 and 67264 (endless demangler recursion)Mark Wielaard
2017-02-25 PR debug/77589Jakub Jelinek
2017-01-31Introduce C++ support in libcc1Alexandre Oliva
2017-01-31libcc1 base API: bump set_arguments; add set_driver_filename, set_triplet_regexpAlexandre Oliva
2017-01-31libcc1 base API: add set_verbose and new version of compileAlexandre Oliva
2017-01-31libcc1 base API version bumpJan Kratochvil
2017-01-27[brigfe] Small fixesMartin Jambor
2017-01-24Brig front-endPekka Jääskeläinen
2017-01-04[DWARF] New DWARF operation "DW_OP_AARCH64_operation" for AArch64Richard Earnshaw
2017-01-04 Update copyright years.Jakub Jelinek
2016-12-21 * dwarf2.def (DW_FORM_ref_sup): Renamed to ...Jakub Jelinek
2016-11-16libiberty: Add Rust symbol demangling.David Tolnay
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill
2016-10-17 * dwarf2.h (enum dwarf_calling_convention): Add new DWARF5Jakub Jelinek
2016-10-14FINAL/OVERRIDE: Define to empty on g++ < 4.7Pedro Alves
2016-10-14Move OVERRIDE/FINAL from gcc/coretypes.h to include/ansidecl.hPedro Alves
2016-08-15 * dwarf2.def (DW_AT_string_length_bit_size,Jakub Jelinek
2016-08-12[PR63240] generate debug info for defaulted member functionsAlexandre Oliva
2016-07-29include/Aldy Hernandez
2016-05-262016-05-26 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2016-05-19Move ChangeLog entry to the right file.Pedro Alves
2016-04-29Add DW_LANG_RustTom Tromey
2016-04-29include/Oleg Endo
2016-04-29[ARC] Fix obsolete constraint.Claudiu Zissulescu
2016-03-17Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETEThomas Schwinge
2016-03-04Sync include/plugin-api.h with binutils.Cary Coutant
2016-01-19Merge of HSAMartin Jambor
2016-01-07longlong: fix sh -Wundef buildsMike Frysinger
2016-01-05libiberty: {count,dup,write}argv: constify argv input slightlyMike Frysinger
2015-11-27PR other/61321 - demangler crash on casts in template parametersPedro Alves
2015-11-25Port libvtv to SolarisRainer Orth
2015-11-122015-11-12 James Norris <jnorris@codesourcery.com>James Norris
2015-11-09Modify obstack.[hc] to avoid having to include other gnulib filesAlan Modra
2015-11-09Copy gnulib obstack filesAlan Modra
2015-11-05gcc/Jakub Jelinek
2015-10-27gcc/ChangeLogDaniel Jacobowitz
2015-10-18Fix PR63758 by using the _NSGetEnviron() API on DarwinRoland McGrath
2015-10-13gcc/Jakub Jelinek
2015-10-04 Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill
2015-09-28 inlude/Nathan Sidwell
2015-08-24 libgomp/Nathan Sidwell
2015-08-14DWARF2: add extensions to handle biased typesPierre-Marie de Rodat
2015-08-14DWARF2: add extensions to handle fixed point typesPierre-Marie de Rodat
2015-08-11add GCC_FINAL to ansidecl.hTrevor Saunders
2015-08-10[PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared...Thomas Schwinge
2015-07-14Remove trailing spaces in demangle.hH.J. Lu