Age | Commit message (Expand) | Author | Files | Lines |
2007-03-09 | rtl.def (ASM_INPUT): Add location. | Alexandre Oliva | 1 | -5/+6 |
2007-02-15 | re PR middle-end/30729 (value computed is not used warning with unused result... | Andrew Pinski | 1 | -0/+1 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -1/+1 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -4/+8 |
2006-11-11 | re PR middle-end/27528 (compiling linux kernels 2.6.16.14/15 2.6.17-rc3 on po... | Richard Sandiford | 1 | -2/+6 |
2006-05-22 | re PR c++/27451 (ICE with invalid asm statement) | Volker Reichelt | 1 | -1/+5 |
2006-03-20 | function.h (struct function): Rename to x_stack_check_probe_note. | Steven Bosscher | 1 | -11/+1 |
2006-03-13 | re PR middle-end/26557 (ICE in simplify_subreg) | Roger Sayle | 1 | -0/+4 |
2006-03-13 | re PR middle-end/18859 (ACATS ICE c37305a at -O0: in tree_low_cst, at tree.c:... | Eric Botcazou | 1 | -4/+12 |
2006-02-18 | re PR middle-end/26334 (ICE in lhd_set_decl_assembler_name) | Jakub Jelinek | 1 | -3/+3 |
2006-02-13 | re PR middle-end/25724 (Emits call to __cmpdi2 for long long comparison in sw... | Roger Sayle | 1 | -19/+11 |
2006-02-09 | re PR inline-asm/16194 (global register with inline-asm and clobered) | J"orn Rennecke | 1 | -28/+45 |
2006-01-31 | expr.h (expand_normal): new inline function. | Marcin Dalecki | 1 | -51/+29 |
2006-01-20 | stmt.c (case_bit_test_cmp): Stabilize the sort using code label numbers. | Richard Sandiford | 1 | -1/+5 |
2006-01-03 | re PR c/25183 (internal compiler error triggered by overflow in constant expr... | Richard Guenther | 1 | -3/+5 |
2005-08-06 | re PR c/23113 (The -Wunused (value computed is not used) option missed an imp... | Joseph Myers | 1 | -28/+7 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-01 | stmt.c (expand_case): Use build_int_cst. | Richard Guenther | 1 | -4/+6 |
2005-06-01 | common.opt (fjump-tables): New. | Joseph Myers | 1 | -0/+1 |
2005-05-09 | re PR inline-asm/8788 (ICE in emit_move_insn, at expr.c:3089) | Roger Sayle | 1 | -1/+1 |
2005-04-27 | dojump.c: Fix comment typos. | Kazu Hirata | 1 | -18/+18 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -5/+5 |
2005-03-23 | tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not imply that this is ca... | Hans-Peter Nilsson | 1 | -20/+33 |
2005-03-10 | re PR tree-optimization/15784 (fold misses binary optimization) | Jeff Law | 1 | -3/+2 |
2005-03-10 | re PR inline-asm/20314 (Bogus differ in number of alternatives error) | Jakub Jelinek | 1 | -1/+1 |
2005-02-18 | re PR c++/20008 (internal compiler error: in expand_case, at stmt.c:2397) | Alexandre Oliva | 1 | -2/+8 |
2005-02-18 | stmt.c (emit_case_bit_tests): Call fold_convert instead of convert. | James A. Morrison | 1 | -4/+3 |
2005-02-17 | bt-load.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+2 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -2/+2 |
2004-12-13 | defaults.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+4 |
2004-11-29 | cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks,... | Steven Bosscher | 1 | -7/+1 |
2004-11-24 | optabs.h (force_expand_binop): Declare. | Richard Sandiford | 1 | -29/+1 |
2004-11-11 | function.c (expand_function_end): Remove an "if" statement that always trigger. | Kazu Hirata | 1 | -7/+1 |
2004-11-04 | stmt.c (expand_asm, [...]): Make them static. | Kazu Hirata | 1 | -2/+2 |
2004-11-03 | stmt.c (expand_case): Speed up code to detect duplicate case label targets an... | Jeff Law | 1 | -9/+12 |
2004-10-26 | * stmt.c (expand_case): Update a comment. | Kazu Hirata | 1 | -3/+2 |
2004-10-26 | stmt.c (expand_case): Put an assertion that index_expr is never INTEGER_CST. | Kazu Hirata | 1 | -47/+20 |
2004-10-26 | stmt.c (expand_case): Remove code to handle SWITCH_EXPR with a default case o... | Kazu Hirata | 1 | -16/+13 |
2004-10-25 | * stmt.c (expand_case): Remove an obsolete comment. | Kazu Hirata | 1 | -2/+1 |
2004-10-24 | stmt.c (expand_case): Handle the default label outside of the for loop. | Kazu Hirata | 1 | -22/+15 |
2004-10-22 | stmt.c (asm_op_is_mem_input): Remove. | Kazu Hirata | 1 | -27/+0 |
2004-10-19 | expr.c (expand_assignment): Remove the last argument. | Kazu Hirata | 1 | -1/+1 |
2004-10-14 | stmt.c (add_case_node): Make sure that we have integer constant before callin... | Andrew Pinski | 1 | -6/+12 |
2004-10-11 | re PR middle-end/17657 (ICE in expand_case) | Roger Sayle | 1 | -36/+68 |
2004-10-08 | stmt.c (expand_decl_init): Remove. | Kazu Hirata | 1 | -42/+0 |
2004-09-25 | c-typeck.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-09-18 | re PR pch/13361 (const wchar_t * strings not stored in pch) | Geoffrey Keating | 1 | -7/+9 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -4/+2 |
2004-09-15 | attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ... | Joseph Myers | 1 | -16/+20 |
2004-09-14 | unroll.c: Removed. | Zdenek Dvorak | 1 | -1/+0 |