Age | Commit message (Expand) | Author | Files | Lines |
2009-09-14 | Squash commit of EH in gimple | Richard Henderson | 2 | -5/+16 |
2009-09-13 | langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define. | Richard Guenther | 4 | -33/+52 |
2009-09-03 | [multiple changes] | Diego Novillo | 2 | -1/+5 |
2009-08-20 | c-objc-common.h (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Do not define. | Richard Guenther | 3 | -1/+7 |
2009-07-16 | re PR c/40435 (Revision 148442 caused many regressions on trunk) | Aldy Hernandez | 2 | -7/+13 |
2009-07-14 | sourcebuild.texi: Document install-plugin target. | Taras Glek | 2 | -0/+7 |
2009-07-07 | tree.c (set_expr_locus): Remove. | Manuel López-Ibáñez | 2 | -1/+6 |
2009-07-07 | cgraphunit.c: Replace %J by an explicit location. | Manuel López-Ibáñez | 2 | -15/+24 |
2009-07-07 | c-lex.c: Replace %H by an explicit location. | Manuel López-Ibáñez | 2 | -7/+12 |
2009-06-22 | re PR objc++/28050 (ICE on invalid initializer) | Matthias Klose | 2 | -1/+7 |
2009-06-19 | dse.c (struct store_info): Rename bitmap field to bmap. | Ian Lance Taylor | 2 | -5/+11 |
2009-06-16 | df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch. | Ian Lance Taylor | 2 | -13/+5 |
2009-06-12 | java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt. | Aldy Hernandez | 2 | -97/+184 |
2009-06-09 | targhooks.c (default_builtin_vectorized_function): Change fn parameter to uns... | Ian Lance Taylor | 3 | -3/+8 |
2009-06-08 | common.opt (fcompare-debug=, [...]): New. | Alexandre Oliva | 2 | -1/+6 |
2009-06-03 | ansidecl.h (EXPORTED_CONST): Define. | Ian Lance Taylor | 2 | -1/+6 |
2009-05-27 | Makefile.in (LINKER, [...]): Define. | Ian Lance Taylor | 2 | -2/+8 |
2009-05-26 | Makefile.in (COMPILER, [...]): Define. | Ian Lance Taylor | 2 | -3/+8 |
2009-05-21 | tree.c (build_tree_list_vec_stat): New function. | Ian Lance Taylor | 2 | -1/+6 |
2009-05-11 | basic-block.h (enum profile_status): Break out of struct control_flow_graph. | Ian Lance Taylor | 2 | -40/+81 |
2009-05-10 | pretty-print.h (struct pretty_print_info): Add translate_identifiers. | Joseph Myers | 2 | -140/+145 |
2009-04-27 | collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind. | Ian Lance Taylor | 2 | -2/+6 |
2009-04-24 | combine.c (record_value_for_reg): Change 0 to VOIDmode, twice. | Ian Lance Taylor | 2 | -5/+11 |
2009-04-22 | hashtab.h: Update GTY annotations to new syntax | Taras Glek | 3 | -12/+11 |
2009-04-21 | ABOUT-GCC-NLS, [...]: Add copyright and license notices. | Joseph Myers | 1 | -0/+11 |
2009-04-20 | Fix enum conversions which are invalid in C++: | Ian Lance Taylor | 2 | -8/+16 |
2009-04-09 | re PR objc/29200 (%s substituted with "methods"/"selectors" can't be properly... | David Ayers | 1 | -28/+38 |
2009-03-30 | re PR bootstrap/39583 (Revision 145255 breaks bootstrap with obj-c++) | Dominique d'Humieres | 2 | -0/+10 |
2009-03-29 | re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1)) | Joseph Myers | 2 | -2/+15 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 2 | -2/+2 |
2008-12-05 | Fix dates. | Eric Botcazou | 1 | -1/+1 |
2008-12-05 | re PR bootstrap/38262 (GCC components unnecessarily link with shared gmp/mpfr) | Jakub Jelinek | 1 | -0/+6 |
2008-12-05 | re PR bootstrap/38262 (GCC components unnecessarily link with shared gmp/mpfr) | Sebastian Pop | 1 | -2/+2 |
2008-10-06 | c-decl.c (finish_decl): Pass input_location to build_unary_op. | Aldy Hernandez | 2 | -42/+95 |
2008-09-23 | c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b... | Aldy Hernandez | 2 | -4/+13 |
2008-09-17 | re PR objc/37460 (NeXT runtime ICEs) | Andrew Pinski | 4 | -24/+7 |
2008-09-17 | re PR middle-end/18071 (-Winline does not respect -fno-default-inline) | Jan Hubicka | 2 | -1/+6 |
2008-09-05 | Convert ChangeLog files to UTF-8. | Jakub Jelinek | 1 | -5/+5 |
2008-09-01 | tree.c (protected_set_expr_location): New. | Aldy Hernandez | 2 | -7/+22 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 4 | -5/+21 |
2008-07-21 | objc-act.c: Fix comment typos. | Ralf Wildenhues | 2 | -2/+6 |
2008-07-18 | objc-act.c (objc_start_class_interface, [...]): Avoid C++ keywords. | Kaveh R. Ghazi | 2 | -88/+98 |
2008-07-15 | re PR objc++/36723 (massive obj-c++ failures at rev.137407) | Jason Merrill | 2 | -2/+6 |
2008-07-14 | objc-act.c (synth_module_prologue): Use TREE_NO_WARNING instead of DECL_IN_SY... | Rafael Avila de Espindola | 2 | -2/+7 |
2008-07-11 | c-common.h (enum rid): Add RID_CXX_COMPAT_WARN. | Ian Lance Taylor | 2 | -4/+6 |
2008-06-21 | tree.h (enum tree_code): Include all-tree.def, not tree.def. | Ian Lance Taylor | 2 | -60/+0 |
2008-06-20 | collect2.c (main, [...]): Fix for -Wc++-compat. | Kaveh R. Ghazi | 2 | -9/+16 |
2008-05-12 | objc-act.c (objc_generate_write_barrier, [...]): Use CONVERT_EXPR_P. | Tomas Bily | 2 | -4/+7 |
2008-04-23 | tree-cfg.c (verify_expr): Check with is_gimple_address. | Paolo Bonzini | 2 | -1/+4 |
2008-04-03 | t-uclinux (generated_files): Add sysroot-suffix.h. | Tom Tromey | 2 | -2/+8 |