aboutsummaryrefslogtreecommitdiff
path: root/gcc/dumpfile.h
AgeCommit message (Expand)Author
2018-08-28Fix version check for ATTRIBUTE_GCC_DUMP_PRINTFDavid Malcolm
2018-08-17Formatted printing for dump_* in the middle-endDavid Malcolm
2018-08-02dumpfile.c/h: add "const" to dump location ctorsDavid Malcolm
2018-07-31dumpfile.c: eliminate special-casing of dump_file/alt_dump_fileDavid Malcolm
2018-07-25Limit dump_flag enum values range (PR middle-end/86645).Martin Liska
2018-07-20Add "-fsave-optimization-record"David Malcolm
2018-07-19Add "optinfo" frameworkDavid Malcolm
2018-07-12 * dumpfile.c (gcc::dump_manager::get_dump_file_name): Add PARTJan Hubicka
2018-07-03[14/n] PR85694: Rework overwidening detectionRichard Sandiford
2018-07-032018-07-03 Richard Biener <rguenther@suse.de>Richard Biener
2018-07-02Reinstate dump_generic_expr_locDavid Malcolm
2018-06-29dumpfile.c: add indentation via DUMP_VECT_SCOPEDavid Malcolm
2018-06-28Hide alt_dump_file within dumpfile.cDavid Malcolm
2018-06-26Introduce dump_location_tDavid Malcolm
2018-06-13 * cgraph.c (cgraph_node::get_untransformed_body): Dump functionJan Hubicka
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm
2018-01-03 Update copyright years.Jakub Jelinek
2017-12-20poly_int: dump routinesRichard Sandiford
2017-11-15introduce TDF_compare_debug, omit OBJ_TYPE_REF casts with itAlexandre Oliva
2017-06-07 * dumpfile.h (enum tree_dump_index): Rename TDI_generic toJakub Jelinek
2017-05-30Remove dump_file_info::dump_file_info and replace it with macro.Martin Liska
2017-05-26Renumber TDF_* flags to be contiguous.Martin Liska
2017-05-26Simplify usage of some TDF_* flags.Martin Liska
2017-05-25Add -fdump*-folding suboption.Martin Liska
2017-05-22 gcc/Nathan Sidwell
2017-05-19 LANG_HOOK_REGISTER_DUMPSNathan Sidwell
2017-05-182017-05-18 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2017-05-18Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum.Martin Liska
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska
2017-05-11 * dumpfle.h (dump_function): Declare here ...Nathan Sidwell
2017-05-11 * dumpfile.h (TDF_FLAGS): New.Nathan Sidwell
2017-05-10 * dumpfile.h (TDI_lang_all): New.Nathan Sidwell
2017-05-10 * dumpfile.h: Tabify.Nathan Sidwell
2017-02-28Miscellaneous optimization group fixesThomas Schwinge
2017-02-28Rename the "openmp" group of optimizations to "omp"Thomas Schwinge
2017-01-01 Update copyright years.Jakub Jelinek
2016-11-30Introduce -fdump-ipa-clones dump outputMartin Liska
2016-11-23Merge from HSA branch to trunkMartin Jambor
2016-11-142016-11-14 Prasad Ghangal <prasad.ghangal@gmail.com>Prasad Ghangal
2016-04-17Only finalize dot files that have been initializedTom de Vries
2016-01-04 Update copyright years.Jakub Jelinek
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-01-05 Update copyright years.Jakub Jelinek
2014-12-09PR jit/64166: Add methods to gcc::dump_manager needed by JIT testingDavid Malcolm
2014-11-19PR jit/63854: Fix memory leaks within context/pass_manager/dump_managerDavid Malcolm
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-10-14Introduce gcc::dump_manager classDavid Malcolm
2013-08-292013-08-29 Teresa Johnson <tejohnson@google.com>Teresa Johnson
2013-08-19 * Makeifle-in (ipa-devirt.o): New.Jan Hubicka