aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-11PR 51090 Fix r181288 to conform to GNU styleJanne Blomqvist1-1/+1
2011-11-11cprop.c: Adjust outdated comments throughout.Eric Botcazou2-74/+100
2011-11-11PR 51090 Check that getenv result != NULL before proceeding.Janne Blomqvist2-0/+7
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-11MAINTAINERS (Selective Scheduling): Add myself as a reviewer.Andrey Belevantsev2-0/+5
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 MacLeod8-52/+159
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-10configure.ac (GCC_AS_CFI_PSEUDO_OP): Use it instead of inline check.Richard Henderson4-19/+16
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-10libitm port to Tru64 UNIXRainer Orth8-0/+33
2011-11-10libitm: Don't add -mavx if the assembler doesn't support avx.Richard Henderson6-15/+35
2011-11-10Let the compiler decide whether to inline.Janne Blomqvist10-37/+38
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-09libitm: Work around assembler missing AVX insns.Richard Henderson6-0/+121
2011-11-10Daily bump.GCC Administrator1-1/+1
2011-11-09libitm: Remove unused code.Richard Henderson22-2668/+40
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-09allocator.h (__shrink_to_fit_aux::_S_do_it): Create the new object with the s...Jonathan Wakely3-1/+69
2011-11-09generic-morestack.c: Include <string.h>.Ian Lance Taylor7-21/+527
2011-11-09libitm: Avoid non-portable x86 branch prediction mnemonic.Richard Henderson2-3/+8
2011-11-09symbol.c (clear_sym_mark, [...]): Remove functions.Tobias Burnus2-28/+66
2011-11-09PR c++/51043 - ICE in LTODodji Seketeli2-11/+16
2011-11-09configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.Roland McGrath6-0/+451