Age | Commit message (Expand) | Author | Files | Lines |
2004-09-15 | re PR libobjc/11572 (GNU libobjc no longer compiled on Darwin) | Andrew Pinski | 1 | -0/+23 |
2004-09-09 | gcc.c (add_sysrooted_prefix, [...]): Use fatal, not abort. | Nathan Sidwell | 1 | -50/+79 |
2004-09-03 | re PR target/14925 (libunwind enabled gcc generates incompatible libgcc_s.so.1) | H.J. Lu | 1 | -0/+3 |
2004-08-23 | Makefile.in (BUILD_ERRORS): Set to build-errors. | Nathan Sidwell | 1 | -2/+2 |
2004-08-20 | re PR other/5620 (GCC -save-temps foo.c fails to build foo.o) | Danny Smith | 1 | -1/+12 |
2004-08-18 | gcc.c (default_compilers): Add info about ".mm", ".M" and ".mii" Objective-C+... | Ziemowit Laski | 1 | -0/+2 |
2004-08-03 | gcc.c (add_prefix, [...]): Remove penultimate parameter. | Paolo Bonzini | 1 | -81/+43 |
2004-07-01 | gcc.c (STANDARD_STARTFILE_PREFIX_1): Define. | Aaron W. LaFramboise | 1 | -6/+19 |
2004-06-22 | c-opts.c (c_common_handle_option): Handle -fpch-preprocess. | Geoffrey Keating | 1 | -1/+2 |
2004-06-04 | gcc.c (MFLIB_SPEC): Remove library references... | Frank Ch. Eigler | 1 | -1/+1 |
2004-05-30 | bb-reorder.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-05-30 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-05-24 | gcc.c (struct prefix_list): Add forward declaration. | Paolo Bonzini | 1 | -116/+124 |
2004-05-13 | gcc.c (default_compilers): Fill out initializers for new Fortran entries. | Ian Lance Taylor | 1 | -2/+3 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -2/+26 |
2004-04-29 | gcc.c (DELETE_IF_ORDINARY): New macro default definition. | Douglas B Rupp | 1 | -4/+12 |
2004-04-23 | gcc.c (init_gcc_specs): Test USE_LD_AS_NEEDED, not HAVE_LD_AS_NEEDED. | Alan Modra | 1 | -1/+6 |
2004-04-17 | * gcc.c (used_arg): Check whether an option has been removed. | Richard Sandiford | 1 | -14/+15 |
2004-04-09 | * gcc.c (default_compilers): Add missing initializers. | Ian Lance Taylor | 1 | -1/+1 |
2004-04-07 | gcc.c (main): Move 'break' in main loops (on an error) to wait until error pr... | Caroline Tice | 1 | -8/+4 |
2004-04-05 | gcc.c (combine_flag): New global variable, for new driver option. | Caroline Tice | 1 | -47/+163 |
2004-04-01 | gcc.c (init_gcc_specs): If HAVE_LD_AS_NEEDED, link with -lgcc --as-needed -lg... | Alan Modra | 1 | -0/+7 |
2004-03-05 | re PR driver/13577 (multiple -o options with -c cause unrecognized option `-s... | Nathan Sidwell | 1 | -1/+1 |
2004-03-04 | Add framework support for darwin. | Mike Stump | 1 | -1/+1 |
2004-03-02 | re PR bootstrap/14356 (gcc.c:3661: error: assignment of read-only location) | Mark Mitchell | 1 | -6/+6 |
2004-02-27 | c-decl.c, [...]: Fix comment typos and formatting. | Kazu Hirata | 1 | -1/+1 |
2004-02-20 | gcc.c (process_command): Allow translation of the copyright symbol but not th... | Kazu Hirata | 1 | -2/+2 |
2004-02-19 | gcc.c (LIBGCC_SPEC): If REAL_LIBGCC_SPEC is defined... | Matt Austern | 1 | -4/+6 |
2004-01-24 | gcc.c (process_command): Don't internationalize the Copyright message. | Kazu Hirata | 1 | -1/+1 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-09 | gcc.c (init_spec): Remove -lunwind from shared case. | James E Wilson | 1 | -6/+0 |
2003-12-31 | gcc.c (init_spec): Add -lunwind to shared case too if USE_LIBUNWIND_EXCEPTIONS. | Zack Weinberg | 1 | -0/+6 |
2003-12-23 | common.opt (fprofile-generate,fprofile-use): Add. | Jan Hubicka | 1 | -1/+1 |
2003-12-20 | re PR other/7956 (unreadable error on -m64 with --disable-multilib) | Eric Botcazou | 1 | -1/+1 |
2003-12-13 | c-typeck.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-12-05 | re PR driver/13211 (using -###, warns about unused linker file) | Andrew Pinski | 1 | -1/+8 |
2003-12-03 | libunwind cleanup | James E Wilson | 1 | -1/+5 |
2003-11-30 | Fix ia64 libunwind gnatmake link error. | James E Wilson | 1 | -3/+5 |
2003-10-23 | Fix problem noticed while looking at PR 12564. | James E Wilson | 1 | -2/+0 |
2003-10-07 | re PR bootstrap/12173 (IRIX 6 O32 (with as) bootstrap failure due to gcc -g -... | Alexandre Oliva | 1 | -1/+1 |
2003-09-04 | * gcc.c (process_command): Fix typo. | Nicolas Roche | 1 | -1/+1 |
2003-08-28 | * gcc.c (STANDARD_EXEC_PREFIX, STANDARD_STARTFILE_PREFIX) | Daniel Jacobowitz | 1 | -17/+5 |
2003-08-05 | c.opt: Introduce -fworking-directory. | Alexandre Oliva | 1 | -1/+1 |
2003-07-31 | Makefile.tpl (libsubdir): Use gcc instead of gcc-lib. | Geoffrey Keating | 1 | -9/+29 |
2003-07-22 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -74/+53 |
2003-07-11 | Index: ChangeLog | Geoffrey Keating | 1 | -8/+42 |
2003-07-06 | stmt.c: Convert remaining prototypes to ISO C90. | Andreas Jaeger | 1 | -2/+2 |
2003-07-06 | gcc.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -280/+171 |
2003-07-03 | system.h: Include filenames.h. | Zack Weinberg | 1 | -15/+7 |