| Commit message (Expand) | Author | Age | Files | Lines |
* | * coretypes.h (gimple_seq, const_gimple_seq): Typedef as gimple. | matz | 2012-05-02 | 30 | -738/+1074 |
* | ChangeLog entry: | kyukhin | 2012-05-02 | 35 | -37/+415 |
* | gcc/ | steven | 2012-05-02 | 6 | -150/+335 |
* | gcc/ada/ | charlet | 2012-05-02 | 2 | -22/+15 |
* | 2012-05-02 Richard Guenther <rguenther@suse.de> | rguenth | 2012-05-02 | 14 | -92/+140 |
* | PR tree-optimization/53163 | jakub | 2012-05-02 | 4 | -2/+52 |
* | PR rtl-optimization/53160 | jakub | 2012-05-02 | 4 | -0/+64 |
* | Daily bump. | gccadmin | 2012-05-02 | 1 | -1/+1 |
* | gcc/: | ian | 2012-05-01 | 5 | -3/+31 |
* | * ira.c (allocated_reg_info_size): New static variable. | bernds | 2012-05-01 | 2 | -9/+20 |
* | Add -fno-sync-libcalls. | rth | 2012-05-01 | 4 | -1/+24 |
* | * lib/target-supports.exp | rth | 2012-05-01 | 2 | -0/+8 |
* | gcc/ | rsandifo | 2012-05-01 | 8 | -51/+449 |
* | 2012-05-01 Ian Bolton <ian.bolton@arm.com> | gretay | 2012-05-01 | 4 | -3/+14 |
* | * arm/linux-eabi.h (GLIBC_DYNAMIC_LINKER_DEFAULT): Avoid ifdef | rearnsha | 2012-05-01 | 2 | -7/+16 |
* | PR target/53038 | amodra | 2012-05-01 | 2 | -50/+120 |
* | Daily bump. | gccadmin | 2012-05-01 | 1 | -1/+1 |
* | PR middle-end/53136 | uros | 2012-04-30 | 8 | -39/+66 |
* | PR target/53141 | uros | 2012-04-30 | 2 | -16/+23 |
* | * cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.c | hubicka | 2012-04-30 | 31 | -360/+432 |
* | PR c++/51033 | jason | 2012-04-30 | 20 | -27/+88 |
* | * config/i386/i386.md (and<mode>3): Change runtime operand mode checks | uros | 2012-04-30 | 2 | -15/+18 |
* | * config/arm/arm.md (UNSPEC_LL): New. | rth | 2012-04-30 | 3 | -10/+33 |
* | * dwarf2out.c (comdat_symbol_id): Add const. | jason | 2012-04-30 | 2 | -6/+12 |
* | PR c++/51314 | jason | 2012-04-30 | 4 | -1/+17 |
* | Fix failure in gcc.dg/pr52283.c by adding the missing | belagod | 2012-04-30 | 2 | -1/+6 |
* | 2012-04-30 Andrew Stubbs <ams@codesourcery.com> | ams | 2012-04-30 | 3 | -1/+52 |
* | 2012-04-30 Andrew Stubbs <ams@codesourcery.com> | ams | 2012-04-30 | 6 | -12/+55 |
* | Fix email addresses | rearnsha | 2012-04-30 | 1 | -3/+3 |
* | 2012-04-24 Ian Bolton <ian.bolton at arm.com> | rearnsha | 2012-04-30 | 4 | -12/+41 |
* | 2012-04-30 Ian Bolton <ian.bolton at arm.com> | rearnsha | 2012-04-30 | 4 | -143/+156 |
* | * config/i386/i386.md (and<mode>3): Expand masking operations with | uros | 2012-04-30 | 2 | -40/+77 |
* | Add -Wvarargs option | dodji | 2012-04-30 | 8 | -4/+120 |
* | Switch -ftrack-macro-expansion=2 on by default. | dodji | 2012-04-30 | 2 | -0/+6 |
* | Adjust relevant test cases wrt -ftrack-macro-expansion=[0|2] | dodji | 2012-04-30 | 29 | -40/+82 |
* | Fix va_start related location | dodji | 2012-04-30 | 2 | -4/+23 |
* | Fix location for static class members | dodji | 2012-04-30 | 4 | -3/+11 |
* | Fix va_arg type location | dodji | 2012-04-30 | 5 | -6/+19 |
* | Make conversion warnings work on NULL with -ftrack-macro-expansion | dodji | 2012-04-30 | 9 | -8/+87 |
* | Fix -Wuninitialized for -ftrack-macro-expansion | dodji | 2012-04-30 | 4 | -12/+21 |
* | Strip "<built-in>" loc from displayed expansion context | dodji | 2012-04-30 | 7 | -6/+110 |
* | Make expand_location resolve to locus in main source file | dodji | 2012-04-30 | 4 | -7/+48 |
* | Fix expansion point loc for macro-like tokens | dodji | 2012-04-30 | 3 | -2/+12 |
* | Fix PCH crash on GTYed pointer-to-scalar field of a struct | dodji | 2012-04-30 | 2 | -1/+26 |
* | Fix token pasting with -ftrack-macro-expansion | dodji | 2012-04-30 | 3 | -0/+33 |
* | * gcc-interface/decl.c (gnat_to_gnu_entity): In type annotation mode, | ebotcazou | 2012-04-30 | 2 | -23/+55 |
* | * config/i386/i386.c (ix86_handle_struct_attribute): Use the proper | ebotcazou | 2012-04-30 | 4 | -2/+25 |
* | 2012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org> | manu | 2012-04-30 | 2 | -1/+6 |
* | * gcc-interface/gigi.h (mark_out_of_scope): Delete. | ebotcazou | 2012-04-30 | 8 | -124/+156 |
* | 2012-04-30 Manuel López-Ibáñez <manu@gcc.gnu.org> | manu | 2012-04-30 | 9 | -46/+77 |