| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o. | Aldy Hernandez | 2013-11-15 | 1 | -0/+1 |
* | Make-lang.in (CXX_TREE_H, [...]): Remove. | Tom Tromey | 2013-09-25 | 1 | -9/+0 |
* | Make-lang.in (g++spec.o): Remove. | Tom Tromey | 2013-09-25 | 1 | -100/+2 |
* | Makefile.in (DRIVER_DEFINES): Use $(and), not shell code, to add -DENABLE_SHA... | Tom Tromey | 2013-09-25 | 1 | -2/+1 |
* | Support using 'auto' in a function parameter list to introduce an implicit te... | Adam Butcher | 2013-09-16 | 1 | -2/+3 |
* | Revert r202554, r202540 and r202539. | Adam Butcher | 2013-09-13 | 1 | -3/+2 |
* | re PR driver/42955 (undecorated cross-compiler gcc fails to find cc1) | Brooks Moses | 2013-09-12 | 1 | -11/+3 |
* | Support using 'auto' in a function parameter list to introduce an implicit te... | Adam Butcher | 2013-09-12 | 1 | -2/+3 |
* | * Make-lang.in (cp/lambda.o): Add dependencies. | Mike Stump | 2013-09-04 | 1 | -0/+1 |
* | Commit the vtable verification feature. | Caroline Tice | 2013-08-06 | 1 | -2/+8 |
* | Extract lambda functions from semantics.c. | Adam Butcher | 2013-07-14 | 1 | -1/+1 |
* | Implemented Cilk Plus Array Notation for C++ | Balaji V. Iyer | 2013-06-21 | 1 | -1/+4 |
* | Makefile.in (LLINKER): New variable. | Jason Merrill | 2013-05-16 | 1 | -1/+1 |
* | Add uniform debug dump function names. | Lawrence Crowl | 2013-03-29 | 1 | -1/+1 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 1 | -3/+1 |
* | Make-lang.in (cp/typeck.o): Add dependency on $(PARAMS_H). | Eric Botcazou | 2012-12-10 | 1 | -2/+2 |
* | re PR other/54279 (first stage build with g++ fails with "." as the first com... | Andrew Pinski | 2012-11-28 | 1 | -5/+5 |
* | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 2012-11-17 | 1 | -1/+1 |
* | Change more non-GTY hash tables to use the new type-safe template hash table. | Lawrence Crowl | 2012-10-09 | 1 | -3/+3 |
* | * Make-lang.in (cp/parser.o): Depend on decl.h. | Jason Merrill | 2012-09-24 | 1 | -1/+1 |
* | Make-lang.in: Fix typo. | Mikael Morin | 2012-08-19 | 1 | -1/+1 |
* | system.h (dump_file): Do not define. | Steven Bosscher | 2012-07-16 | 1 | -3/+4 |
* | configure.ac: Skip C if explicitly selected. | Steven Bosscher | 2012-06-29 | 1 | -1/+2 |
* | output.h (merge_weak, [...]): Move protos from here... | Steven Bosscher | 2012-06-04 | 1 | -4/+4 |
* | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 2012-05-31 | 1 | -2/+2 |
* | Remove obsolete IRIX 6.5 support | Rainer Orth | 2012-03-14 | 1 | -3/+3 |
* | Run most tests in both C++98 and C++11 modes. | Jason Merrill | 2011-11-09 | 1 | -3/+2 |
* | Move shlib support to toplevel libgcc | Rainer Orth | 2011-11-02 | 1 | -1/+1 |
* | driver-sparc.c: New file. | Rainer Orth | 2011-08-08 | 1 | -1/+2 |
* | Make-lang.in (check-g++-strict-gc): New. | Jason Merrill | 2011-07-16 | 1 | -1/+5 |
* | re PR testsuite/49741 (make -k check-c++0x not multilib aware) | Jason Merrill | 2011-07-15 | 1 | -1/+1 |
* | Also test -std=c++0x mode with 'make check-c++' at top level | Jason Merrill | 2011-07-13 | 1 | -0/+4 |
* | Make-lang.in (cp/decl.o): Depend on pointer-set.h. | Jakub Jelinek | 2011-07-01 | 1 | -5/+5 |
* | target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h. | Joseph Myers | 2011-06-15 | 1 | -1/+2 |
* | Makefile.in (GCC_OBJS): Remove opts-common.o and options.o. | Joseph Myers | 2011-05-24 | 1 | -4/+4 |
* | Makefile.in (LIBDEPS): Add libcommon.a. | Joseph Myers | 2011-05-20 | 1 | -1/+1 |
* | re PR c++/48869 (OpenMP task construct fails to instantiate copy constructor(... | Jakub Jelinek | 2011-05-19 | 1 | -2/+2 |
* | Upgrade the utility of timevars. | Lawrence Crowl | 2011-05-02 | 1 | -2/+2 |
* | In gcc/: 2011-04-29 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 2011-04-29 | 1 | -2/+12 |
* | Make-lang.in (CXX_PARSER_H): New. | Diego Novillo | 2011-03-16 | 1 | -3/+3 |
* | Revert r170108, r170107, r170105, r170104, r170103, r170102, r170101, r170097. | Iain Sandoe | 2011-02-13 | 1 | -23/+4 |
* | t-darwin (config/darwin.h.rebuild): Harden against parallel builds. | Mike Stump | 2011-02-13 | 1 | -4/+2 |
* | t-darwin (build/slashify1): Harden against rebuilds. | Mike Stump | 2011-02-13 | 1 | -4/+6 |
* | lex.h: Plugify. | Mike Stump | 2011-02-13 | 1 | -2/+8 |
* | Make-lang.in (cp/parser.o): Move c-family/c-objc.h dependancy down. | Mike Stump | 2011-02-13 | 1 | -3/+3 |
* | t-darwin (build/slashify): Allow others to reuse easier. | Mike Stump | 2011-02-13 | 1 | -0/+13 |
* | In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 2010-12-06 | 1 | -9/+15 |
* | common.opt (main_input_filename, [...]): New Variable entries. | Joseph Myers | 2010-12-01 | 1 | -3/+3 |
* | diagnostic-core.h: Include bversion.h. | Joseph Myers | 2010-11-30 | 1 | -13/+13 |
* | Makefile.in (OPTS_H): Define. | Joseph Myers | 2010-11-12 | 1 | -1/+1 |