aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-05-20expr.c (expand_cond_expr_using_cmove): Use COMPARISON_CLASS_P.Marek Polacek5-7/+15
2015-05-20gimple-fold.c (fold_const_aggregate_ref_1): Use DECL_P.Marek Polacek5-3/+12
2015-05-20[AArch64][obvious] In aarch64_class_max_nregs use UNITS_PER_VREG and UNITS_PE...Kyrylo Tkachov2-2/+9
2015-05-20Add missing declaration.Robert Suchanek2-0/+5
2015-05-20c-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout.Marek Polacek6-32/+32
2015-05-20Introduce TV_INITIALIZE_RTLDavid Malcolm3-0/+9
2015-05-20libcpp: Eliminate most of the non-const/reference-returning inline fnsDavid Malcolm2-1/+6
2015-05-20tree-chkp.c (chkp_maybe_copy_and_register_bounds): Remove useless gimple_buil...Ilya Enkovich2-9/+21
2015-05-20re PR tree-optimization/65447 (AArch64: iv-opt causes bad addressing)Bin Cheng4-20/+439
2015-05-20aarch-common-protos.h (struct mem_cost_table): Added new fields loadv and sto...Kugan Vivekanandarajah6-72/+280
2015-05-19tree-ssa-threadupdate.c (thread_single_edge): Use delete_jump_thread instead ...Jeff Law2-3/+8
2015-05-20re PR c++/65954 (gcc segfaults on the following input with a syntax error)Nathan Sidwell4-0/+30
2015-05-20rs6000.c (rs6000_emit_allocate_stack): Return stack adjusting insn.Alan Modra2-9/+40
2015-05-20rs6000-common.c (TARGET_SUPPORTS_SPLIT_STACK): Define.Alan Modra5-2/+387
2015-05-20rs6000.c (struct rs6000_stack): Correct comments.Alan Modra2-20/+21
2015-05-20rs6000.c (rs6000_stack_info): Don't zero offsets when not saving registers.Alan Modra2-33/+19
2015-05-20fixup hash table descriptor in winnt.cTrevor Saunders2-3/+9
2015-05-20Daily bump.GCC Administrator1-1/+1
2015-05-19config.gcc [...]: Allow --enable-targets=all to build a biarch toolchain again.Sandra Loosemore2-0/+6
2015-05-19pr64366.c: Remove -m4 -ml from dg-options.Oleg Endo2-1/+5
2015-05-19ipa-devirt.c (type_in_anonymous_namespace_p): Return true or implicit declara...Jan Hubicka4-6/+27
2015-05-19* c-typeck.c (start_init): Use AGGREGATE_TYPE_P.Marek Polacek2-5/+6
2015-05-19stor-layout.c (finalize_type_size): Use AGGREGATE_TYPE_P.Eric Botcazou2-9/+9
2015-05-19S/390 Invalid vector binary opsAndreas Krebbel2-0/+67
2015-05-19S/390 vector types are only 8 byte aligned.Andreas Krebbel2-1/+12
2015-05-19loop-invariant.c (create_new_invariant): Don't calculate address cost if mode...David Sherwood4-2/+59
2015-05-19These testcases require disabling hardware vector support on S/390.Andreas Krebbel3-0/+8
2015-05-19S/390 Add zvector testcases.Andreas Krebbel12-0/+404
2015-05-19S/390 zvector builtin support.Andreas Krebbel16-273/+7493
2015-05-19S/390 Add vector scalar instruction support.Andreas Krebbel6-91/+429
2015-05-19S/390: Vector base support - testcasesAndreas Krebbel24-0/+1064
2015-05-19S/390 Vector base support.Andreas Krebbel9-260/+2812
2015-05-19S/390 Add -march/-mtune=z13 option.Andreas Krebbel9-12/+91
2015-05-19S/390: Make shift_count_or_setmem_operand predicate to check for mode.Andreas Krebbel2-1/+11
2015-05-19tree.c (verify_type_variant): Fix #undef.Jan Hubicka5-203/+259
2015-05-19re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs)Jakub Jelinek10-71/+303
2015-05-19vqshrun_n.c: New file.Christophe Lyon2-0/+137
2015-05-19vqshrn_n.c: New file.Christophe Lyon2-0/+181
2015-05-19vqshlu_n.c: New file.Christophe Lyon2-0/+267
2015-05-19cris.c (cris_expand_prologue): Use gen_raw_REG instead of gen_rtx_raw_REG.Richard Sandiford4-14/+21
2015-05-19vqshl_n.c: New file.Christophe Lyon2-0/+238
2015-05-19vqshl.c: New file.Christophe Lyon2-0/+833
2015-05-19vqrshrun_n.c: New file.Christophe Lyon2-0/+193
2015-05-19vqrshrn_n.c: New file.Christophe Lyon2-0/+178
2015-05-19vqrshl.c: New file.Christophe Lyon2-0/+1094
2015-05-19vqrdmulh_n.c: New file.Christophe Lyon2-0/+159
2015-05-19vqrdmulh_lane.c: New file.Christophe Lyon2-0/+173
2015-05-19vqrdmulh.c: New file.Christophe Lyon2-0/+165
2015-05-19vqmovun.c: New file.Christophe Lyon2-0/+97
2015-05-19vqmovn.c: New file.Christophe Lyon2-0/+138