aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-29fold-const.c (fold_binary_loc): Move X - (X / Y) * Y -> X % Y to ...Marek Polacek3-13/+12
2015-06-29Simplify structure try_transform_to_exit_first_loop_altTom de Vries2-44/+20
2015-06-29invoke.texi (Aarch64 Options, -march): Split out arch and feature description...Matthew Wahab2-37/+49
2015-06-29re PR c/66322 (Linus Torvalds: -Wswitch-bool produces dubious warnings, fails...Marek Polacek15-46/+368
2015-06-29genmatch.c (add_operator): Treat ADDR_EXPR as atom.Richard Biener4-11/+27
2015-06-29lto-streamer.h (LTO_major_version): Bump to 5.Richard Biener2-1/+5
2015-06-29re PR tree-optimization/66677 (ICE: in vect_transform_stmt, at tree-vect-stmt...Richard Biener4-8/+28
2015-06-29Daily bump.GCC Administrator1-1/+1
2015-06-29re PR tree-optimization/64130 (vrp: handle non zero constant divided by range...Kugan Vivekanandarajah4-2/+51
2015-06-28* Add forgotten ChangeLog entry.Uros Bizjak1-0/+10
2015-06-28regrename.h (regrename_do_replace): Change to return bool.Chung-Lin Tang5-19/+58
2015-06-28i386.md (<mode>_ldx): Do not zero-extend non-Pmode operand 2 here.Uros Bizjak2-90/+82
2015-06-28Daily bump.GCC Administrator1-1/+1
2015-06-27Make debug_tree() print the length of a TREE_VECPatrick Palka2-0/+5
2015-06-27call.c: Use VECTOR_TYPE_P.Marek Polacek11-31/+42
2015-06-27call.c (set_up_extended_ref_temp): Use VAR_P.Marek Polacek14-50/+63
2015-06-27* pt.c (check_unstripped_args): Mark parameter as unused.Andreas Schwab2-1/+5
2015-06-27Daily bump.GCC Administrator1-1/+1
2015-06-26gimple.c (gimple_call_set_fndecl): Remove.Andrew MacLeod3-11/+19
2015-06-26c-common.c (check_main_parameter_types): Use VECTOR_TYPE_P or VECTOR_INTEGER_...Marek Polacek5-20/+27
2015-06-26re PR c++/66216 (Defaulted Operators and constructors not working with aligne...Jason Merrill3-0/+19
2015-06-26re PR c++/66684 (ICE in merge_exception_specifiers, at cp/typeck2.c:2114)Jason Merrill3-0/+25
2015-06-26re PR c++/66255 (ice in retrieve_specialization)Jason Merrill3-7/+44
2015-06-26re PR c++/66067 (tree check ICE: accessed elt 1 of tree_vec with 0 elts in wr...Jason Merrill4-2/+243
2015-06-26re PR c++/66654 (ice in digest_init_r, at cp/typeck2.c:1103)Jason Merrill3-1/+17
2015-06-26Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely34-141/+277
2015-06-26array-notation-common.c (find_rank): Use INDIRECT_REF_P.Marek Polacek9-15/+30
2015-06-26stl_bvector.h (vector<bool>::vector()): Add noexcept.Jonathan Wakely6-0/+23
2015-06-26hash-map.h (hash_map::traverse): Use the definition of the Key typedef rather...Richard Sandiford2-2/+9
2015-06-26Fix PR 66301 - check for dump_file in eliminate_dom_walker::before_dom_childrenMartin Jambor2-1/+7
2015-06-26[Patch AArch64 4/4] Add -moverride tuning command, and wire it up forJames Greenhalgh4-0/+255
2015-06-26[AArch64][2/2] Implement -fpic for -mcmodel=smallJiong Wang8-3/+174
2015-06-26[Patch AArch64 3/4] De-const-ify struct tune_paramsJames Greenhalgh4-57/+88
2015-06-26[Patch AArch64 2/4] Control the FMA steering pass in tuning structures rathe...James Greenhalgh8-23/+130
2015-06-26[Patch AArch64 1/4] Define candidates for instruction fusion in a .def fileJames Greenhalgh4-7/+70
2015-06-26[AArch64][1/2] Rename SYMBOL_SMALL_GOT to SYMBOL_SMALL_GOT_4GJiong Wang3-8/+18
2015-06-26* config/nvptx/nvptx.md (call_operation): Remove unused variables.Nathan Sidwell2-4/+5
2015-06-26re PR bootstrap/66638 (profiledbootstrap failure on x86-64 with LTO)Bin Cheng2-1/+21
2015-06-26fold-const.c (fold_binary_loc): Remove -A CMP -B -> A CMP B and -A CMP CST ->...Richard Biener5-64/+45
2015-06-26Minor comment tweak.Eric Botcazou1-2/+1
2015-06-26trans.c (Handled_Sequence_Of_Statements_to_gnu): When not optimizing the CFG...Eric Botcazou2-2/+14
2015-06-26gigi.h (note_types_used_by_globals): Delete.Eric Botcazou4-30/+40
2015-06-26gigi.h (create_var_decl_1): Rename into...Eric Botcazou4-160/+165
2015-06-26match.pd ((x | y) & ~(x & y) -> x ^ y, (x | y) & (~x ^ y) -> x & y): New patt...Marek Polacek5-0/+160
2015-06-26rtl.h (emit): Add an optional boolean parameter to control whether barriers a...Richard Sandiford6-12/+38
2015-06-26cp-array-notation.c (expand_sec_reduce_builtin): Use INDIRECT_REF_P.Marek Polacek3-2/+7
2015-06-26trans.c (loop_info_d): Add low_bound...Eric Botcazou6-18/+161
2015-06-26[Patch ARM] Fix thinko in use of TARGET_UNIFIED_ASMRamana Radhakrishnan2-1/+6
2015-06-26* c-common.c (handle_unused_attribute): Use VAR_OR_FUNCTION_DECL_P.Marek Polacek2-2/+5
2015-06-26match.pd: Allow associating FLOAT_TYPE_P when flag_associative_math.Richard Biener4-6/+21