aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-07stop.c: Use C11 _Noreturn.Francois-Xavier Coudert4-23/+26
2014-07-07[ARM] Remove deprecated mwords-little-endian.Kyrylo Tkachov5-23/+13
2014-07-07expmed.c (struct init_expmed_rtl): Change all fields but pow2 and cint from s...Jakub Jelinek2-121/+103
2014-07-07fpu-387.h, [...]: Use static assertions.Francois-Xavier Coudert5-30/+25
2014-07-07re PR libfortran/61640 (KIND=4 Character Array Internal Unit Read Fail)Jerry DeLisle2-1/+19
2014-07-07Daily bump.GCC Administrator1-1/+1
2014-07-06* gfortran.texi (Fortran 2003 status): Fix grammar.Gerald Pfeifer2-1/+5
2014-07-06* ChangeLog: Fix whitespace.Uros Bizjak2-31/+28
2014-07-06imm-devirt-1.C: Fix regexp in dg-final.Marek Polacek3-2/+7
2014-07-06re PR c/6940 (taking sizeof array parameter should trigger a warning)Marek Polacek24-12/+202
2014-07-06Daily bump.GCC Administrator1-1/+1
2014-07-05Restore Solaris/SPARC bootstrapRainer Orth4-0/+29
2014-07-05Don't accept isl 0.10.Rainer Orth3-55/+8
2014-07-05wide-int.h (wide_int_storage): Change declaration from struct to class.Gerald Pfeifer2-1/+6
2014-07-05cgraph.c (cgraph_create_indirect_edge): Update call of get_polymorphic_call_i...Jan Hubicka10-47/+266
2014-07-05[ARM] PR target/49423Charles Baylis5-23/+47
2014-07-05Daily bump.GCC Administrator1-1/+1
2014-07-04resolve.c (resolve_assoc_var): Fix corank setting.Tobias Burnus10-21/+136
2014-07-04[Patch AArch64_be] Fix some vec_concat big-endian confusionsJames Greenhalgh2-16/+122
2014-07-04Improve documentation of earlyclobberTom de Vries2-1/+9
2014-07-04Fix constraint in vec_unpack_trunc_<mode>Tom de Vries2-1/+6
2014-07-04re PR target/61714 (configure --with-arch and --with-cpu are ignored on aarch64)Richard Earnshaw2-0/+12
2014-07-04re PR middle-end/61654 (ICE in release_function_body, at cgraph.c:1699)Jakub Jelinek4-0/+34
2014-07-04re PR tree-optimization/61684 (ICE at -Os and above on x86_64-linux-gnu in tr...Jakub Jelinek4-1/+28
2014-07-04Move fp-as-gp optimization to nds32-fp-as-gp.c module.Chung-Ju Wu4-163/+210
2014-07-04Move memory related implementation to nds32-memory-manipulation.c module.Chung-Ju Wu3-107/+154
2014-07-04Move some external functions used by machine description patterns to nds32-md...Chung-Ju Wu3-779/+832
2014-07-04Preparation of nds32-pipelines-auxiliary.c module for future implementation.Chung-Ju Wu2-0/+47
2014-07-04Move cost calculation to nds32-cost.c module.Chung-Ju Wu4-195/+268
2014-07-04Move some helper functions of predicates and constraints to nds32-predicates....Chung-Ju Wu3-341/+393
2014-07-04Move builtin functions implementation to nds32-intrinsic.c module.Chung-Ju Wu4-181/+258
2014-07-04Move ISR impelentation to nds32-isr.c module.Chung-Ju Wu4-506/+587
2014-07-04Add several new files for preparation of providing modulesChung-Ju Wu11-2/+226
2014-07-04Normalize interface for all *-dg-runtest.Thomas Schwinge67-120/+135
2014-07-04Daily bump.GCC Administrator1-1/+1
2014-07-04re PR tree-optimization/61682 (wrong code at -O3 on x86_64-linux-gnu)Jakub Jelinek4-1/+48
2014-07-03libgomp.exp (libgomp_target_compile): If $source matches regex $lang_source_r...Jakub Jelinek6-1/+31
2014-07-03Fix the shift patterns, and add testSegher Boessenkool4-21/+82
2014-07-03Explain gfortran-dg-runtest usage in libgomp Fortran testing.Thomas Schwinge2-1/+8
2014-07-03arm.md (arch): Add armv6_or_vfpv3.Richard Earnshaw3-12/+35
2014-07-03gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.Jakub Jelinek7-9/+27
2014-07-03ieee_1.F90: Mark variables as volatile to avoid optimization.Francois-Xavier Coudert2-27/+7
2014-07-03invoke.texi (-fsanitize=bounds): Tweak wording.Marek Polacek2-18/+15
2014-07-03rs6000.c (rs6000_adjust_atomic_subword): Use BYTES_BIG_ENDIAN rather than WOR...Maciej W. Rozycki2-1/+7
2014-07-03scanner.c (skip_free_comments): Fix indentation.Tobias Burnus2-1/+5
2014-07-03loop-invariant.c (struct invariant): Add a new member: eqno;Zhenqiang Chen4-2/+55
2014-07-03Daily bump.GCC Administrator1-1/+1
2014-07-02Only transform rotate to rotatert and v.v. if target has bothSegher Boessenkool3-0/+28
2014-07-02* config/fpu-sysv.h (void set_fpu): Remove stalled comment.Uros Bizjak1-1/+0
2014-07-02c-decl.c (duplicate_decls): CLear DECL_STRUCT_FUNCTION before releasing symbol.Jan Hubicka4-1/+27