aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2012-04-22ChangeLog: Fix.Uros Bizjak2-36/+39
2012-04-22Correcting transform_to_exit_first_loop + fix to PR tree-optimization/46886Razya Ladelsky3-44/+39
2012-04-22Daily bump.GCC Administrator1-1/+1
2012-04-21method.c (make_alias_for): Do not set TREE_SYMBOL_REFERENCED.Jan Hubicka5-50/+12
2012-04-21re PR bootstrap/53021 (bootstrap failure on Linux/ia32)Richard Sandiford8-25/+40
2012-04-21Install right version, sigh.Richard Sandiford1-1/+1
2012-04-21fold-const.c (fold_checksum_tree): Fix VECTOR_CST case.Richard Sandiford2-1/+6
2012-04-21re PR c/35441 (pretty-printer cannot handle some expressions)Manuel López-Ibáñez5-7/+55
2012-04-21Daily bump.GCC Administrator1-1/+1
2012-04-20compiler: Don't call cgraph_mark_needed_node.Ian Lance Taylor1-1/+0
2012-04-20go-test.exp (go-set-goarch): Recognize powerpc*-*-*.Ian Lance Taylor2-1/+13
2012-04-20compiler, runtime: Add explicit checks for zero and overflow division.Ian Lance Taylor5-29/+153
2012-04-20test_passing_unions.c: Avoid undefined array access.Uros Bizjak3-4/+10
2012-04-20genmodes: don't truncate a mode name of length >= 7Jim Meyering2-19/+18
2012-04-20re PR bootstrap/53042 (AIX bootstrap: cgraph symbol table error)Jan Hubicka2-1/+7
2012-04-20error.c (pedwarn_cxx98): Move va_end call after user of the va_list.Michael Matz2-1/+8
2012-04-20re PR rtl-optimization/44214 (Compiler does not optimize vector divide with -...Bill Schmidt6-13/+122
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka25-168/+201
2012-04-20re PR bootstrap/53021 (bootstrap failure on Linux/ia32)Jakub Jelinek4-8/+31
2012-04-20tree-ssa-copy.c (propagate_tree_value_into_stmt): Use update_call_from_tree w...Richard Guenther4-5/+41
2012-04-20rs6000.c (rs6000_emit_savres_rtx): Formatting.Alan Modra2-177/+183
2012-04-20re PR c++/53050 (ssa_forward_propagate_and_combine: segmentation fault)Richard Guenther2-3/+12
2012-04-20* symtab.c (dump_symtab_base): Revert accidental checkin.Jan Hubicka2-2/+4
2012-04-20re PR target/53040 (nested functions may trash floating point registers)Alan Modra2-2/+9
2012-04-20tree-dump.c (dequeue_and_dump): Dump the three child nodes.Thomas Schwinge2-1/+7
2012-04-20tree-vect-loop.c (vect_analyze_loop_operations): Do not vectorize loops that ...Richard Guenther2-2/+11
2012-04-20* symtab.c (dump_symtab_base): Fix dumping of asm lists.Jan Hubicka2-3/+9
2012-04-20Daily bump.GCC Administrator1-1/+1
2012-04-19ChangeLog: remove summary from my entry, on request from David EdelsohnJim Meyering1-2/+1
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