gcc.git
2013-05-02 Richard Bienertree-scalar-evolution.c (scev_info_hasher): Remove.
2013-05-02 Paolo Carliniconstexpr_data.cc: Move...
2013-05-02 Jakub JelinekMove libitm ChangeLog entry to the right ChangeLog...
2013-05-02 Paolo Carlinitype_traits (is_null_pointer): Add.
2013-05-02 Paolo Carlinicstdio: Add comment about LWG 2249.
2013-05-02 Jakub Jelinekre PR rtl-optimization/57131 (Wrong register assignment?)
2013-05-02 GCC AdministratorDaily bump.
2013-05-01 Paolo Carlinire PR c++/57132 (spurious warning: division by zero...
2013-05-01 Vladimir Makarovre PR target/57091 (ICE: in assign_by_spills, at lra...
2013-05-01 James Greenhalgh[AArch64] Refactor reduc_<su>plus patterns.
2013-05-01 James Greenhalgh[AArch64] Rewrite v<max,min><nm><q><v>_<sfu><8, 16...
2013-05-01 James Greenhalgh[AArch64] Fold max and min reduction builtins to tree.
2013-05-01 James Greenhalgh[AArch64] Refactor vector max and min RTL and builtins.
2013-05-01 James Greenhalgh[AArch64] Add testcases for FAC, FCM changes.
2013-05-01 James Greenhalgh[AArch64] Rewrite vca<ge, gt, le, lt> Neon patterns...
2013-05-01 James Greenhalgh[AArch64] Add combiner patterns for FAC instructions
2013-05-01 James Greenhalgh[AArch64 Testsuite] Fix fallout from FCM changes.
2013-05-01 James Greenhalgh[AArch64] Add special case when expanding vcond with...
2013-05-01 James Greenhalgh[AArch64] Remap neon vcmp functions to C/TREE
2013-05-01 James Greenhalgh[AArch64] Improve description of <F>CM instructions...
2013-05-01 Greta Yorshthumb2.md (thumb2_smaxsi3,thumb2_sminsi3): Convert...
2013-05-01 Paolo Carlinire PR c++/57092 (Using decltype of function pointer...
2013-05-01 Thomas Koenigfrontend-passes.c (optimize_power): Fix typo in comment.
2013-05-01 GCC AdministratorDaily bump.
2013-04-30 Thomas Koenigre PR fortran/57071 (Optimize (-1)**k to 1 - 2 *...
2013-04-30 Brooks MosesMAINTAINERS: Update my email; move myself from Fortran...
2013-04-30 Greta Yorshthumb2.md (thumb2_incscc, [...]): Delete.
2013-04-30 Greta YorshCommitted as obvious.
2013-04-30 Richard Sandifordexplow.c (plus_constant): Pass "mode" to immed_double_i...
2013-04-30 H.J. LuFix a typo in ChangeLog
2013-04-30 H.J. LuRemove the trayed debug_gimple_stmt
2013-04-30 Richard Bienerre PR tree-optimization/57122 (ICE in verify_loop_struc...
2013-04-30 Richard Bienerre PR middle-end/57107 (tree check fail in unlink_stmt_...
2013-04-30 Andrey Belevantsevre PR rtl-optimization/56957 (ICE in add_insn_after...
2013-04-30 Jakub Jelinekre PR sanitizer/57104 (ICE: in expand_expr_addr_expr_1...
2013-04-30 Sofiane Naciconfig-list.mk (LIST): Add aarch64-elf and aarch64...
2013-04-30 Richard Bienerfunction.h (loops_for_fn): New inline function.
2013-04-30 Mike Frysingergcc: arm: linux-eabi: fix handling of armv4 bx fixups...
2013-04-30 GCC AdministratorDaily bump.
2013-04-29 Uros Bizjakre PR target/44578 (GCC generates MMX instructions...
2013-04-29 Vladimir Makarovre PR target/57097 (ICE: in find_hard_regno_for, at...
2013-04-29 Uros Bizjakre PR target/57098 (ICE: in extract_insn, at recog...
2013-04-29 Tobias Burnusre PR fortran/57114 (wrong information at gcc.gnu.org...
2013-04-29 Kai Tietz* gcc.c-torture/execute/pr55875.c
2013-04-29 Ian Bolton[AArch64] Support LDR/STR from/to S and D registers
2013-04-29 Ian BoltonEnable REE pass by default for AArch64 at O2 or higher
2013-04-29 Richard Bienerre PR tree-optimization/57075 (verify_flow_info failed...
2013-04-29 Richard Bienerre PR middle-end/57103 (ICE: verify_gimple failed:...
2013-04-29 Senthil Kumar... c-common.c (check_user_alignment): Emit error for negat...
2013-04-29 Teresa JohnsonThis patch fixes PR bootstrap/57077.
2013-04-29 Tom de VriesPreserve loops in tail-merge
2013-04-29 Jeff Lawtree-vrp.c (range_fits_type_p): Move to earlier point...
2013-04-29 Kyrylo Tkachovarm.md (store_minmaxsi): Use only when optimize_insn_fo...
2013-04-29 Christian Bruelre PR target/57108 ([4.7/4.8/4.9] SH internal compiler...
2013-04-29 Richard Bienerre PR middle-end/57089 (ICE in verify_loop_structure...
2013-04-29 Kyrylo Tkachovpredict.c: Fix typo in comment above #define PROB_VERY_...
2013-04-29 Tom de VriesUpdate tail-merge header comment.
2013-04-29 James Greenhalgh[AArch64][Testsuite] Enable vect_uintfloat_cvt for...
2013-04-29 James Greenhalgh[AArch64] fcvt instructions - arm_neon.h changes.
2013-04-29 James Greenhalgh[AArch64] Add vector fix, fixuns, fix_trunc, fixuns_tru...
2013-04-29 James Greenhalgh[AArch64] Vectorize over more math.h functions.
2013-04-29 Uros Bizjakre PR target/54349 (_mm_cvtsi128_si64 unnecessary store...
2013-04-29 James Greenhalgh[AArch64] Implement vector float->double widening and...
2013-04-29 James Greenhalgh[AArch64] Add vector int to float conversions.
2013-04-29 James Greenhalgh[AArch64] Map fcvt intrinsics to builtin name directly.
2013-04-29 James Greenhalgh[AArch64] Fix order of modes to lroundmn2 standard...
2013-04-29 James Greenhalgh[AArch64] Convert NEON frint implementations to use...
2013-04-29 James Greenhalgh[AArch64] Map frint intrinsics to standard pattern...
2013-04-29 Richard Bienerre PR tree-optimization/57081 (Segmentation fault in...
2013-04-29 Janne BlomqvistSimplify SYSTEM_CLOCK implementation.
2013-04-29 Janne BlomqvistPR 56981 Improve unbuffered performance on special...
2013-04-29 Jakub Jelinekre PR tree-optimization/57083 (Wrong constant folding)
2013-04-29 Jakub Jelinekpredicates.md (general_vector_operand): New predicate.
2013-04-29 GCC AdministratorDaily bump.
2013-04-28 Paolo Carlinire PR c++/56450 (ICE with SFINAE when detecting non...
2013-04-28 Jakub JelinekN3472 binary constants
2013-04-28 Tobias Burnusre PR fortran/57093 (Seg fault on internal output to...
2013-04-28 Janne BlomqvistFix sign error in SYSTEM_CLOCK kind=4 Windows version.
2013-04-28 Eric Botcazoustor-layout.c (finalize_size_functions): Allocate a...
2013-04-28 Joseph Myers* sv.po: Update.
2013-04-28 Thomas Koenigre PR fortran/57071 (Optimize (-1)**k to 1 - 2 *...
2013-04-28 Jonathan Wakelyhashtable_policy.h (_Hashtable_ebo_helper): Fix comment.
2013-04-28 Jonathan Wakelyre PR libstdc++/51365 (cannot use final empty class...
2013-04-28 GCC AdministratorDaily bump.
2013-04-27 Jakub Jelinek* config/i386/i386.c (ix86_expand_call): Make cregs_siz...
2013-04-27 Jakub Jelinekre PR target/56866 (with '-O3 -march=bdver2' misscompil...
2013-04-27 GCC AdministratorDaily bump.
2013-04-26 Paolo Carlinimove_range.cc: Adjust dialect to -std=gnu++11.
2013-04-26 François Dumont2013-04-26 François Dumont <fdumont@gcc.gnu.org>
2013-04-26 Vladimir Makarovrtl.h (struct rtx_def): Add comment for field jump.
2013-04-26 Jakub Jelinekre PR go/57045 (Build failure in libgo/runtime/proc...
2013-04-26 Jakub Jelinekre PR tree-optimization/57051 (Optimization regression...
2013-04-26 Richard Bieneromp-low.c (finalize_task_copyfn): Do not drop PROP_loops.
2013-04-26 Paolo Carlinire PR c++/55708 (g++ crashes: constexpr function with...
2013-04-26 Uros Bizjaki386.md (type, unit): Fix long lines.
2013-04-26 Paolo Carlinicstdio (gets): Provide only in C++98 and C++11.
2013-04-26 Richard BienerMakefile.in (lto-streamer-in.o): Add $(CFGLOOP_H) depen...
2013-04-26 Richard Bienertree-cfg.c (execute_build_cfg): Build the loop tree.
2013-04-26 Jakub JelinekMakefile.in (toplev.o): Depend on diagnostic-color.h.
2013-04-26 Jakub Jelinekdiagnostic.h (file_name_as_prefix): Add context argument.
next