Age | Commit message (Expand) | Author | Files | Lines |
2005-01-27 | re PR c++/14329 ([4.1 only] badly formatted warnings for SRA replacements use... | Richard Henderson | 1 | -8/+21 |
2005-01-24 | rtlanal.c (non_rtx_starting_operands, [...]): New. | Paolo Bonzini | 1 | -0/+1 |
2005-01-19 | * toplev.c (init_asm_output): Remove dead #ifdef. | Tobias Schlüter | 1 | -5/+0 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-16 | re PR target/16304 (bootstrap failure on AIX 4.3.3: cannot build strstream in... | John David Anglin | 1 | -0/+3 |
2005-01-04 | * toplev.c (get_src_pwd): Handle failure of getpwd(). | Geoffrey Keating | 1 | -1/+5 |
2004-12-18 | re PR middle-end/18897 (/usr/ccs/bin/ld: Unsatisfied symbols: putchar (first ... | Zack Weinberg | 1 | -0/+5 |
2004-12-01 | re PR middle-end/18667 (ice with --parm integer-share-limit=0) | Nathan Sidwell | 1 | -3/+3 |
2004-11-25 | re PR c++/18001 (Badly formatted error message (quotation problem)) | Mark Mitchell | 1 | -0/+7 |
2004-11-12 | re PR c++/18416 (ICE in import_export_decl) | Mark Mitchell | 1 | -7/+0 |
2004-11-11 | toplev.c (floor_log2): Rename from floor_log2_wide, use CLZ_HWI. | Richard Henderson | 1 | -14/+20 |
2004-11-02 | re PR debug/18242 (Dignostic for unsupported debug format is incorrect) | Danny Smith | 1 | -1/+1 |
2004-10-15 | toplev.c (dump_file_name): Change type to be const. | Andrew Pinski | 1 | -1/+1 |
2004-10-13 | toplev.c (compile_file): Call mudflap_finish_file from here ... | Frank Ch. Eigler | 1 | -0/+5 |
2004-09-28 | common.opt (flag_gcse_sm): Disable by default. | Steven Bosscher | 1 | -11/+1 |
2004-09-15 | attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ... | Joseph Myers | 1 | -11/+12 |
2004-09-14 | unroll.c: Removed. | Zdenek Dvorak | 1 | -19/+1 |
2004-09-11 | profile.c (BB_TO_GCOV_INDEX): move more to the front. | Jan Hubicka | 1 | -2/+0 |
2004-09-10 | dbxout.c (dbxout_block): Update for current_function_func_begin_label a string. | Geoffrey Keating | 1 | -2/+2 |
2004-09-10 | toplev.c (warn_deprecated_use): Correct logic for saying "type" in diagnostic. | Joseph Myers | 1 | -7/+10 |
2004-09-10 | cgraph.h (cgraph_dump_file): Do not declare. | Paolo Bonzini | 1 | -1/+1 |
2004-09-09 | Makefile.def: Remove libbanshee. | Daniel Berlin | 1 | -4/+0 |
2004-09-09 | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 1 | -1/+1 |
2004-09-09 | c-tree.h (C_DECL_USED, [...]): New. | Joseph Myers | 1 | -0/+1 |
2004-09-06 | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 1 | -2/+2 |
2004-09-02 | * toplev.c (process_options): Fix typo. | Richard Sandiford | 1 | -1/+1 |
2004-09-01 | Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency. | Zdenek Dvorak | 1 | -0/+23 |
2004-09-01 | * toplev.c (process_options): Ensure debug_hooks is initialized. | Stan Shebs | 1 | -1/+2 |
2004-08-26 | re PR target/13506 (tcpsm.c:263: internal compiler error: Segmentation fault) | Richard Earnshaw | 1 | -0/+9 |
2004-08-18 | Hot/cold partitioning update patch. | Caroline Tice | 1 | -0/+5 |
2004-08-05 | re PR c/14516 (-fleading-underscore does not work correctly for file static v... | Geoffrey Keating | 1 | -1/+1 |
2004-08-03 | rs6000.c (machopic_output_stub): Align Darwin stubs. | Dale Johannesen | 1 | -5/+0 |
2004-07-17 | cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac... | Steven Bosscher | 1 | -2/+1 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -11/+41 |
2004-06-20 | loop-invariant.c: New file. | Zdenek Dvorak | 1 | -0/+13 |
2004-06-19 | re PR c++/15721 (template instantation omits static data members) | Andrew Pinski | 1 | -3/+4 |
2004-06-14 | Makefile.in (FLAGS_H): New. | Zdenek Dvorak | 1 | -709/+19 |
2004-06-08 | toplev.c (floor_log2_wide): Correct casts for 64-bit hosts. | Richard Kenner | 1 | -9/+9 |
2004-06-08 | toplev.c (floor_log2_wide): Replace loop with faster bit operations. | DJ Delorie | 1 | -19/+31 |
2004-06-05 | toplev.c (init_asm_output): Add explicit 'b' to mode when opening asm_out_file. | Danny Smith | 1 | -1/+1 |
2004-06-03 | toplev.c (check_global_declarations): Don't ask for DECL_ASSEMBLER_NAME unles... | Geoffrey Keating | 1 | -3/+3 |
2004-06-03 | tree.h: Remove include of version.h | Mark G. Adams | 1 | -0/+1 |
2004-05-30 | bb-reorder.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -3/+3 |
2004-05-25 | ddg.h, [...]: New files. | Ayal Zaks | 1 | -0/+4 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -17/+75 |
2004-05-11 | flags.h (flag_short_enums): Update comment. | Paul Brook | 1 | -1/+5 |
2004-04-20 | Revert part of 2004-04-17 change that moved -frename-registers to -O1. | Paolo Bonzini | 1 | -2/+3 |
2004-04-20 | patch from Anil Paranjpe to fix H8/300 .ident problem. | Anil Paranjpe | 1 | -2/+5 |
2004-04-17 | opts.c (decode_options): Do not enable flag_rename_registers and flag_web at ... | Paolo Bonzini | 1 | -13/+65 |
2004-04-09 | basic-block.h (struct edge_def): Add new field, crossing_edge. | Caroline Tice | 1 | -0/+6 |