aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2012-12-01Fix a typo in PR debug/53860 ChangeLogH.J. Lu1-1/+1
2012-12-01Add a testcase for PR debug/r53860Zdenek Sojka2-1/+20
2012-12-01re PR fortran/46897 ([OOP] type-bound defined ASSIGNMENT(=) not used for deri...Alessandro Fanfarillo10-148/+983
2012-12-01Daily bump.GCC Administrator1-1/+1
2012-12-01compiler: Fix bug converting unnamed types with placeholders.Ian Lance Taylor2-57/+98
2012-12-01re PR c++/55542 (g++ segmentation fault)Jakub Jelinek4-4/+40
2012-11-30stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator): Deal with d...Eric Botcazou4-4/+32
2012-11-30* config/rs6000/xcoff.h (ASM_OUTPUT_TLS_COMMON): Define.David Edelsohn2-0/+10
2012-11-30xcoffout.c (xcoff_tls_data_section_name): Define.David Edelsohn5-5/+228
2012-11-30Revised patch to ensure that histograms from the profile summary are streamed...Teresa Johnson7-26/+136
2012-11-30re PR middle-end/52890 (Revision 185336 causes 10% degradation on cpu2000 ben...Martin Jambor8-7/+211
2012-11-30For attribute named "type", subdivide "alu" into "alu_reg" and "simple_alu_imm".Ramana Radhakrishnan20-145/+317
2012-11-30tree-ssa-pre.c (get_expr_value_id): Do not allocate value-ids here.Richard Biener2-1/+6
2012-11-30tree-ssa-sccvn.c (run_scc_vn): Remove iteration propagating value_ids.Richard Biener1-19/+11
2012-11-30tree-ssa-sccvn.c (run_scc_vn): Remove iteration propagating value_ids.Richard Biener1-0/+5
2012-11-30coretypes.h (struct pretty_print_info): Make a coretype.Steven Bosscher10-319/+374
2012-11-30tsan.c (is_load_of_const_p): Removed.Jakub Jelinek2-57/+29
2012-11-30gensupport.c (maybe_eval_c_test): Remove not-null check for expr.Michael Zolotukhin3-2/+8
2012-11-30host-mingw32.c (va_granularity): Make none-const.Kai Tietz2-6/+31
2012-11-30mingw32.h (SHARED_LIBGCC_SPEC): Synchronize with cygwin-host.Kai Tietz2-3/+17
2012-11-30compiler: Fix fieldtrack info for unexported type.Ian Lance Taylor1-1/+1
2012-11-30Daily bump.GCC Administrator1-1/+1
2012-11-29re PR middle-end/55321 (Ada bootstrap failure on armv5tel-linux-gnueabi)Eric Botcazou6-2/+72
2012-11-29re PR c++/53137 (g++ segfault)Jason Merrill4-8/+49
2012-11-29re PR middle-end/55456 (454.calculix in SPEC CPU 2006 is miscompiled)Vladimir Makarov4-4/+21
2012-11-29re PR bootstrap/53912 (bootstrap fails using default c++ mode in stage 2 and ...Kai Tietz2-2/+8
2012-11-29compiler, runtime: Track fields with tag go:"track".Ian Lance Taylor10-7/+163
2012-11-29Update Copyright years in gcc/config/epiphany .Joern Rennecke8-11/+11
2012-11-29re PR target/55073 (Wrong Neon code generation at -O2 caused by -fschedule-in...Richard Earnshaw4-15/+142
2012-11-29re PR c++/53094 (constexpr vector subscripting)Marc Glisse6-0/+53
2012-11-29re PR bootstrap/53912 (bootstrap fails using default c++ mode in stage 2 and ...Kai Tietz2-5/+12
2012-11-29tree-ssa-pre.c (get_expr_value_id): Do not add expr to the set of value expre...Richard Biener2-73/+61
2012-11-29re PR target/54974 ([ARM] [thumb] Incorrect placement of constant pools)Matthew Gretton-Dann5-24/+66
2012-11-29re PR target/55171 (incorrect virtual thunk on mingw)Kai Tietz2-5/+39
2012-11-29re PR fortran/52161 (Internal compiler errors with -fcheck=bounds in coarray ...Tobias Burnus4-2/+20
2012-11-29re PR rtl-optimization/55512 (Various LRA ICEs with inline-asm)Jakub Jelinek3-6/+6
2012-11-29Improve debug message.Marek Polacek2-3/+9
2012-11-29epiphany.h (FIXED_REGISTERS, [...]): Make r40..r43 call-used.Oleg Raikhman2-4/+9
2012-11-29epiphany.c (epiphany_adjust_cost): Use reg_overlap_mentioned_p.Joern Rennecke2-3/+6
2012-11-29* config/epiphany/epiphany.md (isub_i+1): Work around generator bug.Joern Rennecke2-7/+12
2012-11-29re PR c++/52654 ([C++11] Warn on overflow in user-defined literals)Ed Smith-Rowland9-21/+136
2012-11-29epiphany.h (EPIPHANY_LIBRARY_EXTRA_SPEC): Define.Joern Rennecke3-0/+23
2012-11-29Shift get_attr_sched_use_fpu declaration from last change from...Joern Rennecke3-5/+8
2012-11-29predicates.md (addsub_operator): New predicate.Joern Rennecke5-0/+47
2012-11-29Daily bump.GCC Administrator1-1/+1
2012-11-29re PR debug/36728 ([stack]: gdb doesn't work with stack alignment)Jakub Jelinek7-48/+190
2012-11-28re PR other/54279 (first stage build with g++ fails with "." as the first com...Andrew Pinski7-8/+29
2012-11-28re PR tree-optimization/55052 (vect-widening tests are failing and giving wro...Richard Sandiford2-1/+6
2012-11-28re PR fortran/52161 (Internal compiler errors with -fcheck=bounds in coarray ...Tobias Burnus4-1/+79
2012-11-28target.def (use_blocks_for_decl_p): New hook.David Edelsohn5-1/+29