aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.h
AgeCommit message (Expand)AuthorFilesLines
2008-04-05tree-dump.c (dump_enable_all): Remove prototype; do not accept letter argument.Jan Hubicka1-1/+1
2008-03-31common.opt (fprofile-dir=, [...]): New optionsSeongbae Park1-0/+1
2008-03-02re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez1-0/+1
2007-09-23opth-gen.awk (target_flags_explicit): Declare.Richard Sandiford1-2/+0
2007-09-04Add new fp flags: -fassociative-math and -freciprocal-mathRevital Eres1-0/+2
2007-08-27Separate target-specific initialization from general back-end initialization.Sandra Loosemore1-0/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25cfglayout.c (insn_scope, insn_line): Constify.Kaveh R. Ghazi1-4/+4
2007-03-14flags.h (flag_random_seed): Remove declaration, in favor of...Alexandre Oliva1-1/+6
2006-12-23toplev.c (dump_memory_report): Break out from...Jan Hubicka1-0/+2
2006-02-26common.opt (-floop-optimize, [...]): Remove.Steven Bosscher1-1/+0
2005-09-08re PR debug/23190 (debug info omitted for uninitialized variables (stabs))Richard Henderson1-1/+5
2005-07-28Makefile.in (rtl-profile.o): Kill all traces of it.Jan Hubicka1-1/+0
2005-07-19toplev.h: Add comment about the first parameter for warning().DJ Delorie1-0/+1
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-1/+1
2005-07-03c-common.h (GCC_DIAG_STYLE): Define.Joseph Myers1-17/+8
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-18diagnostic.h (verbatim): Move ...Kaveh R. Ghazi1-0/+1
2005-06-01system.h (TARGET_OPTIONS, [...]): Poison.Richard Sandiford1-2/+0
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+2
2005-01-17common.opt (-fnew-ra): Remove.Paolo Bonzini1-2/+1
2004-11-11toplev.c (floor_log2): Rename from floor_log2_wide, use CLZ_HWI.Richard Henderson1-29/+28
2004-11-04passes.c (rest_of_compilation): Make it static.Kazu Hirata1-1/+0
2004-10-01c-decl.c (c_expand_body): Update call tree_rest_of_compilation.Jan Hubicka1-1/+1
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-1/+0
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-0/+5
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-1/+1
2004-07-06toplev.h (NO_FRONT_END_DIAG, [...]): Define.Joseph Myers1-5/+14
2004-06-16toplev.h (rest_of_compilation): Adjust prototype.Paolo Bonzini1-1/+1
2004-06-14Makefile.in (FLAGS_H): New.Zdenek Dvorak1-1/+0
2004-06-08toplev.c (floor_log2_wide): Replace loop with faster bit operations.DJ Delorie1-0/+23
2004-05-24intl.h (open_quote, [...]): New.Joseph Myers1-1/+1
2004-05-17toplev.h (flag_delete_null_pointer_checks): Move from here to...Jeff Law1-1/+0
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+2
2004-02-27passes.c: New file.Richard Henderson1-0/+3
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+2
2004-01-13cgraphunit.c (cgraph_optimize_function): Always do optimize_inline_calls when...Jan Hubicka1-1/+1
2003-11-20ssa.c, [...]: Remove files.Richard Henderson1-3/+0
2003-10-24re PR pch/10757 (Adding -fpic/-fPIC causes crash with PCH created without -fp...Geoffrey Keating1-0/+3
2003-09-08c-decl.c (c_expand_body_1): Push and pop function context here.Richard Henderson1-1/+1
2003-08-29tree-optimize.c: New file.Richard Henderson1-0/+1
2003-08-08common.opt: Add debug switches.Neil Booth1-4/+0
2003-08-05c.opt: Introduce -fworking-directory.Alexandre Oliva1-0/+6
2003-07-25Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis1-6/+2
2003-07-19c-pragma.c (apply_pragma_weak): Don't use warning_with_decl.Gabriel Dos Reis1-1/+1
2003-07-11Index: ChangeLogGeoffrey Keating1-0/+1
2003-07-10ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'...Steven Bosscher1-41/+29
2003-07-06tree.h (default_flag_random_seed): Remove.Nathan Sidwell1-0/+3
2003-07-05toplev.c (output_clean_symbol_name): Remove.Nathan Sidwell1-1/+0
2003-07-04c-aux-info.c: Include toplev.h after c-tree.h.Kaveh R. Ghazi1-10/+21