aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-05-18To...Richard Sandiford6-60/+166
2016-05-18Respect --param ipa-max-agg-items=0Martin Jambor2-0/+9
2016-05-18[PR 70646] Store size to inlining predicate conditionsMartin Jambor5-51/+148
2016-05-18vget_lane.c: Add fp16 tests.Christophe Lyon2-0/+23
2016-05-18vreinterpret.c: Add missing tests for vreinterpretq_p{8,16}.Christophe Lyon2-0/+104
2016-05-18vsli_n.c: Add checks for vsliq_n_s64 and vsliq_n_u64.Christophe Lyon2-0/+7
2016-05-18arm-neon-ref.h (CHECK, [...]): Print which type was checked.Christophe Lyon2-3/+9
2016-05-18vmul.c: Remove useless #ifdef.Christophe Lyon4-6/+6
2016-05-18vreinterpret.c: Fix typo in comment.Christophe Lyon2-1/+6
2016-05-18Fix ChangeLog date.Christophe Lyon1-1/+1
2016-05-18noplt_3.c: Scan for "br\t".Christophe Lyon3-3/+9
2016-05-18tree-ssa-loop-im.c (determine_max_movement): Properly add condition cost to P...Richard Biener2-1/+6
2016-05-18Set DECL_PT_UID for merged variables in IPA ICF (PR70856).Martin Liska2-0/+8
2016-05-18lto-streamer.h (LTO_major_version): Bump to 6.Richard Biener2-1/+5
2016-05-18function: Factor out make_*logue_seqSegher Boessenkool2-69/+99
2016-05-18function: Do the CLEANUP_EXPENSIVE after shrink-wrapping, not beforeSegher Boessenkool2-2/+10
2016-05-18tree-ssa-loop-ivopts.c (get_computation_cost_at): Check inv expression pointe...Bin Cheng2-1/+6
2016-05-18[testsuite] Guard float64_t with __aarch64__Jiong Wang3-3/+12
2016-05-18sse.md (pbroadcast_evex_isa): New mode attr.Jakub Jelinek9-7/+489
2016-05-18sse.md (<ssse3_avx2>_palignr<mode>): Use constraint x instead of v in second ...Jakub Jelinek5-7/+75
2016-05-18sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use constraint x instead of v...Jakub Jelinek5-7/+75
2016-05-18sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use constraint x instead o...Jakub Jelinek5-6/+74
2016-05-18sse.md (avx2_pmaddubsw256, [...]): Add avx512bw alternative.Jakub Jelinek4-11/+52
2016-05-18i386. Extend static buffers. Fix SF mode operand constraint to `Yv' in storeh...Kirill Yukhin2-6/+16
2016-05-18AVX-512. Use `Yv' for SF mode operand in vec_concat pattern.Kirill Yukhin2-3/+8
2016-05-18Fix patterns to enable sse-14.c to compile with -masm=intel.Petr Murzin3-16/+57
2016-05-18re PR tree-optimization/71168 (ICE in find_uses_to_rename_use (tree-ssa-loop-...Richard Biener4-1/+32
2016-05-18[Patch AArch64] Simplify reduc_plus_scal_v2[sd]f sequenceJames Greenhalgh2-16/+9
2016-05-18Adding the testcase which was not addaed as part of r236356.Kugan Vivekanandarajah2-0/+102
2016-05-18passes.def: Put late dse and cd_dce in canonical order.Richard Biener2-1/+5
2016-05-18ipa-inline-transform.c (preserve_function_body_p): Look for first non-thunk c...Jan Hubicka6-34/+71
2016-05-18re PR tree-optimization/63586 (x+x+x+x -> 4*x in gimple)Kugan Vivekanandarajah4-2/+96
2016-05-18aarch64.c (all_extensions): Removed unused static variable.Kugan Vivekanandarajah2-10/+4
2016-05-18Daily bump.GCC Administrator1-1/+1
2016-05-18* da.po, sv.po: Update.Joseph Myers3-1055/+392
2016-05-1720030222-1.c: Skip on ptx.Nathan Sidwell5-3/+14
2016-05-17nvptx.c (nvptx_function_arg_boundary): New.Nathan Sidwell4-0/+35
2016-05-17Fold bit_not through ASR and rotateMikhail Maltsev6-0/+199
2016-05-17re PR ipa/71146 (error: __builtin_unreachable or __builtin_trap call with arg...Marek Polacek4-0/+41
2016-05-17jit: gcc diagnostics are jit errorsDavid Malcolm6-0/+168
2016-05-17jit: document gcc_jit_context_new_call_through_ptrDavid Malcolm3-374/+411
2016-05-17Fix minor doc bugs, signalling typo, major version changes rare.Jim Wilson4-3/+9
2016-05-17x & C -> x if we know that x & ~C == 0Marc Glisse4-0/+28
2016-05-17~X & Y to X ^ Y in some casesMarc Glisse4-0/+29
2016-05-17VRP: range info of new variablesMarc Glisse5-11/+33
2016-05-17[AArch64, 4/4] Reimplement vmvn* intrinscis, remove inline assemblyJiong Wang2-155/+104
2016-05-17[AArch64, 3/4] Reimplement multiply by element to get rid of inline assemblyJiong Wang4-165/+131
2016-05-17[AArch64, 2/4] Extend vector mutiply by element to all supported modesJiong Wang4-8/+536
2016-05-17[AArch64, 1/4] Add the missing support of vfms_n_f32, vfmsq_n_f32, vfmsq_n_f64Jiong Wang8-22/+564
2016-05-17* wide-int.h: Change fixed_wide_int_storage from class to struct.Gerald Pfeifer2-1/+5