aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2009-09-03configure.ac (--with-build-config): New.Alexandre Oliva2-13/+25
2009-09-03invoke.texi (Optimize Options): Move -finline-small-functions to the -O2 list.Namhyung Kim2-1/+6
2009-09-03toplev.c (process_options): Enable var-tracking-assignments by default if var...Alexandre Oliva2-1/+6
2009-09-03cfgbuild.c (find_bb_boundaries): Split blocks containing a barrier.David Daney6-0/+44
2009-09-03[multiple changes]Diego Novillo46-62/+1319
2009-09-03Daily bump.GCC Administrator1-1/+1
2009-09-02* tb-gcc.c (__gnat_backtrace): Mark all arguments unused.Richard Henderson2-3/+9
2009-09-02install.texi (*-*-freebsd*): Update target information.Loren J. Rittle2-41/+27
2009-09-03hard-reg-set.h (call_fixed_regs): Remove.Anatoly Sokolov4-24/+23
2009-09-02expr.h (emit_storent_insn, [...]): Declare.Michael Matz11-479/+464
2009-09-02invoke.texi (-fsched-pressure): Document it.Vladimir Makarov17-525/+1819
2009-09-02inline-3.c: Add -fpie when pic.Kaveh R. Ghazi3-0/+7
2009-09-02tree-sra.c (struct access): New field grp_hint.Martin Jambor7-17/+93
2009-09-02macro.c (stringify_arg): Escape CPP_WCHAR tokens.Ian Lance Taylor2-0/+7
2009-09-02* semantics.c (describable_type): Don't pretend to be in a template.Jason Merrill2-6/+4
2009-09-02* ptree.c (cxx_print_type) [DECLTYPE_TYPE]: Print the expression.Jason Merrill2-0/+8
2009-09-02init.c (__gnat_error_handler, AIX): Add ATTRIBUTE_UNUSED on si and uc arguments.Olivier Hainque2-1/+8
2009-09-02Fix up to make valid UTF-8.Jakub Jelinek1-2/+2
2009-09-02tree-object-size.c (addr_object_size): Always use object_size_type 0 or 2 whe...Jakub Jelinek4-2/+42
2009-09-02decl.c (cannot_be_superflat_p): Handle Signed_Integer_Type_Definition Scalar_...Olivier Hainque3-4/+19
2009-09-02revert: builtins.c (fold_builtin_memory_op): Use the alias oracle to query if...Richard Guenther3-18/+82
2009-09-02trans.c (gnat_gimplify_expr): Gimplify the SAVE_EXPR built for misaligned arg...Eric Botcazou7-41/+95
2009-09-02replit sh*-superh-elf out of sh*-*-elf caseChristian Bruel2-10/+13
2009-09-02guality.c: Expect to fail for now.Alexandre Oliva3-2/+7
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva126-1186/+11016
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva3-0/+838
2009-09-02re PR fortran/39229 (No warning of truncated lines if a continuation line fol...Jerry DeLisle3-0/+47
2009-09-02Daily bump.GCC Administrator1-1/+1
2009-09-01target-supports.exp (check_gc_sections_available): Add proper pattern quote.Loren J. Rittle2-1/+6
2009-09-01Force block enders to be simulated once.Richard Henderson3-6/+26
2009-09-01Remove leading testsuite/ or gcc/testsuite/ path from CL entries.Jakub Jelinek1-40/+40
2009-09-01boehm.c (mark_reference_fields): Compute % in HOST_WIDE_INT type.Jakub Jelinek4-4/+15
2009-09-01Fix bootstrap after patch PR debug/30161Dodji Seketeli4-4/+19
2009-09-01tree.c (tree_expr_size): New function.Richard Guenther12-30/+38
2009-09-01tree-flow.h (mark_addressable): Move declaration ...Richard Guenther17-163/+33
2009-09-01i386.c (ix86_vectorize_builtin_conversion): Never vectorize if not TARGET_SSE2.Chris Demetriou2-5/+11
2009-09-01re PR fortran/39229 (No warning of truncated lines if a continuation line fol...Jerry DeLisle3-12/+36
2009-08-31mep.h (FUNCTION_ARG_REGNO_P): Exclude coprocessor registers if no coprocessor...DJ Delorie2-1/+8
2009-09-01Daily bump.GCC Administrator1-1/+1
2009-09-01* sv.po: Update.Joseph Myers2-2/+6
2009-08-31target-supports.exp (add_options_for_ieee): New procedure.Uros Bizjak35-41/+87
2009-08-31Emit DWARF for template parameters (PR debug/30161)Dodji Seketeli24-28/+922
2009-08-31mep.c (machine_function): Add frame_locked flag.DJ Delorie2-39/+82
2009-08-31re PR c++/41127 (unnamed bitfield declaration parser regression)Jason Merrill5-9/+39
2009-08-31re PR fortran/40940 ([F03] CLASS statement)Janus Weil10-24/+184
2009-08-31builtins.c (fold_builtin_memory_op): Use the alias oracle to query if the mem...Richard Guenther3-70/+27
2009-08-31re PR fortran/40996 ([F03] ALLOCATABLE scalars)Janus Weil8-13/+61
2009-08-31Daily bump.GCC Administrator1-1/+1
2009-08-30install.texi (Final install): Adjust reference on where to printed manuals.Gerald Pfeifer2-1/+6
2009-08-30dwarf2out.c (switch_to_frame_table_section): Move definition prior to first use.Olivier Hainque2-17/+22