aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2014-09-05re PR target/63165 (r214816 breaks Java build and 435.gromacs)Segher Boessenkool1-2/+2
2014-09-04use rtx_insn * a little moreTrevor Saunders6-13/+16
2014-09-04re PR target/62040 (internal compiler error: in simplify_const_unary_operatio...Guozhi Wei2-4/+42
2014-09-04rs6000.c (special_handling_values): Add SH_EXTRACT.Bill Schmidt1-3/+53
2014-09-04vsx.md (*vsx_extract_<mode>_load): Always match selection of 0th memory doubl...Bill Schmidt1-1/+1
2014-09-04rx.h (HARD_REGNO_MODE_OK): Add braces.Jan-Benedict Glaw1-2/+2
2014-09-03output.h (get_some_local_dynamic_name): Declare.Richard Sandiford5-204/+19
2014-09-03aarch64: Improve epilogue unwind infoRichard Henderson1-182/+78
2014-09-03[NDS32] No need to take padding into consideration in Andes ABI2 because we c...Chung-Ju Wu1-0/+16
2014-09-03[NDS32] Provide TARGET_ARG_PARTIAL_BYTES so that we can have structure argumentChung-Ju Wu1-0/+47
2014-09-03[NDS32] Emit stack push instructions for varargs at prologue stage and emit...Chung-Ju Wu1-1/+80
2014-09-03[NDS32] Since we are going to provide new heuristic for fp-as-gp optimization,Chung-Ju Wu1-12/+0
2014-09-03[NDS32] Deal with nameless arguments in nds32_function_arg and nds32_function...Chung-Ju Wu2-23/+90
2014-09-03[NDS32] Since argument pointer must be 8-byte alignment...Chung-Ju Wu1-1/+2
2014-09-03[NDS32] Prepare necessary varargs information in compute_stack_frame().Chung-Ju Wu1-14/+26
2014-09-03[NDS32] Implement TARGET_SETUP_INCOMING_VARARGS target hook.Chung-Ju Wu2-3/+50
2014-09-03adxintrin.h (_subborrow_u32): New.Ilya Tocar2-0/+54
2014-09-03[NDS32] Define and rename some GPR-specific stuff.Chung-Ju Wu2-15/+19
2014-09-03[NDS32] Remove unused variables.Chung-Ju Wu1-4/+0
2014-09-03[NDS32] We need to make sure it is NOT a variadic function so that some v3pus...Chung-Ju Wu2-9/+24
2014-09-03[NDS32] Consider varargs situation when creating stack operation assembly code.Chung-Ju Wu3-20/+57
2014-09-03[NDS32] Add a function to indentify if FUNC is an interrupt service routine.Chung-Ju Wu2-0/+25
2014-09-03[NDS32] Preparation in nds32.h of using registers to save varargs.Chung-Ju Wu1-7/+8
2014-09-03[NDS32] In nds32_valid_stack_push_pop_p(), we look into OP rtx to see if we i...Chung-Ju Wu3-12/+17
2014-09-03[NDS32] Refine the implementation and consider CFA restore information for st...Chung-Ju Wu1-47/+49
2014-09-03[NDS32] Refine the implementation and consider CFA restore information for st...Chung-Ju Wu1-36/+61
2014-09-03re PR bootstrap/61078 (ESA mode bootstrap failure since r209897)Andreas Krebbel1-3/+51
2014-09-03[NDS32] Define PIC_OFFSET_TABLE_REGNUM to $gp register.Chung-Ju Wu1-0/+2
2014-09-03use rtx_code_label moreTrevor Saunders16-91/+93
2014-09-02rs6000-builtin.def (XVCVSXDDP_SCALE): New built-in definition.Bill Schmidt5-0/+132
2014-09-02[2/2] Vectorise lroundf, lfloorf, lceilf using the new ARMv8-A vcvt* instruct...Kyrylo Tkachov4-0/+59
2014-09-02[ARM][1/2] Implement lceil, lfloor, lround optabs with new ARMv8-A instructions.Kyrylo Tkachov2-0/+24
2014-09-02[AArch64] Use CC_Z and CC_NZ with csinc and similar instructions.Kyrylo Tkachov4-51/+69
2014-09-0240x.md (ppc403-integer): Move "exts" to "no dot".Segher Boessenkool23-401/+162
2014-09-02rs6000.md (QHSI): Delete.Segher Boessenkool1-248/+131
2014-09-02rs6000.md (any_extend): New code iterator.Segher Boessenkool1-144/+103
2014-09-022014-09-02 Segher Boessenkool <segher@kernel.crashing.org>Segher Boessenkool1-126/+41
2014-09-01re PR target/62312 ([SH] Invalid operands for opcode div0s)Oleg Endo1-2/+2
2014-09-01vxworksae.h (VXWORKSAE_TARGET_DIR): Rely on $WIND_BASE instead of designating...Olivier Hainque1-6/+5
2014-09-01gnu-user.h (LIBLSAN_EARLY_SPEC): Define.Jakub Jelinek1-1/+6
2014-08-31Commit missing patch partJan-Benedict Glaw1-1/+1
2014-08-31Fix build error with Debian's 4.8.1-2 due to wrong declarationJan-Benedict Glaw1-3/+3
2014-08-30pa.c (pa_assemble_integer): Don't add PLABEL relocation prefix to function la...John David Anglin1-1/+6
2014-08-29AVX-512. Add SI/DI masked interleave.Alexander Ivchenko1-25/+25
2014-08-29AVX-512. Add narrowing vpmov.Alexander Ivchenko2-13/+520
2014-08-29This patch silences two warnings in the mep-elf target, fixing the config-lis...Jan-Benedict Glaw2-19/+14
2014-08-29Make next_insn and previous_insn require an rtx_insn *David Malcolm2-5/+6
2014-08-29Make insn_addresses_new require an rtx_insnDavid Malcolm2-21/+23
2014-08-28altivec.h (vec_xl): New #define.Bill Schmidt4-0/+128
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm41-307/+321