]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ChangeLog
re PR other/66259 (Combined gcc and binutils build from git-master fails, with gas...
[thirdparty/gcc.git] / gcc / ChangeLog
2015-07-24  Jeff Lawre PR other/66259 (Combined gcc and binutils build...
2015-07-24  Kyrylo Tkachov[obvious] Use std::swap instead of manually swapping...
2015-07-24  Uros Bizjakre PR target/64003 (valgrind complains about get_attr_l...
2015-07-24  Nathan Sidwellgimplify.c (omp_default_clause): New function.
2015-07-24  Gary Funckre PR middle-end/66984 (ICE: fold_binary changes type...
2015-07-24  Tom de VriesAdd transform_to_exit_first_loop_alt dump success message
2015-07-24  Cesar Philippidisre PR libgomp/66714 (ICE in loc_list_from_tree with -g)
2015-07-24  Szabolcs Nagy[AArch64] elf toolchain does not pass -shared linker...
2015-07-24  Szabolcs Nagy[AArch64] Fix LINUX_TARGET_LINK_SPEC to be consistent...
2015-07-24  Ilya Enkovichre PR ipa/66566 ([CHKP] ICE in early_inliner: internal...
2015-07-24  Richard Bienergenmatch.c (struct dt_node): Add statistic fields.
2015-07-24  Richard Bienerfold-const.c (fold_binary_loc): Move simplifying of...
2015-07-24  Richard Bienergenmatch.c (struct capture_info): Add same_as field.
2015-07-24  Andreas KrebbelS/390: Fix cfi for GPR 2 FPR saves
2015-07-24  Andreas Krebbel[PATCH] S/390: Improve risbg usage
2015-07-24  Dominik Vogt[PATCH 4/4] S390 -march=native related fixes
2015-07-24  Dominik Vogt[PATCH 3/4] S390 -march=native related fixes
2015-07-24  Dominik Vogt[PATCH 2/4] S390 -march=native related fixes
2015-07-24  Dominik VogtS390 -march=native related fixes
2015-07-24  Richard Bienerfold-const.c (maybe_canonicalize_comparison_1): Move...
2015-07-24  Jiong Wang[AArch64] Revert REG_ALLOC_ORDER/HONOR_REG_ALLOC_ORDER
2015-07-24  Richard Bienergenmatch.c (add_operator): Allow SSA_NAME as predicate.
2015-07-24  Richard Bienergimple-fold.c (replace_stmt_with_simplification): Speci...
2015-07-24  Naveen H.Sre PR middle-end/25530 ((unsigned / 2)*2 is not changed...
2015-07-24  Naveen H.Sre PR middle-end/25529 ((unsigned * 2)/2 is not changed...
2015-07-24  Kugan Vivekanandarajahreg_equal_test.c: New test.
2015-07-24  Kugan Vivekanandarajahcse.c (cse_insn): Fix missing check for STRICT_LOW_PART...
2015-07-23  Uros Bizjaki386.c (ix86_build_builtin_va_list_64): Rename from...
2015-07-23  Jeff Lawre PR lto/66752 (spec2000 255.vortex performance compil...
2015-07-23  Bernd Edlingertree-pass.h (get_current_pass_name): Removed.
2015-07-23  Alexandre Oliva[PR64164] Drop copyrename, use coalescible partition...
2015-07-23  Segher Boessenkoolre PR target/66217 (PowerPC rotate/shift/mask instructi...
2015-07-23  Richard Bienergeneric-match-head.c: Include cgraph.h.
2015-07-23  Richard Bienergimple-fold.c (fold_gimple_cond): Do not require foldin...
2015-07-23  Tom de VriesCheck TYPE_OVERFLOW_WRAPS for parloops reductions
2015-07-23  Yuri RumyantsevPR tree-optimization/66926,66951
2015-07-23  Kyrylo Tkachov[combine][obvious] Use std::swap in try_combine
2015-07-23  Prachi GodboleI6400 scheduling.
2015-07-23  Richard Bienerre PR middle-end/66916 (FAIL: gcc.target/arm/pr43920...
2015-07-23  Richard Bienerre PR middle-end/66945 (ICE in generic_simplify (generi...
2015-07-23  Richard Bienergimple.h (gimple_cond_make_false): Use 0 != 0.
2015-07-23  DJ Deloriet-msp430 (MULTILIB_DIRNAMES): Remove trailing slashes.
2015-07-22  Uros Bizjakre PR target/66954 (function multiversioning fails...
2015-07-22  Ilya Enkovichre PR driver/66737 (ld: warning: -z bndplt ignored)
2015-07-22  Bernd Schmidt* config/nvptx/nvptx.c: Expand some comments.
2015-07-22  James Greenhalgh[Patch ARM/AArch64 obvious] Fix typo: Rename insn_reser...
2015-07-22  Richard Bienergenmatch.c (expr::gen_transform): Clarify error message...
2015-07-22  Richard Bienergenmatch.c (struct operand): Add location member.
2015-07-22  Prachi GodboleAdd scheduling for M51xx core family.
2015-07-22  Robert SuchanekAdd -march=interaptiv.
2015-07-22  Jiong Wang[AArch64] PR target/63521 Define REG_ALLOC_ORDER
2015-07-22  Richard Bienerre PR tree-optimization/66952 (wrong code at -O2 and...
2015-07-22  Charles Baylisaarch64-simd.md (vec_store_lanesoi_lane<mode>): Fix...
2015-07-22  Richard Bienergenmatch.c (parser::parse_result): Properly handle...
2015-07-22  Charles Baylisre PR target/63870 ([Aarch64] [ARM] Errors in use of...
2015-07-22  Jonathan Wakelyinvoke.texi (Language Independent Options): Rename...
2015-07-21  Vladimir Makarovre PR ipa/66424 (wrong code at -O2 and -O3 on x86_64...
2015-07-21  Andrew MacLeodssa-iterators.h (has_zero_uses, [...]): Implement as...
2015-07-21  Mike Frysingerconfigure.ac: Add check for new options in isl-0.15.
2015-07-21  Georg-Johann Layre PR target/66956 ([avr] Using 32*32=64 multiplicatiio...
2015-07-21  Richard Bienerre PR tree-optimization/66948 (Performance regression...
2015-07-21  Nathan Sidwelltarget.c (gomp_offload_image_to_device): Rename to ...
2015-07-21  Kyrylo Tkachov[match.pd] PR middle-end/66915 Restrict A - B -> A...
2015-07-20  DJ Delorierl78-real.md (andqi3_real): Expand operands for clr1.
2015-07-20  Uros Bizjaki386.c (ix86_md_asm_adjust): Handle DImode dest_mode...
2015-07-20  Aditya Kumaradd missing changelog
2015-07-20  Segher Boessenkool* config/rs6000/rs6000.md (*lt0_disi): New.
2015-07-20  Segher Boessenkoolre PR target/66217 (PowerPC rotate/shift/mask instructi...
2015-07-20  Marek Polacekgenemit.c (print_code, [...]): Remove declarations.
2015-07-20  Marek Polacekre PR c++/55095 (Wshift-overflow)
2015-07-20  Kyrylo Tkachov[simplify-rtx][2/2] Simplify - (y ? -x : x) -> (!y...
2015-07-20  Kyrylo Tkachov[PATCH][combine][1/2] Try to simplify before substituting
2015-07-20  Mikhail MaltsevFix partial specialization syntax of wide int traits.
2015-07-18  Trevor Saundersfix compilation of vmsdbgout.c
2015-07-18  Uros Bizjakre PR target/66922 (wrong code for bit-field struct...
2015-07-18  Sebastian Popfix pr46851 and pr60340: remove unmaintained omega...
2015-07-17  Uros Bizjaki386.md (pushsf splitter): Pass curr_insn to find_const...
2015-07-17  H.J. LuReplicate static chain on the stack
2015-07-17  H.J. LuAdd missing ChangeLog entries
2015-07-17  Nathan Sidwellmkoffload.c (process): Constify host data.
2015-07-17  Aditya Kumar[graphite] fix pr61929
2015-07-17  Marek Polacekfold-const.c (fold_binary_loc): Move A - (A & B) into...
2015-07-17  Nathan Sidwellmkoffload.c (process): Constify target data.
2015-07-17  Yuri Rumyantsevtree-vect-loop-manip.c (rename_variables_in_bb): Add...
2015-07-17  Yvan Rouxconfigure.ac: Move AC_ARG_WITH checks for native-system...
2015-07-17  Uros Bizjakre PR target/66824 (-miamcu doesn't load FP constant...
2015-07-17  Uros Bizjakre PR rtl-optimization/66891 (ICE in expand_call, at...
2015-07-16  Nathan Sidwellplugin-nvptx.c (link_ptx): Constify string argument.
2015-07-16  Vladimir Makarovre PR rtl-optimization/66626 (gcc.dg/torture/stackalign...
2015-07-16  Martin Liskare PR ipa/66896 (ipa-prop.c:2479 runtime error: member...
2015-07-16  Martin Liskahash_set: add iterator and remove method.
2015-07-16  Richard Sandifordgenattrtab.c (make_canonical): Add a file_location...
2015-07-16  Richard Sandifordread-md.h (message_with_line, [...]): Delete.
2015-07-16  Richard Sandifordgensupport.h (compute_test_codes): Take a file_location...
2015-07-16  Richard Sandifordgenoutput.c (data): Use a file_location to record the...
2015-07-16  Richard Sandifordread-md.h (fatal_at): Declare.
2015-07-16  Richard Sandifordread-md.h (file_location): New structure.
2015-07-16  Richard Sandifordgenoutput.c (next_index_number): Delete.
2015-07-16  Richard Sandifordgenattrtab.c (check_attr_value): Remove handling of...
2015-07-16  Eric Botcazousparc.md (save_stack_nonlocal): Use adjust_address...
next