]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ChangeLog
Regenerate configure files for libtool.m4 change
[thirdparty/gcc.git] / gcc / ChangeLog
2012-05-08  Hans-Peter Nilssonre PR target/53272 (wrong condition-codes for strict...
2012-05-08  Richard Guentherfold-const.c (fold_binary_loc): Fold (X * CST1) & CST2...
2012-05-08  Georg-Johann LayMakefile.in (TEXI_GCC_FILES): Add avr-mmcu.texi.
2012-05-08  Dehao Chenpredict.c (find_qualified_ssa_name): New
2012-05-08  Uros Bizjaki386.c (has_dispatch): Use TARGET_BDVER1 and TARGET_BDV...
2012-05-07  Eric Botcazouconfigure.ac (PLUGIN_LD): Rename into...
2012-05-07  Eric Botcazoutree-dfa.c (get_ref_base_and_extent): Do the offset...
2012-05-07  Georg-Johann Layavr.c (avr_prologue_setup_frame): Fix mode passed down...
2012-05-07  Steven Bosscherpostreload.c (reload_cse_regs): Make static.
2012-05-07  Richard Henderson* config/alpha/alpha.md (clear_cache): New pattern.
2012-05-07  Steven Bosscherre PR middle-end/53245 (ice in expand_case)
2012-05-07  Uros Bizjaki386.md (ctz<mode>2): Emit rep;bsf only for TARGET_GENE...
2012-05-07  Steven Bosschertree-cfg.c (verify_gimple_switch): Tighten checks.
2012-05-07  Jakub Jelinekre PR tree-optimization/53239 (VRP vs named value retur...
2012-05-07  Richard Bienerre PR lto/53195 (ICE seg fault in lto (in set_is_used...
2012-05-07  Steven Bosscherm68k.c (m68k_sched_branch_type): Remove.
2012-05-07  Rainer OrthDon't use DWARF 4 on Solaris
2012-05-07  Richard Guenthertree-ssa-loop-prefetch.c (determine_loop_nest_reuse...
2012-05-06  Uros Bizjaki386.md (ctz<mode>2): Emit rep;bsf even for !TARGET_BMI.
2012-05-06  Oleg Endore PR target/53250 ([SH] ICE: in change_address_1,...
2012-05-06  Uros Bizjakre PR target/53227 (FAIL: gcc.target/i386/movbe-2.c...
2012-05-06  Richard Sandifordmips.c (mips_set_reg_reg_piece_cost): New function.
2012-05-06  Richard Sandifordlower-subreg.c (shift_cost): Use set_src_cost, avoiding...
2012-05-05  Richard Sandifordrtl.h (plus_constant, [...]): Merge into a single plus_...
2012-05-04  Andrew Pinskiexpr.c (get_def_for_expr_class): New function.
2012-05-04  Steven Bosscherre PR other/29442 (insn-attrtab has grown too large)
2012-05-04  Steven Bosscher* doc/md.texi (attr_flag): Update for changes of previo...
2012-05-04  Steven Bosscherrtl.def (ATTR_FLAG): Remove probability indicating...
2012-05-04  Uros Bizjakre PR target/53228 (target attributes in libcpp/lex...
2012-05-04  Dodji SeketeliEnable -Wunused-local-typedefs when -Wall or -Wunused...
2012-05-04  Andreas Krebbel2012-05-04 Andreas Krebbel <Andreas.Krebbel@de.ibm...
2012-05-04  Ulrich Weigandre PR tree-optimization/52633 (Compiler ICE in vect_is_...
2012-05-04  Ulrich Weigandtree-vect-patterns.c (vect_single_imm_use): New function.
2012-05-04  Ulrich Weigandtree-vect-patterns.c (vect_same_loop_or_bb_p): New...
2012-05-04  Richard Guentherre PR lto/50602 (ICE in tree_nrv, at tree-nrv.c:155...
2012-05-04  Richard Guentherre PR tree-optimization/53168 (ICE in find_or_generate_...
2012-05-04  Richard Bienercommon.opt (flto-report): Do not mark as Optimization.
2012-05-04  Eric Botcazoure PR target/48496 ('asm' operand requires impossible...
2012-05-04  Olivier Hainquecollect2.c (may_unlink_output_file): New global.
2012-05-04  Olivier Hainquegcc.c (eval_spec_function): Finalize/restore the curren...
2012-05-04  Bin Chengre PR rtl-optimization/52804 (IRA/RELOAD allocate wrong...
2012-05-04  Manuel López-Ibáñezre PR c++/24985 (caret diagnostics)
2012-05-03  Manuel López-Ibáñezflags.h (flag_permissive): Do not declare.
2012-05-03  David S. MillerFix long double float miscompilations on sparc 64-bit.
2012-05-03  Michael Meissnerre PR target/53199 (__builtin_bswap64 and __builtin_bsw...
2012-05-03  Jason Merrillgengtype.c (write_types): Fix warning message.
2012-05-03  Jason Merrilldwarf2out.c (struct external_ref, [...]): New.
2012-05-03  Jan Hubickare PR middle-end/53093 (tls/alias-1.c ICE, emutls)
2012-05-03  Jan Hubickare PR middle-end/53106 (Benchmarks in SPEC CPU 2006...
2012-05-03  Richard SandifordAdd PR rtl-optimization/52543 to changelog.
2012-05-03  Jason Merrilldwarf2out.c (die_struct): Add comdat_type_p flag.
2012-05-03  Jason Merrilldwarf2out.c (modified_type_die): Use scope_die_for.
2012-05-03  Jason Merrilli386.c (ix86_code_end): Set DECL_IGNORED_P on the pc...
2012-05-03  Martin Jamborbuiltins.c (get_object_alignment_1): Return whether...
2012-05-03  Michael Matzbasic-block.h (struct rtl_bb_info, [...]): Move in...
2012-05-03  Richard Guenthertree-ssa-pre.c (valid_in_sets): Remove checking of...
2012-05-03  Uros Bizjakelf.h (MAX_OFILE_ALIGNMENT): Remove.
2012-05-03  Steven Bosschertree-switch-conversion.c (gen_inbound_check): Free...
2012-05-03  Richard Guenthertree-ssa-pre.c (debug_bitmap_sets_for): New function.
2012-05-03  Jakub Jelinekre PR plugins/53126 (gcc-4.7.0 error "gcc-ar: Cannot...
2012-05-03  Jakub Jelinekre PR debug/53174 (ICE in expand_debug_expr, verify_ssa...
2012-05-03  Jakub Jelinekre PR target/53187 (ICE in arm_select_dominance_cc_mode)
2012-05-03  Jakub Jelinekre PR target/53194 (Many x86 failures)
2012-05-03  Richard Guentherre PR middle-end/53144 (PPRE infinite loop)
2012-05-03  Ganesh Gopalasubra... With -march=native generate fma3 instruction by default...
2012-05-03  Kirill Yukhinre PR target/53201 (unrecognized command line option...
2012-05-03  Michael Matzre PR bootstrap/53197 (bootstrap comparison failure)
2012-05-02  Steven Bosschervms.h (SUBTARGET_OVERRIDE_OPTIONS): For pic code, unset...
2012-05-02  Ulrich Weigands390-common.c (s390_option_optimization_table): Enable...
2012-05-02  Martin Jamborre PR lto/52605 (LTO -g ICE when looking up context...
2012-05-02  Michael Matzcoretypes.h (gimple_seq, [...]): Typedef as gimple.
2012-05-02  Kirill YukhinChangeLog entry:
2012-05-02  Steven Bosscherre PR middle-end/53153 (ice in tree_low_cst, at tree...
2012-05-02  Richard Guenthertree.c (valid_constant_size_p): New function.
2012-05-02  Jakub Jelinekre PR tree-optimization/53163 (crash due to null ptr...
2012-05-02  Jakub Jelinekre PR rtl-optimization/53160 (likely wrong code bug)
2012-05-01  Ian Lance Taylorre PR c/37303 (const compound initializers in structs...
2012-05-01  Bernd Schmidtira.c (allocated_reg_info_size): New static variable.
2012-05-01  Richard HendersonAdd -fno-sync-libcalls.
2012-05-01  Kenneth ZadeckMakefile.in (lower-subreg.o, [...]): Depend on lower...
2012-05-01  Ian Boltonarm-protos.h (thumb_unexpanded_epilogue): Rename to...
2012-05-01  Richard Earnshawlinux-eabi.h (GLIBC_DYNAMIC_LINKER_DEFAULT): Avoid...
2012-05-01  Alan Modrare PR target/53038 (cfi_restore for cr before cr is...
2012-04-30  Uros Bizjakre PR middle-end/53136 (Use after free in ipa_make_edge...
2012-04-30  Uros Bizjakre PR target/53141 (gcc.target/i386/bmi2-mulx32-[12...
2012-04-30  Jan Hubickacgraph.c (ld_plugin_symbol_resolution_names): Move...
2012-04-30  Marc Glissere PR c++/51033 (generic vector subscript and shuffle...
2012-04-30  Uros Bizjaki386.md (and<mode>3): Change runtime operand mode check...
2012-04-30  Richard Hendersonarm.md (UNSPEC_LL): New.
2012-04-30  Jason Merrilldwarf2out.c (comdat_symbol_id): Add const.
2012-04-30  Andrew Stubbsarm.md (negdi2): Use gen_negdi2_neon.
2012-04-30  Andrew Stubbsarm.c (neon_valid_immediate): Allow const_int.
2012-04-30  Richard EarnshawFix email addresses
2012-04-30  Ian Bolton2012-04-24 Ian Bolton <ian.bolton at arm.com> Sameera...
2012-04-30  Ian Bolton2012-04-30 Ian Bolton <ian.bolton at arm.com> Sameera...
2012-04-30  Uros Bizjaki386.md (and<mode>3): Expand masking operations with...
2012-04-30  Dodji SeketeliAdd -Wvarargs option
2012-04-30  Dodji SeketeliSwitch -ftrack-macro-expansion=2 on by default.
2012-04-30  Dodji SeketeliFix va_start related location
2012-04-30  Dodji SeketeliMake conversion warnings work on NULL with -ftrack...
next