aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-18tree.c (strip_typedefs_expr): Fix typo.Jason Merrill2-4/+8
2015-05-18* ptree.c (cxx_print_xnode): Handle TRAIT_EXPR.Jason Merrill2-0/+11
2015-05-18re PR rtl-optimization/57032 (internal compiler error: Max. number of generat...Uros Bizjak3-10/+15
2015-05-18check_GNU_style.sh: Don't do 80 char check line by lineTom de Vries2-18/+59
2015-05-18arm.md (andsi_not_shiftsi_si_scc): New pattern.Alex Velenko7-0/+262
2015-05-18Fix ICE when both micromips and nomicromips attributes are used.Robert Suchanek4-0/+33
2015-05-18IPA ICF: add support for debug counter.Martin Liska2-1/+9
2015-05-18dbgcnt: enhance behavior.Martin Liska3-13/+24
2015-05-18Move array-type va_list handling to build_va_argTom de Vries9-62/+143
2015-05-18Fix whitespace in tree-ssa-tail-merge.cTom de Vries2-7/+10
2015-05-18check_GNU_style.sh: Don't cat empty fileTom de Vries2-6/+28
2015-05-18check_GNU_style.sh: Declare local vars with localTom de Vries2-9/+13
2015-05-18check_GNU_style.sh: Improve readability function callsTom de Vries2-3/+8
2015-05-17invoke.texi (ARM Options, mtune): Add generic-armv7-a, cortex-a17, and cortex...Jim Wilson2-5/+10
2015-05-18Daily bump.GCC Administrator1-1/+1
2015-05-1720150120-1.c (dg-final): Cleanup original tree dump.Uros Bizjak5-0/+11
2015-05-17pr66174.c: New test.Uros Bizjak1-0/+30
2015-05-17re PR target/54236 ([SH] Improve addc and subc insn utilization)Oleg Endo2-4/+9
2015-05-17unordered_map.h (unordered_map, [...]): Add missing constructors.François Dumont7-64/+470
2015-05-17re PR target/66174 (ICE: in extract_insn, at recog.c:2341 (unrecognizable ins...Uros Bizjak3-8/+46
2015-05-17re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig3-0/+48
2015-05-17Daily bump.GCC Administrator1-1/+1
2015-05-16FT32 target added. Approved by Jeff Law [law@redhat.com]James Bowman26-1/+4257
2015-05-16toplev.c (emit_debug_global_declarations): Do not output debug info when doin...Jan Hubicka2-0/+8
2015-05-16ipa-utils.h (warn_types_mismatch, [...]): Declare.Jan Hubicka1-0/+18
2015-05-16ipa-utils.h (warn_types_mismatch, [...]): Declare.Jan Hubicka16-78/+269
2015-05-16tree.c (verify_type_variant): Verify tree_base and type_common flags.Jan Hubicka2-98/+142
2015-05-16re PR fortran/65903 (Line continuation followed by comment character in strin...Jerry DeLisle3-0/+31
2015-05-16re PR fortran/65903 (Line continuation followed by comment character in strin...Jerry DeLisle3-14/+14
2015-05-16d-demangle.c (dlang_symbol_kinds): New enum.Iain Buclaw3-57/+190
2015-05-16d-demangle.c (dlang_template_args): Skip over specialized template parameters...Iain Buclaw3-0/+19
2015-05-16d-demangle.c (dlang_type): Handle cent and ucent types.Iain Buclaw3-0/+27
2015-05-16d-demangle.c (dlang_attributes): Handle return attributes, ignoring return pa...Iain Buclaw3-0/+64
2015-05-16d-demangle.c (dlang_identifier): Check encoded length of identifier to verify...Iain Buclaw3-59/+82
2015-05-16d-demangle.c (dlang_type_modifiers): New function.Iain Buclaw3-13/+172
2015-05-16d-demangle.c (dlang_call_convention): Return NULL if have reached the end of ...Iain Buclaw2-6/+16
2015-05-16d-demangle.c (dlang_parse_string): Represent embedded whitespace or non-print...Iain Buclaw3-2/+44
2015-05-16MAINTAINERS (Write After Approval): Add myself.Iain Buclaw2-0/+5
2015-05-16re PR fortran/66113 (Variable n cannot appear in the expression with nested b...Thomas Koenig4-4/+46
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez16-258/+375
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez5-0/+84
2015-05-16re PR target/65768 (sub-optimimal code for constant Uses in loop)Kugan Vivekanandarajah5-21/+87
2015-05-162015-05-16 Mikael Morin <mikael@gcc.gnu.orgMikael Morin4-6/+93
2015-05-16re PR target/66140 (ICE at extract_insn, at recog.c:2343 when compiling for a...Uros Bizjak4-5/+67
2015-05-16libgo: Use __USING_SJLJ_EXCEPTIONS__ rather than configure test.Ian Lance Taylor4-121/+3
2015-05-16Daily bump.GCC Administrator1-1/+1
2015-05-15ops.cc (stat_type): Define alias for struct stat and use throughout the file.Jonathan Wakely7-42/+384
2015-05-15re PR c/48956 (-Wconversion should warn when a complex value is assigned to a...Mikhail Maltsev6-23/+446
2015-05-15re PR tree-optimization/64454 (optimize (x%5)%5)Marc Glisse4-3/+42
2015-05-15Add support for CFI directives in fp emulation routines for ARM.Martin Galvan4-30/+271