aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/spu
AgeCommit message (Expand)AuthorFilesLines
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-2/+2
2013-04-03* config/spu/spu.c (emit_nop_for_insn): Handle JUMP_TABLE_DATA.Ulrich Weigand1-2/+11
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-4/+0
2013-03-29cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher1-2/+1
2013-03-23avr.c, [...]: Where applicable...Steven Bosscher1-3/+3
2013-01-10Update copyright years in gcc/Richard Sandiford19-26/+19
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek8-8/+11
2012-12-19target.def: Define canonicalize_comparison hook.Andreas Krebbel2-12/+17
2012-12-10spu.md: Replace "operands" with "operands != NULL" in insn conditions.Andreas Krebbel1-8/+8
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-3/+3
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-1/+1
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-2/+2
2012-10-16loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.Joern Rennecke1-1/+2
2012-09-20s390.c (s390_chunkify_start): Replacing INSN_LOCATOR.Dehao Chen1-11/+11
2012-09-05hooks.c (hook_int_rtx_mode_as_bool_0): New function.Oleg Endo1-1/+1
2012-08-15spu.c: Include "cfgloop.h".Ulrich Weigand2-7/+13
2012-07-25re PR target/53633 (__attribute__((naked)) should disable -Wreturn-type)Sandra Loosemore1-0/+11
2012-07-25tm.texi: Regenerate.Bill Schmidt1-9/+14
2012-07-16spu.c (targetm): Move to bottom of file.Ulrich Weigand1-301/+213
2012-07-16system.h (dump_file): Do not define.Steven Bosscher2-1/+2
2012-07-13re PR bootstrap/53955 (Missing prototypes in i386.c, bootstrap failure with -...Bill Schmidt1-4/+4
2012-07-13tm.texi: Regenerate.Bill Schmidt1-0/+65
2012-07-10Zap now unused builtin_mul_widen_even/odd target hooksRichard Henderson1-42/+0
2012-07-10spu: Rename patterns for vec_widen_<s>mult_even/odd_<mode>Richard Henderson3-88/+87
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-7/+7
2012-06-17cfglayout.h: Remove.Steven Bosscher2-2/+1
2012-06-13targhooks.c (default_builtin_vectorized_conversion): Handle vec_construct, us...Bill Schmidt1-1/+7
2012-05-29integrate.c: Remove.Steven Bosscher2-2/+1
2012-05-29LANGUAGES: Fix typos.Joseph Myers2-4/+4
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2-8/+10
2012-02-10re PR tree-optimization/50031 (Sphinx3 has a 10% regression going from GCC 4....Bill Schmidt1-0/+1
2011-11-02Move libgcc2 to toplevel libgccRainer Orth13-995/+0
2011-11-02Move libgcc1 to toplevel libgccRainer Orth1-4/+0
2011-11-02Move crtstuff support to toplevel libgccRainer Orth3-515/+0
2011-10-25spu: Remove vec_extract_even/odd and vec_interleave expanders.Richard Henderson1-433/+0
2011-10-21spu.md ("vec_permv16qi"): Reduce selector modulo 32 before using the shufb in...Ulrich Weigand1-3/+9
2011-10-20Remove TARGET_VECTORIZE_BUILTIN_VEC_PERM.Richard Henderson1-47/+0
2011-10-19re PR target/50310 (ICE: in gen_vcondv2div2df, at config/i386/sse.md:1435 wit...Ulrich Weigand1-2/+55
2011-10-18spu.c (struct machine_function): New data structure.Ulrich Weigand1-12/+36
2011-10-17configure.ac: Add --with-native-system-header-dir.Simon Baldwin2-9/+0
2011-10-13spu: Implement vec_permv16qi.Richard Henderson1-0/+12
2011-09-02re PR tree-optimization/27460 (Does not vectorize statements with mixed type ...Richard Guenther1-2/+2
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-2/+3
2011-08-16spu.c (spu_emit_branch_or_set): Avoid reverse tests when generating an intege...Ulrich Weigand1-1/+23
2011-08-16spu.h (LEGITIMIZE_RELOAD_ADDRESS): New macro.Ulrich Weigand3-2/+59
2011-08-05Makefile.in (FPBIT_FUNCS, [...]): Remove.Rainer Orth1-16/+0
2011-08-05Makefile.in (UNWIND_H): Remove.Rainer Orth1-3/+0
2011-08-03spu: Use define_c_enum.Richard Henderson1-59/+63
2011-07-20target.def (class_max_nregs): New hook.Anatoly Sokolov1-3/+0
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-11/+8