aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2013-02-08Makefile.in (tree-tailcall.o): Add $(CFGLOOP_H) dependency.Richard Biener1-1/+1
2013-01-24Remove zone allocator.Diego Novillo1-8/+1
2013-01-13Makefile.in (s-mlib): New argument MULTILIB_REUSE.Terry Guo1-1/+3
2013-01-13Makefile.in: Update copyright.Richard Sandiford1-3/+1
2013-01-11Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.Eric Botcazou1-0/+4
2012-12-13* Makefile.in: Fix bitmap.o dependencies.Steven Bosscher1-1/+1
2012-12-12graph.c: Include sbitmap.h and cfgloop.h.Steven Bosscher1-1/+2
2012-12-04rtl.h (print_insn_with_notes): Remove prototype.Steven Bosscher1-1/+1
2012-12-04re PR sanitizer/55439 (ThreadSanitizer: handle atomic operations)Jakub Jelinek1-1/+2
2012-12-03sanitizer.def: Add Address Sanitizer builtins.Jakub Jelinek1-2/+2
2012-12-03Makefile.in: Add target mddump, build/genmddump.o.Michael Zolotukhin1-1/+7
2012-11-30Revised patch to ensure that histograms from the profile summary are streamed...Teresa Johnson1-1/+1
2012-11-30coretypes.h (struct pretty_print_info): Make a coretype.Steven Bosscher1-7/+5
2012-11-28re PR other/54279 (first stage build with g++ fails with "." as the first com...Andrew Pinski1-1/+1
2012-11-27re PR rtl-optimization/55458 (ICE: in assign_by_spills, at lra-assigns.c:1212...Vladimir Makarov1-1/+1
2012-11-27collect2.c (main): Call find_file_set_debug.Meador Inge1-9/+11
2012-11-23re PR c++/54046 (wrong control reaches end of non-void function for switch ca...Jakub Jelinek1-1/+1
2012-11-22builtins.def (DEF_SANITIZER_BUILTIN): Define tsan builtins.Dmitry Vyukov1-2/+11
2012-11-21Fix parallel build race.Marcus Shawcroft1-1/+1
2012-11-21configure.ac: Substitute `with_cpu'.Matthias Klose1-0/+1
2012-11-20Fix dependencies for tlink.o.Diego Novillo1-1/+1
2012-11-18Makefile.in (recog.o): Add insn-codes.h.Richard Sandiford1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-33/+30
2012-11-15Makefile.in (if_multiarch): Don't use a GNU make 3.81 feature.Matthias Klose1-4/+6
2012-11-14invoke.texi: Document -print-multiarch.Matthias Klose1-1/+14
2012-11-13* Makefile.in (asan.o): Depend on $(TM_P_H).Jakub Jelinek1-1/+1
2012-11-12Implement protection of global variablesJakub Jelinek1-1/+1
2012-11-12Implement protection of stack variablesJakub Jelinek1-2/+2
2012-11-12Emit GIMPLE directly instead of gimplifying GENERIC.Jakub Jelinek1-4/+5
2012-11-12Initial asan cleanupsJakub Jelinek1-1/+1
2012-11-12Initial import of asan from the Google branchWei Mi1-0/+5
2012-11-07re PR tree-optimization/53787 (Possible IPA-SRA / IPA-CP improvement)Martin Jambor1-8/+10
2012-11-07lto-cgraph.c: Include tree-pass.h.Martin Jambor1-1/+1
2012-11-01This patch removes the unused ebitmap, and then removes some sbitmap function...Lawrence Crowl1-3/+0
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-1/+1
2012-10-26re PR bootstrap/55049 (bootstrap failed with --with-multilib-list=m32,m64,mx32)Richard Sandiford1-1/+1
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-2/+46
2012-10-21re PR fortran/54725 (cross gfortran always searches host paths (e.g. /usr/inc...Tobias Burnus1-0/+1
2012-10-18loop-invariant.c: Include target.h.Eric Botcazou1-1/+1
2012-10-09Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl1-4/+4
2012-10-02re PR debug/54551 (DF resets some DEBUG_INSNs unnecessarily)Alexandre Oliva1-1/+2
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai1-10/+12
2012-09-26Makefile.def: Make all-gcc depend on all-libbacktrace.Ian Lance Taylor1-5/+12
2012-09-24tree-ssa-forwprop.c: Include tree-ssa-propagate.h.Marc Glisse1-1/+1
2012-09-21Remove lto-symtab.o's dependency on gt-lto-symtab.hJack Howarth1-1/+1
2012-09-19dbgcnt.def (sched_breakdep): New counter.Bernd Schmidt1-1/+1
2012-09-18re PR tree-optimization/54610 (FAIL: gcc.dg/tree-ssa/forwprop-22.c (internal ...Jakub Jelinek1-1/+1
2012-09-18Makefile.in (BASIC_BLOCK_H): Add cfg-flags.def.Florian Weimer1-1/+2
2012-09-12re PR tree-optimization/54489 (tree FRE uses an excessive amount of memory)Richard Guenther1-1/+1
2012-09-11tree-ssa-forwprop.c (simplify_vector_constructor): New function.Marc Glisse1-1/+2