aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2013-10-26Makefile.def (target_modules): Remove libmudflapJeff Law1-6/+2
2013-10-24configure.ac (ZW_PROG_COMPILER_DEPENDENCIES): Use CXX instead of CC.Jan-Benedict Glaw1-3/+3
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-1/+0
2013-10-15Add --enable-host-shared configuration optionDavid Malcolm1-1/+13
2013-10-14gimple.c (gimple_canonical_types, [...]): Move to lto/lto.cRichard Biener1-1/+1
2013-10-09tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h.Andrew MacLeod1-1/+1
2013-10-02Makefile.in (expmed.o-warn): Remove.Uros Bizjak1-1/+0
2013-10-02* Makefile.in (DRIVER_DEFINES): Use $(if), not $(and).Tom Tromey1-1/+1
2013-09-26gimple.c (gimple_replace_lhs): Move to tree-ssa.c and rename.Andrew MacLeod1-0/+1
2013-09-25* Makefile.in (PARTITION_H, LTO_SYMTAB_H, COMMON_TARGET_DEF_H)Tom Tromey1-49/+0
2013-09-25* Makefile.in ($(out_object_file)): Use COMPILE and POSTCOMPILE.Tom Tromey1-9/+3
2013-09-25* Makefile.in (graph.o, sbitmap.o, sparseset.o, gcc-ar.o)Tom Tromey1-1484/+7
2013-09-25* Makefile.in (c-family/cppspec.o, c-family/c-common.o)Tom Tromey1-81/+1
2013-09-25Makefile.in (C_TREE_H): Reference c/c-tree.h.Tom Tromey1-1/+1
2013-09-25Makefile.in (DRIVER_DEFINES): Use $(and), not shell code, to add -DENABLE_SHA...Tom Tromey1-3/+2
2013-09-25Makefile.in (OUTPUT_OPTION): Define as "-o $@".Tom Tromey1-3/+4
2013-09-25(clh 9)Tom Tromey1-1/+31
2013-09-25(clh 5)Tom Tromey1-6/+7
2013-09-25(clh 6)Tom Tromey1-1/+4
2013-09-12re PR driver/42955 (undecorated cross-compiler gcc fails to find cc1)Brooks Moses1-8/+2
2013-09-12tree-flow.h (FREE_SSANAMES): Move to tree-ssanames.c (SSANAMES...Andrew MacLeod1-1/+2
2013-09-12tree-ssa.h: New.Andrew MacLeod1-148/+149
2013-09-10lto-cgraph.c: Include ipa-utils.h.Jan Hubicka1-1/+1
2013-09-06Makefile.in (tree-sra.o): Update dependencies.Jan Hubicka1-1/+1
2013-09-06re PR middle-end/58094 (IPA devirt testsuite errors)Jan Hubicka1-1/+1
2013-09-06lto-streamer.h (lto_global_var_decls): Remove.Richard Biener1-5/+0
2013-09-04Makefile.in (ipa-devirt.o): Add dependency on diagnostic.hJan Hubicka1-1/+2
2013-09-03Delay base decl's alignment adjustment until transformation happensXinliang David Li1-1/+1
2013-09-03re PR lto/58285 (ICE in lto_output_tree, at lto-streamer-out.c:1318)Richard Biener1-1/+1
2013-09-02Split all the structures, enums, typedefs and some fundamental declarations f...Diego Novillo1-4/+7
2013-09-02Makefile.in (ubsan.o): Add $(TM_P_H) dependency.Marek Polacek1-1/+1
2013-09-01Makefile.in: Add ipa-profile.oJan Hubicka1-4/+10
2013-08-30Merge ubsan into trunk.Marek Polacek1-3/+12
2013-08-28ipa-inline.c (edge_badness): Fix integer underflow.Dehao Chen1-1/+1
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-1/+1
2013-08-20Revert my last two changes, r201865 and r201864David Malcolm1-3/+0
2013-08-20Make opt_pass and gcc::pass_manager be GC-managedDavid Malcolm1-0/+2
2013-08-20Make gcc::context be GC-managedDavid Malcolm1-0/+1
2013-08-19Makeifle-in (ipa-devirt.o): New.Jan Hubicka1-2/+6
2013-08-06Commit the vtable verification feature.Caroline Tice1-0/+8
2013-08-05Handwritten part of conversion of passes to C++ classesDavid Malcolm1-2/+2
2013-07-31Introduce gen-pass-instances.awk and pass-instances.defDavid Malcolm1-1/+5
2013-07-30Introduce beginnings of a pass_manager class.David Malcolm1-5/+10
2013-07-25Introduce context class.David Malcolm1-1/+5
2013-07-18passes.def: New.David Malcolm1-1/+1
2013-07-08* Makefile.in: (c-family-warn): Define to $(STRICT_WARN)Graham Stott1-0/+2
2013-07-08* Makefile.in (tree-ssa-reassoc.o): Add dependency on $(PARAMS_H).Eric Botcazou1-1/+1
2013-06-27re PR c++/57208 (Latest chromium compilation fails with enabled LTO)Martin Jambor1-1/+2
2013-06-18Makefile.in (LTO_STREAMER_H): Add pointer-set.h dependency.Richard Biener1-1/+1
2013-06-18Makefile.in (cgraphunit.o): Add $(CFGLOOP_H) dependency.Richard Biener1-1/+1