aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2004-09-15Makefile.in (tree-ssa-dom.o): Depend on tree-ssa-propagate.h.Steven Bosscher1-1/+2
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers1-1/+1
2004-09-14Makefile.in (loop-unroll.o): Add HASHTAB_H and RECOG_H dependency.Zdenek Dvorak1-1/+1
2004-09-14unroll.c: Removed.Zdenek Dvorak1-12/+7
2004-09-14Makefile.in (STAGE1_CHECKING): New variable.Nathan Sidwell1-3/+6
2004-09-13Fix gen-proto (fixproto) build failure.James E Wilson1-1/+1
2004-09-14Makefile.in (predict.o): Depend on tree-scalar-evolution.hJan Hubicka1-1/+1
2004-09-13New code to analyze file level static variables and to determine if...Kenneth Zadeck1-22/+24
2004-09-11* Makefile.in (all.cross): Add srcextra.Adam Nemet1-1/+1
2004-09-10Fix typos.James E Wilson1-2/+2
2004-09-10Makefile.in (s-gtype): Add $(build_exeext) to gengtype command.Kelley Cook1-1/+1
2004-09-09Makefile.def: Remove libbanshee.Daniel Berlin1-35/+16
2004-09-09Makefile.in (gengtype): Use $(BUILD_ERRORS).Nathan Sidwell1-3/+4
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-1/+1
2004-09-08Makefile.in (tree-loop-linear.o): Added.Daniel Berlin1-1/+5
2004-09-08Makefile.in (builtins.o): Depend on tree-mudflap.h.Andreas Tobler1-1/+2
2004-09-08Makefile.in (c-parse.o): Depend on $(C_COMMON_H).Ziemowit Laski1-1/+1
2004-09-06re PR bootstrap/17313 (fixinc.sh isn't parallel build safe)H.J. Lu1-1/+2
2004-09-06Makefile.in (rtl.o, bitmap.o): Correct dependencies, remove unnecessary comma...Zack Weinberg1-4/+2
2004-09-06Makefile.in (rtl.o): Remove -DGENERATOR_FILE.Mohan Embar1-2/+2
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-2/+3
2004-09-05tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak1-1/+6
2004-09-03Tree level if-conversion for vectorizer.Devang Patel1-1/+5
2004-09-03re PR target/14925 (libunwind enabled gcc generates incompatible libgcc_s.so.1)H.J. Lu1-0/+27
2004-09-03re PR middle-end/9997 (Coelesce stack slots for disjoint scopes.)Richard Henderson1-2/+3
2004-09-02Makefile.in (LIB2ADDEHDEP): Add unwind.h and unwind-pe.h.Jan Beulich1-1/+1
2004-09-02gimplify.c (gimplify_compound_lval): Move "stack" varray out of GGC.Jan Hubicka1-1/+1
2004-09-01Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency.Zdenek Dvorak1-2/+2
2004-09-01* Makefile.in (bb-reorder.o): Add several dependencies.Jakub Jelinek1-1/+1
2004-08-31Made fixincludes a toplevel build module.Paolo Bonzini1-22/+11
2004-08-29Makefile.in (OBJS-common): Add tree-ssa-propagate.oDiego Novillo1-6/+12
2004-08-26[multiple changes]Daniel Berlin1-3/+11
2004-08-24Fix linux make profiledbootstrap.James E Wilson1-1/+1
2004-08-24tree-ssa-loop-ivcanon.c: New file.Zdenek Dvorak1-3/+7
2004-08-24rtl.def: Wrap MD-only codes in #ifdef GENERATOR_FILE.Zack Weinberg1-2/+2
2004-08-24Makefile.in (PROTO_OBJS): Add errors.o.Nathan Sidwell1-1/+1
2004-08-24Makefile.in (HOOKS_H): Add dependency on MACHMODE_H.Andreas Tobler1-3/+3
2004-08-23Makefile.in (BUILD_ERRORS): Set to build-errors.Nathan Sidwell1-13/+14
2004-08-19tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell1-3/+5
2004-08-19basic-block.h (struct edge_def): Remove crossing_edge.Steven Bosscher1-1/+2
2004-08-18* Makefile.in (RTL_BASE_H): Update.Zack Weinberg1-1/+2
2004-08-18Makefile.in (OBJS-common): Add postreload-gcse.c.Steven Bosscher1-4/+11
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-1/+1
2004-08-17tree-vectorizer.c: New File: loop vectorization on SSAed GIMPLE trees.Dorit Naishlos1-0/+5
2004-08-16Makefile.in (BUILD_PREFIX, [...]): Delete.Zack Weinberg1-44/+12
2004-08-16* Makefile.in (LIBS): Move $(LIBIBERTY) after $(BANSHEELIB).Adam Nemet1-1/+1
2004-08-15Makefile.in (C_PRETTY_PRINT_H): Add c-pretty-print.h.Ziemowit Laski1-4/+5
2004-08-13Makefile.in (insn-preds.o): Depend on TREE_H.Richard Henderson1-2/+2
2004-08-13Makefile.in (BOOT_CFLAGS): Remove accidental addition of -dU.Daniel Berlin1-1/+1
2004-08-12genpreds.c: Add capability to generate predicate bodies as well as function p...Zack Weinberg1-14/+23