summaryrefslogtreecommitdiff
path: root/gcc/dumpfile.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* poly_int: dump routinesRichard Sandiford2017-12-201-0/+21
* read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek2017-12-191-1/+1
* dumpfile.c: Include profile-count.hJan Hubicka2017-07-021-0/+1
* predict.c (test_prediction_value_range): Use -1U instead of -1 to avoid narro...Jakub Jelinek2017-06-271-3/+3
* PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor2017-06-151-1/+8
* dumpfile.h (enum tree_dump_index): Rename TDI_generic to TDI_gimple.Jakub Jelinek2017-06-071-5/+26
* Remove dump_file_info::dump_file_info and replace it with macro.Martin Liska2017-05-301-28/+14
* Simplify usage of some TDF_* flags.Martin Liska2017-05-261-3/+1
* Add -fdump*-folding suboption.Martin Liska2017-05-251-0/+1
* invoke.texi (fdump-translation-unit): Delete documentation.Nathan Sidwell2017-05-221-2/+1
* toplev.c (general_init): Call register dump lang hook.Nathan Sidwell2017-05-191-2/+1
* Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum.Martin Liska2017-05-181-41/+45
* Introduce dump_flags_t type and use it instead of int type.Martin Liska2017-05-171-24/+28
* dumpfle.h (dump_function): Declare here ...Nathan Sidwell2017-05-111-0/+17
* dumpfile.h (TDF_FLAGS): New.Nathan Sidwell2017-05-111-3/+3
* dumpfile.h (TDI_lang_all): New.Nathan Sidwell2017-05-101-15/+13
* Rename the "openmp" group of optimizations to "omp"Thomas Schwinge2017-02-281-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Introduce -fdump-ipa-clones dump outputMartin Liska2016-11-301-0/+2
* backport: hsa-builtins.def: New file.Martin Jambor2016-11-231-0/+1
* Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal2016-11-141-1/+3
* Only finalize dot files that have been initializedTom de Vries2016-04-171-11/+11
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-1/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-3/+3
* switch from gimple to gimple*Trevor Saunders2015-09-201-2/+2
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-2/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-4/+0
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* PR jit/64166: Add methods to gcc::dump_manager needed by JIT testingDavid Malcolm2014-12-091-1/+34
* PR jit/63854: Fix memory leaks within context/pass_manager/dump_managerDavid Malcolm2014-11-191-12/+35
* invoke.texi: Fix typo.Teresa Johnson2014-06-261-0/+4
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Introduce gcc::dump_manager classDavid Malcolm2013-10-141-54/+85
* tree-flow.h: Include new .h files.Andrew Macleod2013-10-021-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-13/+13
* dumpfile.c (dump_loc): Remove newline emission.Teresa Johnson2013-09-161-2/+2
* dumpfile.c (dump_finish): Don't close stderr/stdout.Teresa Johnson2013-09-041-1/+3
* dumpfile.c (dump_loc): Output column number.Teresa Johnson2013-08-291-5/+5
* Makeifle-in (ipa-devirt.o): New.Jan Hubicka2013-08-191-0/+2
* dumpfile.c (opt_info_switch_p): Change -fopt-info default to -fopt-info=optim...Teresa Johnson2013-06-031-1/+1
* re PR middle-end/56074 (ICE compiling gcc.dg/vect/pr49093.c)Jakub Jelinek2013-01-221-1/+1
* re PR tree-optimization/55995 (vect increase_alignment notes missing from dum...Sharad Singhai2013-01-181-5/+4
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* dumpfile.c (dump_loc): Print filename with location.Teresa Johnson2013-01-031-1/+3
* dumpfile.h (enum tree_dump_index): Remove TDI_vcg.Steven Bosscher2012-12-121-3/+1