| Commit message (Expand) | Author | Age | Files | Lines |
* | 2010-10-14 Richard Guenther <rguenther@suse.de> | rguenth | 2010-10-14 | 1 | -0/+1 |
* | gcc/ | froydnj | 2010-10-11 | 1 | -2/+1 |
* | gcc: | jsm28 | 2010-09-29 | 1 | -2/+2 |
* | 2010-09-27 Richard Guenther <rguenther@suse.de> | rguenth | 2010-09-27 | 1 | -1/+1 |
* | 2010-09-10 Richard Guenther <rguenther@suse.de> | rguenth | 2010-09-10 | 1 | -12/+16 |
* | gcc/ | froydnj | 2010-08-20 | 1 | -1/+1 |
* | Fix violations of self-assignment check in GCC source. | lcwu | 2010-07-23 | 1 | -2/+5 |
* | gcc/ | froydnj | 2010-07-15 | 1 | -6/+6 |
* | 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org> | manu | 2010-07-08 | 1 | -0/+1 |
* | This patch adds the end prologue and begin epilogue markers in Dwarf2 | rupp | 2010-06-16 | 1 | -1/+3 |
* | gcc/ada: | lauras | 2010-06-08 | 1 | -1/+1 |
* | PR bootstrap/44048 | jason | 2010-05-13 | 1 | -1/+0 |
* | Add support for C++0x nullptr. | jason | 2010-05-06 | 1 | -0/+1 |
* | Remove trailing white spaces. | hjl | 2009-11-25 | 1 | -20/+20 |
* | gcc/ChangeLog: | ccoutant | 2009-10-29 | 1 | -0/+2 |
* | 2009-10-28 Rafael Avila de Espindola <espindola@google.com> | espindola | 2009-10-28 | 1 | -2/+1 |
* | PR debug/40521 | jakub | 2009-10-17 | 1 | -0/+2 |
* | gcc/ChangeLog: | ccoutant | 2009-10-08 | 1 | -0/+6 |
* | * tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL. | ebotcazou | 2009-09-13 | 1 | -6/+2 |
* | PR debug/40666 | ebotcazou | 2009-07-07 | 1 | -3/+9 |
* | 2009-06-22 Shujing Zhao <pearly.zhao@oracle.com> | paolo | 2009-06-22 | 1 | -3/+3 |
* | * dbxout.c (dbxout_source_line): Add is_stmt parameter. | ccoutant | 2009-06-17 | 1 | -3/+4 |
* | * basic-block.h (struct basic_block_def): Add discriminator field. | ccoutant | 2009-06-04 | 1 | -3/+4 |
* | * gstab.h (stab_code_type): Define, to be used instead of the | hainque | 2009-05-20 | 1 | -7/+5 |
* | * dbxout.c (dbxout_range_type): Add LOW and HIGH parameters. Use them | ebotcazou | 2009-05-15 | 1 | -27/+43 |
* | * tree.h: Remove DECL_BY_REFERENCE from private_flag comment. | jakub | 2009-05-05 | 1 | -3/+1 |
* | * tree.h (DECL_BY_REFERENCE): Note that it is also valid for | jakub | 2009-04-26 | 1 | -1/+3 |
* | 2009-04-21 Taras Glek <tglek@mozilla.com> | dnovillo | 2009-04-22 | 1 | -2/+1 |
* | gcc/: | ian | 2009-04-20 | 1 | -4/+5 |
* | * dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing. | dje | 2009-04-17 | 1 | -0/+1 |
* | * dbxout.c (dbxout_block): Reinstate test on TREE_USED. | ebotcazou | 2009-04-17 | 1 | -1/+1 |
* | 2009-04-15 Catherine Moore <clm@codesourcery.com> | clm | 2009-04-15 | 1 | -0/+1 |
* | PR debug/39267 | hubicka | 2009-02-27 | 1 | -14/+0 |
* | PR tree-optimization/37709 | hubicka | 2009-02-23 | 1 | -1/+1 |
* | * dbxout.c (dbxout_parms): Fetch the inner REG inside a PARALLEL. | ebotcazou | 2008-09-25 | 1 | -0/+2 |
* | PR fortran/29635 | jakub | 2008-08-29 | 1 | -2/+2 |
* | 2008-08-26 Douglas Gregor <doug.gregor@gmail.com> | dgregor | 2008-08-26 | 1 | -6/+11 |
* | * alias.c (record_alias_subset, init_alias_analysis): Fix | ghazi | 2008-06-26 | 1 | -5/+4 |
* | gcc/ | rwild | 2008-06-06 | 1 | -2/+2 |
* | * function.h (incomming_args): Break out of struct function. | hubicka | 2008-04-08 | 1 | -4/+4 |
* | gcc/ | fxcoudert | 2008-04-06 | 1 | -1/+1 |
* | * fortran/trans-common.c (create_common): Add decl to function | george | 2008-04-01 | 1 | -3/+175 |
* | PR debug/31510 | danglin | 2008-03-16 | 1 | -0/+9 |
* | PR debug/33316 | jakub | 2007-09-20 | 1 | -1/+5 |
* | 2007-08-31 Olivier Hainque <hainque@adacore.com> | hainque | 2007-08-31 | 1 | -2/+5 |
* | * alias.c (memory_modified_1, memory_modified_in_insn_p): | ghazi | 2007-08-27 | 1 | -2/+2 |
* | 2007-08-18 Paul Brook <paul@codesourcery.com> | jsm28 | 2007-08-18 | 1 | -4/+7 |
* | * tree.def (FIXED_POINT_TYPE): New type. | chaoyingfu | 2007-08-08 | 1 | -0/+1 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | nickc | 2007-07-26 | 1 | -5/+4 |
* | * dbxout.c (output_types_sort): Add a comment. | drow | 2006-07-26 | 1 | -0/+7 |