aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-19* config/rs6000/sync.md (fetchop_name): Change ior attribute to "or".David Edelsohn2-1/+5
2012-04-19* gcc.target/i386/pr45830.c: Update scan-tree-dump.Steven Bosscher2-1/+5
2012-04-19genmodes: remove misleading use of strncpyJim Meyering2-3/+14
2012-04-19symtab.c (dump_symtab_base): Use TREE_STRING_POINTER for dumping DECL_SECTION...Richard Guenther2-1/+6
2012-04-19re PR c/52977 (internal compiler error: Segmentation fault with `-x c-header'...Michael Matz4-14/+98
2012-04-19re PR middle-end/53031 (gcc.dg/tree-ssa/vrp54.c scan-tree-dump-not vrp1 "link...Richard Guenther2-1/+9
2012-04-19diagnostic.c (emit_diagnostic): Move va_end call after user of the va_list.Michael Matz2-6/+22
2012-04-19ira-int.h (ira_allocno_object_iter_cond): Avoid out-of-bound array access.Richard Guenther2-2/+12
2012-04-19re PR target/53033 ([avr]: Wrong register number for 3-byte loads via X)Georg-Johann Lay2-7/+14
2012-04-19sync.md (sync_optab): Change ior attribute to "or".Ramana Radhakrishnan2-1/+5
2012-04-19Fix #52283 error: case label does not reduce to an integer constantChristian Bruel6-8/+40
2012-04-19re PR tree-optimization/44688 (Excessive code-size growth at -O3)Richard Guenther5-19/+39
2012-04-19Daily bump.GCC Administrator1-1/+1
2012-04-18fix accidentally checked-in assert.Steven Bosscher2-2/+1
2012-04-18targhooks.c (default_case_values_threshold): Fix code style nit.Steven Bosscher10-85/+133
2012-04-18cgraph.h (verify_symtab, [...]): Declare.Jan Hubicka5-43/+157
2012-04-18tree-switch-conversion.c (info): Remove global pass info.Steven Bosscher2-151/+161
2012-04-18tree.def (CASE_LABEL_EXPR): Fix documentation, mention all operands.Steven Bosscher3-5/+16
2012-04-18sync.md (fetchop_name): Change ior attribute to "or".Uros Bizjak2-3/+6
2012-04-18re PR tree-optimization/52976 (Revision 186384 breaks the polyhedron tests ae...Bill Schmidt4-26/+84
2012-04-18re PR tree-optimization/52976 (Revision 186384 breaks the polyhedron tests ae...Bill Schmidt7-18/+205
2012-04-18re PR tree-optimization/44688 (Excessive code-size growth at -O3)Richard Guenther4-12/+32
2012-04-18re PR c++/52422 ([C++11][SFINAE] Hard errors with void or arithmetic expressi...Paolo Carlini16-108/+288
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka29-295/+301
2012-04-18thumb1-imm.c: Skip it in non-thumb1 target.Joey Ye2-0/+6
2012-04-18cfgloop.h (estimate_numbers_of_iterations_loop): Remove use_undefined_p param...Richard Guenther6-18/+27
2012-04-18test_passing_unions.c: Avoid undefined array access.Richard Guenther4-3/+10
2012-04-18linux-common.h: New.Enkovich Ilya6-12/+94
2012-04-18cgraph.c (cgraph_node_name): Remove.Jan Hubicka16-108/+262
2012-04-18Daily bump.GCC Administrator1-1/+1
2012-04-17invoke.texi (Language Independent Options): @item should be before @opindex.Manuel López-Ibáñez2-1/+6
2012-04-17re PR bootstrap/53021 (bootstrap failure on Linux/ia32)Richard Sandiford2-1/+7
2012-04-17re PR libfortran/38199 (missed optimization: I/O performance)Tobias Burnus2-1/+8
2012-04-17pr51264-4.C: New test.Tom de Vries2-0/+34
2012-04-17cp-gimplify.c (begin_bc_block): Add location parameter and use as location ar...Tom de Vries2-153/+200
2012-04-17tree-iterator.c (append_to_statement_list_1): Handle case that *list_p is not...Tom de Vries2-0/+12
2012-04-17re PR target/53020 (__atomic_fetch_or doesn't generate `1 insn` variant)Uros Bizjak2-6/+10
2012-04-17re PR c++/52599 (ICE on illegal constexpr constructor declaration)Paolo Carlini6-1/+38
2012-04-17rtl.def (ADDRESS): Turn operand into a HOST_WIDE_INT.Richard Sandiford3-58/+105
2012-04-17808590.cc: New.Benjamin Kosnik2-0/+53
2012-04-17rs6000.h (SLOW_UNALIGNED_ACCESS): Remove DImode.Pat Haugen2-2/+5
2012-04-17re PR tree-optimization/18437 (vectorizer failed for matrix multiplication)Michael Matz6-5/+214
2012-04-17re PR rtl-optimization/53011 (ice in verify_loop_structure: bad sizes)Richard Guenther4-0/+92
2012-04-17sel-sched.c (sel_global_init): Revert previous change.Bernd Schmidt2-1/+5
2012-04-17tree-flow.h (array_at_struct_end_p): Move declaration ...Richard Guenther5-42/+46
2012-04-17stmt.c (cost_table_, [...]): Remove.Steven Bosscher2-131/+12
2012-04-17cgraph.c (cgraph_hash, [...]): Remove.Jan Hubicka7-379/+420
2012-04-17Fix merging default libstdc++.logRainer Orth2-1/+6
2012-04-16invoke.texi: Copy-edit to put verbs in the present tense when...Sandra Loosemore2-656/+669
2012-04-16re PR c++/38543 ([C++0x] Cannot specialize variadic template function)Jason Merrill4-9/+28