Age | Commit message (Expand) | Author | Files | Lines |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -1/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+4 |
2013-11-19 | md.texi (setmem): Document new parameter. | Jan Hubicka | 1 | -17/+40 |
2013-11-18 | cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst. | Richard Sandiford | 1 | -2/+2 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -21/+21 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -8/+8 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -15/+15 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -8/+8 |
2013-11-17 | md.texi (setmem, movstr): Update documentation. | Jan Hubicka | 1 | -15/+76 |
2013-11-17 | gimple.h: Reorder prototypes to match .c declaration order... | Andrew MacLeod | 1 | -0/+1 |
2013-11-08 | Re-factor tree.h - Part 1. | Diego Novillo | 1 | -11/+17 |
2013-11-06 | re PR middle-end/58970 (internal compiler error: in get_bit_range, at expr.c:... | Jakub Jelinek | 1 | -7/+16 |
2013-11-05 | Don't use mode wider than Pmode for size in movmem/setmem | H.J. Lu | 1 | -7/+9 |
2013-10-31 | tree.c (tree_ctz): New function. | Jakub Jelinek | 1 | -68/+8 |
2013-10-29 | tree-outof-ssa.h: Remove include files. | Andrew MacLeod | 1 | -0/+1 |
2013-10-29 | * expr.c (expand_expr_real_1) <case MEM>: Eliminate small redundancy. | Eric Botcazou | 1 | -1/+1 |
2013-10-24 | expr.c (expand_expr_real_1): Use mode of memory reference rather than mode of... | Igor Shevlyakov | 1 | -1/+1 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+4 |
2013-10-21 | Fix DECL_BIT_FIELD depencency on flag_strict_volatile_bitfields and... | Bernd Edlinger | 1 | -6/+8 |
2013-10-18 | tree-ssa.h: Don't include gimple-low.h... | Andrew MacLeod | 1 | -0/+1 |
2013-10-09 | tree-flow.h: Remove all remaining prototypes... | Andrew MacLeod | 1 | -3/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -4/+4 |
2013-09-27 | expr.h (extract_bit_field): Remove packedp parameter. | Sandra Loosemore | 1 | -16/+10 |
2013-09-26 | tree-ssa-live.h (find_replaceable_exprs, [...]): Move prototypes to... | Andrew MacLeod | 1 | -1/+19 |
2013-09-26 | * expr.c (expand_assignment): Remove obsolete comment. | Eric Botcazou | 1 | -4/+0 |
2013-09-20 | re PR middle-end/57748 (ICE when expanding assignment to unaligned zero-sized... | Bernd Edlinger | 1 | -47/+1 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-09 | asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT. | Richard Sandiford | 1 | -6/+15 |
2013-09-09 | asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ... | Richard Sandiford | 1 | -7/+10 |
2013-09-09 | alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ... | Richard Sandiford | 1 | -7/+10 |
2013-09-02 | re PR middle-end/56382 (FAIL: gcc.c-torture/compile/pr55921.c (internal comp... | Eric Botcazou | 1 | -4/+9 |
2013-08-05 | re PR other/12081 (Gcc can't be compiled with -mregparm=3) | Oleg Endo | 1 | -4/+4 |
2013-06-25 | expr.c (expand_expr_real_1): Fix formatting glitches. | Eric Botcazou | 1 | -22/+21 |
2013-06-19 | cgraph.h (const_value_known_p): Replace by ... | Jan Hubicka | 1 | -67/+65 |
2013-06-19 | expr.c (expand_expr_real_1): Use SCOPE_FILE_SCOPE_P to check for global context. | Richard Biener | 1 | -1/+1 |
2013-06-14 | re PR middle-end/57134 (ICE with -mstrict-align and inline assembly on ppc64) | Alan Modra | 1 | -9/+3 |
2013-06-12 | expr.c (expand_expr_real_1): Use straight-line flow. | Eric Botcazou | 1 | -24/+15 |
2013-05-14 | re PR tree-optimization/57251 (ICE in optab_handler, at optabs.h:258) | Jakub Jelinek | 1 | -1/+28 |
2013-05-07 | re PR debug/57184 (ICE in expand_expr_real_1, at expr.c:10478) | Jakub Jelinek | 1 | -0/+9 |
2013-05-03 | double-int.h (lshift): New overload without precision and arith argument. | Richard Biener | 1 | -5/+3 |
2013-03-06 | re PR middle-end/56548 (ICE in emit_move_insn, at expr.c:3486 with -march=pen... | Jakub Jelinek | 1 | -1/+2 |
2013-02-21 | re PR inline-asm/56405 (ICE on questionable "m" argument) | Jakub Jelinek | 1 | -0/+2 |
2013-01-18 | re PR middle-end/56015 (expand expands p[9] = COMPLEX_EXPR <-IMAGPART_EXPR <p... | Jakub Jelinek | 1 | -0/+48 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2013-01-09 | re PR middle-end/55114 (gcc.dg/builtins-53.c ICEs on mips64 soft-float) | Richard Sandiford | 1 | -0/+17 |
2013-01-02 | re PR middle-end/55198 (libquadmath/math/fmaq.c:233:7: internal compiler error) | John David Anglin | 1 | -1/+2 |
2012-12-16 | re PR rtl-optimization/55630 (FAIL: g++.dg/pr48660.C -std=c++98 (internal com... | Eric Botcazou | 1 | -1/+6 |
2012-12-15 | re PR libmudflap/53952 (FAIL: libmudflap.c++/pass55-frag.cxx ( -O[123]) execu... | Alexandre Oliva | 1 | -9/+36 |
2012-11-18 | expr.c (expand_assignment): Don't set MEM_KEEP_ALIAS_SET_P here. | Richard Sandiford | 1 | -2/+0 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -5/+5 |