summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple changes]Jan Hubicka2005-03-301-2/+2
* re PR middle-end/20622 (Alias to nocommon variable fails to assemble on ppc64)Jakub Jelinek2005-03-291-0/+2
* Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and...Dale Johannesen2005-03-291-3/+0
* re PR middle-end/15700 ([unit-at-a-time] Inlining problem leads to miscompila...Richard Henderson2005-03-161-4/+1
* toplev.c (display_target_options): Avoid unused variable warning if TARGET_SW...Richard Sandiford2005-03-151-1/+4
* config.gcc (extra_options): New variable for listing option files.Richard Sandiford2005-03-141-23/+36
* re PR middle-end/18902 (Naive (default) complex division algorithm)Richard Henderson2005-02-241-1/+5
* Fix FreeBSD __LDBL_MAX__ -pedantic -save-temps bug.James E Wilson2005-02-221-2/+5
* tree-complex.c (expand_complex_libcall): New.Richard Henderson2005-02-111-2/+2
* re PR c++/14329 ([4.1 only] badly formatted warnings for SRA replacements use...Richard Henderson2005-01-271-8/+21
* rtlanal.c (non_rtx_starting_operands, [...]): New.Paolo Bonzini2005-01-241-0/+1
* * toplev.c (init_asm_output): Remove dead #ifdef.Tobias Schlüter2005-01-191-5/+0
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* re PR target/16304 (bootstrap failure on AIX 4.3.3: cannot build strstream in...John David Anglin2005-01-161-0/+3
* * toplev.c (get_src_pwd): Handle failure of getpwd().Geoffrey Keating2005-01-041-1/+5
* re PR middle-end/18897 (/usr/ccs/bin/ld: Unsatisfied symbols: putchar (first ...Zack Weinberg2004-12-181-0/+5
* re PR middle-end/18667 (ice with --parm integer-share-limit=0)Nathan Sidwell2004-12-011-3/+3
* re PR c++/18001 (Badly formatted error message (quotation problem))Mark Mitchell2004-11-251-0/+7
* re PR c++/18416 (ICE in import_export_decl)Mark Mitchell2004-11-121-7/+0
* toplev.c (floor_log2): Rename from floor_log2_wide, use CLZ_HWI.Richard Henderson2004-11-111-14/+20
* re PR debug/18242 (Dignostic for unsupported debug format is incorrect)Danny Smith2004-11-021-1/+1
* toplev.c (dump_file_name): Change type to be const.Andrew Pinski2004-10-151-1/+1
* toplev.c (compile_file): Call mudflap_finish_file from here ...Frank Ch. Eigler2004-10-131-0/+5
* common.opt (flag_gcse_sm): Disable by default.Steven Bosscher2004-09-281-11/+1
* attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers2004-09-151-11/+12
* unroll.c: Removed.Zdenek Dvorak2004-09-141-19/+1
* profile.c (BB_TO_GCOV_INDEX): move more to the front.Jan Hubicka2004-09-111-2/+0
* dbxout.c (dbxout_block): Update for current_function_func_begin_label a string.Geoffrey Keating2004-09-101-2/+2
* toplev.c (warn_deprecated_use): Correct logic for saying "type" in diagnostic.Joseph Myers2004-09-101-7/+10
* cgraph.h (cgraph_dump_file): Do not declare.Paolo Bonzini2004-09-101-1/+1
* Makefile.def: Remove libbanshee.Daniel Berlin2004-09-091-4/+0
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-1/+1
* c-tree.h (C_DECL_USED, [...]): New.Joseph Myers2004-09-091-0/+1
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-2/+2
* * toplev.c (process_options): Fix typo.Richard Sandiford2004-09-021-1/+1
* Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency.Zdenek Dvorak2004-09-011-0/+23
* * toplev.c (process_options): Ensure debug_hooks is initialized.Stan Shebs2004-09-011-1/+2
* re PR target/13506 (tcpsm.c:263: internal compiler error: Segmentation fault)Richard Earnshaw2004-08-261-0/+9
* Hot/cold partitioning update patch.Caroline Tice2004-08-181-0/+5
* re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating2004-08-051-1/+1
* rs6000.c (machopic_output_stub): Align Darwin stubs.Dale Johannesen2004-08-031-5/+0
* cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher2004-07-171-2/+1
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-11/+41
* loop-invariant.c: New file.Zdenek Dvorak2004-06-201-0/+13
* re PR c++/15721 (template instantation omits static data members)Andrew Pinski2004-06-191-3/+4
* Makefile.in (FLAGS_H): New.Zdenek Dvorak2004-06-141-709/+19
* toplev.c (floor_log2_wide): Correct casts for 64-bit hosts.Richard Kenner2004-06-081-9/+9
* toplev.c (floor_log2_wide): Replace loop with faster bit operations.DJ Delorie2004-06-081-19/+31
* toplev.c (init_asm_output): Add explicit 'b' to mode when opening asm_out_file.Danny Smith2004-06-051-1/+1
* toplev.c (check_global_declarations): Don't ask for DECL_ASSEMBLER_NAME unles...Geoffrey Keating2004-06-031-3/+3