summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
Commit message (Expand)AuthorAgeFilesLines
* toplev.c (process_options): Do not warn when -ffunction-sections and -fprofil...Sriraman Tallam2012-12-071-6/+0
* invoke.texi: Remove -dv documentation.Steven Bosscher2012-11-261-1/+0
* builtins.def (DEF_SANITIZER_BUILTIN): Define tsan builtins.Dmitry Vyukov2012-11-221-0/+4
* common.opt: Change faddress-sanitizer to fsanitize=address.Wei Mi2012-11-211-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-3/+3
* common.opt (fvar-tracking-uninit): Document.Eric Botcazou2012-11-121-1/+4
* Implement protection of stack variablesJakub Jelinek2012-11-121-1/+3
* Initial asan cleanupsJakub Jelinek2012-11-121-0/+7
* Initial import of asan from the Google branchWei Mi2012-11-121-0/+5
* dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfi...Sharad Singhai2012-10-241-2/+0
* Fix previous commit.Jan Hubicka2012-10-061-1/+1
* invoke.texi (-fprofile-report): Document.Jan Hubicka2012-10-061-0/+3
* Integrate lexical block into source_location.Dehao Chen2012-09-191-0/+1
* toplev.c (init_asm_output): Open asm_out_file in 'w' mode.Steven Bosscher2012-07-141-1/+1
* expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher2012-07-111-4/+0
* target.def (output_ident): New hook.Steven Bosscher2012-06-191-4/+4
* The intent of the phases was to have a high-level but mutually exclusive acco...Lawrence Crowl2012-06-191-7/+4
* Makefile.in: Fix many dependencies.Steven Bosscher2012-05-311-2/+1
* integrate.c: Remove.Steven Bosscher2012-05-291-1/+0
* tree.h (alias_diag_flags): Remove.Jan Hubicka2012-05-241-2/+0
* cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka2012-05-091-2/+2
* flags.h (flag_permissive): Do not declare.Manuel López-Ibáñez2012-05-031-4/+0
* Makefile.in (lower-subreg.o, [...]): Depend on lower-subreg.h.Kenneth Zadeck2012-05-011-0/+1
* cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka2012-04-301-3/+2
* common.opt (flag_debug_types_section): Default to 0.Jakub Jelinek2012-04-251-9/+0
* common.opt (gdwarf-): Initialize dwarf_version to -1 instead of 2.Olivier Hainque2012-04-241-0/+4
* tree-pretty-print.h (default_tree_printer): Do not declare.Manuel López-Ibáñez2012-04-241-63/+7
* lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka2012-04-221-1/+2
* re PR c++/24985 (caret diagnostics)Manuel López-Ibáñez2012-04-111-0/+2
* toplev.c (check_global_declaration_1): Do not call assemble_external.Steven Bosscher2012-03-261-2/+1
* invoke.texi (floop-flatten): Declare obsolete.Maxim Kuvyrkov2012-03-021-2/+1
* re PR middle-end/51764 (mudflap does not work with LTO)Richard Guenther2012-01-051-0/+3
* toplev.c (process_options): Fix typo.Joey Ye2011-12-231-1/+1
* expr.c (store_field): Avoid a direct store if the mode is larger than the siz...Bernd Schmidt2011-12-201-0/+7
* shift flag_next/gnu_runtime to modern opts system.Iain Sandoe2011-11-301-8/+0
* re PR rtl-optimization/48455 (Huge code size regression for all ARM configura...Vladimir Makarov2011-11-231-0/+5
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+1
* Reduce memory waste due to non-power-of-2 allocsTom Tromey2011-10-171-0/+1
* Add line map statistics to -fmem-report outputTom Tromey2011-10-171-0/+1
* Emit macro expansion related diagnosticsTom Tromey2011-10-171-0/+3
* Rename __gnu_slim_lto to __gnu_lto_slimAndi Kleen2011-10-161-3/+3
* Use urandom to get random seedAndi Kleen2011-09-291-1/+11
* Change random seeds to 64bit and drop re-crcingAndi Kleen2011-09-291-10/+17
* invoke.texi (ffat-lto-objects): Document.Andi Kleen2011-09-271-24/+46
* re PR c++/49756 (g++ ICE)Jakub Jelinek2011-07-221-0/+4
* Move ASM_COMMENT_START to defaults.h.Richard Henderson2011-07-091-4/+0
* dwarf2: Extract cfi creation to a new pass.Richard Henderson2011-07-071-5/+0
* common.opt (in_lto_p): New Variable entry.Joseph Myers2011-06-281-13/+0
* params.c: Include common/common-target.h.Joseph Myers2011-06-231-19/+3
* target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers2011-06-151-1/+2