index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
dumpfile.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-22
dump: filenames containing -
Nathan Sidwell
1
-1
/
+1
2020-07-10
Add -fdump-profile-report.
Martin Liska
1
-1
/
+2
2020-05-27
Add debug (slp_tree) and dump infrastructure for this
Richard Biener
1
-0
/
+28
2020-05-05
Provide hint for misspelled -fdump-foo options.
Martin Liska
1
-3
/
+16
2020-04-15
selftest: Work around GCC 4.2 PR33916 bug by optimizing the ctor [PR89494]
Gustavo Romero
1
-1
/
+1
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-10-24
[dump] small source cleanup
Nathan Sidwell
1
-7
/
+3
2019-05-06
Add lto-dump tool.
Hrishikesh Kulkarni
1
-30
/
+55
2019-01-30
dumpfile.c (opt_info_switch_p_1): Ignore '-' if it appears after '='.
Ulrich Drepper
1
-3
/
+2
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-27
Fix missing dump_impl_location_t values, using a new dump_metadata_t
David Malcolm
1
-91
/
+186
2018-11-19
Fix -fsave-optimization-record ICE (PR tree-optimization/87025)
David Malcolm
1
-0
/
+16
2018-11-19
Eliminate global state from -fsave-optimization-record
David Malcolm
1
-3
/
+52
2018-11-13
Eliminate source_location in favor of location_t
David Malcolm
1
-3
/
+3
2018-11-13
Ensure that dump calls are guarded with dump_enabled_p
David Malcolm
1
-0
/
+25
2018-11-08
dump_printf: add "%C" for dumping cgraph_node *
David Malcolm
1
-29
/
+86
2018-10-04
Report vectorization problems via a new opt_problem class
David Malcolm
1
-108
/
+52
2018-10-04
Add -fopt-info-internals
David Malcolm
1
-74
/
+174
2018-10-04
Fix -fopt-info for plugin passes
David Malcolm
1
-36
/
+84
2018-09-28
dumpfile.c: use prefixes other than 'note: ' for MSG_{OPTIMIZED_LOCATIONS|MIS...
David Malcolm
1
-5
/
+28
2018-09-25
Fix small coding style issues (PR fortran/87394).
Martin Liska
1
-2
/
+2
2018-09-21
dumpfile.c: fix stray dump_loc output (PR tree-optimization/87309)
David Malcolm
1
-3
/
+26
2018-08-17
Formatted printing for dump_* in the middle-end
David Malcolm
1
-31
/
+327
2018-08-02
dumpfile.c/h: add "const" to dump location ctors
David Malcolm
1
-2
/
+2
2018-07-31
dumpfile.c: eliminate special-casing of dump_file/alt_dump_file
David Malcolm
1
-173
/
+447
2018-07-31
Simplify dump_context by adding a dump_loc member function
David Malcolm
1
-88
/
+31
2018-07-25
Limit dump_flag enum values range (PR middle-end/86645).
Martin Liska
1
-3
/
+4
2018-07-20
Add "-fsave-optimization-record"
David Malcolm
1
-11
/
+4
2018-07-19
Add "optinfo" framework
David Malcolm
1
-41
/
+556
2018-07-12
dumpfile.c (gcc::dump_manager::get_dump_file_name): Add PART parameter.
Jan Hubicka
1
-10
/
+21
2018-07-03
[14/n] PR85694: Rework overwidening detection
Richard Sandiford
1
-0
/
+22
2018-07-03
tree-vect-stmts.c (vect_is_simple_use): Consolidate dumping, always set *dt.
Richard Biener
1
-0
/
+36
2018-07-02
Reinstate dump_generic_expr_loc
David Malcolm
1
-0
/
+22
2018-06-29
dumpfile.c: add indentation via DUMP_VECT_SCOPE
David Malcolm
1
-0
/
+35
2018-06-28
Hide alt_dump_file within dumpfile.c
David Malcolm
1
-6
/
+40
2018-06-26
Introduce dump_location_t
David Malcolm
1
-28
/
+105
2018-06-13
cgraph.c (cgraph_node::get_untransformed_body): Dump function bodies streamed...
Jan Hubicka
1
-0
/
+1
2018-06-08
dumpfile.c (FIRST_ME_AUTO_NUMBERED_DUMP): Bump to 4.
Jan Hubicka
1
-1
/
+1
2018-06-08
Convert dump and optgroup flags to enums
David Malcolm
1
-34
/
+36
2018-04-30
[patch] allow '-' for stdout dump
Nathan Sidwell
1
-1
/
+2
2018-04-26
dumpfile cleanup
Nathan Sidwell
1
-31
/
+29
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-20
poly_int: dump routines
Richard Sandiford
1
-0
/
+21
2017-12-19
read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...
Jakub Jelinek
1
-1
/
+1
2017-07-02
dumpfile.c: Include profile-count.h
Jan Hubicka
1
-0
/
+1
2017-06-27
predict.c (test_prediction_value_range): Use -1U instead of -1 to avoid narro...
Jakub Jelinek
1
-3
/
+3
2017-06-15
PR c++/80560 - warn on undefined memory operations involving non-trivial types
Martin Sebor
1
-1
/
+8
2017-06-07
dumpfile.h (enum tree_dump_index): Rename TDI_generic to TDI_gimple.
Jakub Jelinek
1
-5
/
+26
2017-05-30
Remove dump_file_info::dump_file_info and replace it with macro.
Martin Liska
1
-28
/
+14
2017-05-26
Simplify usage of some TDF_* flags.
Martin Liska
1
-3
/
+1
[next]