summaryrefslogtreecommitdiff
path: root/gcc/toplev.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-10-29Print header in dump_memory_report.Martin Liska
2019-10-29Remove misleading sorting function in ggc memory report.Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-07-04[multiple changes]Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-09-21toplev: read from /dev/urandom only when neededAlexander Monakov
2017-01-01Update copyright years.Jakub Jelinek
2016-11-16gcc: remove unneeded global related to hot/cold partitioningAndrew Burgess
2016-06-06Selftest frameworkDavid Malcolm
2016-01-04Update copyright years.Jakub Jelinek
2015-09-16Move check_global_declaration from toplev.c to cgraphunit.cManuel López-Ibáñez
2015-08-03Refactoring of timevar APIDavid Malcolm
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez
2015-01-27toplev: gcc version information for jitDavid Malcolm
2015-01-23PR jit/64721: toplev: don't install signal-handlers when running within libgc...David Malcolm
2015-01-05Update copyright years.Jakub Jelinek
2014-10-21State cleanups from jit branchDavid Malcolm
2014-06-26toplev.c (backend_init_target): Move init_emit_regs and init_regs to...Jan Hubicka
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-08-05Handwritten part of conversion of passes to C++ classesDavid Malcolm
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-10-06invoke.texi (-fprofile-report): Document.Jan Hubicka
2012-04-10toplev.h (tree_rest_of_compilation): Remove.Richard Guenther
2011-09-29Change random seeds to 64bit and drop re-crcingAndi Kleen
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers
2010-11-30hwint.c: New.Joseph Myers
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers
2010-11-24flag-types.h (struct visibility_flags): Don't declare here.Joseph Myers
2010-11-22common.opt (exit_after_options, [...]): New Variable entries.Joseph Myers
2010-11-19common.opt (debug_struct_ordinary, [...]): New Variable entries.Joseph Myers
2010-11-10common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations.Joseph Myers
2010-10-16opts.c (set_fast_math_flags, [...]): Make static.Joseph Myers
2010-09-28re PR fortran/40569 (F2008: Support COMPILER_OPTIONS() / COMPILER_VERSION())Tobias Burnus
2010-08-05Replace exact_log2(x & -x) in favor of more direct computation.Richard Henderson
2010-07-26target.def (output_source_filename): New hook.Anatoly Sokolov
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez
2010-06-30toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h.Manuel López-Ibáñez
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher
2010-06-20re PR other/32998 (-frecord-gcc-switches issues)Joseph Myers
2010-06-07common.opt (fira-verbose): Use Var.Joseph Myers
2010-05-27diagnostic-core.h: New.Joseph Myers
2010-05-27input.c: New file.Joseph Myers
2010-03-01toplev.h (inform_n, error_n): Declare.Shujing Zhao
2010-01-03Pass -dumpbase and -dumpdir to gcc for LTOH.J. Lu
2009-11-25Remove trailing white spaces.H.J. Lu
2009-10-14params.def (PARAM_IRA_LOOP_RESERVED_REGS): New.Vladimir Makarov
2009-06-16toplev.h (floor_log2): If GCC_VERSION >= 3004, declare as static inline, not ...Ian Lance Taylor
2009-05-22Makefile.in (bversion.h, s-bversion): New targets.Ben Elliston