aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2013-04-29re PR tree-optimization/57081 (Segmentation fault in simple_iv (tree-scalar-e...Richard Biener1-1/+1
2013-04-26Makefile.in (lto-streamer-in.o): Add $(CFGLOOP_H) dependency.Richard Biener1-2/+2
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-8/+8
2013-04-26Makefile.in (toplev.o): Depend on diagnostic-color.h.Jakub Jelinek1-1/+1
2013-04-26This patch is part of a consolodation of the hash_table patches to the...Lawrence Crowl1-1/+1
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-49/+55
2013-04-23This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl1-6/+7
2013-04-23Display profile info in graph cfg dumpXinliang David Li1-1/+1
2013-04-19re PR tree-optimization/56718 (Early inlining prevents type based devirtualiz...Martin Jambor1-1/+2
2013-04-12opts.c: Include diagnostic-color.h.Jakub Jelinek1-4/+6
2013-04-03Makefile.in (lra-constraints.o): Depend on $(OPTABS_H).Jeff Law1-2/+2
2013-03-29lto-cgraph.c (output_profile_summary, [...]): Use gcov streaming; stream hot ...Jan Hubicka1-1/+2
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-84/+109
2013-03-28data-streamer-in.c (streamer_read_gcov_count): New function.Jan Hubicka1-3/+3
2013-03-27Makefile.in (.SUFFIXES): Add .cc.Gabriel Dos Reis1-2/+2
2013-03-14re PR tree-optimization/53265 (Warn when undefined behavior implies smaller i...Jakub Jelinek1-1/+1
2013-03-05Makefile.in (dg_target_exps): Add aarch64.exp, epiphany.exp and tic6x.exp.Jakub Jelinek1-6/+9
2013-02-27opts.h: Include obstack.h.Jakub Jelinek1-1/+1
2013-02-19re PR middle-end/55889 (ICE: in move_op_ascend, at sel-sched.c:6153 with -fsc...Andrey Belevantsev1-1/+1
2013-02-13[asan] Avoid instrumenting duplicated memory access in the same basic blockDodji Seketeli1-1/+2
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