summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hash-map.h (hash_map::traverse): Use the definition of the Key typedef rather...Richard Sandiford2015-06-262-2/+9
* Fix PR 66301 - check for dump_file in eliminate_dom_walker::before_dom_childrenMartin Jambor2015-06-262-1/+7
* [Patch AArch64 4/4] Add -moverride tuning command, and wire it up forJames Greenhalgh2015-06-264-0/+255
* [AArch64][2/2] Implement -fpic for -mcmodel=smallJiong Wang2015-06-268-3/+174
* [Patch AArch64 3/4] De-const-ify struct tune_paramsJames Greenhalgh2015-06-264-57/+88
* [Patch AArch64 2/4] Control the FMA steering pass in tuning structures rathe...James Greenhalgh2015-06-268-23/+130
* [Patch AArch64 1/4] Define candidates for instruction fusion in a .def fileJames Greenhalgh2015-06-264-7/+70
* [AArch64][1/2] Rename SYMBOL_SMALL_GOT to SYMBOL_SMALL_GOT_4GJiong Wang2015-06-263-8/+18
* * config/nvptx/nvptx.md (call_operation): Remove unused variables.Nathan Sidwell2015-06-262-4/+5
* re PR bootstrap/66638 (profiledbootstrap failure on x86-64 with LTO)Bin Cheng2015-06-262-1/+21
* fold-const.c (fold_binary_loc): Remove -A CMP -B -> A CMP B and -A CMP CST ->...Richard Biener2015-06-265-64/+45
* Minor comment tweak.Eric Botcazou2015-06-261-2/+1
* trans.c (Handled_Sequence_Of_Statements_to_gnu): When not optimizing the CFG...Eric Botcazou2015-06-262-2/+14
* gigi.h (note_types_used_by_globals): Delete.Eric Botcazou2015-06-264-30/+40
* gigi.h (create_var_decl_1): Rename into...Eric Botcazou2015-06-264-160/+165
* match.pd ((x | y) & ~(x & y) -> x ^ y, (x | y) & (~x ^ y) -> x & y): New patt...Marek Polacek2015-06-265-0/+160
* rtl.h (emit): Add an optional boolean parameter to control whether barriers a...Richard Sandiford2015-06-266-12/+38
* cp-array-notation.c (expand_sec_reduce_builtin): Use INDIRECT_REF_P.Marek Polacek2015-06-263-2/+7
* trans.c (loop_info_d): Add low_bound...Eric Botcazou2015-06-266-18/+161
* [Patch ARM] Fix thinko in use of TARGET_UNIFIED_ASMRamana Radhakrishnan2015-06-262-1/+6
* * c-common.c (handle_unused_attribute): Use VAR_OR_FUNCTION_DECL_P.Marek Polacek2015-06-262-2/+5
* match.pd: Allow associating FLOAT_TYPE_P when flag_associative_math.Richard Biener2015-06-264-6/+21
* re PR target/66412 (ICE on valid code at -O2 and -O3 with -g enabled in simpl...Uros Bizjak2015-06-264-26/+72
* Cast return of strtol to unsigned intH.J. Lu2015-06-252-1/+6
* Daily bump.GCC Administrator2015-06-261-1/+1
* gimple.h (gimple_call_set_fn): Move inline function.Andrew MacLeod2015-06-253-11/+16
* re PR target/65979 ([SH] Wrong code is generated with stage1 compiler)Oleg Endo2015-06-252-4/+33
* Validate -pie if PIE is enabled by defaultH.J. Lu2015-06-252-0/+10
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-25166-324/+231
* * include/bits/locale_conv.h (__do_str_codecvt): Set __count.Jonathan Wakely2015-06-252-0/+5
* aarch64.c, [...]: Add comment above target-def.h include.Richard Sandiford2015-06-2547-2/+70
* Makefile.in (TARGET_DEF): Add target-insns.def.Richard Sandiford2015-06-2512-56/+372
* aarch64.c, [...]: Move target-def.h includes to end.Richard Sandiford2015-06-2547-46/+111
* hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford2015-06-2523-88/+116
* hash-map-traits.h (default_hashmap_traits): Delete.Richard Sandiford2015-06-252-78/+4
* hash-map-traits.h (unbounded_hashmap_traits): New class.Richard Sandiford2015-06-253-19/+87
* ipa-icf.h (symbol_compare_hash): New class.Richard Sandiford2015-06-254-23/+36
* gengtype-parse.c (require_template_declaration): Allow '+' in template parame...Richard Sandiford2015-06-258-115/+93
* mips.c (mips16_flip_traits): Use it.Richard Sandiford2015-06-252-33/+15
* hash-traits.h (string_hash, [...]): New classes.Richard Sandiford2015-06-2510-119/+51
* tree-hash-traits.h (tree_hash): New class.Richard Sandiford2015-06-253-5/+20
* tree-hash-traits.h (tree_ssa_name_hasher): New class.Richard Sandiford2015-06-253-16/+22
* tree-hash-traits.h (tree_decl_hash): New class.Richard Sandiford2015-06-253-14/+22
* tree-hash-traits.h: New file.Richard Sandiford2015-06-255-49/+60
* hash-map-traits.h: Include hash-traits.h.Richard Sandiford2015-06-253-1/+81
* hash-table.h: Update comments.Richard Sandiford2015-06-252-30/+37
* hash-traits.h (default_hash_traits): New structure.Richard Sandiford2015-06-254-169/+34
* hash-traits.h (typed_noop_remove): Don't require a pointer type.Richard Sandiford2015-06-252-3/+7
* hash-table.h (has_is_deleted, [...]): Delete.Richard Sandiford2015-06-252-128/+24
* cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.Richard Sandiford2015-06-2513-74/+34