aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-11-12objc-next-runtime-abi-01.c (objc_eh_personality): Use gcc personality for Obj...Iain Sandoe2-1/+9
2011-11-12re PR bootstrap/50822 (Solaris/SPARC bootstrap failure with Sun as: invalid a...Jan Hubicka2-2/+9
2011-11-12gcov.c (struct name_map): New.Nathan Sidwell5-101/+319
2011-11-12Fix recent entryEric Botcazou1-32/+25
2011-11-11Fix Linux/sparc build after generic asm output optimizations.David S. Miller3-18/+5
2011-11-12Daily bump.GCC Administrator1-1/+1
2011-11-11i386-protos.h (ix86_maybe_emit_epilogue_vzeroupper): New prototype.Jakub Jelinek4-4/+23
2011-11-11re PR tree-optimization/51091 (FAIL: gcc.dg/tree-ssa/stdarg-2.c scan-tree-dum...Jakub Jelinek2-2/+11
2011-11-11re PR tree-optimization/51058 (ICE: gimple check: expected gimple_assign(erro...Jakub Jelinek6-4/+98
2011-11-11re PR tree-optimization/51074 (No constant folding performed for VEC_PERM_EXP...Jakub Jelinek4-1/+189
2011-11-11Implement omp atomic load and store.Richard Henderson5-25/+160
2011-11-11re PR c++/50976 ([C++0x] literal operator with unsigned long long parameter n...Ed Smith-Rowland2-23/+24
2011-11-11cprop.c: Adjust outdated comments throughout.Eric Botcazou2-74/+100
2011-11-11elf.h (ELF_ASCII_ESCAPES): Rename from ESCAPES.Uros Bizjak2-4/+10
2011-11-11varasm.c (default_elf_asm_output_limited_string): #ifdef ELF_ASCII_ESCAPES.Jason Merrill2-0/+8
2011-11-11re PR target/50762 (ICE: in extract_insn, at recog.c:2137 (unrecognizable insn))Uros Bizjak4-17/+27
2011-11-11Revert sparc vec_init improvements as they cause 64-bit regressions.David S. Miller3-394/+105
2011-11-11opts-common.c (generate_canonical_option): Free opt_text it it has been alloc...Jakub Jelinek2-0/+5
2011-11-11tree-vect-slp.c (vect_free_slp_tree): Also free SLP_TREE_CHILDREN vector.Jakub Jelinek2-33/+50
2011-11-10re PR c++/50372 ([C++0x] pointers to static functions should be valid templat...Jason Merrill7-12/+52
2011-11-10final.c, output.h (fprint_whex, [...]): New functions serving as fast replace...Dimitrios Apostolou9-132/+353
2011-11-11Daily bump.GCC Administrator1-1/+1
2011-11-10extend.texi: Document __atomic_test_and_set and __atomic_clear.Andrew MacLeod2-0/+25
2011-11-10re PR c++/50973 ([C++0x] internal compiler error defaulted destructor virtual...Jason Merrill5-1/+52
2011-11-10re PR middle-end/51038 (29_atomics/atomic_flag/clear/1.cc test_and_set/explic...Andrew MacLeod6-2/+138
2011-11-10PR c++/51079, DR 495Jason Merrill4-15/+50
2011-11-10re PR debug/50983 (incorrect DW_LNS_negate_stmt)Jason Merrill4-0/+35
2011-11-10fe.h (Serious_Errors_Detected): New macro.Eric Botcazou16-25/+671
2011-11-10gcov.c (struct function_info): Make src an index, not a pointer.Nathan Sidwell2-164/+169
2011-11-10re PR middle-end/51077 (Endless recursion with __builtin_object_size)Jakub Jelinek4-1/+25
2011-11-10re PR rtl-optimization/51040 (ICE: RTL check: access of elt 1 of 'not' with l...Andrew MacLeod5-5/+51
2011-11-10vec.h (VEC_BASE): If base is at offset 0 in the structure, use &(P)->base eve...Jakub Jelinek2-0/+8
2011-11-10re PR rtl-optimization/51023 (likely integer wrong code bug)Jakub Jelinek4-4/+40
2011-11-10re PR tree-optimization/51042 (endless recursion in phi_translate)Richard Guenther4-65/+81
2011-11-10re PR tree-optimization/51070 (ICE verify_gimple failed)Richard Guenther4-47/+103
2011-11-10re PR tree-optimization/51030 (PHI opt does not handle value-replacement with...Richard Guenther4-2/+84
2011-11-10re PR middle-end/51071 (ICE in gimple_has_side_effects, at gimple.c:2513)Richard Guenther4-38/+48
2011-11-10* gnat.dg/loop_optimization9.ad[sb]: New test.Eric Botcazou3-0/+146
2011-11-10re PR tree-optimization/51058 (ICE: gimple check: expected gimple_assign(erro...Ira Rosen4-14/+53
2011-11-10re PR tree-optimization/51000 (ICE: in vect_get_store_cost, at tree-vect-stmt...Jakub Jelinek6-19/+68
2011-11-10re PR c++/50837 ([c++0x] static_assert and constexpr in template class)Paolo Carlini5-3/+37
2011-11-10Daily bump.GCC Administrator1-1/+1
2011-11-09re PR c++/50972 ([C++0x] ICE on undeclared identifier)Jason Merrill4-11/+153
2011-11-09re PR c++/51046 ([C++0x] ICE by unexpanded template param pack in range-based...Jason Merrill4-0/+23
2011-11-09re PR target/50911 (assertion failure in expand_vec_perm_interleave2 with -msse)Jakub Jelinek7-4/+28
2011-11-09* gcc.dg/tm/memopt-1.c: Fix up regexp.Jakub Jelinek2-1/+5
2011-11-09function.h (requires_stack_frame_p): New prototype.Jakub Jelinek4-5/+74
2011-11-09generic-morestack.c: Include <string.h>.Ian Lance Taylor3-0/+185
2011-11-09symbol.c (clear_sym_mark, [...]): Remove functions.Tobias Burnus2-28/+66
2011-11-09PR c++/51043 - ICE in LTODodji Seketeli2-11/+16