aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-31cpp.texi (__SANITIZE_ADDRESS__): Updated description.Yury Gribov1-2/+11
2014-07-31re PR lto/61868 (-frandom-seed always results in random_seed of 0)Bingfeng Mei1-10/+10
2014-07-24rtl.h (target_rtl): Remove lang_dependent_initialized.Richard Sandiford1-21/+10
2014-07-24IPA C++ refactoring 2/NMartin Liska1-1/+1
2014-07-19* toplev.c (output_stack_usage): Adjust the location of the warning.Eric Botcazou1-5/+8
2014-07-16Support location tracking for built-in macro tokensDodji Seketeli1-1/+1
2014-06-26toplev.c (backend_init_target): Move init_emit_regs and init_regs to...Jan Hubicka1-13/+41
2014-06-12toplev.c (process_options): Reject -fabi-version=1.Jason Merrill1-4/+4
2014-05-27system.h (TEST_BIT): New macro.Richard Sandiford1-0/+3
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-17rm a bunch of _stat allocation functionsTrevor Saunders1-1/+1
2014-05-06emit-rtl.c (init_derived_machine_modes): New functionm, split out from...Richard Sandiford1-0/+1
2014-03-22toplev.c (init_local_tick): Avoid signed integer multiplication overflow.Jakub Jelinek1-1/+1
2014-01-07re PR target/58115 (testcase gcc.target/i386/intrinsics_4.c failure)Richard Sandiford1-1/+28
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-1/+1
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-6/+0
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-3/+3
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-11toplev.c (toplev_main): Move PLUGIN_FINISH invocation before diagnostic_finish.Basile Starynkevitch1-2/+4
2013-11-08common.opt (fcheck-pointer-bounds): Move to ...Ilya Enkovich1-3/+0
2013-10-30builtin-types.def (BT_FN_VOID_CONST_PTR): New.Ilya Enkovich1-0/+9
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-3/+3
2013-10-26Makefile.def (target_modules): Remove libmudflapJeff Law1-8/+0
2013-10-15re PR target/57756 (Function target attribute is retaining state of previous...Sriraman Tallam1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-8/+10
2013-09-06toplev.c (output_stack_usage): Be prepared for suffixes created by the compil...Eric Botcazou1-9/+22
2013-08-30Merge ubsan into trunk.Marek Polacek1-4/+4
2013-08-05Handwritten part of conversion of passes to C++ classesDavid Malcolm1-1/+2
2013-07-30Introduce beginnings of a pass_manager class.David Malcolm1-2/+2
2013-07-25Introduce context class.David Malcolm1-0/+5
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-3/+3
2013-04-26Makefile.in (toplev.o): Depend on diagnostic-color.h.Jakub Jelinek1-0/+8
2013-03-28toplev.c (process_options): Do not disable -fomit-frame-pointer on a general ...Eric Botcazou1-12/+0
2013-03-21re PR middle-end/48087 (-Wall -Werror adds warnings over and above those gene...Jakub Jelinek1-2/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-07toplev.c (process_options): Do not warn when -ffunction-sections and -fprofil...Sriraman Tallam1-6/+0
2012-11-26invoke.texi: Remove -dv documentation.Steven Bosscher1-1/+0
2012-11-22builtins.def (DEF_SANITIZER_BUILTIN): Define tsan builtins.Dmitry Vyukov1-0/+4
2012-11-21common.opt: Change faddress-sanitizer to fsanitize=address.Wei Mi1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-3/+3
2012-11-12common.opt (fvar-tracking-uninit): Document.Eric Botcazou1-1/+4
2012-11-12Implement protection of stack variablesJakub Jelinek1-1/+3
2012-11-12Initial asan cleanupsJakub Jelinek1-0/+7
2012-11-12Initial import of asan from the Google branchWei Mi1-0/+5
2012-10-24dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfi...Sharad Singhai1-2/+0
2012-10-06Fix previous commit.Jan Hubicka1-1/+1
2012-10-06invoke.texi (-fprofile-report): Document.Jan Hubicka1-0/+3
2012-09-19Integrate lexical block into source_location.Dehao Chen1-0/+1
2012-07-14toplev.c (init_asm_output): Open asm_out_file in 'w' mode.Steven Bosscher1-1/+1