aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-11reload1.c (replaced_subreg, gen_reload): Add SECONDARY_MEMORY_NEEDED ifdefs a...Bernd Schmidt2-1/+11
2012-08-11lto-section-in.c (lto_section_name): Do not use "symtab" as part of symtab_no...Jan Hubicka2-1/+6
2012-08-11alpha.c (alpha_stdarg_optimize_hook): Shift DECL_UID in the va_list_vars bitm...Uros Bizjak2-1/+6
2012-08-11sse.md (xop integer multiply/add insns): Use register_operand for operand 3 p...Uros Bizjak2-24/+29
2012-08-11re PR fortran/48636 (Enable more inlining with -O2 and higher)Martin Jambor7-133/+425
2012-08-11lto-cgraph.c (output_cgraph): Rename to ...Jan Hubicka8-25/+39
2012-08-11compiler: Reject type switch using non-interface type.Ian Lance Taylor1-38/+24
2012-08-11cgraph.h (vector types for symtab_node): Add.Jan Hubicka9-438/+356
2012-08-11Daily bump.GCC Administrator1-1/+1
2012-08-11i386.md (isa): Add fma and fma4.Uros Bizjak3-139/+76
2012-08-10* config/i386/sse.md (*fma_fmadd_<mode>, *fma_fmsub_<mode>,Uros Bizjak2-172/+174
2012-08-10vector-shuffle1.c (f): Pass vectors indirectly to avoid warnings.Jakub Jelinek2-3/+10
2012-08-10i386.md (simple LEA peephole2s): Add zero-extend variants of PLUS and MULT si...Uros Bizjak2-36/+130
2012-08-10Makefile.in (OBJS): Remove matrix-reorg.o.Richard Guenther21-2514/+46
2012-08-10re PR middle-end/54219 (__builtin_shuffle mask reversed)Richard Guenther4-1/+32
2012-08-10re PR middle-end/54211 (ICE: verify_gimple failed building freetype with -Os)Bill Schmidt4-1/+40
2012-08-10sourcebuild.texi: Document long_neq_int effective target.Bill Schmidt5-1/+22
2012-08-10re PR middle-end/54109 (ICE at tree-ssa-structalias.c:3049 in get_constraint_...Richard Guenther6-141/+47
2012-08-10tree-cfg.c (dump_function_to_file): Make sure to dump anonymous SSA names whe...Richard Guenther2-9/+17
2012-08-10tree-ssa-pre.c (alloc_expression_id): Fix use of VEC_reserve.Steven Bosscher3-23/+45
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther25-416/+287
2012-08-10i386.c (ix86_init_mmx_sse_builtins): Fix builtin target mask of __builtin_ia3...Michael Zolotukhin2-1/+6
2012-08-10re PR tree-optimization/54027 (possible mis-optimization of signed left shift...Richard Guenther4-43/+55
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther55-237/+554
2012-08-10re PR middle-end/54146 (Very slow compile with attribute((flatten)))Jan Hubicka5-17/+56
2012-08-10runtime: use sched_getaffinity for runtime.NumCPU() on LinuxIan Lance Taylor1-32/+21
2012-08-09s390: Use VOIDmode with gen_rtx_SETRichard Henderson2-3/+4
2012-08-09s390: Rearrange temporary moves for use of CRJRichard Henderson2-6/+15
2012-08-09rl78.c (rl78_alloc_physical_registers): Check for SET before extracting SET_SRC.DJ Delorie2-2/+9
2012-08-10Daily bump.GCC Administrator1-1/+1
2012-08-09re PR target/54089 ([SH] Refactor shift patterns)Oleg Endo4-89/+198
2012-08-09acinclude.m4: Update references to final C++11 standard.Jonathan Wakely7-27/+36
2012-08-09calls.c (mem_overlaps_already_clobbered_arg_p): Use SBITMAP_SIZE instead of l...Steven Bosscher5-7/+18
2012-08-09i386.h (LIMIT_RELOAD_CLASS): Return preferred single unit register class for ...Uros Bizjak5-18/+59
2012-08-09cgraph.h (cgraph_indirect_call_info): Field anc_offse renamd to offset, updat...Martin Jambor12-327/+1519
2012-08-09re PR target/39423 ([SH] performance regression: lost mov @(disp,Rn))Oleg Endo5-70/+157
2012-08-09re PR target/51244 ([SH] Inefficient conditional branch and code around T bit)Oleg Endo7-16/+138
2012-08-09re PR target/50751 (SH Target: Displacement addressing does not work for QImo...Oleg Endo3-21/+13
2012-08-09alpha.c (alpha_pad_noreturn): Rename to ...Uros Bizjak2-8/+36
2012-08-09adxintrin.h: Remove guarding __ADX__ check.Michael Zolotukhin7-10/+49
2012-08-09re PR rtl-optimization/53701 (ICE on ia64 (when building Allegro 4.4) in sel-...Andrey Belevantsev4-20/+104
2012-08-09reload.c (find_valid_class_1): New static function.Bernd Schmidt6-19/+112
2012-08-09re PR fortran/54199 (Superfluous diagnostic "is also the name of an intrinsic...Tobias Burnus4-1/+24
2012-08-09tree.h (SSA_VAR_P): Simplify.Richard Guenther9-32/+44
2012-08-09Use accessor functions to manipulate xmlOutputBufferDodji Seketeli2-3/+24
2012-08-09Daily bump.GCC Administrator1-1/+1
2012-08-08Require non-ilp32 for gcc.dg/tree-ssa/slsr-30.cH.J. Lu2-2/+6
2012-08-08simplify-rtx.c (simplify_binary_operation_1): Do not simplify IOR to a consta...Joseph Myers4-2/+51
2012-08-08builtins.c (expand_builtin_atomic_compare_exchange): Pass old value operand a...Ulrich Weigand4-8/+33
2012-08-08re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher4-18/+30