aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-07-30Daily bump.GCC Administrator1-1/+1
2011-07-29driver-native.c [__sgi__]: Include <invent.h>, <sys/sbd.h>.Rainer Orth4-4/+93
2011-07-29re PR middle-end/49897 (nesting lastprivate gives incorrect result)Jakub Jelinek2-2/+12
2011-07-29predicates.md (tp_or_register_operand): Remove predicate.Uros Bizjak2-5/+4
2011-07-29driver-alpha.c (IMPLVER_EV4_FAMILY, [...]): Define.Rainer Orth4-43/+75
2011-07-29* function.c: Remove unwanted commit.Uros Bizjak1-10/+0
2011-07-29re PR target/47715 ([x32] TLS doesn't work)Uros Bizjak4-12/+81
2011-07-29re PR target/49687 ([avr] Missed optimization for widening MUL)Georg-Johann Lay2-0/+17
2011-07-29builtins.c (fold_builtin_signbit): Build the comparison with a proper type.Richard Guenther2-2/+8
2011-07-29re PR middle-end/49893 (-O3 generates wrong code for volatile)Richard Guenther2-0/+7
2011-07-29re PR target/49313 (Inefficient libgcc implementations for avr)Georg-Johann Lay3-19/+355
2011-07-29re PR tree-optimization/47407 (gcc.dg/tree-ssa/pr42585.c FAILs on Tru64 UNIX ...Rainer Orth2-2/+9
2011-07-29tree-vrp.c (get_value_range): Only set parameter default definitions to varyi...Richard Guenther5-9/+32
2011-07-29re PR c++/49808 (GCC adds an address-of somewhere!)Jason Merrill4-21/+56
2011-07-28Add a testcase for PR rtl-optimization/47958.H.J. Lu2-0/+18
2011-07-29re PR rtl-optimization/49799 (gcc arm generates illegal sbfx instruction)Wei Guozhi4-0/+37
2011-07-29Daily bump.GCC Administrator1-1/+1
2011-07-28re PR rtl-optimization/49891 (ICE in redirect_jump_1)Bernd Schmidt2-0/+7
2011-07-28expr.c (expand_expr_addr_expr_1): Detect a user request for a local frame in ...DJ Delorie2-1/+14
2011-07-28m32c.c (m32c_secondary_reload_class): Allow PSI registers to be reloaded in H...DJ Delorie2-1/+6
2011-07-28Replace v1, v2, lb, ub with bound_one, bound_twoSebastian Pop2-99/+116
2011-07-28Fix PR48648: Handle CLAST assignments.Sebastian Pop4-0/+79
2011-07-28Fix PR49876: Continue code generation with integer_zero_node on gloog_errorSebastian Pop2-10/+15
2011-07-28re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr)Paolo Carlini2-0/+12
2011-07-28re PR fortran/31067 (MINLOC should sometimes be inlined (gas_dyn is sooooo sl...Jakub Jelinek9-1/+741
2011-07-28re PR debug/49846 (entryval: missing DW_TAG_GNU_call_site_parameter for stack...Jakub Jelinek2-0/+23
2011-07-28expr.c (get_bit_range): Handle *MEM_REF's.Aldy Hernandez2-1/+8
2011-07-28rtlanal.c (tablejump_p): False for returns.Bernd Schmidt17-165/+227
2011-07-28predicates.md (pic_32bit_opreand): Do not define as special predicate.Uros Bizjak2-11/+13
2011-07-28dwarf2out.c (resolve_addr): For -gdwarf-2 don't optimize DW_AT_data_member_lo...Jakub Jelinek2-7/+24
2011-07-28re PR debug/49871 (-gdwarf-3 creates invalid DWARF3 with DW_AT_data_member_lo...Jakub Jelinek4-3/+50
2011-07-28* ChangeLog: Remove mess.Uros Bizjak1-37/+2
2011-07-28Update length attribute on *tls_global_dynamic_64.H.J. Lu2-1/+7
2011-07-28re PR target/47715 ([x32] TLS doesn't work)Uros Bizjak2-15/+26
2011-07-28Set need_64bit_hwint to yes for x86 targets.H.J. Lu2-4/+5
2011-07-28init.c (__gnat_error_handler): Cast reason to int.Rainer Orth2-2/+15
2011-07-28Only expand strlen to Pmode.H.J. Lu2-5/+10
2011-07-28vfp.md ("*movdf_vfp"): Handle the VFP constraints before the core constraints.Ramana Radhakrishnan2-14/+20
2011-07-28tree-vrp.c (simplify_stmt_using_ranges): Remove TRUTH_NOT_EXPR case.Kai Tietz2-50/+42
2011-07-28re PR target/49313 (Inefficient libgcc implementations for avr)Georg-Johann Lay3-298/+25
2011-07-28re PR target/49687 ([avr] Missed optimization for widening MUL)Georg-Johann Lay6-242/+637
2011-07-28i386.c (add->lea splitter): Add SWI mode to PLUS RTX.Uros Bizjak2-2/+6
2011-07-28i386.exp (check_effective_target_bmi): Make sure the builtin isn't optimized ...Jakub Jelinek2-2/+7
2011-07-28Daily bump.GCC Administrator1-1/+1
2011-07-28re PR fortran/45586 (ICE non-trivial conversion at assignment)Tobias Burnus4-0/+48
2011-07-27re PR middle-end/49875 (FAIL: c-c++-common/cxxbitfields-4.c)Aldy Hernandez3-2/+9
2011-07-27target-supports.exp (check_effective_target_mmap): Use check_function_available.Ulrich Weigand2-3/+6
2011-07-27Propagate the source location of a template's function_decl to the template_d...Jeffrey Yasskin4-2/+12
2011-07-27re PR target/49866 (-mcmodel=large tail call fails to assemble)Jakub Jelinek2-0/+28
2011-07-27Add BMI testcases.Yukhin Kirill27-0/+561