[Patch AArch64 4/4] Add -moverride tuning command, and wire it up for
[gcc.git] / gcc / ChangeLog
2015-06-26 James Greenhalgh[Patch AArch64 4/4] Add -moverride tuning command,...
2015-06-26 Jiong Wang[AArch64][2/2] Implement -fpic for -mcmodel=small
2015-06-26 James Greenhalgh[Patch AArch64 3/4] De-const-ify struct tune_params
2015-06-26 James Greenhalgh[Patch AArch64 2/4] Control the FMA steering pass in...
2015-06-26 James Greenhalgh[Patch AArch64 1/4] Define candidates for instruction...
2015-06-26 Jiong Wang[AArch64][1/2] Rename SYMBOL_SMALL_GOT to SYMBOL_SMALL_...
2015-06-26 Nathan Sidwell* config/nvptx/nvptx.md (call_operation): Remove unused...
2015-06-26 Bin Chengre PR bootstrap/66638 (profiledbootstrap failure on...
2015-06-26 Richard Bienerfold-const.c (fold_binary_loc): Remove -A CMP -B -...
2015-06-26 Marek Polacekmatch.pd ((x | y) & ~(x & y) -> x ^ y, (x | y) & (...
2015-06-26 Richard Sandifordrtl.h (emit): Add an optional boolean parameter to...
2015-06-26 Ramana Radhakrishnan[Patch ARM] Fix thinko in use of TARGET_UNIFIED_ASM
2015-06-26 Richard Bienermatch.pd: Allow associating FLOAT_TYPE_P when flag_asso...
2015-06-26 Uros Bizjakre PR target/66412 (ICE on valid code at -O2 and -O3...
2015-06-26 H.J. LuCast return of strtol to unsigned int
2015-06-25 Andrew MacLeodgimple.h (gimple_call_set_fn): Move inline function.
2015-06-25 Oleg Endore PR target/65979 ([SH] Wrong code is generated with...
2015-06-25 H.J. LuValidate -pie if PIE is enabled by default
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25 Richard Sandifordaarch64.c, [...]: Add comment above target-def.h include.
2015-06-25 Richard SandifordMakefile.in (TARGET_DEF): Add target-insns.def.
2015-06-25 Richard Sandifordaarch64.c, [...]: Move target-def.h includes to end.
2015-06-25 Richard Sandifordhash-map-traits.h (simple_hashmap_traits::key_type...
2015-06-25 Richard Sandifordhash-map-traits.h (default_hashmap_traits): Delete.
2015-06-25 Richard Sandifordhash-map-traits.h (unbounded_hashmap_traits): New class.
2015-06-25 Richard Sandifordipa-icf.h (symbol_compare_hash): New class.
2015-06-25 Richard Sandifordgengtype-parse.c (require_template_declaration): Allow...
2015-06-25 Richard Sandifordmips.c (mips16_flip_traits): Use it.
2015-06-25 Richard Sandifordhash-traits.h (string_hash, [...]): New classes.
2015-06-25 Richard Sandifordtree-hash-traits.h (tree_hash): New class.
2015-06-25 Richard Sandifordtree-hash-traits.h (tree_ssa_name_hasher): New class.
2015-06-25 Richard Sandifordtree-hash-traits.h (tree_decl_hash): New class.
2015-06-25 Richard Sandifordtree-hash-traits.h: New file.
2015-06-25 Richard Sandifordhash-map-traits.h: Include hash-traits.h.
2015-06-25 Richard Sandifordhash-table.h: Update comments.
2015-06-25 Richard Sandifordhash-traits.h (default_hash_traits): New structure.
2015-06-25 Richard Sandifordhash-traits.h (typed_noop_remove): Don't require a...
2015-06-25 Richard Sandifordhash-table.h (has_is_deleted, [...]): Delete.
2015-06-25 Richard Sandifordcgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.
2015-06-25 Richard Sandifordhash-traits.h (ggc_cache_hasher): Rename to...
2015-06-25 Richard Sandifordhash-traits.h (ggc_hasher): Rename to...
2015-06-25 Richard Sandifordhash-traits.h (free_ptr_hash): New class.
2015-06-25 Richard Sandifordhash-table.h: Update comments.
2015-06-25 Richard Sandifordgcc/
2015-06-25 Richard Sandifordhash-traits.h (ggc_hasher::remove): Take a reference...
2015-06-25 Richard Sandiforddecl.c (value_annotation_hasher::handle_cache_entry...
2015-06-25 Richard Sandifordhash-table.h: Include hash-traits.h.
2015-06-25 Andrew MacLeodtree-core.h (struct tree_optimization_option): Make...
2015-06-25 Andrew MacLeodfunction.h (struct incoming_args): Move struct.
2015-06-25 Andrew MacleodFix changelog mistake
2015-06-25 Andrew MacLeodalias.h (alias_set_type): Move typedef.
2015-06-25 Andrew MacLeodcgraph.h (cgraph_rtl_info): Move to rtl.h
2015-06-25 Zhouyi Zhouira-color.c (assign_hard_reg): Remove unecessary bitmap...
2015-06-25 Richard Bienerfold-const.c (fold_binary_loc): Move simplification...
2015-06-25 Eric Botcazou* lto-streamer-out.c (DFS::hash_scc): Fix typos & forma...
2015-06-25 Richard Sandifordmatch.pd: Add patterns for vec_conds between 1 and 0.
2015-06-25 Richard Bienertree-vect-stmts.c (vectorizable_conversion): Do not...
2015-06-25 Richard Bienertree-vect-slp.c (vect_detect_hybrid_slp_stmts): Improve...
2015-06-25 Nick Cliftonbfin.c (bfin_expand_prologue): Set current_function_sta...
2015-06-25 Tom de VriesRemove 'unsigned' in header comment canonicalize_loop_ivs
2015-06-25 Ramana Radhakrishnanre PR target/29693 (ICE while compiling gcc-3.4.3 with...
2015-06-25 Tom de VriesVerify reused dominators info in calculate_dominance_info
2015-06-24 Kaz Kojimare PR target/66563 (ICE (segmentation fault) on sh4...
2015-06-24 Alan Lawrence[AArch64] Fix another ICE with -mgeneral-regs-only
2015-06-24 Alan Lawrence[AArch64 Doc] Clarify feature modifiers {no,}{fp,simd...
2015-06-24 Alan Lawrence[AArch64] Fix ICES with -mgeneral-regs-only / -march...
2015-06-24 Aldy Hernandez* dwarf2out.c (gen_formal_parameter_die): Remove assert.
2015-06-24 Ilya Enkovichtree-vect-slp.c (vect_build_slp_tree_1): Init vectype.
2015-06-24 Renlin Li[PATCH][AARCH64]Add ACLE predefined marcos: __ARM_ALIGN...
2015-06-24 Richard Bienergenmatch.c (enum tree_code): Add VIEW_CONVERT[012].
2015-06-24 Renlin Li[PATCH]Use "unsigned int" to hold alignment in emit_loc...
2015-06-24 Ramana Radhakrishnanre PR target/63408 (GCC emits incorrect fixed->fp conve...
2015-06-24 Andreas KrebbelPR66306: Fix match_dups on swapped operands.
2015-06-24 Andreas KrebbelS/390: Switch mode attribute to bhfgq for vec scatter
2015-06-24 Andreas KrebbelS/390: Add proper comments to vpopct builtins for autom...
2015-06-24 Andreas KrebbelS/390: Make builtin creation conditional.
2015-06-24 Andreas KrebbelS/390: Remove internal builtins from vecintrin.h.
2015-06-24 Andreas KrebbelS/390: Fix s390_secondary_reload register class check.
2015-06-24 Andreas KrebbelS/390: Disable effect of support_vector_misalignment
2015-06-24 Andreas KrebbelS/390: Limit legitimate_constant_p changes to TARGET_VX.
2015-06-24 Andreas KrebbelS/390 Vector ABI GNU Attribute.
2015-06-24 Chen Gangre PR target/65803 (blackfin: internal compiler error...
2015-06-23 Tristan Gingoldcollect-utils.c (collect_wait): Unlink the response...
2015-06-23 Richard Sandifordc-common.c: Don't include target-def.h.
2015-06-23 Richard Bienerre PR tree-optimization/66636 (ICE in vect_get_vec_def_...
2015-06-23 Nathan Sidwellnvptx.md (sel_true<mode>, [...]): New conditional selects.
2015-06-23 Marek Polacekmatch.pd ((x + y) - (x | y) -> x & y, (x + y) - (x...
2015-06-23 Ludovic Courtèsre PR target/65711 (arm*-linux* "link" spec passes...
2015-06-23 Uros Bizjakre PR target/66560 (Fails to generate ADDSUBPS)
2015-06-23 Bin Chengre PR tree-optimization/66449 (ICE: in build2_stat...
2015-06-23 Alan Modrartlanal.c (commutative_operand_precedence): Correct...
2015-06-22 Pierre-Marie de... gcc.c (default_compilers): Pass "-o %g.s" to cc1 for...
2015-06-22 Vladimir Makarovre PR bootstrap/63740 (GCC 4.9.2 bootstrap fails on...
2015-06-22 Tom de VriesAdd missing update_stmt in transform_to_exit_first_loop_alt
2015-06-22 Tom de VriesTest for flag_parallelize_loops > 1
2015-06-22 Tom de VriesVerify dominators in early-out calculate_dominance_info
2015-06-22 Marek Polacekmatch.pd ((x ^ y) ^ (x | y) -> x & y, (x & y) + (x...
2015-06-22 Uros Bizjakre PR target/65871 (bzhi builtin/intrinsic wrongly...
2015-06-22 Bill Schmidtre PR target/65914 (error: unrecognizable insn)
2015-06-22 Richard Bienertree-vectorizer.h (_loop_vec_info): Add scalar_cost_vec...
next