aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz30-738/+1074
2012-05-02ChangeLog entry:Kirill Yukhin35-37/+415
2012-05-02re PR middle-end/53153 (ice in tree_low_cst, at tree.c:6569)Steven Bosscher6-150/+335
2012-05-02Revert 2012-02-24 Dave Korn <dave.korn.cygwin@gmail.com>Arnaud Charlet2-22/+15
2012-05-02tree.c (valid_constant_size_p): New function.Richard Guenther14-92/+140
2012-05-02re PR tree-optimization/53163 (crash due to null ptr deref)Jakub Jelinek4-2/+52
2012-05-02re PR rtl-optimization/53160 (likely wrong code bug)Jakub Jelinek4-0/+64
2012-05-02Daily bump.GCC Administrator1-1/+1
2012-05-01re PR c/37303 (const compound initializers in structs are written to .data in...Ian Lance Taylor5-3/+31
2012-05-01ira.c (allocated_reg_info_size): New static variable.Bernd Schmidt2-9/+20
2012-05-01Add -fno-sync-libcalls.Richard Henderson4-1/+24
2012-05-01* lib/target-supports.expRichard Henderson2-0/+8
2012-05-01Makefile.in (lower-subreg.o, [...]): Depend on lower-subreg.h.Kenneth Zadeck8-51/+449
2012-05-01arm-protos.h (thumb_unexpanded_epilogue): Rename to...Ian Bolton4-3/+14
2012-05-01linux-eabi.h (GLIBC_DYNAMIC_LINKER_DEFAULT): Avoid ifdef comparing enumeratio...Richard Earnshaw2-7/+16
2012-05-01re PR target/53038 (cfi_restore for cr before cr is actually restored)Alan Modra2-50/+120
2012-05-01Daily bump.GCC Administrator1-1/+1
2012-04-30re PR middle-end/53136 (Use after free in ipa_make_edge_direct_to_target, cxx...Uros Bizjak8-39/+66
2012-04-30re PR target/53141 (gcc.target/i386/bmi2-mulx32-[12]a.c)Uros Bizjak2-16/+23
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka31-360/+432
2012-04-30re PR c++/51033 (generic vector subscript and shuffle support was not added t...Marc Glisse20-27/+88
2012-04-30i386.md (and<mode>3): Change runtime operand mode checks to compile-time "mod...Uros Bizjak2-15/+18
2012-04-30arm.md (UNSPEC_LL): New.Richard Henderson3-10/+33
2012-04-30dwarf2out.c (comdat_symbol_id): Add const.Jason Merrill2-6/+12
2012-04-30re PR c++/51314 ([C++0x] sizeof... and parentheses)Marc Glisse4-1/+17
2012-04-30Fix failure in gcc.dg/pr52283.c by adding the missingGreta Yorsh2-1/+6
2012-04-30arm.md (negdi2): Use gen_negdi2_neon.Andrew Stubbs3-1/+52
2012-04-30arm.c (neon_valid_immediate): Allow const_int.Andrew Stubbs6-12/+55
2012-04-30Fix email addressesRichard Earnshaw1-3/+3
2012-04-302012-04-24 Ian Bolton <ian.bolton at arm.com> Sameera Deshpande...Ian Bolton4-12/+41
2012-04-302012-04-30 Ian Bolton <ian.bolton at arm.com> Sameera Deshpande...Ian Bolton4-143/+156
2012-04-30i386.md (and<mode>3): Expand masking operations with 0xff...Uros Bizjak2-40/+77
2012-04-30Add -Wvarargs optionDodji Seketeli8-4/+120
2012-04-30Switch -ftrack-macro-expansion=2 on by default.Dodji Seketeli2-0/+6
2012-04-30Adjust relevant test cases wrt -ftrack-macro-expansion=[0|2]Dodji Seketeli29-40/+82
2012-04-30Fix va_start related locationDodji Seketeli2-4/+23
2012-04-30Fix location for static class membersDodji Seketeli4-3/+11
2012-04-30Fix va_arg type locationDodji Seketeli5-6/+19
2012-04-30Make conversion warnings work on NULL with -ftrack-macro-expansionDodji Seketeli9-8/+87
2012-04-30Fix -Wuninitialized for -ftrack-macro-expansionDodji Seketeli4-12/+21
2012-04-30Strip "<built-in>" loc from displayed expansion contextDodji Seketeli7-6/+110
2012-04-30Make expand_location resolve to locus in main source fileDodji Seketeli4-7/+48
2012-04-30Fix expansion point loc for macro-like tokensDodji Seketeli3-2/+12
2012-04-30Fix PCH crash on GTYed pointer-to-scalar field of a structDodji Seketeli2-1/+26
2012-04-30Fix token pasting with -ftrack-macro-expansionDodji Seketeli3-0/+33
2012-04-30decl.c (gnat_to_gnu_entity): In type annotation mode...Eric Botcazou2-23/+55
2012-04-30i386.c (ix86_handle_struct_attribute): Use the proper predicate to discrimina...Eric Botcazou4-2/+25
2012-04-30c-common.c (check_function_arguments): Replace Wmissing-format-attribute with...Manuel López-Ibáñez2-1/+6
2012-04-30gigi.h (mark_out_of_scope): Delete.Eric Botcazou8-124/+156
2012-04-30invoke.texi (Wmissing-format-attribute): Document as an alias of Wsuggest-att...Manuel López-Ibáñez9-46/+77