aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2012-03-26re PR rtl-optimization/52629 (out-of-bounds access in reload1.c)Eric Botcazou2-9/+22
2012-03-26Daily bump.GCC Administrator1-1/+1
2012-03-25decl.c (gnat_to_gnu_entity): Copy the TYPE_PACKED flag from the base type.Eric Botcazou2-0/+6
2012-03-25decl.c (SS_MARK_NAME): New define.Eric Botcazou5-1/+55
2012-03-25utils.c (add_parallel_type): Take a TYPE instead of a DECL and adjust.Eric Botcazou4-24/+47
2012-03-25utils.c (finish_record_type): Return early for padded types and tidy up.Eric Botcazou2-13/+17
2012-03-25re PR middle-end/51663 (Desirable/undesirable elimination of unused variables...Jan Hubicka4-12/+18
2012-03-25re PR tree-optimization/51737 (g++ crashes (internal compiler error: Segmenta...Jan Hubicka1-0/+30
2012-03-25Daily bump.GCC Administrator1-1/+1
2012-03-24Implement return type deduction for normal functions with -std=c++1y.Jason Merrill30-148/+405
2012-03-24expr.c (optimize_bitfield_assignment_op): Use str_mode and str_bitsize instea...Eric Botcazou2-14/+14
2012-03-24re PR target/52610 (mpfr fails to compile when specifying CFLAGS="-O3 -mcpu=l...Eric Botcazou2-0/+6
2012-03-24re PR middle-end/52656 (gcc.target/sparc/fpmul-2.c FAILs)Eric Botcazou2-1/+6
2012-03-24Daily bump.GCC Administrator1-1/+1
2012-03-23tree-sra.c (build_accesses_from_assign): Remove FIXME comment.Martin Jambor2-2/+4
2012-03-23re PR tree-optimization/52678 (internal compiler error: in vect_update_ivs_af...Richard Guenther6-24/+59
2012-03-23Remove unused GFC_MAX_LINE macro.Janne Blomqvist2-1/+4
2012-03-23re PR tree-optimization/52638 (ice in build_vector_from_val)Richard Guenther2-0/+20
2012-03-23c-lex.c (c_lex_with_flags): Avoid declarations after stmts.William Bader2-2/+8
2012-03-23re PR c++/52487 ([C++11] ICE at cp/semantics.c:5613 with lambda capturing ref...Paolo Carlini4-2/+23
2012-03-23Daily bump.GCC Administrator1-1/+1
2012-03-22mips-tables.opt: Update.Maxim Kuvyrkov7-3/+32
2012-03-22re PR c++/52671 (ICE with misplaced attribute on enum)Jakub Jelinek4-1/+17
2012-03-22re PR middle-end/52547 (ICE with openmp with nested function which requires a...Jakub Jelinek2-3/+28
2012-03-22alpha.h (ASM_OUTPUT_ALIGN): Move to config/alpha/elf.hUros Bizjak4-41/+36
2012-03-22re PR tree-optimization/51737 (g++ crashes (internal compiler error: Segmenta...Jan Hubicka6-8/+42
2012-03-22re PR tree-optimization/52666 (FAIL: scal-to-vec1.c)Richard Guenther2-1/+6
2012-03-22re PR target/52496 (avr-specific built-ins missing memory barrier)Georg-Johann Lay2-12/+27
2012-03-22re PR tree-optimization/52548 (missed PRE optimization when function call fol...Richard Guenther4-18/+124
2012-03-22fortran-modules.exp (list-module-names-1): Remove warning.Bernhard Reutner-Fischer2-1/+6
2012-03-22re PR tree-optimization/52638 (ice in build_vector_from_val)Richard Guenther2-52/+71
2012-03-22re PR testsuite/52563 (FAIL: gcc.dg/tree-ssa/scev-[3,4].c scan-tree-dump-time...Jiangning Liu3-2/+20
2012-03-22config.gcc (alpha*-*-linux*): Add elfos.h to tm_file.Uros Bizjak4-334/+71
2012-03-22re PR tree-optimization/52459 (PRE performs stupid inserts)Richard Guenther2-0/+10
2012-03-22Daily bump.GCC Administrator1-1/+1
2012-03-21cse.c (invalidate_from_sets_and_clobbers, [...]): Split out from ...Steven Bosscher2-186/+320
2012-03-21objc-act (objc_build_ivar_assignment): Do not call assemble_external.Steven Bosscher5-9/+9
2012-03-21freebsd64.h: Remove duplicated entries from last commit.Andreas Tobler3-530/+4
2012-03-21re PR target/50751 (SH Target: Displacement addressing does not work for QImo...Oleg Endo4-0/+90
2012-03-21Fix ChangeLog formatting.Oleg Endo1-1/+1
2012-03-21re PR target/52479 (SH Target: SH4A DFmode fsca tests failing)Oleg Endo8-98/+14
2012-03-21PR/target 52642Kaz Kojima2-0/+13
2012-03-21configure.ac (HAVE_LD_NO_DOT_SYMBOLS): Add powerpc64-*-freebsd*.Andreas Tobler9-17/+1061
2012-03-21re PR rtl-optimization/52543 (lower-subreg.c: code bloat of 300%-400% for mul...Georg-Johann Lay4-342/+244
2012-03-21neon.md (neon_vget_lanev2di): Use gen_lowpart and gen_highpart.Richard Earnshaw7-14/+44
2012-03-21re PR testsuite/52641 (Test cases fail for 16-bit int targets)Martin Jambor3-4/+8
2012-03-21arm.c (thumb2_reorg): Add complete support for 16-bit instructions.Andrew Stubbs6-136/+355
2012-03-21re PR tree-optimization/52636 (ICE: tree check: expected integer_cst, have st...Richard Guenther2-0/+12
2012-03-21Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies.Richard Guenther9-103/+42
2012-03-21c-common.h (enum cxx_dialect): Add cxx1y.Jason Merrill12-10/+80