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