| Commit message (Expand) | Author | Age | Files | Lines |
* | 2013-11-12 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2013-11-12 | 1 | -1/+1 |
* | 2013-11-08 Andrew MacLeod <amacleod@redhat.com> | jsm28 | 2013-11-08 | 1 | -0/+1 |
* | * Makefile.in (mostlyclean): Remove c-family objects. | mrs | 2013-11-06 | 1 | -1/+1 |
* | * Makefile.in (OBJS): Add gimple-ssa-isolate-paths.o | law | 2013-11-05 | 1 | -0/+1 |
* | * gimple.h: Move some prototypes to gimple-expr.h and add to include | amacleod | 2013-11-05 | 1 | -0/+1 |
* | 2013-10-30 Vladimir Makarov <vmakarov@redhat.com> | vmakarov | 2013-10-30 | 1 | -1/+0 |
* | Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C. | bviyer | 2013-10-29 | 1 | -2/+3 |
* | * Makefile.def (target_modules): Remove libmudflap | law | 2013-10-26 | 1 | -6/+2 |
* | 2013-10-24 Jan-Benedict Glaw <jbglaw@lug-owl.de> | jbglaw | 2013-10-24 | 1 | -3/+3 |
* | * tree-ssa.h: Don't include gimple-low.h, tree-ssa-address.h, sbitmap.h, | amacleod | 2013-10-18 | 1 | -1/+0 |
* | Add --enable-host-shared configuration option | dmalcolm | 2013-10-15 | 1 | -1/+13 |
* | 2013-10-14 Richard Biener <rguenther@suse.de> | rguenth | 2013-10-14 | 1 | -1/+1 |
* | * tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h. | amacleod | 2013-10-09 | 1 | -1/+1 |
* | * Makefile.in (expmed.o-warn): Remove. | uros | 2013-10-02 | 1 | -1/+0 |
* | * Makefile.in (DRIVER_DEFINES): Use $(if), not $(and). | tromey | 2013-10-02 | 1 | -1/+1 |
* | 2013-09-26 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2013-09-26 | 1 | -0/+1 |
* | * Makefile.in (PARTITION_H, LTO_SYMTAB_H, COMMON_TARGET_DEF_H) | tromey | 2013-09-25 | 1 | -49/+0 |
* | * Makefile.in ($(out_object_file)): Use COMPILE and POSTCOMPILE. | tromey | 2013-09-25 | 1 | -9/+3 |
* | * Makefile.in (graph.o, sbitmap.o, sparseset.o, gcc-ar.o) | tromey | 2013-09-25 | 1 | -1484/+7 |
* | * Makefile.in (c-family/cppspec.o, c-family/c-common.o) | tromey | 2013-09-25 | 1 | -81/+1 |
* | * Makefile.in (C_TREE_H): Reference c/c-tree.h. | tromey | 2013-09-25 | 1 | -1/+1 |
* | * Makefile.in (DRIVER_DEFINES): Use $(and), not shell code, | tromey | 2013-09-25 | 1 | -3/+2 |
* | * Makefile.in (OUTPUT_OPTION): Define as "-o $@". | tromey | 2013-09-25 | 1 | -3/+4 |
* | (clh 9) | tromey | 2013-09-25 | 1 | -1/+31 |
* | (clh 5) | tromey | 2013-09-25 | 1 | -6/+7 |
* | (clh 6) | tromey | 2013-09-25 | 1 | -1/+4 |
* | PR driver/42955 | brooks | 2013-09-12 | 1 | -8/+2 |
* | * tree-flow.h (FREE_SSANAMES): Move to tree-ssanames.c | amacleod | 2013-09-12 | 1 | -1/+2 |
* | * tree-ssa.h: New. Move content from tree-flow.h and | amacleod | 2013-09-12 | 1 | -148/+149 |
* | * lto-cgraph.c: Include ipa-utils.h. | hubicka | 2013-09-10 | 1 | -1/+1 |
* | * Makefile.in (tree-sra.o): Update dependencies. | hubicka | 2013-09-06 | 1 | -1/+1 |
* | PR middle-end/58094 | hubicka | 2013-09-06 | 1 | -1/+1 |
* | 2013-09-06 Richard Biener <rguenther@suse.de> | rguenth | 2013-09-06 | 1 | -5/+0 |
* | * Makefile.in (ipa-devirt.o): Add dependency on diagnostic.h | hubicka | 2013-09-04 | 1 | -1/+2 |
* | Delay base decl's alignment adjustment until transformation happens | davidxl | 2013-09-03 | 1 | -1/+1 |
* | 2013-09-03 Richard Biener <rguenther@suse.de> | rguenth | 2013-09-03 | 1 | -1/+1 |
* | Split all the structures, enums, typedefs and some fundamental | dnovillo | 2013-09-02 | 1 | -4/+7 |
* | 2013-09-02 Marek Polacek <polacek@redhat.com> | mpolacek | 2013-09-02 | 1 | -1/+1 |
* | * Makefile.in: Add ipa-profile.o | hubicka | 2013-09-01 | 1 | -4/+10 |
* | Merge ubsan into trunk. | mpolacek | 2013-08-30 | 1 | -3/+12 |
* | 2013-08-28 Dehao Chen <dehao@google.com> | dehao | 2013-08-28 | 1 | -1/+1 |
* | * Makefile.in (omp-low.o): Depend on $(TARGET_H). | aldyh | 2013-08-27 | 1 | -1/+1 |
* | Revert my last two changes, r201865 and r201864 | dmalcolm | 2013-08-20 | 1 | -3/+0 |
* | Make opt_pass and gcc::pass_manager be GC-managed | dmalcolm | 2013-08-20 | 1 | -0/+2 |
* | Make gcc::context be GC-managed | dmalcolm | 2013-08-20 | 1 | -0/+1 |
* | * Makeifle-in (ipa-devirt.o): New. | hubicka | 2013-08-19 | 1 | -2/+6 |
* | Commit the vtable verification feature. This feature is designed to | ctice | 2013-08-07 | 1 | -0/+8 |
* | Handwritten part of conversion of passes to C++ classes | dmalcolm | 2013-08-05 | 1 | -2/+2 |
* | Introduce gen-pass-instances.awk and pass-instances.def | dmalcolm | 2013-07-31 | 1 | -1/+5 |
* | Introduce beginnings of a pass_manager class. | dmalcolm | 2013-07-30 | 1 | -5/+10 |