gcc.git
2011-10-25 H.J. LuRemove *mmx_maskmovq_rex.
2011-10-25 Eric Botcazoure PR rtl-optimization/46603 (gcc.dg/vect/slp-multitype...
2011-10-25 Eric Botcazoudwarf2out.c (add_gnat_descriptive_type_attribute):...
2011-10-25 Eric Botcazou* config/ia64/ia64.c (ia64_profile_hook): Fix thinko.
2011-10-25 Jonathan Wakelycondition_variable (condition_variable_any): Remove...
2011-10-25 Richard Hendersoni386: Delete the vec_extract_even/odd patterns.
2011-10-25 Richard Hendersonrs6000: Remove some vec_extract_even/odd expanders.
2011-10-25 Richard Hendersonspu: Remove vec_extract_even/odd and vec_interleave...
2011-10-25 Richard HendersonImplement interleave via permutation.
2011-10-25 Richard HendersonChange vec_perm checking and expansion level.
2011-10-25 Richard HendersonFix typos in the names of vec_extract & vec_interleave...
2011-10-25 Jonathan Wakelyre PR libstdc++/50862 (deadlock in std::condition_varia...
2011-10-25 Mike Stumpre PR lto/48851 (lto-plugin.c:224:7: error: missing...
2011-10-25 Mike Stump* reload.c (regno_clobbered_p): Fix typo.
2011-10-25 Jason Merrillre PR c++/50866 (ICE in verify_gimple_stmt, at tree...
2011-10-25 Jason Merrillre PR c++/49996 (Internal error in verify_gimple_stmt...
2011-10-25 Ian Lance TaylorSolaris/Irix compatibility patches.
2011-10-25 Ian Lance TaylorFix Solaris build.
2011-10-25 Ian Lance TaylorImplement predeclared delete function.
2011-10-25 Ian Lance TaylorDon't permit close of receive-only channel.
2011-10-25 Bernd Schmidtpr-support.c (pop_compact_frame, pop_frame): Correct...
2011-10-25 Bernd Schmidtpr-support.c (__gnu_unwind_24bit): Correct logic for...
2011-10-25 Joseph Myers* ja.po: Update.
2011-10-25 Paolo Carlinire PR c++/50858 (segfault at ../../gcc/libiberty/hashta...
2011-10-25 Kirill Yukhin* MAINTAINERS (Write After Approval): Add myself.
2011-10-25 Dodji SeketeliFix lookup of macro maps
2011-10-25 Dodji SeketeliSupport expansion of reserved locations wrapped in...
2011-10-25 David S. MillerDelete remaining references to sparc little-endian...
2011-10-25 Jakub Jelinekre PR tree-optimization/50596 (Problems in vectorizatio...
2011-10-25 Kai Tietzi386.c (ix86_frame_pointer_required): Require frame...
2011-10-25 Ian Lance TaylorImplement new order of assignment rules.
2011-10-25 Andreas Toblert-freebsd: Add wildcard.
2011-10-25 Joey Yepr42575.c: Remove architecture option.
2011-10-25 David S. MillerAdd some sparc VIS3 move test cases.
2011-10-25 GCC AdministratorDaily bump.
2011-10-24 Jonathan Wakelyre PR libstdc++/49894 ([C++0x] Uniform initialization...
2011-10-24 David S. MillerSegregate sparc FP/VEC constant constraints.
2011-10-24 Michael MeissnerRemove extra newline added in October 11 change
2011-10-24 David S. MillerConsolidate some sparc insn patterns using "enabled".
2011-10-24 Teresa JohnsonMAINTAINERS (Write After Approval): Add myself.
2011-10-24 Andreas Krebbeltree-ssa-strlen.c (get_string_length): Change assertion...
2011-10-24 Ian Lance TaylorError if naked return when result variables are shadowed.
2011-10-24 Jonathan Wakely49668.cc: Add missing dg-require.
2011-10-24 Uros Bizjaksse-5.c (dg-options): Add -mno-sse.
2011-10-24 Georg-Johann Layre PR target/50820 ([avr] Use EIND consistently)
2011-10-24 Anatoly Sokolovre PR target/49824 ([avr] Missing documentation for...
2011-10-24 Richard Guenthertree-vect-stmts.c (vect_get_vec_def_for_operand): Conve...
2011-10-24 Julian Brownm68k.c (notice_update_cc): Tighten condition for settin...
2011-10-24 Richard Guentherre PR tree-optimization/50838 (ice in refs_may_alias_p_...
2011-10-24 Arnaud CharletFix date.
2011-10-24 Bernd Schmidtre PR rtl-optimization/50833 (ICE: in maybe_record_trac...
2011-10-24 Bernd Schmidtre PR bootstrap/50836 (bootstrap fails due to error...
2011-10-24 Arnaud Charlet[multiple changes]
2011-10-24 Tristan GingoldMakefile.in: Use GNU ld switches to generate map files...
2011-10-24 Arnaud Charlet[multiple changes]
2011-10-24 Arnaud Charlet[multiple changes]
2011-10-24 Georg-Johann Layavr.c: Break long lines.
2011-10-24 Arnaud Charlet[multiple changes]
2011-10-24 Arnaud Charlet[multiple changes]
2011-10-24 Arnaud Charlet2011-10-24 Sergey Rybin <rybin@adacore.com frybin>
2011-10-24 Ira Rosenre PR tree-optimization/50730 (SLP vectorization confus...
2011-10-24 Ian Lance TaylorImplement append([]byte, string...).
2011-10-24 Ian Lance TaylorSome minor fixes to the rewritten syscall library.
2011-10-24 David S. MillerFix sol2 sparc -mv8 regression.
2011-10-24 Ian Lance TaylorRename is_open_array_type to is_slice_type.
2011-10-24 David S. MillerAdd support for sparc VIS3 fp<-->int moves.
2011-10-24 Jonathan Wakelyre PR libstdc++/50834 (Documentation about STL thread...
2011-10-24 GCC AdministratorDaily bump.
2011-10-23 David S. MillerFactor out common tests in 8-byte reg/reg move splitter...
2011-10-23 Steven G. Karglsimplify.c (simplify_transformation_to_array): Fix...
2011-10-23 David S. MillerAdd missing fzero/fone cases to DImode move on 32-bit...
2011-10-23 David S. MillerFix sparc so that reload doesn't try to load non-trivia...
2011-10-23 David S. MillerUse a macro instead of a constant to test for sparc...
2011-10-23 Paolo Carlinire PR c++/50841 (bootstrap failure: narrowing conversio...
2011-10-23 Paolo Carlinire PR c++/50841 (bootstrap failure: narrowing conversio...
2011-10-23 Eric Botcazou* gcc-interface/decl.c (create_concat_name): Add explic...
2011-10-23 Uros Bizjaksse.md (avx2_lshl<mode>3): Remove insn pattern.
2011-10-23 Ian Lance TaylorImplement new syscall package.
2011-10-23 Uros Bizjaksse.md (sseintprefix): Rename from gthrfirstp.
2011-10-23 Paolo Carlinire PR c++/50810 (c++0x-compat does not warn about narro...
2011-10-23 Tom de Vriesre PR tree-optimization/50763 (ICE: verify_gimple faile...
2011-10-23 Tom de Vriesre PR tree-optimization/50763 (ICE: verify_gimple faile...
2011-10-23 Eric Botcazoure PR tree-optimization/44683 (Optimization bug with...
2011-10-23 Jan Hubicka* ipa-inline.c (estimate_badness): Scale up and handle...
2011-10-23 Uros Bizjakre PR target/50788 (ICE: in merge_overlapping_regs...
2011-10-23 Ira Rosenre PR tree-optimization/50819 (missed SLP vectorization)
2011-10-23 GCC AdministratorDaily bump.
2011-10-22 Jonathan Wakelyre PR libstdc++/50196 ([C++0x] std::thread not availabl...
2011-10-22 Dodji SeketeliFix cpp_peek_token behaviour (PR bootstrap/50778)
2011-10-22 Ian Lance TaylorUpdate Go library to r60.3 release.
2011-10-22 David S. MillerRemove unused functions from sparc backend.
2011-10-22 David S. MillerMake sparc's "struct processor_costs" private to sparc.c
2011-10-22 David S. MillerConvert sparc over to TARGET_SECONDARY_RELOAD.
2011-10-22 DJ Delorieobstack.h [!GNUC] (obstack_free): Avoid cast to int.
2011-10-22 GCC AdministratorDaily bump.
2011-10-21 Steven G. Karglre PR fortran/50821 (3 new GCC HEAD@180266 regressions)
2011-10-21 Paul Brookc6x.c (c6x_asm_emit_except_personality, [...]): New...
2011-10-21 Paul Brook* unwind-arm-common.inc: Handle ID3/4 unwinding data.
2011-10-21 Paolo Carlinire PR c++/45385 (missing -Wconversion for method calls)
2011-10-21 Jakub Jelinekre PR target/50813 (gcc.dg/torture/vshuf-{v4di,v8si...
next