aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)Author
2014-03-22toplev.c (init_local_tick): Avoid signed integer multiplication overflow.Jakub Jelinek
2014-01-07re PR target/58115 (testcase gcc.target/i386/intrinsics_4.c failure)Richard Sandiford
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-11toplev.c (toplev_main): Move PLUGIN_FINISH invocation before diagnostic_finish.Basile Starynkevitch
2013-11-08common.opt (fcheck-pointer-bounds): Move to ...Ilya Enkovich
2013-10-30builtin-types.def (BT_FN_VOID_CONST_PTR): New.Ilya Enkovich
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm
2013-10-26Makefile.def (target_modules): Remove libmudflapJeff Law
2013-10-15re PR target/57756 (Function target attribute is retaining state of previous...Sriraman Tallam
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-06toplev.c (output_stack_usage): Be prepared for suffixes created by the compil...Eric Botcazou
2013-08-30Merge ubsan into trunk.Marek Polacek
2013-08-05Handwritten part of conversion of passes to C++ classesDavid Malcolm
2013-07-30Introduce beginnings of a pass_manager class.David Malcolm
2013-07-25Introduce context class.David Malcolm
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka
2013-04-26Makefile.in (toplev.o): Depend on diagnostic-color.h.Jakub Jelinek
2013-03-28toplev.c (process_options): Do not disable -fomit-frame-pointer on a general ...Eric Botcazou
2013-03-21re PR middle-end/48087 (-Wall -Werror adds warnings over and above those gene...Jakub Jelinek
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-12-07toplev.c (process_options): Do not warn when -ffunction-sections and -fprofil...Sriraman Tallam
2012-11-26invoke.texi: Remove -dv documentation.Steven Bosscher
2012-11-22builtins.def (DEF_SANITIZER_BUILTIN): Define tsan builtins.Dmitry Vyukov
2012-11-21common.opt: Change faddress-sanitizer to fsanitize=address.Wei Mi
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-11-12common.opt (fvar-tracking-uninit): Document.Eric Botcazou
2012-11-12Implement protection of stack variablesJakub Jelinek
2012-11-12Initial asan cleanupsJakub Jelinek
2012-11-12Initial import of asan from the Google branchWei Mi
2012-10-24dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfi...Sharad Singhai
2012-10-06Fix previous commit.Jan Hubicka
2012-10-06invoke.texi (-fprofile-report): Document.Jan Hubicka
2012-09-19Integrate lexical block into source_location.Dehao Chen
2012-07-14toplev.c (init_asm_output): Open asm_out_file in 'w' mode.Steven Bosscher
2012-07-11expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher
2012-06-19target.def (output_ident): New hook.Steven Bosscher
2012-06-19The intent of the phases was to have a high-level but mutually exclusive acco...Lawrence Crowl
2012-05-31Makefile.in: Fix many dependencies.Steven Bosscher
2012-05-29integrate.c: Remove.Steven Bosscher
2012-05-24tree.h (alias_diag_flags): Remove.Jan Hubicka
2012-05-09cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka
2012-05-03flags.h (flag_permissive): Do not declare.Manuel López-Ibáñez
2012-05-01Makefile.in (lower-subreg.o, [...]): Depend on lower-subreg.h.Kenneth Zadeck
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka
2012-04-25common.opt (flag_debug_types_section): Default to 0.Jakub Jelinek
2012-04-24common.opt (gdwarf-): Initialize dwarf_version to -1 instead of 2.Olivier Hainque