aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-05-06Merge in wide-int.Kenneth Zadeck195-4876/+11301
2014-05-06compiler: Store flags for division checks in Gogo object instead of using glo...Chris Manghane6-11/+49
2014-05-06avr.c (avr_can_eliminate): Mark unused argument.Jan-Benedict Glaw2-1/+5
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener86-184/+220
2014-05-06c-opts.c (c_common_post_options): For -freestanding...Richard Biener2-0/+12
2014-05-06re PR debug/61070 (debug_bitmap writes to stdout)Richard Biener3-3/+9
2014-05-06compiler: Fix bug in embedded method handling.Ian Lance Taylor2-21/+26
2014-05-06compiler: Use backend interface for array length.Ian Lance Taylor2-62/+48
2014-05-06Daily bump.GCC Administrator1-1/+1
2014-05-06compiler: Use backend interface for slice construction.Chris Manghane5-111/+96
2014-05-05compiler: Handle recursive pointer types for unary indirection.Chris Manghane5-32/+58
2014-05-05re PR ipa/60965 (IPA: Devirtualization versus placement new)Jan Hubicka4-0/+44
2014-05-05Add call_fusage_contains_non_callee_clobbers hookRadovan Obradovic4-0/+49
2014-05-05compiler: Use backend interface for type info expressions.Ian Lance Taylor1-3/+7
2014-05-05re PR driver/61065 ([4.9/4.10 Regresion] invalid args to -fsanitize should be...Marek Polacek2-3/+8
2014-05-05compiler: Use backend interface for sink expressions.Ian Lance Taylor1-5/+16
2014-05-05compiler: Use backend interface for set and use temporaries.Ian Lance Taylor1-9/+9
2014-05-05compiler: Use backend interface for struct field offsets.Ian Lance Taylor1-16/+15
2014-05-05passes.c (execute_function_todo): Don't reset TODO_verify_ssa from last_verif...Richard Biener2-3/+8
2014-05-05compiler: Use backend interface for bound method expressions.Ian Lance Taylor1-22/+12
2014-05-05passes.c (execute_function_todo): Move TODO_verify_flow under the TODO_verify...Richard Biener2-5/+10
2014-05-05re PR middle-end/61010 (Infinite recursion in fold)Richard Biener4-19/+34
2014-05-05picochip-protos.h (picochip_regno_nregs): Change int argument to enum machine...Jan-Benedict Glaw3-4/+12
2014-05-05target.def: Add new target hook.Andreas Krebbel10-1/+66
2014-05-05hoist-register-pressure-1.c: Replace int with long.Andreas Krebbel4-15/+34
2014-05-05re PR tree-optimization/60363 (logical_op_short_circuit, gcc.dg/tree-ssa/ssa-...Bin Cheng4-15/+95
2014-05-04rs6000.h (RS6000_BTM_HARD_FLOAT): New define.Peter Bergner7-10/+51
2014-05-05Daily bump.GCC Administrator1-1/+1
2014-05-04Daily bump.GCC Administrator1-1/+1
2014-05-03re PR c++/58582 ([c++11] ICE defining and instantiating deleted template func...Paolo Carlini7-9/+60
2014-05-03sh_optimize_sett_clrt.cc (sh_optimize_sett_clrt::execute): Add missing functi...Oleg Endo2-5/+10
2014-05-03lra-constraints.c (valid_address_p): Move earlier in file.Richard Sandiford2-58/+102
2014-05-03mips.c (mips_isa_rev): New variable.Richard Sandiford3-57/+43
2014-05-03sh-mem.cc: Use tabs instead of spaces.Oleg Endo2-149/+151
2014-05-03avr.c (avr_adjust_insn_length): Handle JUMP_TABLE_DATA.Denis Chertykov2-2/+6
2014-05-032014-05-03 Dominique d'Humieres <dominiq@lps.ens.fr>Dominique d'Humieres1-2/+2
2014-05-03sh.h (SH_ASM_SPEC): Handle m1, m2*, m3* and m4* cases.Oleg Endo2-0/+20
2014-05-03sh.h (ROUND_ADVANCE): Delete macro.Oleg Endo3-58/+79
2014-05-03re PR testsuite/61025 (FAIL: gfortran.dg/coarray_lib_this_image_1.f90)Dominique d'Humieres6-16/+26
2014-05-03re PR target/61026 (sh-rtems4.11 build of 4.9.0 fails on FreeBSD 10 c++ (clan...Oleg Endo2-4/+9
2014-05-03Daily bump.GCC Administrator1-1/+1
2014-05-02* decl2.c (vague_linkage_p): Local statics have vague linkage.Jason Merrill2-6/+15
2014-05-02re PR c++/60992 (ICE in tsubst_copy, at cp/pt.c:12637)Jason Merrill6-19/+79
2014-05-02re PR c/25801 (bad diagnostic for increment/decrement of pointer to incomplet...Marek Polacek4-12/+68
2014-05-02c-typeck.c (c_finish_return): Separate warning_at calls.Marek Polacek4-7/+22
2014-05-02* c.opt (Wsizeof-pointer-memaccess): Describe option.Marek Polacek2-0/+5
2014-05-02gimplify.c (gimplify_adjust_omp_clauses_1): Handle GOVD_FIRSTPRIVATE | GOVD_L...Jakub Jelinek3-7/+44
2014-05-02hwint.h (zext_hwi): Fix signed overflow for prec == 63.Richard Sandiford2-1/+5
2014-05-02One-line tidy of bit-twiddle expression in aarch64.cAlan Lawrence2-1/+7
2014-05-02* doc/invoke.texi: Describe -fsanitize=float-divide-by-zero.Marek Polacek2-0/+12