aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-21syscall: Additional constants, some type corrections.Ian Lance Taylor6-7/+95
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-20net, syscall: Use native endianness for GNU/Linux netlink code.Ian Lance Taylor7-67/+14
2012-04-20compiler, runtime: Add explicit checks for zero and overflow division.Ian Lance Taylor6-30/+160
2012-04-20net/http: Ignore sigaltstack when running strace in test.Ian Lance Taylor1-1/+1
2012-04-20debug/dwarf: Fix address lookups for different types of lines.Ian Lance Taylor1-0/+4
2012-04-20runtime: Disable memory profiling in gc_test.Ian Lance Taylor1-0/+2
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 libstdc++/53052 ([C++11] is_explicitly_convertible still part of <type_...Paolo Carlini3-5/+5
2012-04-20re PR libstdc++/53052 ([C++11] is_explicitly_convertible still part of <type_...Paolo Carlini5-118/+11
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-20struct siginfo vs. siginfo_tThomas Schwinge10-22/+41
2012-04-20* symtab.c (dump_symtab_base): Fix dumping of asm lists.Jan Hubicka2-3/+9
2012-04-20runtime: Ignore stack sizes when deciding when to GC.Ian Lance Taylor4-3/+19
2012-04-20gotest: Don't get confused by data tables named Test on PPC.Ian Lance Taylor1-3/+3
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