aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2012-03-07re PR target/52505 ([avr]: __memx address space reading unintentionally from ...Georg-Johann Lay3-4/+27
2012-03-07re PR target/52461 ([avr] XMEGA+EBI: RAMPZ clobbered while reading from flash)Georg-Johann Lay2-0/+13
2012-03-07re PR pch/52518 (gcc fails to find pch files in subincludes)Richard Guenther2-3/+9
2012-03-07re PR middle-end/52515 (build fails on cris-elf in unwind-dw2.c, x86_64-unkn...Richard Sandiford2-4/+9
2012-03-07invoke.texi (fwritable-relocated-rdata): Document new Cygwin/MinGW target opt...Kai Tietz4-0/+29
2012-03-07tree-ssa-math-opts.c (convert_mult_to_widen): Check actual precision against ...Richard Guenther2-0/+7
2012-03-07Daily bump.GCC Administrator1-1/+1
2012-03-06va-arg-25.c: Fix typo for powerpc64-*-* check.Pat Haugen2-1/+5
2012-03-06f95-lang.c (yyerror, yylex): Remove.Steven Bosscher7-159/+122
2012-03-06re PR middle-end/52372 (gcc.target/mips/mips16-attributes{,-4}.c SEGV in dwf_...Richard Sandiford3-14/+27
2012-03-06m68k: Limit TAS to 68000 and CF ISA_B.Richard Henderson3-2/+9
2012-03-06re PR target/50310 (ICE: in gen_vcondv2div2df, at config/i386/sse.md:1435 wit...Michael Meissner3-0/+103
2012-03-06trans-mem.c: New typedef for tm_region_p.Aldy Hernandez2-10/+19
2012-03-06fold-const.c (build_fold_addr_expr_with_type_loc): Fold MEM_REF with constant...Richard Guenther2-1/+11
2012-03-06re PR middle-end/52493 (tree check fail in ptr_derefs_may_alias_p)Richard Guenther4-13/+57
2012-03-06vms-c.c (vms_pragma_nomember_alignment): Handle octaword.Tristan Gingold2-8/+36
2012-03-06invoke.texi (AVR Options): -mmcu=: Document the XMEGA cores.Georg-Johann Lay2-23/+118
2012-03-06vms.c (VMS_CRTL_LDBL): Rename from VMS_CRTL_PRNTF.Tristan Gingold3-13/+19
2012-03-06t-vmsnative (version): Define.Tristan Gingold3-6/+15
2012-03-06re PR middle-end/52097 (ICE: in get_bit_range, at expr.c:4535 with -O -flto -...Richard Guenther4-0/+65
2012-03-06re PR rtl-optimization/52250 (ICE: in sel_remove_bb, at sel-sched-ir.c:5213 w...Andrey Belevantsev2-9/+25
2012-03-06Daily bump.GCC Administrator1-1/+1
2012-03-05re PR target/51244 ([SH] Inefficient conditional branch and code around T bit)Oleg Endo8-44/+176
2012-03-05c-typeck.c (pointer_diff): Check for POINTER_PLUS_EXPR, not PLUS_EXPR.Bernd Schmidt2-2/+9
2012-03-05genemit.c (main): Include "target.h" in insn-emit.c.Richard Henderson4-6/+16
2012-03-05Make-lang.in (doc/gnat_ugn.texi): Build xgnatugn before using it.Jason Merrill2-0/+6
2012-03-05epiphany.c (epiphany_function_value_regno_p): Make static.Joern Rennecke2-1/+6
2012-03-05objc-map.c (objc_map_private_resize, [...]): Don't call _stat functions witho...Jason Merrill2-5/+10
2012-03-05langhooks.c (add_builtin_type): New function.Steven Bosscher5-107/+61
2012-03-05pt.c (local_specializations): Change from htab_t into struct pointer_map_t *.Jakub Jelinek2-40/+21
2012-03-05re PR debug/51902 (lexical_blocks inside inlined_subroutines generate duplica...Jakub Jelinek4-9/+138
2012-03-05re PR tree-optimization/52242 (libgomp.c/atomic-2.c failure on s390x)Richard Henderson2-3/+8
2012-03-05sh: Fix location of TARGET_ATOMIC_TEST_AND_SET_TRUEVAL definition.Richard Henderson3-6/+10
2012-03-05re PR target/52481 (m68k-*: internal compiler error: in extract_insn, at reco...Richard Henderson1-5/+5
2012-03-05re PR middle-end/52463 (libitm.c/memcpy-1.c FAILs)Aldy Hernandez2-1/+6
2012-03-05re PR target/52481 (m68k-*: internal compiler error: in extract_insn, at reco...Richard Henderson2-2/+11
2012-03-05sh.h (TARGET_ATOMIC_TEST_AND_SET_TRUEVAL): New hook.Oleg Endo5-1/+87
2012-03-05re PR c++/51930 (Explicitly instantiated template gets hidden visibility)Jason Merrill5-18/+66
2012-03-05method.c (synthesized_method_walk): Cleanups don't affect the EH spec either.Jason Merrill4-2/+38
2012-03-05cfgloop.c (verify_loop_structure): Verify dominators before using them.Richard Guenther11-9/+23
2012-03-05genautomata.c (parse_automata_opt): New static function.Bernd Schmidt2-37/+44
2012-03-05Fix ChangeLog record for 171649:Joern Rennecke1-1/+1
2012-03-05cfgexpand.c (gimple_expand_cfg): Free dominator info.Richard Guenther4-0/+17
2012-03-05re PR middle-end/52353 (-ftrapv -fnon-call-exceptions does not work)Richard Guenther3-6/+48
2012-03-05* sv.po: Update.Joseph Myers2-203/+206
2012-03-05re PR tree-optimization/51721 (-Warray-bounds false positives and inconsisten...Jakub Jelinek5-1/+475
2012-03-05* cfgrtl.c (cfg_layout_merge_blocks): Cleanup.Jakub Jelinek2-25/+18
2012-03-05tree.c (integer_zerop): Handle VECTOR_CSTs.Richard Guenther2-12/+53
2012-03-05avr.md (*umaddqihi4.2): New insn-and-split.Georg-Johann Lay2-0/+27
2012-03-05Daily bump.GCC Administrator1-1/+1