aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka28-207/+257
2012-04-16re PR tree-optimization/52975 (Ofast produces not optimized code for vectoriz...Richard Guenther2-5/+9
2012-04-16Fix plugin testsuite, remove uses of TODO_dump_func (PR testsuite/52948)Rainer Orth6-7/+26
2012-04-16re PR tree-optimization/52975 (Ofast produces not optimized code for vectoriz...Richard Guenther3-1/+71
2012-04-16re PR fortran/52968 ([OOP] Call to type-bound procedure wrongly rejected)Janus Weil4-4/+40
2012-04-15re PR c++/47220 ([C++0x] no error on unterminated template argument list for ...Jason Merrill6-3/+23
2012-04-15re PR c++/52292 ([C++11] Variadic template expansion into fixed template caus...Jason Merrill5-1/+66
2012-04-16Daily bump.GCC Administrator1-1/+1
2012-04-15re PR c++/52706 ([C++11] Demangling of templates with std::nullptr_t as non-t...Jason Merrill5-0/+20
2012-04-15re PR c++/52818 (printf format %lf is erroneously rejected by C++11)Jason Merrill4-2/+21
2012-04-15re PR fortran/51082 ([F03] Wrong result for a pointer to a proc-pointer compo...Janus Weil4-1/+42
2012-04-15re PR fortran/52916 (481.wrf in SPEC CPU 2006 failed to build)Tobias Burnus8-1/+119
2012-04-15Daily bump.GCC Administrator1-1/+1
2012-04-14* config/i386/sse.md: Fix whitespace and formatting.Uros Bizjak1-416/+224
2012-04-14sse.md (ssse3_plusminus): New code iterator.Uros Bizjak2-1013/+185
2012-04-14superblock.c: New test.Tom de Vries2-0/+27
2012-04-14cfgcleanup.c (try_optimize_cfg): Replace call to delete_insn_chain by call to...Tom de Vries5-33/+43
2012-04-14cgraph.h: Update copyrights;Jan Hubicka46-1157/+1304
2012-04-14pr51879-12.c: New test.Tom de Vries2-0/+33
2012-04-14tree-ssa-tail-merge.c (stmt_local_def): New function, factored out of same_su...Tom de Vries2-37/+79
2012-04-14Daily bump.GCC Administrator1-1/+1
2012-04-13re PR c++/52824 ([C++11] expanding variadic template arguments into non-varia...Jason Merrill5-3/+40
2012-04-13re PR c++/52905 ([C++0x] ice on invalid brace-enclosed initializer of vector ...Jason Merrill4-0/+25
2012-04-13re PR c++/52915 ([C++11] Deleted default-constructor of anonymous unions not ...Jason Merrill5-6/+24
2012-04-13Define _ILP32 and __ILP32__ for x32H.J. Lu2-0/+10
2012-04-13re PR middle-end/52939 (ice in gimple_get_virt_method_for_binfo with -O3)Martin Jambor4-1/+70
2012-04-13Add and use config/i386/gnu-user-common.hEnkovich Ilya5-100/+95
2012-04-13expr.c (expand_expr_real_1): Pass type, not the expression, to set_mem_attrib...Martin Jambor2-2/+16
2012-04-13re PR debug/48866 (gcc hangs when -g is set)Alexandre Oliva4-103/+301
2012-04-13df-problems.c (df_note_bb_compute): Do not take note of debug uses for whose ...Alexandre Oliva2-1/+11
2012-04-13re PR debug/51570 (FAIL: gcc.dg/guality/pr45003-[23].c)Alexandre Oliva2-19/+80
2012-04-13pr52734.c: New test.Tom de Vries2-0/+39
2012-04-13tree-ssa-tail-merge.c (gsi_advance_bw_nondebug_nonlocal): Add parameters vuse...Tom de Vries2-6/+36
2012-04-13re PR tree-optimization/52969 (ICE in in get_expr_operands, at tree-ssa-opera...Richard Guenther4-0/+45
2012-04-13rl78.c (rl78_devirt_pass): Remove use of TODO_dump_func flag.Nick Clifton2-1/+6
2012-04-13re PR rtl-optimization/52203 (ICE: in reset_sched_cycles_in_current_ebb, at s...Andrey Belevantsev2-11/+24
2012-04-13re PR c/52549 (ice in pointer_diff)Richard Guenther4-2/+16
2012-04-13re PR c/52862 (ICE convert_to_pointer, at convert.c:50)Richard Guenther4-5/+20
2012-04-13constraints.md (Pe): New constraint.Joey Ye5-1/+40
2012-04-13arm-cores.def: Added core cortex-m0plus.Terry Guo5-2/+13
2012-04-13Daily bump.GCC Administrator1-1/+1
2012-04-13re PR target/52828 (powerpc -m32 -Os writes register saves below stack)Alan Modra4-41/+73
2012-04-12tree-ssa-reassoc.c (attempt_builtin_powi_stats): Change %ld to HOST_WIDE_INT_...Bill Schmidt2-2/+8
2012-04-12re PR target/52932 (AVX2 intrinsic _mm256_permutevar8x32_ps has wrong paramet...Uros Bizjak8-68/+77
2012-04-12re PR target/52775 (Change default for using FCFID instruction)Michael Meissner4-5/+34
2012-04-12re PR tree-optimization/18589 (could optimize FP multiplies better)Bill Schmidt13-10/+659
2012-04-12Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.Richard Guenther10-238/+252
2012-04-12dbgcnt.def (ira_move): New counter.Bernd Schmidt7-8/+550
2012-04-12re PR tree-optimization/52943 (likely wrong code bug caused by predictive com...Richard Guenther6-60/+114
2012-04-12tree-parloops.c (parallelize_loops): Also consult the upper bound for the num...Richard Guenther3-4/+16