aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2013-04-11[multiple changes]Arnaud Charlet12-52/+136
2013-04-11[multiple changes]Arnaud Charlet5-10/+65
2013-04-11[multiple changes]Arnaud Charlet1-0/+9
2013-04-11[multiple changes]Arnaud Charlet3-9/+19
2013-04-11[multiple changes]Arnaud Charlet3-40/+59
2013-04-11sem_ch5.adb: remove spurious warning from non-empty loop.Ed Schonberg3-294/+228
2013-04-11[multiple changes]Arnaud Charlet6-193/+285
2013-04-11[multiple changes]Arnaud Charlet12-76/+226
2013-04-11opts.c (common_handle_option): Fix formatting and add FALLTHRU comment.Senthil Kumar Selvaraj2-4/+9
2013-04-11re PR c++/54216 (Missing diagnostic for ill-formed anonymous enum declarations)Paolo Carlini5-1/+31
2013-04-11[PATCH, AARCH64] Fix unrecognizable insn issue with vcond against 0.0fJames Greenhalgh10-11/+71
2013-04-11re PR tree-optimization/56899 (Wrong constant folding)Jakub Jelinek4-2/+62
2013-04-11re PR rtl-optimization/56124 (Redundant reload for loading from memory)Bin Cheng2-2/+11
2013-04-11Daily bump.GCC Administrator1-1/+1
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist36-4989/+4849
2013-04-10sparc.c: Include tree-pass.h.Steven Bosscher3-106/+152
2013-04-10Fix sparc assembler specs for supersparc and hypersparc.David S. Miller2-0/+5
2013-04-10Improve cstore code generation on 64-bit sparc.David S. Miller14-97/+230
2013-04-10aarch64.c (aarch64_print_extension): New function.Yufeng Zhang2-2/+25
2013-04-10common.opt: Add -gdwarf.Senthil Kumar Selvaraj4-2/+25
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener58-165/+105
2013-04-10tree-vectorizer.h (struct _slp_oprnd_info): Remove first_const_oprnd field, r...Richard Biener5-24/+53
2013-04-10re PR tree-optimization/55524 (If fnma exists but not fms, convert_mult_to_fm...Joern Rennecke4-0/+40
2013-04-10cif-code.def (OVERWRITABLE): Correct the comment for overwritable function.Zhouyi Zhou5-2/+27
2013-04-10combine.c (simplify_compare_const): Use GET_MODE_MASK to filter out unnecessa...Chung-Ju Wu2-2/+8
2013-04-10tree-vect-slp.c (vect_get_and_check_slp_defs): Remove broken code swapping op...Richard Biener2-110/+52
2013-04-10sh.md (barrier_align): Use next/prev_active_insn instead of next/prev_real_insn.Christian Bruel2-2/+7
2013-04-10re PR c++/56895 (ICE: unexpected expression of kind arrow_expr)Jakub Jelinek4-4/+61
2013-04-10Daily bump.GCC Administrator1-1/+1
2013-04-09ipa.c (cgraph_externally_visible_p, [...]): Drop aliased parameter.Jan Hubicka4-57/+16
2013-04-09re PR c++/25466 (typeid expression fails to throw bad_typeid according to 5.2...Jason Merrill3-7/+47
2013-04-09arm.md (minmax_arithsi_non_canon): New pattern.Kyrylo Tkachov4-0/+64
2013-04-09sched-vis.c (print_pattern): Print SEQUENCE of insns as insns.Steven Bosscher2-5/+28
2013-04-09sparc.md: Use define_c_enum for "unspec" and "unspecv".Steven Bosscher2-82/+86
2013-04-09re PR tree-optimization/48762 (valgrind: Invalid read/write of size 8 in cse_...Marek Polacek2-1/+7
2013-04-09tree-vect-slp.c (vect_get_and_check_slp_defs): Remove code dealing with cost.Richard Biener2-88/+143
2013-04-09re PR middle-end/56883 (error openmp parallel for order)Jakub Jelinek4-20/+119
2013-04-09tree-vrp.c (simplify_cond_using_ranges): Simplify test of boolean when the bo...Jeff Law4-1/+131
2013-04-09tree-vectorizer.h (slp_void_p): Remove.Richard Biener4-60/+66
2013-04-09expr.c (build_java_binop): Pass a type to build_int_cst.Richard Biener4-15/+27
2013-04-09re PR tree-optimization/56854 (error: non-decl/MEM_REF LHS in clobber statement)Jakub Jelinek4-1/+41
2013-04-09gfortran.texi (KIND Type Parameters, [...]): Add crossrefs.Tobias Burnus2-11/+159
2013-04-09tree.c (type_hash_lookup, [...]): Make static.Maxim Kuvyrkov3-4/+7
2013-04-09tree.h (unsave_expr_now): Remove.Richard Biener4-137/+12
2013-04-09Fix non-ASCII characters in names.Jakub Jelinek2-69/+69
2013-04-09Daily bump.GCC Administrator1-1/+1
2013-04-08re PR c++/56838 (GCC svn doesn't compile libreoffice 4.0.1.2)Jason Merrill3-2/+13
2013-04-08rtl.texi (sequence): Rewrite documentation to match the current use of SEQUEN...Steven Bosscher4-42/+50
2013-04-08re PR fortran/56872 (Incorrect SUM evaluation, involving implied-do loop, wit...Thomas Koenig4-1/+30
2013-04-08re PR c++/56871 ([c++11] Specialization of constexpr Templated Function)Paolo Carlini4-5/+37